/* ================================
    CSS STYLES FOR Medi@Portal Light
    v1.0, 02/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #E7E7E7;
	background-position: 150px 250px;

}

/* background color for the content part of the pages */
Body
{
    background-color: #ffffff;
	
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

.SiteBg {
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: #ADBBCF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #FFFFFF;
    border: #25316A;
    border-color: #25316A
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#FFFFFF;
    font-weight: bold; 
    margin-right: 6px; 
    margin-left: 6px
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#25316A;
    text-decoration:none;
    font-weight: bold; 
    margin-right: 6px; 
    margin-left: 6px
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#25316A;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#25316A;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#25316A;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#25316A;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 000000;
	text-decoration: none;

}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:0#00000;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#000000;
}

A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MenuUnselected:hover
{
    color: red;
    text-decoration: underline;
    padding-left: 0px
}

A.MenuSelected
{
    color: darkblue;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MenuSelected:hover
{
    color: #25316A;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}


/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #FFFFFF;
	text-decoration: none;

}



/* GENERAL */
/* style for module titles */
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF000000;

	}


.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #E20A16;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for header - user navigation - BEGIN*/
.SiteUserNav {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}   

A.SiteUserNav:link {
    text-decoration:    none;
    color:red
}

A.SiteUserNav:visited  {
    text-decoration:    none;
    color:red
}

A.SiteUserNav:active   {
    text-decoration:    none;
    color:red
}

A.SiteUserNav:hover    {
    text-decoration:    underline;
    color:red
}
/* text style used for header - user navigation - END*/




/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal
    padding: 10px 10px 10px 20px;
}
.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;


}

.BigMenuLink
{
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;


}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #FFFFFF;
	font-weight: bold;

}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #FFFFFF;
	font-weight: bold;

}

A.CommandButton:active   {
	text-decoration:    none;
	color: #FFFFFF;
	font-weight: bold;

}

A.CommandButton:hover    {
	text-decoration:    underline;
	color: #FFFFFF;
	font-weight: bold;

}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred
}

A:link  {
    text-decoration:    none;
    color:  #000000
}

A:visited   {
    text-decoration:    none;
    color:  #000000
}

A:active    {
    text-decoration:    none;
    color:  #000000
}

A:hover {
    text-decoration:    underline;
    color:  #000000
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
	color: #9F9F9F;
	text-align:left;
	border: #AEAEAE;


}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

/* SCHEDA PRODOTTO*/
.ProductDetailHead
{
    background-color: #E6EAF1;
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.UnitCost
{
    color: black;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

.ModelNumber
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 20pt;
	background-color: E20A16;

}

/* MOST POPULAR MODULE*/ /* ALSOBOUGHT - REVIEWS */
.MostPopularHead
{
    background-color: darkblue;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ContentHead
{
    background-color: #E6EAF1;
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.SubContentHead
{
    background-color: #E6EAF1;
    color: black;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* CARRELLO*/
.CartListHead
{
    background-color: darkblue;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #E6EAF1;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: darkblue;
    line-height: 10pt
}
/* Contatore	-	Inizio*/
.CNTExtTable
/*  border="0" bgcolor="#0033CC"*/
{	background: white;
    text-align: center;
	border: 1px #0033CC solid;
}
.CNTIntTable
/*	border="1" bgcolor="#B5B5B5" bordercolor="#FFFFFF"*/
{    background: #B5B5B5;
    text-align: center;
    border: 2px white solid;
}
.CNTIntCell
{    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.CNTIntNumber
{    font-family: Courier New, Courier, mono;
    font-size: 12px;
    color: #0033FF;
    font-weight: bold;
    line-height: 12px    
}
/* Contatore	-	Fine*/

/* REGISTRAZIONE UTENTE (Personalizzazioni rispetto allo standard) */
.RegLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:	9px;
    color: Black;
}

.RegTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:	11px;
}

.RegSubHdr
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:	9px;
    font-weight: bold;
    color: #25316A;
    background-color: #E6EAF1;
}

/*	----------------------------------------------	*/
/*	Stili Tabelle di amministrazione	-	INIZIO	*/
/*	Testata											*/
.tabHeader {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred
}/*	Riga											*/
.tabRow
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px
}
/*	Riga	selezionata								*/
.tabRowSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background-color: #ADBBCF
}
/*	Stili Tabelle di amministrazione	-	FINE	*/
/*	----------------------------------------------	*/

/*	----------------------------------------------	*/
/*	Stili Menù Extra					-	INIZIO	*/

/*	Colonna Sinistra								*/
.mnuExBg
{
	background: #000000
	}
	
.mnuExMenu 
{
	background: #C0C0C0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
	width: 10%
	}

.mnuExMenuSel
{
	background: #000000
	}
A.mnuExMenuSel
{
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}
A.mnuExMenuSel:hover
{
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}

.mnuExMenuUnSel
{
	background: #C0C0C0
	}
A.mnuExMenuUnSel, A.mnuExMenuUnSel:link, A.mnuExMenuUnSel:visited
{
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}
A.mnuExMenuUnSel:hover
{
    color: darkred;
    text-decoration: underline;
    padding-left: 0px
}

/*	Colonna Destra									*/
.mnuExContent 
{
	background: #FFFFFF;
	width: 90%
	}

/*	Stili Menù Extra					-	FINE	*/
/*	----------------------------------------------	*/

/*	Scheda tecnica	*/
}
.tittab1 {
	FONT-WEIGHT: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  10px;
	background-color: #FFFFFF;
	PADDING: 15px;
	margin: 0px;
	border: 1px none #E20A16;
	width: 100%;


}
.tittab2 {
    PADDING: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  10px;
    background-color: #EEEEEE;
	border: 1px solid #cccccc;
	width: 500px;
	
	}
.tittab3 {
	PADDING: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size:  10px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	width: auto;
	float: left;
	height: auto;
}
.details {
    PADDING-BOTTOM: 2px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  10px;
    background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	width: 250px;
	
}

#imgprod img{
    display:block;
    border:solid 1px #E20A16;
    margin:10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
