#bg {
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color: #ffffff;
	position:absolute; 
	_z-index:-1;
}

#page {
	min-width: 980px;
	position:relative; 
	text-align: left;
	width: 96%;
	margin: 0 auto;
	z-index: 5;
}

h1#logo {
	float: left;
	width: 29%;
	margin-top:20px;
}

#header {
	float: right;
	width: 71%;
	text-align: right;
	height: 140px;
}


#contentWrapper {
	float: left;
	width: 100%;
	padding-bottom: 60px;
	padding-top: 5px;
	}

					#center_column {
						margin-right: 220px; /*Set right margin to RightColumnWidth*/
					}
					#right_column {
						float: left;
						width: 200px; /*Width of right column in pixels*/
						margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
						background: transparent url('../img/rightColumnBg.png') no-repeat 0 100%;
					}

#center_column #categories_block_left ul#parentTree { margin: 0; padding: 0; list-style-type: none;}
#center_column #categories_block_left ul#parentTree li {
	margin-top: 20px;
	clear: left;
}
#center_column #categories_block_left ul#parentTree li ul {
	overflow: hidden;
}
#center_column #categories_block_left ul#parentTree li ul li {
	margin: 0;
	clear: none;
	float: left;
	width: 200px;
	display: inline;
}
					
#footer {
	position: relative;
	z-index: 5;
	background: #E6EAC9;
	height: 100px;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #d0d3d8;
	padding: 0.5em 0;
}
#footer .block_various_links { list-style: none; }
#footer ul.block_various_links {
	float: left;
	display: inline;
	width: 200px;
}
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
	text-align: left;
	padding: 0px 2px 0px 4px;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* Upper Menu */
div#mainMenu {
	width: 100%;
	z-index: 400;
	height: 65px;
	position: absolute;
	top: 140px;
	left: 0px;
	background: transparent url(../img/menuShadow.gif) no-repeat 0 100%;
	clear: both;
	}
	div#mainMenu ul {
		width: 100%;
		margin: 0;
		list-style-type: none;
		height: 38px;
		background: #769D87 url('../img/menuBg.png') repeat-x 0 0;
		}
		div#mainMenu ul li.menu {
			position: relative;
			margin: 0;
			_width: 60px;
			_white-space:nowrap;
			padding: 0 20px;
			float: left;
			border-left: 1px solid #4a6a58;
			border-right: 1px solid #acc3b6;
		}
		div#mainMenu ul li.menu:hover {
			background: #769D87 url('../img/menuBgHover.png') repeat-x 0 0;
		}
		div#mainMenu ul li.spacer {
			float: right;

		}

			div#mainMenu ul li.menu, div#mainMenu ul li.menu a.menuLink {
				font: 1.1em Georgia, serif;
				text-decoration: none;
				font-style: italic;
				color: #fff;
				line-height: 2.2em;
				text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
				display: block;
				height: 38px;
			}

		div#mainMenu ul li#home {
			padding: 0;
			border: 0px;
			width: 40px;
			background: #6A6A6A url('../img/menuHome.jpg') no-repeat 0 0;
		}

li#categories div#categoryList {
	position:absolute;
	z-index:90;
	top:38px;
	left:0;
	width:860px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background: #FBFBFB url('../img/categoriesBg.jpg') repeat-x 0 0;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

li#categories div#categoryList a.headerCategoryLink {
	display:block;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:transparent;
	float:left;
	width:200px;
	margin: 4px 5px;
	line-height: normal;
	color: #333;
	text-decoration: none;
	text-indent:0;
	height:auto;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 190px;
	float: right;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
}
div.block h4 {
	font-weight: bold;
	padding-left:0.5em;
	margin: 0;
	padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
}
div.block h4 a { color: #596356; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border: 0px;
	padding:0.5em 0.7em 0pt;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* Special style for block cart*/
#cart_block {
	width: 200px;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	position: absolute;
	top: -5px;
	right: 10px;
	clear: both;
	color: #fff;
}
#cart_block .block_content { padding: 15px 0.6em; background: transparent; border: 0; }
#cart_block h4 { 
	background: transparent url('../img/cartIcon.png') no-repeat 100% 0; 
	border: 0;
	padding: 0;
	position: absolute;
	top: -30px;
	height: 47px;
	width: 200px;
}
#cart_block h4 a {
	display: block;
	margin-top: 16px;
	font-style: normal;
	font: 1.1em Georgia, serif;
	color: #769d87; 
}
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 175px;
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: white;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: white;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

 #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 4em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:white;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons {
	height: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}

#contactInfo {
    font-size: 10px;
	position: absolute;
	z-index: 9998;
	width: 500px;
	top: 40px;
	left: 340px;
}
#contactInfo div.phones {
    overflow: hidden;
    width: 500px;
}
#contactInfo div.phones ul.phonesList {
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
    overflow: hidden;
}
#contactInfo div.phones ul.phonesList li {
    list-style-type: none;
}

#contactInfo span.callback {
	width: 300px;
}
#contactInfo span.callback em {
	color: #DE0030;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}
#contactInfo span.callback em:hover {
	text-decoration: none;
}

#callback_block_left {
	background: #D7DBB8;
	padding-bottom: 1em;
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 350px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	}
	#callback_block_left #callbackRequestResult div {
		display: none;
	}
	#callback_block_left #callbackRequestResult span {
		width: 100%;
		float: left;
		clear: left;
	}
	
	#callback_block_left span.callbackClose {
		color: #DE0030;
		font-style: normal;
		text-decoration: underline;
		cursor: pointer;
		position: absolute;
		left: 50%;
		bottom: 15px;
	}
	#callback_block_left span.callbackClose:hover {
		text-decoration: none;
	}
	
	#callback_block_left #callbackRequestResult {
		margin-bottom: 20px;
	}
	
	
	#callback_block_left #callbackRequestResult, #callback_block_left #callbackFields {
		float: left;
		width: 50%;
	}
	
#idTab4 .accessories_block .products_block ul li {
	width: 50%;
	float: left;
	display: inline;
}

#adsController {
	margin-bottom: 20px;
	overflow:hidden;
}

#adsController span{
	height: 20px;
	color:#1E775C;
	background:#transparent;
	margin-right:10px;
	cursor:pointer;
	padding: 5px;
}

#adsSlides {
	text-align: center;
}


#adsController span.jFlowSelected {
color: #DE0030;
}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
}

ul#reviewsList {
    list-style-type: none;
}

ul#reviewsList li {
    margin-left: 10px;
}

div.review ul, div.review ol {
    background-color: #FBFBE1;
    padding: 5px;
    margin-left: 40px;
}

div.review ul li span {
    font-weight: bold;
}
