
/*-- Body 
--------------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	background-color:#EDC598;
	color:#663300;
	font-family:tahoma;
	font-size:12px;
	line-height:150%;

}

td {
	vertical-align:top;
	color:#663300;
	font-family:tahoma;
	font-size:12px;
	line-height:150%;
}

.content_table .left_bg {
	background-image:url('../img/left_bg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

.content_table .right_bg {
	background-image:url('../img/right_bg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

.content_table .content {
	background-image:url('../img/content_bg.jpg');
	background-repeat:repeat-y;
}

.content_container {
	background-image:url('../img/content_3.jpg');
	background-repeat:no-repeat;
	background-position:9px 0px;
}

.content_container .left_part{
	padding-left:20px;
	padding-right:7px;
	padding-top:50px;
	padding-bottom:21px;
}

.content_container .left_part .cart{
	position:relative;
	z-index:2;
	margin-top:-41px;
	margin-bottom:17px;
}

.content_container .left_part .cart img{
	border-width:0px;
}

.content_container .left_part .cart .rubs{
	background-image:url('../img/cart_bg.gif');
	background-repeat:repeat-x;
	padding-top:2px;
	white-space:nowrap;
}

.content_container .left_part .cart .rubs a{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#202020;
	padding-left:5px;
}


.content_container .center_part{
	padding-left:10px;
	padding-right:20px;
	padding-top:44px;
	padding-bottom:21px;
}

.link_category_1 a{
	background-image:url('../img/li_1.gif');
	background-repeat:no-repeat;
	background-position:10px 7px;
	padding-left:26px;
	margin-bottom:4px;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	color:#000266;
	text-decoration:none;
}

.link_category_1 a:hover{
	background-image:url('../img/li_1_active.gif');
	color:#8E4212;
}

.active_link_category_1 a{
	background-image:url('../img/li_1_active.gif');
	background-repeat:no-repeat;
	background-position:10px 7px;
	padding-left:26px;
	margin-bottom:4px;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	color:#8E4212;
	text-decoration:none;
}

.link_category_2 a{
	background-image:url('../img/li_3.gif');
	background-repeat:no-repeat;
	background-position:27px 7px;
	padding-left:38px;
	margin-bottom:4px;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	color:#000266;
	text-decoration:none;
}

.link_category_2 a:hover{
	background-image:url('../img/li_3_active.gif');
	color:#8E4212;
}

.active_link_category_2 a{
	background-image:url('../img/li_3_active.gif');
	background-repeat:no-repeat;
	background-position:27px 7px;
	padding-left:38px;
	margin-bottom:4px;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#8E4212;
}

.page_title {
	position:relative;
	z-index:2;
	margin-top:-33px;
	display:block;
	height:38px;
}


.page_title h1{
	color:#682900;
	font-size:22px;
	margin:0px;
	padding:0px;
}

h1{
	color:#682900;
	font-size:22px;
	margin:0px;
	padding:0px;
}

a{
	color:#000266;
}

a:hover{
	color:#8E4212;
}

p {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

/*-- Bestsellers 
--------------------------------------------------------*/
.bestsellers {
	margin-top:17px;
}

.bestsellers img{
	border:0px;
}

.bestsellers td{
	padding:10px;
}

.bestsellers .title{
	background-color:#E8C95F;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	padding-bottom:1px;
	padding-left:10px;
}

.bestsellers .product_link {
	border-top:1px solid #F2EDD9;
	background-color:#F1E3C8;
	line-height:130%;
	font-size:12px;
}

.bestsellers .product_img {
	border-top:1px solid #F2EDD9;
	background-color:#F1E3C8;
	text-align:right;
}

/*-- New products 
--------------------------------------------------------*/
.new_products {
	margin-top:17px;
}

.new_products td{
	padding:10px;
}

.new_products img{
	border:0px;
}

.new_products .title{
	background-color:#E8C95F;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	padding-bottom:1px;
	padding-left:10px;
	text-align:center;
}

.new_products .left {
	border-top:1px solid #F2EDD9;
	border-right:1px solid #F2EDD9;
	background-color:#F1E3C8;
}

.new_products .right {
	border-top:1px solid #F2EDD9;
	background-color:#F1E3C8;
}
 
.new_products .new_product_block .img {
	text-align:center;
}

.new_products .new_product_block .info {
	margin-left:55px;
	margin-top:10px;
	margin-bottom:10px;
}

/*-- Catalog 
--------------------------------------------------------*/
.catalog {
	margin-top:17px;
}

.catalog img{
	border:0px;
}

.catalog .product_img {
	padding-bottom:20px;
}

.catalog .product_info {
	padding-bottom:20px;
}


.catalog .title{
	background-color:#E8C95F;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	padding-bottom:1px;
	padding-left:10px;
}

.catalog .product_img .img img{
	border:1px solid #805F2C;
}

.catalog .product_img .img_incr {
	padding-top:4px;
} 

.catalog .product_img .img_incr a{
	display:block;
	height:15px;
	background-image:url('../img/li_2.gif');
	background-repeat:no-repeat;
	background-position:2px 6px;
	color:#0004BC;
	padding-left:15px;
	font-family:arial;
	text-decoration:underline;
} 

.catalog .product_img .img_incr a:hover{
	background-image:url('../img/li_2_active.gif');
	color:#8E4212;
} 

.catalog .product_img .id{
	padding-left:15px;
	color:#202020;
} 

.product_info {
	padding-left:20px;
}

.product_info .p_name, .product_info .p_name a {
	font-size:18px;
	font-weight:bold;
	color:#805F2C;
	margin-bottom:11px;
	text-decoration: none;
}

.product_table {
	margin-bottom:9px;
}

.product_table td{
	color:#202020;
	font-family:arial;
}

.product_table .p_title td{
	font-weight:bold;
	padding-bottom:9px;
}

.product_table .title td{
	background-color:#E8C95F;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:8px;
	color:#663300;
	white-space:nowrap;
}

.product_table .addition{
	height:20px;
}

.product_info .rate{
	font-weight:bold;
	padding-bottom:9px;
	color:#202020;
}

.product_info .desc{
	font-weight:bold;
	padding-bottom:7px;
	color:#202020;
	position:relative;
	z-index:2;
}

.product_info .rate img{
	position:relative;
	z-index:2;
	top:3px;
	left:2px;
}

.product_info p{
	color:#202020;
	font-family:arial;
}

.p_info_2 td{
	padding-left:10px;
	padding-top:11px;
	padding-bottom:9px;
	border-top:1px solid #F2EDD9;
	background-color:#F1E3C8;
}

.p_info_3 td{
	padding-top:11px;
	padding-bottom:9px;
	border-bottom:1px solid #E8C95F;
	font-weight:bold;
}

.p_info_error td{
	padding-left:10px;
	padding-top:11px;
	padding-bottom:9px;
	border-top:1px solid #F2EDD9;
	background-color:#EEB9B9;
}

/*-- Bottom
--------------------------------------------------------*/
.bottom_block {
	background-color:#DCE0B5;
	margin-bottom:20px;
}

.bottom_block .left{
	vertical-align:bottom;
	background-image:url('../img/lb_2.gif');
	background-repeat:repeat-y;
	background-position:right top;
}

.bottom_block .right{
	vertical-align:bottom;
	background-image:url('../img/rb_2.gif');
	background-repeat:repeat-y;
	background-position:left top;
}

.bottom_block .center{
	vertical-align:top;
	background-image:url('../img/b_1.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	height:40px;
	color:#482400;
	text-align:center;
}
.bottom_block .center .container{
	margin-bottom:12px;
	margin-top:5px;
}

/****************************************/
/*                 NEWS                 */
/****************************************/

#social_buttons
{
	float:right;
}

.news_list_item
{
	clear:both;
	overflow: hidden;
	margin-bottom: 25px;
}

.news_list_item img
{
	float: left;
	border: solid 1px #444;
	margin: 5px 4px 2px 0;
}

.news_list_text
{

}

.news_list_date
{
	font-size: 12px;
	color: #888;
}

.news_list_title
{
	margin-bottom:3px;
}

.news_category
{
	margin-bottom: 5px;
}

.news_title
{
	font-weight: bold;
}

.news_sub 
{
	font-size: 11px;
	color: #a0a0a0;
}

.news_separator
{
	color: #c0c0c0;
}

.news_text
{
	margin-bottom: 25px;
}

#adplace
{
	margin-top: 10px;
}

img.opacity
{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

div.to_order
{
	padding-top: 5px;
	font-size: 12px;
	color: #777;
	text-align: center;

}

div.to_order span
{
	border-bottom: dashed 1px #999;
	cursor: help;
}

p.to_order
{
	color: #777;
}

.p_info_2 span
{
	cursor: help;
	font-size: 15px;
}

div.value
{
	padding-top: 5px;
	font-weight:bold;
	color:#202020;
	font-size: 11px;
	width: 117px;
}

a.sorting_act
{
	color: #a00;
}

div.value img.rating
{
	position:relative;
	top:2px;
}

div.search_text
{
	 padding-left:8px;
	 font-size:11px;
	 color: #777;
	 font-weight: bold;
	 padding-top: 18px;
	 padding-bottom:0;
	 margin-bottom: 0;
}

table.by_rating td a
{
	text-decoration: none;
}
