﻿body
{
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    color: #1D407A;
    font: 12px  verdana, tahoma, sans-serif;
    line-height: 13pt;
}
a
{
    font-size: 11px;
    color: #A40045;
    font-family: tahoma;
}
a:hover
{
    font-size: 11px;
    color: #a09284;
    font-family: tahoma;
}
a.linkfooter
{
    font-size: 11px;
    color: #ffffff;
    font-family: Georgia;    
}
a.linkfooter:hover
{
    font-size: 11px;
    color: #ffff00;
    font-family: Georgia;
}
img
{
	border: 0;
}
.ebc
{
	font-size: 14pt;
	color: #008081;
	font-family: Courier New;
	font-weight: bold;
}
.corpo
{
	width: 100%;
	height: 100%;
	margin: 0px;
}
.sfondotop
{
    BACKGROUND-IMAGE: url(public/images/fondo_top.jpg); 
    BACKGROUND-REPEAT: no-repeat;
    width: 982px;
    height: 25px;
}
.menu
{
    width: 850px;
    height: 60px;
}
.texthome
{
	font-size: 7pt;
	font-family: Verdana;
	padding-top: 10pt;
	padding-bottom: 10pt;
	padding-left: 15pt;
	padding-right: 15pt;
	width: 700px;
	height: 180px;
	TEXT-ALIGN: left
}
.footer
{
    width: 982px;
    height: 80px;
    BACKGROUND-IMAGE: url(public/images/footer.jpg); 
    BACKGROUND-REPEAT: no-repeat;
	
}
.cima
{
    background-image: url(public/images/cima1.jpg);
    background-position: center;
    width: 942px;
    background-repeat: repeat-x;
    height: 6px;
}
.testofooter
{
    font-size: 8pt;
	font-family: Georgia;
	color: White;
}
.titolo
{
    color: #1D407A;
    font-size: 15px;
    font-weight: bold;
}
.labelobb
{
    color: #ff0000;
    font-weight: bold;
}
.textbox
{
	font-size: 11px;
	font-family: Verdana;
}
.testopiccolo
{
	font-size: 76%;
	color: #1D407A;
	font-weight: normal;
	font-family: Arial;
}
.textboxupper
{
    font-size: 11px;
    text-transform: uppercase;
}
/*Modal Popup*/
.tdModalPopupLogo
{
    background-position: left center;
    background-image: url(public/images/sfLogo.gif);
    background-repeat: no-repeat;
    height: 800px;
    background-color: #ffffff;
}
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
    background-color: #ededed;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 800px;
}
.tdColor_1
{
    background-color: #1D407A;
    padding-left: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
} 
.gridHeader
{
    background-color: #A40045;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;   
}
.textboxedit
{
    font-size: 11px;
    background-color: #f0f8ff;
}
.labelnum
{
    font-size: 11px;
    text-align: right;
}
.imgsn
{
    padding-right: 5px;
    float: left;
}
/* Style pagina marchi */
#page {
	margin: 0px auto;
	width: 920px;
}
#menu
{
    position: relative;
    height: 300px;
    margin-left: 5px;
}
.gallery
{
    margin: 30px auto;
    width: 900px;
    padding-top: 10px;
    color: #1D407A;
    overflow: auto;
    font-weight: normal;
    text-align: left;
}
.menuitem
{
    background: #A40045;
}
.menutarget
{
    display: none;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
    background-color: #ffffff;
}
a.lnkmarchi
{
    font-weight: bold;
    font-size: 13pt;
    color: #A40045;
    font-family: 'Trebuchet MS';
    text-decoration: none;
    background-color: #ffffff;
}
a.lnkmarchi:hover
{
	font-weight: bold;
	font-size: 13pt;
	color: #cc0000;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	background-color: #ffffff;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #1D407A;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #A40045;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align: left;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #f5f5f5;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align: left;
}
/* Scheda prodotto */
.tdCodice
{
    background-color: #A40045;
    font-family: Verdana;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    padding-left: 5px;
}
.ordine
{
    text-align: left;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}
.evidenza
{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #A40045;
}
.prezzogriglia
{
	color: #A40045;
	font-weight: bold;
}
/******* top navigation *******/
#nav ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	white-space: nowrap;
	font-size: 9pt;
	color: #ffffff;
	width: 180px;
	background: url(public/images/blusfondo.gif);
	list-style: none;
}

#nav ul li
{
	display: block;
	list-style: none;
}

#nav ul li a
{
	margin: 0 0 0 0;
	background: url(public/images/blusfondo.gif);
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	width: 240px;
	height: 24px;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
}

#nav ul li a:hover
{
	background: url(public/images/redsfondo.gif);
	color: #ffffff;
	text-decoration: none;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	width: 240px;
	height: 24px;
}

#nav ul li a.menusel
{
	background: url(public/images/redsfondo.gif);
	color: #dcdcdc;
	text-decoration: none;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	width: 240px;
	height: 24px;
}
.checksezioni
{
    font-size: xx-small;
    font-style: italic;
    font-weight: bold;
    color: #666666;
}

