/* CSS Document */

/*struttura base */

body {
	margin: 3px 0 3px 0;
	padding:0;
	text-align:center;
}

#container {
	width: 1000px;
	margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
}

#testata {
	clear: both;
	position: relative;
	width: 1000px;
}

#testata .testata {
	position: relative;
	float: right;
}

#testata #bloccoTestata1 {
	float: left;
}

#barraMenu {
	clear: both;
	width: 1000px;
}

/*#barraMenu .barraMenu {
	float: left;
}*/

#bloccoBarra1, #bloccoBarra2 {
	float: left;
}

#bloccoBarra3 {
	float: right;
}

#centrale {
	position: relative;
	background: url(../Img/bkg_centrale.gif) repeat-y;
	clear: both;
	width: 1000px;
}

#centraleStampa {
	position: relative;
	clear: both;
	width: 700px;
}

#centrale #colonnaSx {
	position: relative;
	float: left;
	width:150px; /* Dimensioni per Opera 5 */
	\width:160px; /* Dimensioni per Explorer 5.x */
	w\idth:150px; /* Dimensioni per browser standard compliant */
}

#centrale #colonnaDx {
	display:none;
}

#centrale #contenuto {
	position: relative;
	margin-left: 155px;
}


html>body /**/ #centrale #contenuto {
	width: 840px;
}


#centrale #centrale2 {
	position: relative;
	clear: both;
	width: 1000px;
}

#centrale #centrale2 #colonnaSx {
	position: relative;
	float: left;
	width:150px; /* Dimensioni per Opera 5 */
	\width:160px; /* Dimensioni per Explorer 5.x */
	w\idth:150px; /* Dimensioni per browser standard compliant */
}

#centrale #centrale2 #colonnaDx {
	display:none;
}

#centrale #centrale2 #contenuto2 {
	width: 845px !important;
	width: 835px;
	float: right;
	/*padding: 5px;*/
	margin-left: 5px;
}

html>body/**/ #centrale #centrale2 #contenuto {
	width: 840px !important;
}


#piede {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#piede div {
	position: relative;
	clear: both;
}


/* vetrine */

#vetrinaHP {
	height: 380px;
}

#vetrinaHP .foto {
	width: 150px;
}

#vetrinaHP .info {
	width: 240px;
	height: 140px;
}

#vetrinaHP .quickInfo{
	height: 80px;
}

#vetrinaHP #FineSerie {
	width: 400px;
	height: 375px;
}

#vetrinaHP #PrimoPrezzo {
	width: 400px;
	height: 375px;
}

#vetrinaHP #LaNovita {
	width: 400px;
	height: 375px;
}

#vetrinaHP #OccasioneRientro {
	width: 400px;
	height: 375px;
}

#vetrinaHP #Promozione {
	width: 400px;
	height: 375px;
}

#vetrinaHP #MigliorSconto {
	width: 400px;
	height: 375px;
}

#vetrinaHP #PrezzoInDiscesa {
	width: 400px;
	height: 375px;
}


/*stili per vetrine navigazione */

#vetrineNav {
	width: 405px;
}

html>body/**/ #vetrineNav {
	width: 405px
}

#vetrineNav #vetrinaHP {
	height: 780px;
	overflow: hidden;
}

/* bacheca */

#bacheca {
	width: 97%;
}

#titBacheca {
	position: relative;
	width: 97%;
}

/* modello dispo */

#barraModello {
	position: relative;
	width: 99%;
	overflow: auto;
	}

.modelloDispo {
	position: relative;
	width: 98%;
	width: 99% !important;
}

.modelloDispo .rigaScheda {
	overflow: hidden;
	height: auto;
}

.modelloDispo .rigaScheda .boxImmagini {
	width: 120px;
	\width:120px; /* Dimensioni per Explorer 5.x */
	w\idth:110px; /* Dimensioni per browser standard compliant */
}

.modelloDispo .rigaScheda .boxInfo {
	width: 530px;
	\width:525px; /* Dimensioni per Explorer 5.x */
	w\idth:520px; /* Dimensioni per browser standard compliant */
}

.modelloDispo .rigaScheda .boxPrezzi {
	width: 180px;
	\width:190px; /* Dimensioni per Explorer 5.x */
	w\idth:180px; /* Dimensioni per browser standard compliant */
}


/* stili per scheda prodotto */

#infoScheda #codDispo {
	width: 490px;
}

/* bundle */

.bundle .modelloDispo .boxInfo, .bundle .modelloDispo .boxPrezzi {
	width: 85%;
}

/* carrello */

#carrello .dispoPezzi {
	width: 75%;
}

/* stili per navigazione categorie */

#contenuto #elencoCat {
	width: 40%;
}

#contenuto #elencoFam, #contenuto #elencoProd {
	width: 40%;
}

/* stili per scheda prodotto */

#infoScheda #codDispo, #infoScheda #quickInfo { width: 480px; }
#centraleStampa #infoScheda #codDispo, #centraleStampa #infoScheda #quickInfo { width: 370px; }

#dettagliScheda #schedeDett3 table, #dettagliScheda #schedeDett4 table, #dettagliScheda #schedeDett5 table{
	position: relative;
	width: 800px;
}

#centraleStampa #dettagliScheda #schedeDett3 table, #centraleStampa #dettagliScheda #schedeDett4 table, #centraleStampa #dettagliScheda #schedeDett5 table{
	position: relative;
	width: 690px;
}

#dettagliScheda #schedeDett3 table.boxTecnica {
	position: relative;
	width: 380px;
}

#dettagliScheda #schedeDett3 table #colTecnica1 { float: left; width: 395px; }
#dettagliScheda #schedeDett3 table #colTecnica2 { margin-left: 400px; }

/* stili per Confronta */

#prodottiConf  .imgConf{
	width: 250px;
	height: 250px;
}

#contenuto #paginaPersonale #txtBacheca { position: relative; width: 800px; }