
/* Copyright (c) 2002-2007 Open2b Software Snc. */



body, table, th, input, select, textarea {
	font-family: verdana, sans-serif;
	font-size: x-small;
    color: #333;
}

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

body {
	text-align: center;
	background: white;
	padding: 0.2em 0.5em;
}

th { text-align: left; font-weight: normal; }

li { line-height: 140%; }

a:link { color: #0388d9; }
a:visited { color: #0388d9; }

.path { font-size: 85%; margin-bottom: 1em; }
.paging { font-size: 85%; margin: 5px 0; }

h1 { color: #666; font-family: arial; font-size: 140%; margin: 0 0 0.5em 0; padding: 0; }
h2 { color: #666; font-family: arial; font-weight: normal; font-size: 120%; border-bottom: 1px solid #ccc; margin: 1em 0 0.5em 0; padding: 0; clear: both; }
h3 { color: #666; font-family: arial; font-weight: bold; font-size: 100%; margin: 1 0 0.2em 0; border-bottom: 1px solid #999; }

.bodyContent { text-align: left; width: 970px; margin: 0 auto; }
.mainContent { padding: 0 1em; }

.vm18Content { padding: 0 1em; visibility: hidden; }
.vm18Message { padding: 1em; margin: 1em; background: #fff; font-weight: bold; display: none; border: 1px solid #CC0000;}

/*
	files: inc/header.inc
*/

.header { border-bottom: 1px solid #0388d9; clear: both; }
.header a { text-decoration: none; }
.header span { margin-left: 1em; }

.headerNavigation {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

.headerNavigation ul {
	display: inline;
}
.headerNavigation ul li {
	background: url('/style/images/dot.png') no-repeat left center;
    display: inline;
	font-size: 10%;
    list-style-type: none;
    padding-left: 7px;
	margin-left: 10px;
}

.searchBox {
	background: #f1f2f6;
	border-top: 1px solid #ddd;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0.7em; 
	padding-top: 0.7em;
	margin-bottom: 0.7em; 
	padding-bottom: 0,7em;
}

.languages { margin: 5px 0 4px 0; width: 160px; text-align: center; }
.languages ul { display: inline; margin-left: 0; }
.languages ul li { display: inline; list-style-type: none; margin: 0; padding-left: 1px; }
.languages ul li img { border: 0; }

/*
	files: search_catalog.dwt
*/

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

/*
	files: inc/login.inc
*/

.login { text-align: left; min-height: 150px; background: #f1f2f6; border: 1px solid #ddd; color:#666; 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; }

/*
	files: inc/departments.inc, inc/producers.inc
*/

.verticalMenu h3 { margin-left: 1em; margin-bottom: 0.5em; padding-bottom: 0; }

.verticalMenu ul {
	list-style: none;
	margin: 0.5em;
	padding: 0.5em;
}

.verticalMenu ul li {
    background: url('/style/images/dot2.png') no-repeat left center;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

.verticalMenu ul li a { text-decoration: none; }
.verticalMenu li a:hover { color: black; }

/*
	files: department.dwt
*/

.path h1 { margin-top: 0; padding-top: 5px; }

.subDepartments {
	border: 1px solid #ccc;
	color: #003399;
	margin-bottom: 1em;
	padding: 0.5em;
	white-space: nowrap;
}
.subDepartments a { text-decoration: none; }
.subDepartments a:visited { list-style: none; }
.subDepartment img { margin-bottom: 2px; }

/*
	files: inc/product_list.inc, inc/product_grid.inc
*/

.productGrid .product { border-bottom: 1px dashed #ddd; }
.products th { background: #f1f2f6; border: 1px solid #eee; border-bottom: 1px solid #0388d9; color: #333; font-weight: normal; }
.products td { border-bottom: 1px solid #eee; }

.productName { color: #000; margin-bottom: 0; padding-bottom: 0; }
.productProducer a { font-size: small; font-weight: normal; font-weight: bold;  }
.productProducer a:link { color: #878e94; }
.productDepartment { color: #000; }
.productDepartment a:link { color: #878e94; }
.productImage { float: left; padding: 0 2em 1em 0; }
.productPrices div { margin-bottom: 3px; }
.productPrices label { color: #666; font-weight: bold; }
.productListPrice { color: #000; font-size: 120%; text-decoration: line-through; }
.productPrice { color: #000; font-size: 120%; font-weight: bold; }
.productListPrice1 { color: #000; font-size: 70%; text-decoration: line-through; }
.productPrice1 { color: #000; font-size: 90%; font-weight: bold; }
.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; }

/* addToCart */

.addToCart {
	background: #f1f2f6;
	border: 1px solid #ddd;
	font-weight: bold;
	padding: 1em 0 2em 0;
	text-align: left;
	margin-left: 0,7em
}

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

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

/* addToWishList */

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

/* Cart */

.cartCoupon { background: #eee; }
.cartCoupon td { font-size: 85%; }
.cartMethods { margin: 1em 0 1em 0; }
.cartMethods td { border-bottom: 1px solid #eee; }
.cartItems th { background: #f1f2f6; border: 1px solid #eee; border-bottom: 1px solid #0388d9; color: #333; font-weight: normal; }
.cartItems td { border-bottom: 1px solid #eee; }
.cartItems .totalRow {  }
.cartItems td.totalLabel { font-weight: bold; }
.cartItems td.total { font-weight: bold; }
.cartEmptyBox { background: #f1f2f6; padding: 2em; margin-right: 15em; }
.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: #ee3300; font-weight: bold; }
.checkoutForm { width: 100%; }
.checkoutButtons { text-align: center; margin-top: 1em; margin-bottom: 5em; padding-top: 1em; border-top: 1px solid #ccc; }

/*
	files: invoice_print.dwt
*/

body.invoice { font-size: 9pt; font-family: arial, verdana, helvetica, sans-serif; }
body.invoice h1 { font-size: 13pt; margin-bottom: 0; }
body.invoice h2 { font-size: 11pt; }
body.invoice table.items th { background: #eee; }

/* Footer */

.footer {
	clear: both;
	padding-top: 0.5em;
	margin-top: 1em;
	color: #666;
	border-top: 1px solid #cccccc;
}
.footer ul { padding: 0; margin: 0; }
.footer li { padding-right: 1em; display: block; float: left;  }
.copyright { text-align: center; color: #666; margin-top: 2em; }
.copyright > img { margin-top :0.5em; }

/* Closed */

.closed { background: #edf2f2; padding: 5em; text-align: center; }

/* Forms */

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

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

.message {
    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;
}

.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;
}


.menu { z-index: 1000; font-size: 90%; }
.menu ul { padding: 0; margin: 0; list-style-type: none; width: 150px;}
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
.menu li { position: relative; background: #f1f2f6; height: 26px; }
.menu table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; font-size: 1em; }
.menu a, .menu a:visited { display: block; text-decoration: none; height: 25px; line-height: 25px; width: 149px; text-indent: 5px; border: 1px solid #fff; border-width: 0 1px 1px 0; }
* html .menu a, * html .menu a:visited { background: #d4d8bd; width: 150px; w\idth: 149px;}
* html .menu a:hover { background: #0388d9; color: #f1f2f6; }
.menu :hover > a { background: #0388d9; color: #f1f2f6; }
.menu ul ul { visibility: hidden; position: absolute; top: 0; left: 150px; }
.menu ul li:hover ul, .menu ul a:hover ul { visibility: visible; }
.menu ul :hover ul ul{ visibility: hidden; }
.menu ul :hover ul :hover ul ul { visibility: hidden; }
.menu ul :hover ul :hover ul { visibility: visible; }
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }

