/* @override 
	http://localhost/_avatar/italricambi/web/webroot/css/home.css
	http://www2.italricambi.it/webroot/css/home.css
*/

/* @group General */

html, body, p, span, div, ul, 
li, table, td, h1, h2, h3, h4, hr {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg_body.png) repeat-x;
	font: 13px/16px Arial;
	color: #1C1C1C;
}

a {
	text-decoration: none;
	color: #f10000;
}

.dx a {
	color: #1C1C1C;
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}

/* @end */

/* @group Typos */

h1 {
	color: #f10000;
	font: 30px "Arial Narrow";
}

h2 {
	color: #f10000;
	font: 20px/26px "Arial Narrow";
}

h3 {
	color: #020202;
	font: 20px/26px "Arial Narrow";	
}

h4 {
	color: #f10000;
	font: 15px/20px "Arial Narrow";
}

/* @end */


/* @group Layout */

#wrapper {
	width: 889px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 25px;
}

#header {
	display: block;	
	clear: both;
	color: white;
	overflow: visible;
}

#header a {
	color: white;
}

#toolbar_top {
	height: 20px;
	clear: both;
	padding-top: 2px;
	width: ;
}

#barra_lingua {
	float: left;	
}

#barra_areariservata {
	float: right;
}

#headlogo {
	clear: both;
	height: 92px;
}

#headlogo #logo {
	background: url(../images/header_logo.png) no-repeat center;
	width: 236px;
	height: 92px;
	float: left;
	padding-left: 5px;
}

#headlogo #claim {
	background: url(../images/header_claim.png) no-repeat right center;
	width: 236px;
	height: 92px;
	float: right;
}

#headflash {
	width: 881px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#headflash .slide {
	position: absolute;
	height: 300px;
	clear: both;
}

#rootmenu {
	height: 49px;
	clear: both;
	margin: 0 auto;
	width: 885px;
	background: url(../images/bg_rootmenu.png) no-repeat;
}

#rootmenu ul {
	display: block;
	float: left;
	height: 49px;
	padding-left: 23px;
}

#rootmenu ul li {
	display: block;
	float: left;
	list-style-type: none;
	height: 49px;
	width: 77px;
}

#rootmenu ul li.active {
	background: url(../images/rootmenu_active.png) no-repeat;
}

#rootmenu ul li a:hover {
	background: url(../images/rootmenu_active.png) no-repeat;
	color: white;
}

#rootmenu ul li.active a {
	color: white;
}

#rootmenu ul li a {
	display: block;
	height: 49px;
	color: #3A3A3A;
	font-size: 13px;
	line-height: 49px;
	text-align: center;
}


#searchbox {
	float: right;
	height: 49px;
	line-height: 51px;
	margin-right: 15px;
}

#searchbox input {
	padding-left: 20px;
	height: 20px;
	border: 1px solid silver;
	line-height: 20px;
	color: silver;
	background: white url(../images/search_icon.png) no-repeat left center;
}

#main {
	clear: both;
	width: 881px;
	margin: 0 auto;
	overflow: hidden;
}

#main .sx {
	width: 552px;
	float: left;
}

#main .dx {
	float: right;
	width: 281px;
}

#main .dx .filtro select {
	width: 200px;
	border: 1px solid silver;
}

#main .dx .filtro {
	padding: 22px;
	background-color: #EBEBEB;
	margin-bottom: 5px;
}

#main .dx .filtro h3 {
	color: #020202;
	font: 15px "Arial Narrow";	
}

#main .dx .image {
	background-color: #EFEFEF;
	padding: 10px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #020202; 
	border-style: none none dotted;
}

#main .contenuto {
	padding-top: 11px;
	clear: both;
	overflow: visible;
}

#listaprodotti {
	padding-bottom: 20px;
}

#listaprodotti .prodotto {
	clear: both;
	width: 552px;
	height: 80px;
	border-left: 6px solid white;
}

.prodotto .thumb {
	float: left;
	height: 80px;
}

.contenuto img.thumb {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#listaprodotti .prodotto .descrizione {
	float: left;
	width: 412px;
	padding-top: 20px;
	padding-left: 20px;	
	padding-bottom: 20px;
}

#listaprodotti .prodotto .r0 {
	background: #fff;
}

#listaprodotti .prodotto .r1 {
	background: #EBEBEB;
}

.paginatore {
	text-align: right;
}

.paginatore a {
	color: #3A3A3A;
	padding-left: 4px;
}

.dx .prodotto {
	float: left;
	width: 285px;
	height: 80px;
	clear: both;
	border-bottom: 1px dotted #020202; 
	border-style: none none dotted;
	border-left: 6px solid white;
}

.dx .prodotto .descrizione {
	height: 40px;
	width: 140px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;	
	padding-bottom: 20px;
}

#inevidenza {
	border: 1px solid silver;
	overflow: hidden;
	width: 279px;
	border-bottom: none;
}

#inevidenza .prodotto {
	float: left;
	width: 285px;
	height: 80px;
	clear: both;
	border-bottom: 1px solid silver;
}

#inevidenza .prodotto .descrizione {
	height: 50px;
	width: 140px;
	float: left;
	background: #EBEBEB;
	padding-top: 10px;
	padding-left: 20px;	
	padding-bottom: 20px;
}

h3.inevidenza {
	background: url(../images/fondo_titolo_evidenza.png) no-repeat;
	display: block;
	height: 28px;
	width: 283px;
	padding-left: 10px;
	font: 18px/28px "Arial Narrow";
}

#footer {
	clear: both;
	height: 111px;
	background-color: #e2e2e2;
	display: block;
}

.blocchetto {
	padding-right: 30px;
	height: 111px;
	vertical-align: middle;
	padding-top: 25px;
	color: #1C1C1C;
	font-size: 12px;
}

.blocchetto a {
	color: #F10000;
}

.contents {
	width: 881px;
	margin: 0 auto;
	height: 111px;
	clear: both;
}

/* @end */

.menubottom, .menubottom a {
	color: #1C1C1C;
}


.credits, .credits a {
	color: #737373;
	float: right;
}

/* @group Scheda prodotto */

.backlink {
	color: #5f5f5f;
}

#scheda {
	width: 552px;
}

#scheda #preview {
	text-align: center;
}

#scheda #gallerybar {
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ebebeb;
	width: 552px;
	overflow: hidden;
	height: 40px;
}

#scheda #gallerybar .thumb {
	float: left;
	background-color: white;
	padding-right: 4px;
}

#scheda #gallerybar .thumb img {
	border: 1px solid silver;	
}

/* @end */

/* @group Tools */

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: red;
}

.black {
	color: #020202;
}

.small {
	font-size: 11px;
	line-height: 11px;
}

/* @end */


/* @group Pagina Contatti */

#infocontattisx {
	width: 200px;
	float: left;
	padding-left: 60px;
	padding-top: 30px;
	line-height: 22px;
}

#infocontattisx hr {
	width: 130px;
}

#infocontattidx {
	width: 260px;
	float: left;
}

#infocontattidx ul {
	display: block;
}

#infocontattidx ul li {
	list-style-type: none;
	height: 53px;
	line-height: 53px;
	display: block;	
}

#infocontattidx ul li a {
	height: 53px;
	line-height: 53px;
	display: block;	
}

/* @end */


/* @group Prodotti in home */

.prodottohome {
	height: 255px;
	width: 255px;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
}

.prodottohome h2 {
	font-size: 16px;
}

/* @end */

.contenuto table {
	width: 100%;
}

.contenuto table tr th {
	text-align: left;
	width: 20%;
	padding: 3px;	
}


.contenuto table tr.r0 {
	background: white;
}
.contenuto table tr.r1 {
	background: #e3e3e3;
}

.contenuto table td {
	width: 30%;	
	padding: 3px;
}
