/*
	Common style
	arancione : #F90
	blu : #039
	grigio : #999 
*/


*{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	/*background-color: #FED;*/
}


a, .linkOff{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #F90;
}

a:hover, .linkOff{
	color: #999;
}


body{
	background: url("/img/background.jpg") repeat-x; 
	text-align:center;
	background-color: #FED;
}

h3.fxOrange{
	background: url("/img/fx_F90.gif") no-repeat left;
	padding-left: 12px;
}

h3.fxOrange a{
	text-transform: uppercase;
	font-weight: bold;
}

/*
	IDS
*/

#container{
	text-align:left;
	margin:10px auto 10px auto;
	padding:10px;
	background: url(/img/c-bg.gif) repeat;		
	width:98%;
	min-width: 980px;
}

#header{
	width:100%;
	background: #FFF;	
	text-transform: uppercase;
	font-weight: bold;
}

#header td{
	padding:0 10px 0 10px;	
}

#header .flag{
	color:#039;
}
#header .flag:hover{
	color:#999;
}

#header .flagOn, #header .on{
	color:#999;
}

#header .hr{
	height:20px;
	background:#FFF url(/img/dot000.gif) repeat-x center;
}

#subHeader{
	margin-top:10px;
	height:225px;
	width:100%;
	overflow: hidden;
}

#menu{
	margin-top:10px;
	background: #FFF;	
	color:#999;
}

#menu ul{
	list-style: none;
}

#menu li{
	padding-right:20px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li a{
	color:#039;
}

#menu li a:hover, #menu li a.on{
	text-decoration: none;
	border-bottom: 4px solid #039;
	color:#999;
}


#subMenu h1{
	text-transform: uppercase;
	font-weight: bold;
	border-bottom:1px solid #666;
	padding-bottom: 5px;
	margin-bottom:5px;
}

#subMenu h1 a{
	color:#039;
}

#subMenu h1 a:hover{
	color:#999;
}

#subMenu strong{
	text-transform: uppercase;
	font-weight: bold;
}

#subMenu ul{
	list-style: none;
}

#subMenu li{
	line-height: 20px;
	background: url(/img/dot000.gif) repeat-x bottom;
}

#subMenu li a{
	font-weight: normal;
}

#subMenu li a.on, #subMenu li a:hover{
	font-weight: normal;
	color:#999;
}


#login{
	margin-bottom : 10px;	
}

#login label{
	color:#666;
	text-transform: uppercase;
	font-weight: bold;
}




#userBar{
	margin-top:10px;
	background: #ccd6eb;
	background: #f4f0eb;
	/*background: #e4e0db;*/
	
}

#userBar *{	
	text-transform: uppercase;
	font-weight: bold;
}


#mainBody{
	margin-top:10px;
	width: 100%;
}

#mainBody td{
	vertical-align: top;
}

#footer{
	clear:both;
	margin-top:10px;
	background: #FFF;
	text-transform: uppercase;
	color: #73838b;	
}

#footer a{
}


#conditions {
	padding-top:10px;
}

#conditions ol{
	padding-left:30px;
}


.mail{
	margin:5px;
	background: #FFF;
	text-align:left;
	color:#000;
	padding:10px;
}

.mailHeader{
	padding:5px 0 5px 0;
	border-bottom:1px solid #00F;
	background: #FFF;
}

.mailBody{
	padding:5px 0 5px 0;
	border-bottom:1px solid #00F;
	background: #FFF;
}


.mailFooter{
	padding-top:10px;
	background:#FFF;
	text-align:center;
}








.tabBox{
	margin-bottom : 10px;	
}

.tabBox .body{
	
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:0 3px 3px 3px;
	background: #f4f0eb;
}

.tabBox label{
	text-transform: uppercase;
	font-weight: bold;
}

.tabBox div.hr{
	height : 10px;	
}

.tabBox ul{
	list-style: none;
	padding-top:5px;
	border-bottom: 1px solid #999;
}

.tabBox li{
	display: inline;
	margin-right:2px;
}

.tabBox a{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-transform: uppercase;
	padding:0 4px 0 4px;
}

.tabBox a:hover, .tabBox a.on{
	color:#666;
	border-bottom: 1px solid #f4f0eb;
	background: #f4f0eb;
	text-transform: uppercase;	
}

.tabBox .viewer{
	background:url(/img/slashCFF.gif);
	line-height:15px;
}

.tabBox .viewer a {
	border:none;
	text-transform: uppercase;
}

.tabBox .viewer a:hover {
	border:none;
	text-transform: uppercase;
	background: none;
}
 
.tabBox .viewer h3{
	/*background:url(/img/fx_F90.gif) no-repeat left;*/
	/*padding-left:25px;*/
}


.tabBox .lightboxTb{
	float:left;
	margin:2px;
	width:55px;
	height:100px;
	text-align: center;
	
	
}

.tabBox .lightboxBody{
	height:300px;
	overflow:auto;
	width:98%;
}

.tabBox .lightboxTb img{
	width:50px;
	border:1px solid #000;	
}


.cartBoxPanel h3{
	
	color: #666;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}

.cartBoxPanel table{
	background: #ccd6eb;
	width:100%;
}

.cartBoxPanel th{
	color:#FFF;
	text-transform: uppercase;
	background: url(/img/dot000.gif) repeat-x bottom;
	text-align: left;
}

.cartBoxPanel td{
	color:#666;
	background: url(/img/dot000.gif) repeat-x bottom;
}

.cartBoxPanel .total td{
	color:#666;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
}

.cartStep{
	border-top:1px solid #000;
	background: #FFF;
	padding:10px 0 10px 30px;
}

.cartStep span{
	padding:0 20px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}

.cartStep span.s1{
	background:#FFF;
	color:#999;
}

.cartStep span.s2{
	background:#666 url(/img/fx_cart_666.gif) no-repeat right center;
	color:#FFF;	
}

.cartStep span.s3{
	background:#CCC url(/img/fx_cart_CCC.gif) no-repeat right center;
	color:#FFF;	
}






.leftCol{
	width:260px;
}

.centerCol{
	margin-left:10px;	
}

.rightCol{
	width:200px;
	margin-left:10px;	
}


.hr{
	height:3px;
	font-size: 1px;
	background:url(/img/dot000.gif) repeat-x center;
}





.infoBox{
	padding-left:20px;
}


.infoBox h2{
	font-size: 13px;
	color:#039;
	/*font-style: italic;*/
	padding-bottom:10px;
}

.infoBox h2 a{
	font-size: 13px;
	text-transform:none;
	font-weight: bold;
}

.infoBox h3{
	font-size: 12px;
	color:#666;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:10px;
	padding: 10px 0 3px 0;
	background: url(/img/dot000.gif) repeat-x top;
}


.infoBox p{	
	color: #666;
}

.infoBox p a{
	text-transform:none;
}


.infoBox ul{
	padding-left:40px;	
	list-style:url(/img/raquo.gif);
}

.infoBox li{
	color:#666;
}






.infoPanel{
	padding:10px 10px 10px 30px;	
	background: #AAA;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

.infoPanel form{
	display:inline;
	position: absolute;
	right: 30px;
	margin-right: 30px;
	
}

.infoPanel strong{
	color:#EEE;
	text-transform: uppercase;
	font-weight: bold;
}

.infoPanel em{
	color:#FFF;
	font-weight: bold;
	font-style: normal;
}


.infoPanel h2.info{
	
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#000;
	font-size: 12px;
	letter-spacing: 0.2em;
	background: url(/img/dot000.gif) repeat-x bottom;
	padding:10px 0 10px 0;
}


.infoPanel h3.info{
	text-transform: uppercase;
	color: #FFF;
	padding:5px 0 5px 0 ;
}


.infoPanel .label{
	color: #EEE;
}

.infoPanel .value{
	text-transform: uppercase;
	font-weight: bold;
	color: #EEE;
}





.formPanel{
	background: #f4f0eb;
	padding:0 10px 0 10px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

.formPanel label{
	text-transform: uppercase;
	font-weight: bold;
	color:#999;
}

.formPanel i{
	font-weight: bold;
	color:#F90;
}

.formPanel i.opt{
	font-weight: bold;
	color:#00F;
}

.formPanel .errorMessage{
	background:#F00;
	color:#FFF;
	margin:10px 0 10px 0;
	padding:5px;
	font-weight: bold;
}

.errorField{
	color:#F00;
	padding:5px;
	font-weight: bold;
}


.formPanel h2{
	
	font-weight: bold;
	color:#333;
	font-size: 12px;
	letter-spacing: 0.2em;
	background: url(/img/dot000.gif) repeat-x bottom;
	margin-top:10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-style: normal;
}

table.info{
	width:100%;
}

table.info th{
	text-align:left;
	color:#666;
	text-transform: uppercase;
	background: url(/img/dot000.gif) repeat-x bottom;
}

table.info td{
	text-align:left;
	color:#333;
	text-transform: uppercase;
	background: url(/img/dot000.gif) repeat-x bottom;
}

.formField{
	background: #EEE;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}



.formFieldCheckBox{
	border:none;
}

.formField:focus{
	background: #CCC;
}

option{
	padding-left:5px;
}








.imgBox{
	float:left;
	background: #FFF;
	border-bottom: 1px solid #000;
	margin:5px;
}


.imgBox .imgSlot{
	
	text-align:center;
	vertical-align: bottom;
	height:160px;
	width:160px;
	padding:5px;
	overflow:hidden;
}

.imgBox .subscriptionSlot{
	display: table-cell;
	text-align:center;
	vertical-align: bottom;
	height:80px;
	width:160px;
	padding:5px;
}

.imgBox .data{
	padding:0 5px 0 5px;
	
}


.imgBox .imgSlot img{
	border:1px solid #000;
}

.imgBox strong{
	font-weight: bold;
}

.imgBox .RF{
	color:#396;
	font-weight: bold;
}
.imgBox .ST{
	color:#C33;
	font-weight: bold;
}
.imgBox .SUB{
	color:#39C;
	font-weight: bold;
}

.imgBox .action{
	text-align: center;
}



.supplierBox {
	display: inline;
	width:190px;
	height:60px;
	border-bottom:1px dashed #999;
	float:left;
	padding:5px;
	margin:5px;
	text-align: center;
	vertical-align: middle;
	
}



.offerBox  td{
	vertical-align: top;
	padding: 2px;
}


.offerBox h1 {
	text-transform: uppercase;
	font-weight: bold;	
}


.offerBox img {
	margin:2px;
	border: 1px solid #000;
}





.pagerBox{
	text-align: center;
	color:#999;
	line-height: 30px;
}

.pagerBox .on{
	color:#999;
}





.imgDetail{
	text-align: center;
	padding:5px;
}

.imgDetail img.main{
	border:1px solid #000;
	padding:2px;	
}

.imgDetail .detail{
	width:100%;
	text-align:left;
}

.imgDetail .detail th{
	width:33%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/img/dot000.gif) repeat-x bottom;
	padding:5px 1px 5px 1px;
}

.imgDetail .detail td{
	
}

.imgDetail tr.bottom td{
	border-top:1px solid #000;	
	line-height: 30px;
}






.subscriptionBox{
	width:500px;
	height:200px;
	float:left;
	margin:5px;
	background:#FFF;
	margin-bottom:15px;
	border-bottom:1px solid #000;
}

.subscriptionBox .imgSlot{
	width: 160px;
	height: 160px;
}

.subscriptionBox td{
	padding:5px;
}



.accounting th {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: url( /img/dot000.gif ) repeat-x bottom;
}

.accounting td {
	background: url( /img/dot000.gif ) repeat-x bottom;
	line-height: 25px;
}

.accounting .last-row td {
	background: none;
}

.catalogueBox{
	display:inline;
	float:left;
	width:160px;
	height:220px;
	background: #EEE;
	margin:0 5px 5px 0;
}

.catalogueBox .check{
	background: #CCC;
	padding:5px;
}

.catalogueBox .imgSlot{
	height:120px;
	background: #DDD;
	text-align: center;
	padding-top:5px;
}

.catalogueBox .imgSlot img{
	width:70px;
}

.catalogueBox .descr{
	padding:5px;
}

.conditions ol li{
	list-style: lower-latin;
	margin-left:40px;
	padding:5px 0 5px 0;
}

.conditions ol li ol li{
	list-style:decimal;
}

.downloadBox{
	
}

.downloadBox input.action{
	width:98%;
	color:#F90;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/img/fx_F90.gif) no-repeat right;
	padding-right:12px;
	cursor: pointer;
	text-align: right;
}


input.shadow{
	border:0px;
	background:none;
	width:98%;
}



