/* CSS Document */

/*-------------General Element Class--------------------*/

html, body, div{
	font-family         : Arial, Helvetica, sans-serif;
	font-size           : 11px;
	line-height			: 18px;
    letter-spacing      : 0.5px;
	margin              : 0px;
	padding             : 0px;
}

a:link, a:visited {
    size                : 10px;
}

.whiteBox a:link, .whiteBox a:visited {
	display            : block;
}

#leftCol a:link, #leftCol a:visited {
	display            : block;
	padding 		   : 3px 10px;
	width			   : 200px;
	text-align		   : left;
	float			   : right;
	margin-bottom	   : 6px;
}

h2{
	font-size          : 18px;
	text-align		   : left;
	border-bottom	   : 1px solid #0D71AF;
	margin-bottom      : 20px;
	padding-bottom      : 10px;
	/*margin-left		   : 20px;*/
}

.Horange{
	margin-left		   : 35px;
	color			   : #F90;
}

/*------------Main Container-------------*/

#lang{
	width               : 955px;
	margin-top          : 10px;
	text-align          : left;
	padding-left        : 10px;
}

#tbl_all_container{
    width               : 100%;
	height              : 100%;
	margin              : 0px;
	border				: none;
}

#tbl_all_container td{
	padding             : 0px;
	margin              : 0px;
	vertical-align      : top;
}

#topMenu{
    width               : 955px;
	height              : 80px;
}

#container{
    width               : 955px;
}

#bottomClose{
    width               : 955px;
	height              : 80px;
	position            : relative;
	font-size           : 10px;
	font-weight         : bold;
	text-align          : center;
}

/*------------Top Div-------------*/

#header{
	/*height              : 277px;*/
	margin              : 0px 0px 0px 0px;
}

/*------------Main Div-------------*/

#maincontent{
	margin              : 0px;
	height				: 100%;
}

#leftCol{
	float               : left;
    width               : 233px;
	height              : 450px;
	float               : left;
}

#rightCol{
	position            : relative;
	float               : left;
    width               : 722px;
	height              : 450px;
	float               : left;
	padding-bottom		: 40px;
}

/*--------------------- Classi Generiche ---------------*/

.empty{
	clear               : both;
	width               : 0px;
	height              : 0px;
	display             : none;
}

.whiteBox{
	width				: 50%;
	/*height				: 150px;*/
	background-color	: #FFF;
	float               : left;
	height				: 350px;
	margin-bottom       : 15px;
}

.whiteImageBox{
	width				: 50%;
	/*height				: 150px;*/
	background-color	: #FFF;
	float               : left;
	height				: 350px;
	margin-bottom       : 15px;
}

.transBox{
	overflow			: hidden;
	width				: 44%;
	/*height				: 150px;*/
	float               : left;
	text-align			: left;
	margin				: 3%;
	margin-bottom		: 10px;
	height				: 58px;
}

.transBoxAutoH{
	width				: 43%;
	float               : left;
	text-align			: left;
	margin				: 2%;
	margin-bottom		: 10px;
}

.chiudiBox{
	width				: 600px;
	border-top			: 1px solid #999;
	text-align			: right;
	height				: 15px;
	display				: block;
}

.chiudiBoxRbot{
	width				: 98%;
	border-bottom		: 1px solid #999;
	text-align			: right;
	display				: block;
}

.marginInnerBox{
	text-align			: left;
	margin				: 20px;
}

.etichettaHProsa, .etichettaHPverde, .etichettaHPazzurra, .etichettaHParancione{
	width				: 289px;
	height				: 63.6px;
	font-size			: 10px;
	margin   			: 6px 0px 6px 0px;
	text-align			: left;
}


.Title{
	font-size			: 17px;
	float				: right;
	margin-top  		: 15px;
	margin-bottom  		: 15px;
	margin-right		: 0px;
	text-transform		: uppercase; 
	width			    : 200px;
	text-align		    : left;
}

/*/////prodotti*/
.productBox{	
	width				: 90%;
	float               : left;
	text-align			: left;
	margin-bottom		: 10px;
}

.prodDescrCont{
	height				: 50px;
}
