/* Copyright (c) 2002-2008 Open2b Software Snc. */
body, table, th, input,select, textarea {
    font-family: "Verdana" sans-serif;
    font-size: 11px;
    color: #666666;
}

html>body, html>body td, html>body th, html>body input, html>body select, html>body textarea {
    font-size: small;
}

body {
    text-align: center;
    background:#839b0f;
    /*background: #8A1E1B;*/
    padding: 0.2em 0.5em;
}
img{
    vertical-align:bottom;
}
th { text-align: left; font-weight: normal; }

li { line-height: 140%; }

a{font-size: 12px;}
a:link {
	color: #003366;
}
a:hover { color: #8A1E1B;}
a:visited {
	color: #006666;
}
a img{
    border:0 none;
}
.path { font-size: 85%; margin-bottom: 1em; }
.paging { font-size: 85%; margin: 5px 2em; clear:both; text-align:right;}

h1 { color: #839B0F; font-size: 160%; margin: 0 0 0.5em 0; margin-top:0.5em; padding: 0;
text-align:left;
}
h2 { color: #839B0F;  font-weight: normal; font-size: 140%; border-bottom: 1px dotted #839B0F; margin: 1em 0 0.5em 0; padding:.5em; padding-top: 0;clear: both; }
h3 { color: #8A1E1B;  font-weight: bold; font-size: 100%; margin: 1em 0 0.2em 0; border-bottom: 1px dotted #8A1E1B; }

.bodyContent { text-align: left; width: 970px; margin: 0 auto; background:url('/open2b/site/1/images/bg.gif') repeat-y;}
.logoBox{
    float:left;
    width:300px;
    height:130px;
    clear:left;
    margin:0;
    padding:0;
    background:#fff;
}
.headerNavigationBox{
    margin:0;
    padding:0;
    float:left;
    clear:right;
    width:610px;
    height:130px;
    text-align:right;
    background:#fff;
	background-image:url('/open2b/site/1/images/header-image.jpg')
    /*border:1px solid red;*/
}

.mainContent {
    /*border-left:1px solid #ccc;
    border-right:1px solid #ccc;*/
    text-align:left;
    float:left;
    clear:none;
    padding:15px;
    width:590px;
    /*width:100%;*/
}

/*
    files: inc/header.inc
*/

.header { clear: both; }
.header>tbody>tr>td { padding:5px;}
.header a { text-decoration: none; }
.header span { margin-left: 1em; }

.headerNavigation ul{
    margin-top:.5em;
    margin-right:.5em;
    float:right;
    display:block;
    clear:both;
    width:100%;
}

/*.headerNavigation ul, */.bottomHeaderNavigation ul, .bigHeaderNavigation ul{
    display: inline;
    width:100%;
    padding:0;
    margin:0;
}


.headerNavigation ul li, .bottomHeaderNavigation ul li, .bigHeaderNavigation ul li{
    display: inline;
    list-style-type: none;
}
.headerNavigation ul li a{
    text-decoration:underline;
}
.headerNavigation ul li{
    font-size: 85%;
    padding-left: 3px;
    margin-left: 5px;
}


.fake{
    height:5px;
    /*border:1px solid red;*/
    /*background: #8A1E1B;*/
    font-size:0.1em;
    clear:both;
}
.bigHeaderNavigation{
    background: #EE2400;
    vertical-align:middle;
    height:30px;
    clear:both;
    text-align:left;
    padding-left:10px;
}
.bigHeaderNavigation ul li{
    padding-right:20px;
    font-size: 18px;
}
.bigHeaderNavigation ul li a{
    color:#fff;
    font-size: 18px;
    text-decoration:none;
}
.bigHeaderNavigation ul li a:hover{
    color:#FFD700;
}

.bottomHeaderNavigation{
    background:#FFD700;
    /*vertical-align:top;*/
    text-align:left;
    height:25px;
    padding-left:13px;
}
.bottomHeaderNavigation ul li{
    padding-right:5px;
    font-size:11px;
}
.bottomHeaderNavigation ul li a{
    color:#8A1E1B;
    font-size:11px;
    font-weight: bold;
    text-decoration:none;
}
.bottomHeaderNavigation ul li a:hover{
    color:#839b0f;
}

.searchBox {
    margin-right: 5px;
    margin-top:70px;
    float:right;
}
.searchBox span{
    vertical-align:bottom;
}
.searchBox .textinput input{
    border:1px solid #A5B6C7;
}

ul.assistenza { text-align:center }

ul.languages { display: block; margin-left: 0; padding: 2px; text-align: center; margin: 2px; }
ul.languages li { display: inline; padding: 0; margin: 0; padding-left: 1px; }
ul.languages li a { text-decoration: none; padding: 3px; }
ul.languages li img { border: 0; }

ul.currencies { display: block; margin-left: 0; padding: 3px; text-align: center; margin: 2px; margin-bottom: 1em; }
ul.currencies li { display: inline; padding: 0; margin: 0; padding-left: 1px; }
ul.currencies li a { font-weight: normal; color: black; text-decoration: none; padding: 3px; border: 1px solid #ddd; }
ul.currencies li a:hover, ul.currencies li.currentCurrency a { font-weight: normal; background: #0388d9; color: white; text-decoration: none; }

.leftColumn{
    width:175px;
    float:left;
    clear:none;
}
.rightColumn{
    width:175px;
    float:left;
    clear:none;
}

.leftColumn, .rightColumn {
    text-align:left;
    /*margin: 1em 0;*/
    padding:0 .5em;
    width:160px;
}
.rightColumn img{
    display:block;
    margin: 1em auto;
}


/*
    files: search_catalog.dwt
*/

.searchCount { font-weight: bold; margin-bottom: 0.5em; }

/* Login */

.login { text-align: left; min-height: 150px; background: #f1f2f6; border: 1px solid #ddd; color:#666; font-size:80%; padding: 1em; }
.login h3 { display: none; }
.login label { font-size: x-small; }
.login input { font-size: x-small; }
.login a:link { text-decoration: none; }
.login .rememberPassword { border-top: 1px solid #ddd; display: block; margin-top: 0.7em; padding-top: 0.7em; }
.login .signin { display: block; margin-top: 0.6em; }

/* Menu */

.verticalMenu h3 { margin-left: .1em; margin-bottom: 0.5em; padding-bottom: .5em; font-size:13px;}

.verticalMenu ul {
    list-style: none;
    margin: 0.1em;
    padding: 0.5em;
    border-bottom: 1px dotted #8A1E1B;
}

.verticalMenu ul li {
    background: url('/open2b/site/1/images/dot2.png') no-repeat 0 7px;
    padding-left: 7px;
}
.verticalMenu ul li a { text-decoration: none; }

/* Departments */

.subDepartments {
    border-top: 1px solid #ccc;
    color: #003399;
    margin-top:1em;
    padding: 0.5em;
    white-space: nowrap;
    clear:both;
}
.subDepartmentsBottom{
    border-top: 1px solid #ccc;
    margin-bottom:1em;
    margin-top:.5em;
    clear:both;
}
.subDepartments div{
    width:289px;
    float:left;
    clear:none;
    background-image:url('/open2b/site/1/images/dot2.png');
    background-repeat:no-repeat;
    background-position: 0 5px;
    padding-left:8px;
}
.subDepartments a { text-decoration: none; }
.subDepartments a:visited { list-style: none; }
.subDepartment img { margin-bottom: 2px; }

/* Products */
.productGrid{
    margin:auto;
    clear:both !important;
    width:610px;
    margin-bottom:15px;
    /*border: 1px dotted #BEB47D;*/
}

..productGrid .cartButtonContainer{
    margin:.5em 0;
    padding-top:.5em;
    border-top: 1px dotted #BEB47D;
}

.productGrid .product {
    height:320px;
    border:1px solid #ccc;
    text-align:center;
    width:190px;
    margin:0;
    margin-left:5px;
    margin-bottom:5px;
    float:left;
}
*+html .ie_padding{
    width:185px !important;
    padding:0 5px;
    font-size:12px;
}

.productList{
    width:603px;
    /*border:1px solid green;*/
}
.productList .heading div{
  
    background:White;
    height:40px; 
    border-bottom:3px dotted #BEB47D; 
	
}

.productList .COL1{
    width:110px;
    text-align:center;
    clear:none;
    float:left;
    padding:0 5px;
	
}
.productList .COL2{
    width:315px;
    float:left;
    clear:none;
    padding:0 5px;
	
}
.productList .COL3{
    width:145px;
    float:left;
    clear:none;
    padding:0 5px;
}

.productList .prodSeparator{
    clear:both;
     border-bottom:3px dotted #BEB47D;
    height:1px; 
	padding-top:10px;
}


.productList .product {
    /*width:585px;*/
    text-align:left;
    padding:.5em 0;
    margin:0;
    clear:both;
}


.productName {  }
.productProducer { font-size: small; font-weight: normal; }
.productImage { text-align:center; float: left; /*padding: 0 2em 1em 0; */ width:240px;}
.productImage img{margin:auto;}
.productPrices{margin:5px 0; padding:0;}
.productPrices div {  padding:0; margin:0;}
.productPrices label { color: #666; font-weight: bold; padding:0;}
.productListPrice { color: #666; font-size: 120%; text-decoration: line-through; white-space: nowrap; }
.productPrice { color: #8A1E1B; font-size: 120%; font-weight: bold; white-space: nowrap; }
.productPriceDiscount { color: #5dad37; }
.productNotOnSale { color: brown; }
.productNotAvailable { color: brown; }

.productChart { text-align: left; }
.productChart h2 { margin: 0.5em 0 0.5em 0; }
.productChart th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.productChart td { border-bottom: 1px solid #eee; }

.promotionMessage { color: brown; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.5em; }
.preOrderMessage { color: brown; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.5em; }

.searchButton { text-align: center; }

/* addToCart */

.addToCart {
    /*background: #FFD700;
    border: 1px dotted #BEB47D;*/
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width:300px;
    float:right;
    text-align:left;
}

.addToCart label { color: #444; font-weight: bold; }

.addToCart input { margin-top: 8px; }

/* addToWishList */

.addToWishList { text-align: center; }
.addToWishList input { margin: 1em 0 2em 0; }

/* Cart */

.cartCoupon {
	border: 1px dotted #BEB47D;
	margin-bottom: 1em;
	padding:.5em;
	background-color: #FFFFFF;
}
.cartCoupon td { font-size: 85%; }
.cartMethods { margin: 1em 0 1em 0; }
.cartMethods td { border-bottom: 1px solid #eee; }
.cartItems th { background: White;
    border-bottom: 1px solid #BEB47D; color: #333; font-weight: normal; }
.cartItems td { border-bottom: 1px dotted #BEB47D; }
.cartItems .totalRow {  }
.cartItems td.totalLabel { font-weight: bold; }
.cartItems td.total { font-weight: bold; }
.cartEmptyBox { background: #FFD700;
    border: 1px dotted #BEB47D; padding: 2em; margin: 1em; }
.cartItems .discountLabel, .cartItems .discount { color: brown; font-weight: bold; }


/* Order */

.orders th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.orders td { border-bottom: 1px solid #eee; }

.orderCart { }
.orderCart th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.orderCart td { border-bottom: 1px solid #eee; }
.orderCart .totalRow { background: #ffc; }
.orderCart td.totalLabel { font-weight: bold; }
.orderCart td.total { font-weight: bold; }
.orderCart .delivery { margin: 1em 0 1em 0; }

.orderDetail {}

/* Checkout */

.note { text-align: center; }
.checkoutStages { font-size: 120%; text-align: center; color: #666666; }
.checkoutStage { color: #8A1E1B; font-weight: bold; }
.checkoutForm { width: 100%; }
.checkoutButtons { text-align: center; margin-top: 1em; margin-bottom: 5em; padding-top: 1em; border-top: 1px solid #ccc; }

/* Footer */
.firstFooterTableCell, .footerTableCell{
    background:url('/open2b/site/1/images/Bottom1_Dx.jpg') repeat-y RIGHT #FFD700;
    float:left;
    clear:none;
    height:134px;
    text-align:left;
    vertical-align:top;
    font-size:.9em;
    border-bottom:2px solid white;
}
.firstFooterTableCell{
    width:252px;
    
}
.footerTableCell{
    width:232px;
}
.footerTableCell ul{
    margin:0;
    padding-left:10px;
    list-style:none;
}
.footer_bottom_ws{
    height:2px;
}
.footer {
    clear: both;
    padding:0;
    margin:0;
    /*margin-top: 1em;*/
    color: #666;
    border-top: 1px solid #cccccc;
    background: #fff;
}
.copyright { text-align: center; color: #444;background:#839b0f;
clear:both;}
.copyright > img { margin-top :0.5em; }

/* Closed */

.closed { background: #FFD700;
    border: 1px dotted #BEB47D;
    padding: 5em; text-align: center; margin:2em; }

/* Forms */

form { padding: 0; margin: 0; display: inline; }

.required { vertical-align: top; color: red; }

.message {
    color: red;
    font-weight: bold;
    text-align: center;
    background: #FFD700;
    border: 1px dotted #BEB47D;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.messageInfo {
    color: navy;
    font-weight: bold;
    text-align: center;
    background: #eeeeee;
    border-top: 1px solid #f5f6be;
    border-right: 2px solid #f5f6be;
    border-bottom: 2px solid #f5f6be;
    border-left: 1px solid #f5f6be;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fieldError { background: #ffffd5; }

.error { color: red; display: block; }

.errorSummary {
    color: red;
    font-weight: bold;
    text-align: center;
    background: #ffffd5;
    border-top: 1px solid #f5f6be;
    border-right: 2px solid #f5f6be;
    border-bottom: 2px solid #f5f6be;
    border-left: 1px solid #f5f6be;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.productPageName{
    border-bottom:1px dotted #839B0F;
    color:#839B0F;
    padding-bottom:0.5em
}
.footerTitle{
    margin: .5em;
    color:#8A1E1B;
}
.reference{
    margin-bottom:.5em;
}

.addresses div{
    position:relative;
    height:1.5em;
    margin-bottom:5px;
}
.addresses input,.addresses select{
    position:absolute;
    left:150px;
}

.searchForm div{
    position:relative;
    height:1.5em;
    margin-bottom:5px;
}
.searchForm input,.searchForm select, .searchForm textarea{
    position:absolute;
    left:100px;
    border:1px solid #A5B6C7;
}

input, select, textarea{
    border:1px solid #A5B6C7;
}

.PromotionsList img{
    float:left;
    margin-right:1em;
}

.banners_home{
  
}
.banners_home img{
  
}

/*form*/
 textarea {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset div {
	margin:0.3em 0;
	clear:both;
}
fieldset label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.sized_input input, .sized_input textarea { width:350px;}
/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url('../gfx/check_radio.png') 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url('../gfx/check_radio.png') 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
