/*
NOTE GENERALI:
- i tag HTML sono tutti indicati con lettere MAIUSCOLE classi e pseudoclassi dei selettori in minuscolo
- le immagini che definiscono stili sono contenute nella cartella img nella stessa root del file .css

stili per il layout fisso larghezza 920px

*/

html, body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* selettori per HTML base -- per formattare il body e tutti gli elementi inseriti con CMS */
body{
	background: #FFF url(img/body_bg.gif) repeat-x left top;
	font: 12px/150% "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #333;
}
/* selettori di impaginazione*/

/*imposta il contenitore generale dell'interfaccia*/
div#container{
	width: 990px;
	float: left;
	/*margin: 0 auto;*/
	text-align: left;
	/*margin-left: 10px;*/
}

/*parametri header*/
div#service{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	width: 920px;
}

div#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(img/header_bg.jpg) no-repeat left top;
	height: 186px;
	width: 990px;
}

div#header_int{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(img/header_bg.jpg) no-repeat right top;
	height: 168px;
	width: 920px;
	text-align: center;
}


/*imposta i margini per le aree di contenuto*/
div#content{
	width: 980px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	background: #FFF;
}

div#content_home{
	width: 980px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	background: transparent url(img/content_bg.gif) repeat-y center bottom;
}


/*selettori per blocchi di contenuti*/
.boxbanner_small{
	margin: 10px 14px 0 0;
	padding: 0 0 0 2px;
	float: left;
	width: 492px;
	background: transparent;
	text-align: center;
}

.subcontent{
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	float: right;
	width: 750px;
	
}

.subcontent_int{
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	float: right;
	width: 730px;
	background-color: #FFF;
}


.subcontent_small{
	margin: 0 14px 0 0;
	padding: 0 0 0 2px;
	float: left;
	width: 492px;
	background: transparent;
}

.subcontent_panel{
	margin: 0 14px 0 0;
	padding: 0 0 0 2px;
	float: left;
	width: 735px;
	background: transparent;
}

.subcontent_mid{
	margin: 10px 0 10px 14px;
	float: left;
	width: 650px;
}

.subcontent_ext{
	margin: 10px 0 10px 14px;
	float: left;
	width: 725px;
}


div#modulo{
	margin: 10px 0 30px 0;
}


/*posiziona il logo nell'interfaccia*/
div#logo{
	float: left;
	width: 343px;
	height: 92px;
	margin: 9px 0 0 24px;
	padding: 0 0 0 0;
}

div#login{
	float: right;
	width: 40px;
	height: 90px;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	text-align: right;
}

div#account{
	float: right;
	width: 404px;
	height: 45px;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	background: url(img/account_bg.gif) no-repeat center top;
}

div#find{
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}

div#language{
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}
/*imposta le caratteristiche della navigazione principale*/
div#navigation{
	width: 950px;
	height: 38px;
	margin: 4px 0 0 20px;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}
/*selettori per breadcrumbs*/
div#breadcrumbs{
	width: 750px;
	height: 30px;
	margin: 0 0 20px 0;
	float: right;
}

/*selettori scheda prodotto*/
div#anteprima{
	width: 140px;
	padding: 10px 10px 10px 0;
	float: left;
}

div#anteprima IMG{
	width: 140px;
}

div#dettaglio{
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	float: right;
	width: 342px;
	background-color: #FFF;
}

div#scheda{
	color: #666;
}

div.btn{
	width: 100%;
	float: left;
	display: block;
}

div#scheda TABLE{
	margin: 0 0 10px 0;
	background-color: #FFF;
	float: left;
	width: 492px;
}

div#scheda TABLE TD{
	padding: 2px;
	background: #E3E3E3;
}

div#scheda TABLE TH{
	padding: 5px;
	background: #E3E3E3;
}
/*selettori per la spalla sinistra menu e carrello */
/*spalla sx*/
div#context{
	margin: 0 0 0 0;
	float: left;
	width: 225px;
	background: transparent;
}
/*menu sx categorie*/
div#menu{
	margin: 0 0 0 0;
	float: left;
	width: 217px;
	background: #A9D615 url(img/menu_bg.gif) no-repeat 0 bottom;
}
/*carrello sx*/
div#carrello{
	margin: 0 0 0 0;
	float: left;
	width: 225px;
	height: 180px;
	background: transparent url(img/carrello_bg.gif) no-repeat left top;
}

.int{
	margin: 490px 0 0 0;
}
.menu_win{
	background: #FFF;
	height: 90px;
}
.menu_win2{
	background: #FFF;
	height: 35px;
}

/*classe per settare i parametri della spalla destra*/

div#extras{
	float: right;
	width: 240px;
	margin: 0 0 0 0;
	background: transparent;
}

.extras_win{
	padding-top: 5px;
}

.extras_win.tube{
	background: url(img/extras_tube.gif) no-repeat;
	width: 240px;
	height: 37px;
}

.extras_win.forum{
	background: url(img/extras_forum.gif) no-repeat;
	width: 240px;
	height: 37px;
}

.extras_win.esperto{
	background: url(img/extras_esperto.gif) no-repeat;
	width: 240px;
	height: 37px;
}

.extras_win.mail{
	background: url(img/extras_mail.gif) no-repeat;
	width: 240px;
	height: 37px;
}

.extras_win.news{
	background: url(img/extras_news.gif) no-repeat;
	width: 240px;
	height: 37px;
}
.extras_win.lavora{
	background: url(img/extras_lavora.gif) no-repeat;
	width: 240px;
	height: 37px;
}

.extras_win.facebook{
	background: url(img/extras_facebook.gif) no-repeat;
	width: 240px;
	height: 33px;
	padding-top: 3px;
	margin-top: 3px;
}


div#extras div.window_carrello_content{
	text-align: left;
	background: #F0F0F0 url(img/extra_carrello_bot.gif) no-repeat center bottom;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

div#extras div.window_carrello_content p{
	background: #FFF;
	margin: 0 12px 0 12px;
	padding: 5px 0 5px 8px;
	color: #666;
}


div#extras div.window_carrello_content p.header{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0 15px 0;
	margin: 0 0 0 0;
	background: #F0F0F0 url(img/extra_carrello_top.gif) no-repeat center top;
}


/*selettori per i box delle vetrine*/

.box_headline{
	background: url(img/box_headline_bg.gif) no-repeat center top;
	margin: 2px 1px 0 0;
	width: 235px;
	height: 200px;
	padding: 5px;
	float: left;
}

.box_headline_news{
	background: url(img/box_headline_news_bg2.gif) no-repeat center top;
	margin: 2px 1px 0 0;
	width: 235px;
	height: 200px;
	padding: 5px;
	float: left;
}

.box_headline_ext{
	width: 368px;
	padding: 0 0 0 0;
	float: left;
}
/*box evidenze sinistra news*/
.box_headline_ext.left{
	margin: 0 0 0 5px;
	background: #6E092D url(img/headline_ext_left.gif) no-repeat scroll center top;
}
/*box evidenze destra video*/
.box_headline_ext.right{
	margin: 0 0 0 5px;
	background: #000 url(img/headline_ext_right.gif) no-repeat scroll center top;
}

/*box contenuto*/
.box_headline_ext .box{
	margin: 5px;
	padding: 5px;
	float:left; 
	border-bottom: 1px solid #42041A;
	width: 350px;
}

.box_headline_ext .box2{
	margin: 5px;
	padding: 5px;
	float:left; 
	border-bottom: 1px solid #42041A;
	width: 350px;
	text-align: center;
}

.box_headline_ext IMG{
	margin-right: 5px;
}

.box_headline_ext P{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



div.elenco{
	border-bottom: 1px dotted #036;
	margin: 10px 0 10px 0;
}

div.paginazione{
	float: left;
	margin: 10px 0 10px 10px;
}

/*imposta il contenitore per il footer se è all'esterno del div container*/
div#footercontainer{
	float: left;
	width: 100%;
	margin-top: 20px;
	clear: both;
	background: transparent url(img/footer_bg.gif) repeat-x center top;
}
div#footer{
	margin-top: 10px;
	/*border: 1px solid #FFF;*/
	padding: 20px 10px 20px 10px;
	width: 980px;
	clear: both;
	float: left;
}

div#footer .window{
	float: left;
	width: 300px;
	height: 200px;
	border-right: 1px solid #8190A3;
	margin-right: 10px;
}
DIV#credit{
	margin-top: 80px;
	float: right;
}

.barred 
{
	text-decoration:line-through;
	color:red;
}

