* {
	font-family: verdana, arial, helvetica;
}
body {
	width: 1000px;
	margin: auto;
    font-size: 11px;
}

.sx { text-align: left; }
.dx { text-align: right; }
.cx { text-align: center; }
.cents { vertical-align: text-top; font-size: 50%; }
.initialprice { color: #cc0000; font-weight: bold; text-decoration: line-through; }
.price { color: #cc0000; font-weight: bold; }

a {             
	border-bottom: 1px dotted #f00;
	color: #F00;
	text-decoration: none;
}

a img { border: 0 }
 
#title {
	font-weight: bold;
	color: #cc0000;
	padding: 10px 0;
	font-size: 120%;
}

#header {
/*	overflow: auto;*/
	padding: 0;
	margin: 5px 0 30px 0;
	background: url(../img/header-bg.png) repeat-x 0 0;
	width: 100%;     
	height: 100px; 
	position: relative;
}
#header h1 { 
	/* Nascondo il testo del logo */
	height: 91px;       
	font-size: 1px;
	text-indent: -5000px;   
	width: 241px;
	display: inline	;
} 
#header h1 a { border: none;}      
#header #logo-mauri-lp {
	position: absolute;
	top: 4px;
	right: 5px;
}
#footer {
	margin: 30px 0 10px 0;
	overflow: auto;
	background: url(../img/header-bg.png) repeat-x 0 0;
	color: #fff;
	padding: 10px;
}

#header a.logo-topleft {
	width: 257px;
	height: 91px;
	float: left;
	background: url(../img/logo.png) no-repeat 0 0;
}

#header a,
#footer a {
	color: #fff;
	text-decoration: none;
}

#header .menu { 
	color: #fff;
	height: 91px;
	padding: 0;
	margin: 0 0 0 30px; 
	width: 100px;
	float: left;
	border-right: 1px solid #fff;
}
#header .menu ul {
	color: #fff;
/*	list-style: none;*/ 
	list-style: disc outside;
	padding: 5px 10px 0 0;
	margin: 0;
}
#header .menu ul li {
/*    display: block;*/
	margin-bottom: 3px;
}

#leftbar {
    display: block;
    width: 233px;
    margin: 0 10px 30px 0;    
   	clear: both;
    float: left;
    background-color: #e5e5e5;
}
#leftbar .title {
    display: block;
    height: 21px;
    padding: 2px 4px 0 4px;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../img/title-bg.gif) no-repeat 0 0;
	clear: both;
}

#leftbar .searchbox {
    padding: 2px;
/*    overflow: auto;*/
/*    border-bottom: 2px dotted #555;*/
    margin: 10px 0 0 0;
}

#leftbar .searchbox label {
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
    font-size: 11px;
    margin: 0 0 2px 5px;
}

#leftbar .searchbox select,
#leftbar .searchbox input {
    width: 150px;
    float: right;
    font-size: 11px;
    margin: 0 5px 2px 0;
}

#leftbar .searchbox button.search, input.send-fast-feedback {
    margin: 0 5px 0 0;
    padding: 2px;
    display: inline;
    float: right;
    background: url(../img/title-bg.gif) no-repeat 0 0;
    color: white;
    border: 1px solid #fff;
	cursor: pointer;
}

#leftbar .searchbox button.search, input.send-fast-feedback {
    margin: 0 5px 0 0;
    padding: 2px;
    display: inline;
    float: right;
    background: url(../img/title-bg.gif) no-repeat 0 0;
    color: white;
    border: 1px solid #fff;
	cursor: pointer;
}

#leftbar #fast-search h4 {
	margin-bottom: 5px;
}
#leftbar #fast-search input.send-fast-feedback {
	margin: 5px 10px 10px 5px;  
}

#leftbar #fast-search textarea, #leftbar #fast-search #fastFeedbackEmail {
	font-size: 90%;
}    
#leftbar #fast-search #fastFeedbackEmail {
	width: 150px;   
	float: left;  
	margin-top: 5px;
}

#leftbar .brandbox {
    padding: 0;
    margin: 0;
}

#leftbar .brandbox a {
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    padding: 2px 10px;
    text-align: left;       
}

#leftbar .brandbox a img {
    border: 0;
}     
#leftbar .brandbox a:hover {  
/*	background: #F0F0F0;   */
    outline: 2px solid #FF0000;
}
/* Più ricercati */
#most-searched, #fast-search {
	padding-left: 10px;
}                      
#most-searched h4 { margin-bottom: 10px;  padding-bottom: 0; }
#most-searched ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}                  

#most-searched ul li { line-height: 160%;}

select.categories {
	width: 200px;
	float: right;
}
#header-menu .category {
	margin: 0 20px 0 10px;
	float: right;
	cursor: pointer;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#main-expo {
	overflow: auto;
	width: 750px;
	float: left;
}

#main {
	overflow: auto;
	clear: both;
}

#main-article {
	overflow: auto;
	width: 720px;
	margin: 0 0 0 30px;
	float: left;
	border-top: 3px solid #eee;
}

#main-article .images {
	margin: 20px 10px 0 0;
	float: left;
	width: 330px;
}

#main-article .images .large {
	float: left;
	width: 330px;
}

#main-article .images .large IMG {
}

#main-article .images .thumbs {
	margin: 10px 0;
}

#main-article .images .thumbs IMG {
	margin: 10px 8px 0 0;
}

#main-article .text {
	margin: 20px 10px 0 40px;
	float: left;
	width: 330px;
	border-bottom: 3px solid #eee;
}

#main-article .text .model {
	color: #cc0000;
	font-weight: bold;
	font-size: 18px;
}
#main-article .text .brand {
	color: #cc0000;
	font-size: 14px;
}
#main-article .text .description {
	margin: 10px 0;
	color: #333;
}
#main-article .text .label {
	font-weight: bold;
	margin: 10px 0;
}
#main-article .text .initialprice {
	font-size: 14px;
}
#main-article .text .price {
	font-size: 20px;
}
#main-article .text .addtocart {
    display: block;
    width: 70px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;  
	font-weight: bold;
    float: right;
    background: #097c0b;
    color: white;
}
#main-article .category {
	margin-top: 5px;
	font-style: italic;
}
.article img, #main-article img, .thumbs img {
	border: 3px solid #f0f0f0;
}


table#prices {
	width: 100%;
	border: 2px solid #cc0000;
}   
table#prices tr td {vertical-align: top;}

ul.alternate-prices {
	height: 90px; 
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
}
ul.alternate-prices li {
	width: 100px;
	float: left;
	margin-right: 8px;   
	text-align: center;
} 
ul.alternate-prices li a.alternate-desc {  
	text-align: center;  
	background: #f0f0f0;
	text-decoration: none !important; 
	display: block;
	width: 90px;
	height: 100%;
	padding: 8px 5px;
	border: 0;
}
ul.alternate-prices li a.alternate-desc .name { color: #000; font-weight: bold; font-size: 90%;}
.explanation { 
	display: block; 
	width: 100%; 
	text-align: center; 
	font-size:90%;    
	margin-top: 4px; 
	
}
.explanation a {
	text-align: center;   
	background: transparent !important;
	display: inline; 
}

img.strike-through {
	border: none;
	position: absolute;
}

/* Articolo in vetrina */        
#main-expo #expo-header  {
	background:  url(../img/lampada.png) no-repeat top right; 
	position: relative;   
}                                                         

#main-expo #expo-header h2 {
	min-height: 20px;
	height: auto !important;
	height: 20px;    
	margin-top: 0;
}
#main-expo .introduction {    
	position: relative;
	min-height: 230px;
	height: auto !important;
	height: 230px;         
	padding-right: 125px; 
	font-size: 120%;
}        
p#consegna-gratuita {
	float: left;
	width: 420px;
	height: 71px;
	background: url(../img/furgone-home.png) no-repeat center bottom;
	text-indent: -10000px;
	font-size: 0;
}
.expo .article {
	float: left;
	margin: 0 6px 30px 0;
	height: 300px;
	color: #555;        
	width: 239px;
}
.expo .article a.big-image {
	border: none;
	display: block;
	width: 239px;
    height: 239px;
    padding: 0;
    margin: 0;
}
.expo .article a {
	display: block;
	text-decoration: none;
	position: relative;
	font-family: sans-serif;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 5px;
}   

.expo .article img {
	display: block;    
}
.expo .article .moreinfo {
	float: right;
	color: #cc0000;
	font-weight: bold;
	font-size: 9px;
}
.expo .article .name {
	display: block;
	font-weight: bold;       
	font-size: 110%;
}
.expo .article .brand {
	display: block;
}
.expo .article .initialprice {
	display: block;
	position: absolute;
	right: 0;
	bottom: 45px;
	z-index: 2;
	margin: 0 5px 5px 0;
	font-weight: bold;
	font-size: 20px;
	text-decoration: line-through;
}
.expo .article .price {
	display: block;
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 2;
	margin: 0 5px 5px 0;
	font-weight: bold;
	font-size: 35px;
} 
.expo .article .iva {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0 5px 5px 0;
	font-weight: bold;
	font-size: 10px;
}
.expo .article .price, .expo .article .iva { color: #097C0B; }
.expo .article .featured {
    width: 233px;
    height: 28px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    background: url(../img/offertadelmese.jpg) no-repeat 3px 3px;
}

/* Carrello */
#header .cart {
	float: left;
	margin: 0 0 0 15px;
	width: 320px;
	height: 91px;
	color: #fff;    
	position: relative;
}

#header .cart .title {
	color: #fff;
	padding: 6px;
	font-weight: bold;
	font-size: 15px;   
	background: url(../img/carrello-piccolo.png) no-repeat center left;    
	padding: 5px 0 5px 35px;
}

#header .cart .title a {
	color: #fff;
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
}

#header .cart .title a:hover {
	text-decoration: underline;
}

#header .cart table {
	color: #fff;
	border: 0;
	border-collapse: separate;
	width: 320px;
}

#header .cart table td {
	margin: 2px 0;
	border: 0;
}  
#header .cart table td.item-price {
	width: 60px;
	text-align: right;
	padding-right: 3px;
}     
#header .cart table td.item-remove {
	width: 30px; 
	font-weight: bold;
	text-align: center;
}           
#header .cart table td.item-remove a{
	border: 0;
	display: block;
}     
#header .cart table td.item-remove a:hover  {
	background: #fff;        
	color: #ff0000;
}


#header .cart table tr {
	height: 17px;
	background-color: #aa0000;
}


#header .cart .total {
	text-align: right;
	color: #fff;
	padding: 1px;
}

#header .cart-payment {    
	float:right;
	margin-right: 10px; 
	padding-top: 6px;
	text-align: right; 
	overflow: hidden;
	
}  
.cart #buy-button {
	background: url(../img/continue-arrow.png) no-repeat center right;
	line-height: 0;
	border: 0;                  
	position: absolute;              
	top: 4px;
	right: 0;  
	padding: 10px 20px 10px 5px; 
	margin-top: 0;  
}
#paypal-cards {
	float: right;
	margin: -5px 0 10px 10px;
}

#main-buy #steps {
	overflow: auto;
	margin-bottom: 10px;
	height: 40px;
}
#main-buy #steps div {
	float: left;
	margin: 0 10px 0px 0;
	height: 35px;
}
#main-buy #steps .stepn {
	width: 30px;
	color: #cc0000;
	font-weight: bold;
	font-size: 250%;
}
#main-buy #steps .stepd {
	width: 150px;
	font-weight: bold;
	color: #ccc;
}
#main-buy #steps .current {
	color: #333;
}

#main-buy table.cart-table {
	clear: both;
	width: 100%;
} 
	
#main-buy th, #main-buy td {
	height: 30px;
	vertical-align: middle;   
	padding: 5px;
}
#main-buy td {
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
}
#main-buy th {
	height: 30px;
	vertical-align: middle;
	background-color: #ddd;
}       
#main-buy td.remove {
}        
#main-buy td.remove a {   
	color: #000;
	display: block; 
	text-align:center;
	font-weight: bold;
	border: none;
}    
#main-buy td.remove a:hover {
	color: #f00;
}
#main-buy .grandTotal {
	float: right;
	width: 300px;
	background-color: #ddd;
	padding: 10px 0 10px 10px;
	margin: 2px;
}
#main-buy .total {
	float: right;
}


#main-buy fieldset {
	float: left;
	width: 460px !important;
}     
#main-buy fieldset#cart {
	width: 975px !important; 
	margin-bottom: 15px;
}
#main-buy fieldset label {
	width: 100px;
	text-align: right;
	margin-right: 10px;
/*	display: block;
	float: left;
*/	clear: both;
}
#main-buy fieldset input[type=text],
#main-buy fieldset textarea,
#main-buy fieldset select {
	width: 250px;
	display: block;
	float: left;
}

#main-buy fieldset label.error, form#contact label.error{
	display: block;
	font-weight: bold;
	color: #FA1D13; 
	width: 100%;
	text-align: left;
}     
#main-buy fieldset input.error, #form.contact input.error {
	border: 2px solid #FA1D13;
}

.floatLeft { float: left; }
.floatRight { float: right !important;}
fieldset.cartReview {
	height: 160px;	
	margin-top: 20px;
	
} 
fieldset.cartReview div { margin: 0 0 0 5px;}                
#main-buy fieldset legend {
	color: #7E7E7E;
	font-weight: bold;
	font-size: 150%;    
}     
fieldset.cartReview ul {
	list-style: none;
	margin-left: 0;
	padding-left:0;
}    
fieldset.cartReview ul li { margin-bottom: 5px; height: 32px;}         
fieldset.cartReview ul li.payment_1  {
	background: url(../img/paypal-logo-smaller.png) no-repeat top right;
}        

#main-buy fieldset table {width: 100%;}

a.continue, button.continue-button, .search-next {     
	background: #097c0b url(../img/continue-arrow.jpg) no-repeat center right;
	display: block;
	float: right;
	margin: 10px 0;
	padding: 5px 30px 5px 10px; 
	border: 0;
	color: #fff;
	font-weight: bold; 
	font-size: 200%;
} 
.back-button, .search-previous {     
	background: #ddd url(../img/back-arrow.jpg) no-repeat center left;
	display: block;
	float: left;
	margin: 10px 0;
	padding: 5px 10px 5px 30px; 
	border: 0;
	color: #686868;
	font-weight: bold;
}   
.search-next, .search-previous {
	font-size: 12px;
}
.search-previous { 
	background: #097c0b url(../img/back-arrow-green.jpg) no-repeat center left !important; 
	color: #fff;
}   
/* Ricerca */   
.search-results h3 {
	margin-top: 0;
	font-size: 180%;
	font-weight: normal;
}
ul#search-parameters {
	list-style: none;         
	margin-left: 0;
	padding-left: 0;
}  
span.results-count { color: #ff0000;}             

/* form contatti */ 
form#contact { background: #e5e5e5;
	width: 70%;
	padding: 10px;
	}
form#contact label {
	display: block;
	font-weight: bold;
}
form#contact textarea {
	width: 70%;
	height: 200px;
} 
#send-contact{
	background: #097c0b; 
	margin: 10px 0;
	padding: 5px 15px; 
	border: 0;
	color: #fff;
	font-weight: bold; 
	font-size: 120%;      
	cursor: pointer;
}            
/* Acquisti, revisione  e pagamento */      
.hquantity small, .article-label small {
	font-weight: normal;
	border-bottom: 1px dotted #f00;
}        
.article-label small { color: #f00;}

#orderCompleted {
	font-size: 120%;
}                                      
/* Privacy nel form */   
body fieldset#customerPrivacy div, body fieldset#saleContract div { margin: 0 0 20px 10px; background: #e6e6e6; height: 52px; margin-left: 25px; overflow: auto; padding: 2px 5px; }
body fieldset#customerPrivacy div strong, body fieldset#saleContract div strong { color: #686868; }
body fieldset#customerPrivacy input, body fieldset#saleContract input { float: left; }         
span.underlined { text-decoration: underline;}

#orderCompleted { height: 400px; }      

/* pagina privacy */
.privacy-content {
	margin-bottom: 30px;
}        

/* Etichette */
.label1, .label2, .label3, .label4 {
	font-weight: bold;
	background: #e5e5e5;    
	padding: 5px;  
	margin-bottom: 10px;
}

.label2, .label3, .label4{
	font-size: 120%;
}    
.thumbs img { cursor: pointer;}       

small.label-explanation {
	color: #f00;
	font-size: 70%;
	font-weight: normal;
}       

small.iva { font-size: 40%; }           

a.remaining-products { 
	display: block;
	float: left; 
	padding: 1px;
}      


.expo-nav { overflow: auto; text-align: center; clear: both; padding: 5px; }
.expo-nav.top { margin: 0 0 15px 0; border-bottom: 1px solid #ccc; }
.expo-nav.bottom { margin: 15px 0 0 0; border-top: 1px solid #ccc; }

.expo-nav .prev { float: left; }
.expo-nav .next { float: right; }
form.simple_form label { display: block; font-weight: bold;}
form.simple_form textarea { width: 600px; height: 125px; font-size: 15px; }

.error {
	background: #F7CAC6;
	border: 2px solid #BD1A0E;
	color: #BD1A0E !important;
	font-weight: bold;
}        

#not-found-form #email { 
	margin-top: 10px;
	width: 600px;  
	font-size: 15px; 
	
} 
