*{ margin: 0; padding: 0;}

/*
html, body{
	height: 100%;
}
*/

.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

img{
	border: 0px;
}

table{
	border-collapse: collapse;	
	border-spacing: collapse;
}

/* ================================================================================*/

body, div, td, input, select, p, a, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626166;
}


body{
	background-image: url(../images/garden.jpg);
	background-repeat: repeat;
	background-position: center top;
}

a{
	text-decoration: underline;	
}

a:hover{
	text-decoration: none;
}


.main_tbl{
	height: 100%;
	min-height: 850px;
	background-image: url(../images/body.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;	
	background-color: #FEFAEE;	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}

/*For IE*/
* html .main_tbl{
	width: 1000px;
	height:expression((document.documentElement.clientHeight||document.body.clientHeight)<850?'850px':'100%');
	background-image: url(../images/body.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;	
}


.main_cell{
	background-image: url(../images/main_tbl.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}

.main_cell2{
	background-image: url(../images/main_tbl2.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}


.main_tbl2{
	background-image: url(../images/main_cell.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	width: 100%;
	height: 100%;
}

.main_tbl3{
	background-image: url(../images/main_tbl3.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	width: 100%;
	height: 100%;
}

.main_left{
	width: 361px;
	padding: 0px 0px 50px 0px;
}

.main_right{
	padding: 0px 0px 0px 55px;
	background-image: url(../images/main_right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.footer{
	height: 158px;
	overflow: hidden;
/*	background-image: url(../images/footer.gif); */
	background-position: left 2px !important;
	background-position: left 0px;	
	background-repeat: repeat-x;
	
	display: block;
}

.footer2{
/*
	background-image: url(../images/footer2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	*/
	display: block;
	z-index: 100000;	
}

.content_cell_total{
/*
	background-image: url(../images/content_cell_total.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	*/
	height: 100%;
}

#logo{
	padding: 39px 0px 0px 74px;
}

#infomenu{
	padding: 27px 0px 0px 80px;
}

#infomenu .title{
	background-image: url(../images/infomenu_title.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFF089;
	font-weight: bold;
	padding: 10px 0px 10px 14px;
	text-transform: uppercase;
}

#infomenu ul{
	padding: 4px 0px 0px 16px;
	margin: 0px 0px 0px 0px;	
}

#infomenu ul li{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;	
	list-style: none;
}

#infomenu ul li a{
	color: #FFEE88;
	font-weight: bold;
	font-size: 12px;
}

#stock, #stock2{
	margin-bottom: 12px;
}

#stock div.top a{
	position: relative;
	top: 20px;
	left: 120px;
}

#stock div.content{
	background-image: url(../images/stock_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
    padding-right: 0px;
}

#stock2 div.content{
	background-image: url(../images/stock_bg2.jpg);
	background-position: 23px top;
	background-repeat: repeat-y;
}

#stock2 div.content div{
	background-image: url(../images/stock_bg2.jpg); 
	background-position: 23px top;
	background-repeat: no-repeat;
	padding: 10px 17px 0px 43px;
}

#stock div.content div{
	background-image: url(../images/stock_bg.jpg); 
	background-position: 23px top;
	background-repeat: no-repeat;

	padding: 10px 17px 0px 43px;
}

#stock div.content div .bottom{
	background-image: none;
}

#stock2 div.content div{
	padding: 0px 17px 0px 43px;	
}

#stock2 div.top div{
	text-align: center;
	position: relative;
	top: 30px;
	font-size: 18px;
	color: #958901;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/catalog_name_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#stock div.content div ul, #stock2 div.content div ul{
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#stock div.content div ul li, #stock2 div.content div ul li{
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #626264;
}

#stock div.content div ul li a, #stock2 div.content div ul li a{
	color: #B49809;
	font-weight: bold;
	display: block;
}

#stock div.content div a.more{
	color: #BC910F;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: -8px;
	text-align: center;
	display: block;
}

#stock2 div.content div a.more{
	color: #BC910F;
	font-weight: bold;
	position: relative;
	top: 7px;
	text-align: center;
	display: block;
}

#sale{
	margin-bottom: 12px;	
}

#sale .content{
	padding: 0px 0px 0px 20px;	
}

#sale .top a{
	position: relative;
	top: 0px;
	left: 120px;
}

#sale .content table{
	margin-top: 9px;
	width: 324px;
}

#sale .content table td{
	padding: 0px 10px 10px 10px;
}

#sale .content table td div.img{
	background-image: url(../images/img_border2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;	
	display: block;
	margin: 0px 0px 8px 0px;
	font-size: 0px;
}

#sale .content table td div.desc{
	padding: 0px 0px 0px 5px;
}

#sale .content table td div.desc a{
	color: #A76727;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

#sale .content table td span.price{
	color: #EF9E2C;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

#sale .content table td span.price_sale{
	color: #966219;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

#sale a.more{
	color: #A66724;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0px 0px 0px 0px;
}

#feedback{
	margin-bottom: 12px;
}

#feedback .top a{
	position: relative;
	top: 20px;
	left: 130px;
	z-index: 10000;
}

#feedback .content{
	background-image: url(../images/feedback_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#feedback .content ul{
	padding: 0px 38px 0px 42px;
	margin: 0px 0px 0px 0px;
}

#feedback .content ul li{
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#feedback .content ul li a{
	display: block;
	font-weight: bold;
	color: #87A545;
}

#feedback .content a.more{
	color: #88A644; 
	font-weight: bold;
	display: block;
	margin-left: 131px;
	position:  relative;
	top: 6px;
	left: 23px;
}

#votes{
	margin-bottom: 12px;
}

#votes .top a{
	position: relative;
	top: 0px;
	left: 120px;
	z-index: 1000;
}

#votes .content{
	padding: 10px 20px 10px 43px;
}

#votes .content span{
	color: #8CA645;
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#votes .content table{
	margin-left: 11px;
}

#votes .content table td{
	vertical-align: top;
	padding: 4px 0px 0px 0px;
}

#votes .content table td.input{
	padding: 0px 10px 0px 0px;		
}

#votes .content table td.input input{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#votes .content .button, #votes .content a{
	border: 0px;
	background-color: transparent;
	color: #8CA645;
	font-weight: bold;
	margin: 10px 0px 0px 113px;
	font-size: 12px;
}

#top_nav{
	height: 35px;
	width: 560px;
}

#top_nav .top_search{
	float: left;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: -5px;
}

#top_nav .top_search input{
	height: 18px;
	width: 176px;
	background-image: url(../images/search_box.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;	
	border: 0px;
	color: #000000;
	padding: 2px 0px 0px 10px;
}

#top_nav .top_search input.button{
	width: 11px;
	background-image: none;
	height: 27px;
	margin: 0px 0px 0px 10px;
}

#top_nav .menu{
	float: left;
	margin: 0px 0px 0px 40px;	
	white-space: nowrap;
}

#top_nav .menu ul{
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top_nav .menu ul li{
	padding: 0px 11px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}

#top_nav .menu ul li a{
	color: #FFFFFF;
	font-size: 12px;
}

#top_nav .nav{
	float: right;
	padding: 14px 6px 0px 0px;	
	white-space: nowrap;
}

#top_nav .nav img{
	margin-left: 14px;
}

#main_head{
	height: 309px;
	overflow: hidden;
}

#main_head2{
	height: 223px;
	overflow: hidden;
}

#main_head .top{
	height: 279px;
	overflow: hidden;	
	background-image: url(../images/main_head_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#main_head2 .top{
	height: 190px;
	overflow: hidden;
	background-image: url(../images/main_head_bg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


#main_head .top .left{
	background-image: url(../images/main_head_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 279px;
	width: 562px;
}


#main_head .top .left .right{
	background-image: url(../images/main_head_bg_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 279px;
	width: 562px;
}

#main_head .top .left .content{
	background-image: url(../images/main_head_bg_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 279px;
	width: 562px;
}

#main_head2 .top .content{
	height: 190px;
	width: 570px;
}

#main_head .top .left .content div{	
	padding: 6px 6px 6px 6px;
}

#main_head2 .top .content div{	
	padding: 6px 6px 6px 6px;
}

#main_head .top .left .content div div.left_cell{
	width: 192px;
	float: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#main_head2 .top .content div div.left_cell{
	width: 192px;
	float: left;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#main_head .top .left .content div div.left_cell .slogan{
	padding: 0px;
}

#main_head .top .left .content div div.left_cell .menu{
	padding: 32px 0px 0px 0px;
	font-size: 0px;
}

#main_head2 .top  .content div div.left_cell .menu{
	padding: 0px 0px 0px 0px;
	font-size: 0px;
}


#main_head .top .left .content div div.right_cell{
	padding: 0px 0px 0px 0px;
	width: 357px;
	float: left;
	overflow: hidden;
	position: relative;
	top: -2px;
}

#main_head2 .top  .content div div.right_cell{
	padding: 1px 0px 0px 0px;
	width: 365px !important;	
	width: 368px;
	float: left;
	overflow: hidden;	
}

#main_head2 .top  .content div div.right_cell div.block_info{
	width: 155px !important;
	width: 170px;
	height: 115px;
	background-image: url(../images/block_info.jpg);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 15px;
	float: left;
	margin: 9px 0px 0px 0px;
}

#main_head2 .top  .content div div.right_cell div.block_info h4{
	color: #867C01;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 11px;
}

#main_head2 .top  .content div div.right_cell div.block_info ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: -5px;
	left: -2px;
}

#main_head2 .top  .content div div.right_cell div.block_info ul li{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#main_head2 .top  .content div div.right_cell div.block_info ul li a{
	color: #ADA552;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#main_head2 .top  .content div div.right_cell div.block_info ul li a:hover{
	text-decoration: underline;	
}

#main_head2 .top  .content div div.right_cell div.block_info table td{
	padding: 0px 13px 3px 0px;
	vertical-align: bottom;
	font-size: 12px;
	color:#867C00;
}

#main_head2 .top  .content div div.right_cell div.block_info table td span{
	color: #AF824B;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	top: 2px;
}

#main_head2 .top  .content div div.right_cell div.block_info table td span.digit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#main_head2 .top  .content div div.right_cell div.block_info table td span small{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#main_head2 .top  .content div div.right_cell div.block_info a.cart{
	color: #ADA550;
	font-size: 12px;
	display: block;
	margin-top: 7px
}

#main_head .top .left .content div div.right_cell #flash{
/*	padding: 0px 2px 0px 0px; */
	padding: 2px; 
	background-color: #E3DDA1;
	border: 1px solid #CBBB80;
	width: 350px;
	height: 264px;
}

.content2{
	padding: 0px 44px 40px 0px;
}

.content2 .content3 h1{
	color: #7A7001;
	font-style: italic;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 28px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.content2 h1{
	color: #7A7001;
	font-style: italic;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.content2 p{
	padding: 0px 0px 10px 0px;
}

#news{
	clear: both;
}

#news .title{
	clear: both;
	height: 40px;
}

#news .title .left a{
	position: relative;
	top: 4px;
	left: 0px;
	z-index: 1000;
}

#news .title .right{
	float: right;
	padding: 20px 10px 0px 0px;	 
}

#news .title .right a{
	color: #8CA645;
	font-weight: bold;
	font-size: 12px;	
}

.horiz_separ{
	background-image: url(../images/horiz_separ.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width: 530px;
	font-size: 1px;
	height: 1px;
	clear: both;
	margin: 18px 0px 18px 0px;
}

.both{
	clear: both;
}

#news .item{
	padding: 8px 30px 4px 0px;
	color: #656563;
	width: 50%;
}

#news .item .date{
	display: block;
	margin-bottom: 4px;
	margin-left: 4px;
	position: relative;	
	left: -4px;
}

#news .item .date span{
	background-color: #DBC480;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 6px 2px 6px;	
	font-family: Tahoma;		
	display: block;
	width: 67px;
}

#news .item .date_main span{
	background-color: #C4DB71;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 6px 2px 6px;	
	font-family: Tahoma;		
	display: block;
	width: 60px;
	margin-bottom: 4px;
}

#news .item a.more{	
	display: block;
	font-weight: bold;
	color: #BC910F;	
	margin-top: 10px;
}

#news .item a.more_main{
	display: block;
	font-weight: bold;
	color: #667C34;
	margin-top: 10px;
}

#product_new{
	clear: both;
}

#product_new .title{
	height: 52px;
}

#product_new .title .right{
	float: right;
	padding: 20px 10px 0px 0px;	 
}

#product_new .title .left a{
	position: relative;
	top: 0px;
	left: 10px;
}

#product_new .title .right a{
	color: #985131;
	font-weight: bold;
	font-size: 12px;
}

#product_new table{
	margin-top: 9px; 
}

#product_new table td{
	padding: 0px 0px 20px 0px;
	width: 180px;
}

#product_new table td div.img{
	text-align: left;
	background-image: url(../images/img_border2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;	
	display: block;
	margin: 0px 0px 8px 0px;
	font-size: 0px;
}

#product_new table td div.desc{
	padding: 0px 0px 0px 0px;	
}

#product_new table td div.desc a{
	color: #A86924;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

#product_new table td span.price{
	color: #EF9E2C;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

#product_new table td span.price_sale{
	color: #966219;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

#product_new table td span.price2{
	color: #966219;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}



#article{
	clear: both;
}

#article .title{
	height: 52px;
}

#article .title .left a{
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 1000;
}

#article .title .right{
	float: right;
	padding: 20px 10px 0px 0px;	 
}

#article .title .right a{
	color: #87711C;
	font-weight: bold;
	font-size: 12px;
}

#article table{

}

#article table td{
	padding: 15px 10px 10px 0px;
	width: 260px;
}

#article table td ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#article table td ul li{
	padding: 0px 10px 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#article table td ul li a{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #828250; 
	font-size: 12px;
}

.foot_menu{
	clear: both;
	padding: 12px 0px 0px 0px;
	font-size: 0px;	
	width: 500px;
}

.foot_menu ul{
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}

.foot_menu ul li{
	padding: 0px 14px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	font-size: 0px;	
	line-height: 20px;
	display: inline;	
}

.foot_menu ul li a{
	color: #AFAF3F;
	font-weight: bold;
	line-height: 20px;	
	white-space: nowrap;
}

.counter{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 0px;	
	margin-top: 0px;
}

.counter img{
	margin-right: 6px;
	font-size: 0px;	
}

.copyright{
	padding: 10px 0px 0px 0px;
	font-size: 10px;
}

.copyright a{
	font-size: 10px;
}

/* =============================  END MAIN PAGE  ================================== */

.link_other_1{
	padding: 0px 0px 0px 27px;
	margin: 30px 0px 10px 0px;
}

.link_other_1 ul{
	padding: 0px 45px 20px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/link_other_1_block_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.link_other_1 ul li{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.link_other_1 ul li a{
	padding: 5px 0px 5px 21px;
	margin: 0px 0px 5px 0px;
	display: block;
	color: #958900;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../images/link_other_1_bg.jpg);
	background-repeat: no-repeat;
}

.link_other_1 ul li a:hover{
	color: #C15634;
}

.link_other_1 ul li p{
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 0px 0px;
}

.link_other_2{
	padding: 0px 0px 0px 27px;
	margin: 30px 0px 10px 0px;
}

.link_other_2 ul{
	padding: 0px 36px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.link_other_2 ul li{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.link_other_2 ul li a{
	padding: 5px 0px 5px 21px;
	margin: 0px 0px 5px 0px;
	display: block;
	background-image: url(../images/link_other_2_bg.jpg);
	background-repeat: no-repeat;
	color: #958900;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
}

.link_other_2 ul li a:hover{
	color: #C15634;
}

.link_other_2 ul li p{
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 0px 0px;
}

.path_way{
	color: #7B7004;
	padding: 0px 0px 2px 0px;
	position: relative;
	top: -7px;
}

.path_way a{
	color: #7B7004;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

.path_way a:hover{
	text-decoration: underline;
}

.category_list{
	
}

.category_list h2{
	color: #968801;	 
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	font-style: italic;
	background-image: url(../images/h2_1.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;			
	clear: both;
}

.category_other_list{
	clear: both;
}

.category_other_list h2{
	color: #948B02;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	font-style: italic;
	background-image: url(../images/h2_2.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;		
	clear: both;	
}

.category_list_tbl{
	width: 540px;
	margin: 0px 0px 10px 0px;			
}

.category_list_tbl table td.img{
	text-align: left;
	background-image: url(../images/img_border2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;	
	display: block;
	margin: 0px 0px 0px 0px;	
	font-size: 0px;	
}

.category_list_tbl table td.desc{
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	color: #5D646A;
	font-weight: bold;
	font-size: 12px;		
	font-style: italic;
}

.category_list_tbl table td.desc a{
	color: #996600;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;	
	text-decoration: underline;
}

.category_list_tbl .item{
	width: 270px;
	float: left;
	padding: 0px 0px 12px 0px;
}

.category_list_tbl .item table{
	border-collapse: collapse;	
	border-spacing: collapse;
}

.category_other_list{
	padding: 0px 0px 30px 0px;
}

.category_other_list .item{
	width: 160px !important;
	width: 180px;	
	float: left;
	height: 24px;
	overflow: hidden;
	padding: 0px 0px 0px 17px;		
}

.category_other_list .item a{
	color: #8C8863;
	font-weight: bold;
	font-style: italic;
   font-size: 13px;
	text-decoration: none;
}

.category_other_list .item a:hover{
	text-decoration: underline;
}

#stock2 td{
	float: left;
	width: 140px;	
}

#stock2 td h3{
	color: #958901;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

#stock2 td ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#stock2 div.content div table td ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#stock2 div.content div table td ul li.sublevel_1{
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#stock2 div.content div table td ul li.sublevel_2{
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#stock2 div.content div table td ul li a, #stock2 div.content div table td ul li.sublevel_1 a{
	background-image: url(../images/catalog_li.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0px 0px 6px 15px;	
	margin: 0px 0px 0px 0px;
	color: #515459;
	font-weight: normal;
	text-decoration: none;
}


#stock2 div.content div table td ul li a:hover, #stock2 div.content div table td ul li a.cur, #stock2 div.content div table td ul li.sublevel_1 a:hover, #stock2 div.content div table td ul li.sublevel_1 a.cur{
	background-image: url(../images/catalog_li_h.gif);
	color: #968A02;
	font-weight: bold;
	font-style: italic;
}

.product_list, .gallery_list{
	padding: 0px 0px 29px 0px;
}

.content2 .product_list h2, .content2 .gallery_list h2{
	color: #968801;	
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 5px 35px;
	font-style: italic;
	background-image: url(../images/h2_1.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;			
	clear: both;	
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -25px;
}

.content2 .product_list h2.relevat{
	color: #968801;	
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 5px 35px;
	font-style: italic;
	background-image: url(../images/h2_relevent.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;			
	clear: both;	
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -25px;	
}

.content2 .category_other_list h2{
	color: #968801;	
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 5px 20px;
	font-style: italic;
	background-image: url(../images/category_other_list_h2.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;			
	clear: both;	
	font-family: Arial, Helvetica, sans-serif;
}	

.product_list .product_list_tbl{
	width: 535px;
	overflow: hidden;
}

.product_list .product_list_tbl2{
	width: 600px;
	overflow: hidden;
}

.product_list .product_list_tbl .item{
	float: left;
	width: 195px;
	height: 223px;
	margin-bottom: 8px;
	background-image: url(../images/product_list_item_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.gallery_list .gallery_list_tbl .item{
	float: left;
	width: 195px;
	height: 223px;
	margin-bottom: 8px;
}

/*
.product_list .product_list_tbl2 .item{
	float: left;
	width: 182px;
	height: 223px;
	margin-bottom: 8px;
	background-image: url(../images/product_list_item_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
*/

.product_list .product_list_tbl2 .item .demen{
	color: #996600;	
}

.product_list .product_list_tbl2 .item .desc{
	display: block;
	height: 50px;
	padding: 0px 0px 0px 2px;
	color: #8E7F04;
}

.product_list .product_list_tbl2 .item .desc a, .gallery_list .gallery_list_tbl2 .item .desc a{
	color: #8E7F04;	
}

.product_list_horiz_asepar{
	background-image: url(../images/product_list_item_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 1px;	
	font-size: 1px;
	margin: 8px 0px 8px 0px;
	width: 503px;
}

.product_list .product_list_tbl .item .content{
	width: 140px;
}

.product_list .product_list_tbl .item .content a{
	text-decoration:none;
}

.product_list .product_list_tbl .item .zoom_price{
	background-image: url(../images/zoom_price.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px 0px 0px 1px;
	height: 20px;
	margin: 0px 0px 3px 0px;
	clear: both;
}

.product_list .product_list_tbl .item .zoom_price .price{
	color: #EF9E2C;
	font-size: 16px;
	font-weight: bold;
}

.product_list .product_list_tbl .item .zoom_price .price .price2{
	color: #EF9E2C;
}

.product_list .product_list_tbl .item .zoom_price .price .price_sale{
	color: #966219;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	text-decoration: line-through;	
}

.product_list .product_list_tbl .item .cart_pre{
	clear: both;
}

.product_list .product_list_tbl .item .cart a{
	color: #988800;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}

.product_list .product_list_tbl .item .cart_pre .count{
	float: left;
	color: #B4AE5A;	
}

.product_list .product_list_tbl .item .cart_pre .count input{
	border: 1px solid #EBE6C6;
	width: 30px;
	font-size: 10px;
	text-align: center;
	margin-left: 5px;
	background-color: #FFFBEE;
	color: #B4AD5A;
	font-weight: bold;
	font-size: 12px;
}

.product_list .product_list_tbl .item .cart_pre .cart{
	float: right;
}

.product_list .product_list_tbl .item .cart_pre .cart{

}

.product_list .product_list_tbl .item .zoom_price div.zoom{
	float: left;
}

.product_list .product_list_tbl .item .zoom_price div.price{
	float: right;
	color: #966219;
}

.product_list .product_list_tbl .item .content .img{
	text-align: center;
	background-image: url(../images/img_border2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;	
	width: 137px !important;
	width: 137px;
	display: block;
	margin: 0px 0px 8px 0px;
	font-size: 0px;
	position: relative;
	left: -1px;
}

#pager{
	clear: both;
	color: #7D6F02;
	text-align: right;
}

#pager a{
	color: #7D6F02;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

#pager span{
	color: #C05737;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 2px 0px 2px;	
}

.content2 input.box{
	border: 1px solid #DCD7B9;
	color: #B7AC5A;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;	
}

.content2 textarea.area{
	border: 1px solid #DCD7B9;
	width: 300px;	
	color: #B7AC5A;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;	
	font-size: 12px;
}

.content2 .gb_area textarea{
	height: 100px;
}

.content2 .form_input2 input{
	border: 1px solid #DCD7B9;
	color: #B7AC5A;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;		
}

.content2 .form_input2 textarea{
	border: 1px solid #DCD7B9;
	color: #B7AC5A;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	height: 130px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;		
}

.content2 h2{
	color: #A08409;
	font-family: Georgia;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
}

a.more{
	color: #BC910F;
	font-weight: bold;
	font-size: 12px;
}

b.title_news_1{
	color: #836B07;
	display: block;
	padding: 5px 0px 0px 0px;
	clear: both;
	font-size: 12px;
}

 b.title_news_1 a{
	color: #836B07;
	font-size: 12px; 	
 }

.content3{
	padding: 0px 0px 0px 0px;
}

.content_inner{
	clear:both; 
	color: #737303; 
	font-size:12px; 
}

.content_inner p{
	clear:both; 
	color: #737303; 
	font-size:12px; 
}

.news_main_desc, .news_main_desc p{
	color: #677B33;
}

.date_gbook{
	float: left;
	display: block;
	margin-bottom: 4px;
	margin-left: 4px;
	position: relative;	
	left: -8px;
}

.date_gbook span{
	background-color: #DBC480;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 6px 2px 6px;	
	font-family: Tahoma;		
	display: block;
	width: 67px;
}

.form_text, .product_list p{
	color: #737303;
	font-size: 12px;
}

.form_input input{
	padding: 0px 0px 0px 5px;
}

.form_input2 input{
	padding: 0px 0px 0px 5px;
}

.form_input textarea{
	padding: 0px 0px 0px 5px;
}

/*===================================================================*/

.main_left_ing{
	width: 351px;
	padding: 20px 0px 100px 0px;
	background-image: url(../images/main_left_ing.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.main_right_none{
	padding: 0px 0px 0px 55px;
	background-image: url(../images/main_right_none.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

.product_list .product_list_tbl .item_prod{
	float: left;
	width: 246px;
	height: 223px;
	margin-bottom: 8px;
	background-image: none;
}

.product_list .product_list_tbl .item_prod .content{
	width: 226px;
}

.product_list .product_list_tbl .item_prod .zoom_price{
	background-image: url(../images/zoom_price2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px 0px 0px 0px;
	height: 20px;
	margin: 0px 0px 3px 0px;
	clear: both;
}

.product_list .product_list_tbl .item_prod span.price{
	color: #EF9E2C;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

.product_list .product_list_tbl .item_prod span.price_sale{
	color: #966219;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

.product_list .product_list_tbl .item_prod span.price2{
	color: #966219;	
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 15px;
}

.product_list .product_list_tbl .item_prod .content .img{
	text-align: center;
	background-image: url(../images/img_border3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 4px;	
	width: 223px !important;
	width: 223px;
	display: block;
	margin: 0px 0px 8px 0px;
	font-size: 0px;
}

.prod_desc .desc{
	height: 190px;
	padding: 10px 0px 0px 10px;
}

.prod_desc .desc b.prod_name{
	color: #B0834A;	
	display: block;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

.prod_desc .desc p{
	padding: 10px 0px 10px 0px;
	color: #989574;
	font-size: 12px;
}

.prod_desc .desc .prod_prop{
	width: 84px;
	color: #A99705;
	font-weight: bold;
	font-size: 12px;
}

.prod_desc .desc .prod_prop_val{
	color: #999673;
	font-size: 12px;	
}

.prod_desc .back{
	text-align: center;
}

.prod_desc .back a{
	font-weight: bold;
	color: #988800;
	text-decoration: none;
	font-size: 12px;
}

/* cart */

.cart_none_img{
	clear: both;
	float: right;
	background-image: url(../images/cart_none_img.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 0px;
	text-align: right;	
	color: #B49E48;
}

.cart_none_img a{
	color: #B49E48;	
	text-decoration: none;
	font-weight: bold;
}

.cart_none_img a:hover{
	text-decoration: underline;
}

.cart_tbl{
	width: 540px;
	clear: both;
}

.cart_tbl th{
	 border-bottom: 1px solid #EDE9CE;
	 color: #B1A048;
	 font-size: 11px;
	 font-weight: normal;
	 text-align: center;
	 vertical-align: bottom;
	 padding: 0px 0px 4px 0px;	
	 font-size: 12px;
}

.cart_tbl .cart_cb{
	width: 32px;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

.cart_tbl .cart_cb input{

}

.cart_tbl .cart_num{
	width: 70px;
	text-align: center;
	padding: 5px 2px 5px 2px;	
}

.cart_tbl td.cart_num{
	color: #999574;
	white-space: nowrap;
}

.cart_tbl th.cart_prod{
	text-align: center;
	padding: 5px 2px 5px 2px;			
}

.cart_tbl td.cart_prod{
	text-align: left;
	padding: 5px 2px 5px 2px;
	color: #999474;
	font-size: 12px;
}

span.col{
	color: #B39E48;
}

.cart_tbl td.cart_prod div{
	float: left;
	background-image: url(../images/img_border4.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;	
	display: block;
	margin: 0px 8px 8px 0px;	
	font-size: 0px;
}

.cart_tbl .cart_count{
	width: 40px;
	text-align: center;
	padding: 5px 2px 5px 2px;		
}

.cart_tbl .cart_count input{
	width: 25px;
	height: 16px;
	background-image: url(../images/cart_count_input.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #C8BC70;
	text-align: center;
}

.cart_tbl th.cart_price{
	width: 70px;
	text-align: center;
	padding: 5px 0px 5px 0px;			
}

.cart_tbl td.cart_price{
	width: 60px;
	text-align: right;
	padding: 5px 10px 5px 0px;			
	color: #B27B3B;	
	font-weight: bold;
}

.cart_tbl td.cart_empty{
	text-align: center;
	padding: 20px 0px 20px 0px;
	color: #B49E49;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.cart_tbl td{
	 border-bottom: 1px solid #EDE9CE;
	 color: #B1A048;
	 font-size: 11px;
	 font-weight: normal;
	 text-align: center;
	 padding: 0px 0px 4px 0px;
}

.cart_tbl2{
	width: 540px;
}

.cart_tbl2 .price{
	text-align: right;
	padding-right: 10px;
}

.cart_tbl2 .yell_cell{
/*
	background-image: url(../images/cart_tbl2_yell_cell.gif);
	background-repeat: repeat-x;
	*/
}

.cart_tbl2 .yell_cell_pre{
/*
	background-image: url(../images/cart_tbl2_yell_cell_pre.jpg);
	background-position: right top;
	background-repeat: no-repeat;
*/	
}

.cart_tbl2 .yell_cell_pre a{
	position: relative;
	z-index: 1000;
}

.cart_tbl2 .yell_cell span{
	color: #B17A37;
}

.cart_tbl2 td{
	color: #B29E47;
	padding: 4px 0px 4px 5px;
	font-size: 12px;
}

.cart_tbl2 td a{
	color: #B49F46;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.cart_tbl2 td span{
	color: #B27B3B;
	font-weight: bold;
}

.cart_bottom_nav{
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.cart_bottom_nav a{
	 color: #B19F49;
	 font-weight: bold;
	 font-size: 12px;
}


.cart_bottom_nav .left{
	float: left;
	padding: 0px 0px 0px 75px;
	color: #B19F49;	
}

.cart_bottom_nav .right{
	float: right;
	padding: 0px 145px 0px 0px;	
	 color: #B19F49;	
}

.cart_bottom_nav .right a, .cart_bottom_nav .left a{
	 color: #B19F49;
	 font-weight: bold;
}

/* login block */

.login_block{
	clear: both;
	background-image: url(../images/login_block.jpg);
	background-position: 15px top;
	background-repeat: no-repeat;
	height: 20px;
	padding: 20px 0px 5px 0px;
	margin-top: 15px;
	width: 400px;	
}

.login_block2{
	clear: both;
	height: 20px;
	padding: 0px 0px 5px 0px;
	margin-top: 15px;
	width: 400px;	
	text-align: right;
}

.login_block2 a{
	font-size: 12px;
	color: #B49E48;
	padding: 4px 0px 4px 15px;
	font-weight: bold;
}

.login_block .left{
	float: left;
}

.login_block .left a{	
	font-size: 12px;
	color: #7C7B5F;
	padding: 4px 0px 4px 15px;
}

.login_block .right{
	float: right;
	text-align: right;
}

.login_block .right a{
	font-size: 12px;
	color: #B49E48;
	padding: 4px 0px 4px 15px;
}

.login_block .left input, .login_block .right input{
	color: #B49E48;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	font-size: 12px;	
}

.login_block2 .right input{
	color: #B49E48;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	font-size: 12px;	
	text-decoration: underline;
	position: relative;
	left: 4px;	
}

.logg_inn_tbl{
	width: 440px;	
}

.logg_inn_tbl .name_yellow{
	color: #616546;
	font-weight: bold;	
	padding: 10px 0px 3px 15px;
	width: 200px;	
	background-color: #FBF7D1;
	font-size: 12px;
}

.logg_inn_tbl .name_yellow2{
	color: #616546;
	font-weight: bold;	
	padding: 3px 0px 10px 15px;
	width: 200px;	
	background-color: #FBF7D1;
	font-size: 12px;	
}

.logg_inn_tbl .field_yellow{
	background-color: #FBF7D1;
	padding: 10px 0px 3px 0px;	
	font-size: 12px;	
}

.logg_inn_tbl .field_yellow2{
	background-color: #FBF7D1;
	padding: 4px 0px 10px 0px;	
}

.logg_inn_tbl .field_yellow input, .logg_inn_tbl .field_yellow2 input{
	border: 1px solid #E1E7A9;
/*
	background-image: url(../images/loggin_box2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
*/
	height: 18px;
	width: 248px;	
	padding: 0px 0px 0px 10px;
}

.subscribe{
	padding: 21px 0px 0px 13px;
	color: #969F5D;
	font-size: 12px;
}

.subscribe span{	
	color: #354522;
	line-height: 30px;
}

.logg_inn_tbl .name{
	color: #7C7B5F;
	padding: 4px 0px 4px 15px;
	width: 135px;
	font-size: 12px;
}

.logg_inn_tbl .field{
	padding: 4px 15px 4px 0px;
}

.logg_inn_tbl .field input{
	border: 1px solid #E1E7A9;
	/*
	background-image: url(../images/loggin_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	height: 18px;
	width: 248px;	
	padding: 0px 0px 0px 10px;	
	font-size: 14px;
}

.logg_inn_tbl .field2 input{
	border: 1px solid #E1E7A9;
	/*
	background-image: url(../images/loggin_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	height: 18px;
	width: 138px;	
	padding: 0px 0px 0px 10px;		
	font-size: 14px;	
}

.logg_inn_tbl .field3 input{
	border: 1px solid #E1E7A9;
	/*
	background-image: url(../images/loggin_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	height: 18px;
	width: 258px;	
	padding: 0px 0px 0px 10px;		
	font-size: 14px;	
}

.logg_inn_tbl .field2 img{
	position: relative;
	top: 2px;
}

.logg_inn_tbl .field select{
	border: 1px solid #E1E7A9;
	/*
	background-image: url(../images/loggin_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	*/
	height: 18px;
	width: 248px;	
/*	background-color: #FEFAEE; */
	font-size: 14px;		
}

.logg_inn_tbl .field select option{
/*	background-color: #FEFAEE; */
}


/* forgotten block */

.forgotpassw_tbl{
	width: 500px;
}

.forgotpassw_tbl .name{
	color: #B29E48;
	padding: 5px 0px 5px 15px;
	width: 200px;	
}

.forgotpassw_tbl .field{
	padding: 5px 0px 5px 0px;
}

.forgotpassw_tbl .field input{
	border: 1px solid #DBCFA7;
	/*
	background-image: url(../images/loggin_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	*/
	height: 18px;
	width: 213px;	
	margin-right: 10px;	
}

.forgotpassw_tbl .field a{
	color: #B29D4A;
}

b.lostpasw{
	color: #B39F49;
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 0px;
}

.deliv_info{
	padding: 0px 0px 0px 190px;
}

.deliv_info h3{
	color: #988800;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.deliv_info .deliv_item{	
	padding: 0px 0px 5px 0px;
}

.deliv_info .deliv_item input{	
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 3px;
}

#date_site{
	position: absolute;
	top: 340px;
	left: 50%;
	margin-left: 360px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8C6E00;
}

#date_site2{
	position: absolute;
	top: 245px;
	left: 50%;
	margin-left: 360px;
	font-size: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8C6E00;	
}

/* gallery */
 
#product_gallery{
	clear: both;
}

#product_gallery table{
	margin-top: 9px;
}

#product_gallery table td{
	padding: 0px 2px 20px 2px;
	text-align: center;
}

#product_gallery .big_img{
	text-align: center;
	background-image: url(../images/img_big_border.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 4px;	
	display: block;
	margin: 0px 0px 8px 0px;	
}

#gallery_block_pre{
	height: 165px;
	width: 580px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#gallery_block_pre #gallery_block{
	height: 135px;
	width: 1170px;
	overflow: hidden;
	padding: 15px 0px 0px 0px;
	white-space: nowrap;
}

#gallery_block_pre #gallery_block p{
	white-space: nowrap;
}

#gallery_block .img{	
	text-align: left;
	background-image: url(../images/img_border2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 3px;	
	float: left; 
	width: 138px !important;
	width: 145px;	
	margin: 0px 0px 8px 0px;
}

#gallery_scroll{
	text-align: center;
	color: #D3B44A;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

#gallery_scroll a{
	color: #D3B44A;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;	
}

#gallery_scroll img{
	position: relative;
	top: 6px;
	margin: 0px 13px 0px 13px;
}

ul#sitemap{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul#sitemap li{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

ul#sitemap li a{
	 font-size: 12px;
}

ul#sitemap li.level2{
	padding: 0px 0px 2px 10px;
}

ul#sitemap li.level2 a{	
	text-decoration: none;
}

#search_content{
	font-size: 12px;	
	padding: 0px;
	position: relative;
	left: -10px;
}

#search_content table{
		
}

#search_content td, #search_content input, #search_content a{
	font-size: 12px;
}

#search_content a{
	color: #C39D29;
}

#search_content input{
	border: 1px solid #E1E7A9;
	height: 18px;
	width: 248px;	
	padding: 0px 0px 0px 10px;
}

#search_input input.box{
	border: 1px solid #A3B47E;
}
.pk_block{
	clear: both;

	background-position: 15px top;
	background-repeat: no-repeat;
	height: 20px;
	padding: 20px 0px 5px 0px;
	margin-top: 15px;
	width: 500px;	
}
.pk_block .left{
	float: left;
}

.pk_block .left a{	
	font-size: 12px;
	color: #7C7B5F;
	padding: 4px 0px 4px 0px;
}

.pk_block .right{
	float: right;
	text-align: right;
}

.pk_block .right a{
	font-size: 12px;
	color: #B49E48;
	padding: 4px 0px 4px 15px;
}
/* ================================================================================ */

/*Opera Hack*/
@media all and (min-width: 0px) {

}