@charset "utf-8";
/* CSS Document */

body{
	background: #dcd7c4 repeat-x top url('../img/bg.png');
	padding:0;
	margin:0;
    font-family: Arial,Calibri,Verdana,Helvetica,sans-serif;
}
#page{
	width:882px;
	padding:10px;
	padding-top:0;
	background-color:#fff;
}
tr{
    line-height:11px;
}
td{
    font-size:13px;
}
td a img{
    hmargin-top: -1px;
}
#header_div{
	overflow:hidden;
	width:100%;
	background:url('../img/header_embellish.png') no-repeat top right;
}

a.nav:link,a.nav:visited  {
    color: #727272;
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    line-height:30px;
    margin:0 10px;
    margin-top: -5px;
}
a.nav:hover {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    line-height:30px;
    margin:0 10px;
    border-bottom:2px solid black;
}
a.nav:active {
    color: #727272;
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    line-height:30px;
    margin:0 10px;
}

.nav_active{ 
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    text-decoration:none;
    line-height:30px;
    margin:0 10px;
    border-bottom:2px solid black;
}



#left_column{
	display:none;
}
#main_menu{
	float:right;
	overflow:hidden;
	margin-top:70px;
}
#main_menu li{
	float:left;
	margin-right:10px;
	display:inline-block;
	list-style:none;
	font-size:17px;
	font-weight:500;
	font-family:Arial, Calibri, Verdana, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	text-align:left;
}
#main_menu li:hover{
	border-bottom:solid #000 2px;
}
#main_menu li a{
	color:#717171;
	text-decoration:none;
}
#main_menu li a:hover{
	color:#000;
}
#center_column {
	width:639px !important;
	float:left;
	_position:absolute;
	display:inline-block;
}
#center_column div.block{
	width:639px !important;
}
#center_column div.block h4{
	background:none;
	color:#000;
	font-size:16px;
	margin:15px 0;
	border:0;
}
#center_column div.block .block_content{
	background:#F6F6F6 url(../img/center_block_bg.png) repeat-x top;
}
#center_column .products_block ul li{
	width:159px;
	_width:130px;
	background:none;
}
#center_column h2{
	background:none;
	color:#000;
	font-size:14px;
	margin:15px 0;
	border:0;
}
a.product_image{
	display:block;
	overflow:hidden;
	float:none;
	clear:both;
	text-align:center;
	margin:0 2px;
	width:155px !important;
}
a.product_image img{
	margin:0 auto !important;
}
#right_column{
	float:right;
	padding-top:10px;
	
	display:inline-block;
}
#right_column .products_block, #right_column .block{
	border:solid 1px #dad7d7;
	background:none !important;
}
#right_column .block_content{
	background:none #fff;
	border:0;
}
#right_column .products_block h4, #right_column .block h4{
	background:none;
	border-bottom:solid 3px #716e69;
    color:#000;
}
#right_column .products_block a{
	color:#000;
}

#footer{
	border:0;
}
#footer1{
	background:url(../img/footer_bg.jpg) repeat-x;
	font-size:10px !important;
	color:white;
	padding:0;
	width:902px;
	margin:0 auto;
	border:0;
	height:auto;
	overflow:hidden;
	font-family:Arial, Calibri, Verdana, Helvetica, sans-serif;
}
#footer1 td{
    font-size:10px !important;
}
#footer1 table{
    height: 98px;
}
#footer1 .footer_text, #footer1 .footer_text a{
	color:#b0b0b0;
    font-size:10px !important;
}

/* modlue editorial */
.editorial_block a img{
	_position:fixed;
}

/* modlue spacels */
.reduction, .price-discount{
	color:#000;
}

/* modlue cart */
#cart_block{
	border:solid 2px #c4eab7;
	background:none !important;
	padding-bottom:0 !important;
    width: 189px;
}
#cart_block h4{
	background:url('../img/cart_h4_bg.png') no-repeat !important;
	height:21px;
	padding-top:15px;
	padding-left:60px;
}
#cart_block h4 a{
	display:none;
}
#cart_block h4 span#block_cart_collapse{
	background-image:url(../img/icon/sort_asc.gif);
}
#cart_block h4 span#block_cart_expand{
	background-image:url(../img/icon/sort_desc.gif);
}
#cart_block h4, #cart_block .block_content{
	color:#000;
	background:#d3fac5 none;
	border:0;
}
#cart-prices{
	border-top:1px solid #000 !important;
}
#cart_block .block_content span.price, #cart_block .block_content a{
	color:#000;
}
#cart-buttons{
	height:auto !important;
	overflow:hidden;
}
#cart_block a.button_small{
	color:#fff !important;
	background:url(../img/cart.png) top left;
	width:38px;
	padding-left:30px;
	padding-top:2px;
	height:23px;
	font-size:16px;
}
#cart_block a.exclusive, #cart_block a.exclusive:hover{
	background:url(../img/checkout.png) top left;
	width:67px;
	padding-left:36px;
	padding-top:2px;
	height:23px;
}

/* product.php */
#pb-left-column{
	width:311px !important;
}

#editorial_block_center img{
    margin-left: -10px;

