html, body {
	color:#5b5d5f;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background:#fdf7f2 url(img/bg.gif) 0 0 repeat-x;
}
body {
	font:70% Tahoma, Arial, Helvetica, sans-serif;
}
td {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
}
a {
	color:#ce3545;
}
a img {
  border:none;
}
form,
ul, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style:none;
}
input,
textarea {
	border:1px solid #beb9b5;
}
.clear {
	clear:both;
}
.main {
	width:850px;
	margin:0 auto;
	text-align:left;
	position: relative;
	height: 100%;
} 
html>body .main {
	min-height: 100%;
	height: auto;
}
.header {
	background:url(img/header_bg.jpg) 0 0 no-repeat;
	width:950px;
	height:250px;
	position:relative;
	margin:0 -50px;
	font-size:120%;
}
.logo {
	position:absolute;
	top:70px;
	left:70px;
}
.menu {
	background:url(img/menu_bg.jpg) 0 0 no-repeat;
	width:850px;
	height:71px;
	position:absolute;
	left:50px;
	top:200px;
}
.menu li {
	float:left;
	background:url(img/menu_separator.jpg) 0 50% no-repeat;
}
.menu li a {
	display:block;
	float:left;
	padding:15px 30px;
}
.menu li a,
.lang li a {
	color:#fff;
}
.lang {
	position:absolute;
	right:70px;
	top:200px;
}
.lang li {
	float:left;
	padding:15px 7px;
}
.content {
	position:relative;
	padding-bottom:20px;
	background:url(img/content_bg.jpg) 0 0 no-repeat;
	width:850px;
	min-height:100px;
}
*html .content {
	height:100px;
}
h1 {
	margin:0;
	padding-top:10px;
	font:normal 250% Tahoma;
	color:#73797e;
}
h1.description {
	padding:0;
}
h2 {
	margin:0;
	font:normal 220% Tahoma;
	padding-bottom:15px;
}
h5 {
	margin:0;
	padding-top:20px;
	font:normal 140% Tahoma;
	color:#73797e;
}
#empty {
	visibility: hidden;
}
#empty,
#footer {
	height:auto;
}
#footer {
	background:url(img/footer_bg.gif) 0 0 no-repeat;
	text-align:center;
	padding:5px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer a {
	color:#fff;
}
/*corners*/
.rct, .rct2, 
.rcb, .rcb2 {
   width: 100%;
   height: 9px;
   font-size: 1px;
   background-image:url(img/corners/roundwhite.png);
   background-repeat:no-repeat;
}
/* IE6 */
* html .rct, * html .rct2 ,
* html .rcb, * html .rcb2  {
   background-image:url(img/corners/roundwhite.gif);
}
.rct {
   background-position: -9px 0px;
}
.rct2 {
   background-position: 0px 0px;
}
.rcb {
   background-position: -9px -9px;
}
.rcb2 {
   background-position: 0px -9px;
}

.rct2, .rcb2  {
   width: 9px;
   float: right;
}
.rndc { margin: 0 9px;}

.topleft {background:#f3ede9 url(img/corners/topleft.gif) 0 0 no-repeat; float:left;}
.topright {background:url(img/corners/topright.gif) 100% 0 no-repeat; float:left;}
.botleft {background:url(img/corners/botleft.gif) 0 100% no-repeat; float:left;}
.botright {background:url(img/corners/botright.gif) 100% 100% no-repeat; float:left;}
.preview .items {
	width:850px;
	padding:20px 0;
	margin:5px 0;
}
.preview .item { 
	float:left;
	width:360px;
	margin:0 30px;
	text-align:center;
}
*html .preview .item {
	margin:0 20px;
}
.item img {
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	padding:5px;
}
.preview .item p {
	clear:both;
	text-align:justify;
}
/*shop*/
.header .top_search {
	position:absolute; 
	top:14px; 
	right:50px;
	padding-left:5px;
}
.credit_cart {
	background:url(img/credit_cart.gif) 0 0 no-repeat;
	width:277px;
	height:158px;
	position:absolute;
	top:70px;
	right:80px;
}
.cart {
	background:url(img/cart.gif) 0 0 no-repeat;
	padding:5px 0 5px 60px;
	position:absolute; 
	top:5px; 
	right:0;
	height:40px;
}
.categories {
	float:left;
	width:175px;
	margin-right:10px;
}
.categories li {
	background:url(img/dot.gif) 0 5px no-repeat;	
	padding-left:10px;
	margin:10px 0;
}
.goods {
	float:right;
	width:607px;
}
.goods .topleft {
	margin:10px 0;
}
.goods .item {
	padding:20px;
	float:left;
}
.goods .img {
	float:left;
	width:260px;
}
.description h4 {
	margin:0;
	font-size:120%;
}
.goods p {
	margin:0;
	padding:10px 0;
	text-align:justify;
}
.goods .description {
	float:left;
	width:307px;
}
.goods big {
	float:left;
	font-size:160%;
}
.add_to_cart {
	float:right;
	padding-left:5px;
}
.pages {
	clear:both;
	text-align:center;
	font-size:120%;
}
/**/
.categories h3,
.goods h3 {
	margin:0;
	padding-top:20px;
	font-size:140%;
}
.name_size {
	width:210px;
	margin:0 15px 2px 5px;
}
.price_size {
	width:50px;
	margin:0 0 2px 5px;
}
.search_bt {
	background:url(img/bt_bg.gif) 0 0 repeat-x;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:0 25px;
	padding:0 14px !ie;
	height:23px;
}

/*others*/
.w3 {
	width:300px;
}
.w2 {
	width:150px;
}
.w1 {
	width:190px;
}
#message_text,
#body {
	margin-bottom:5px;
}
.feedback label,
.discuss label,
.product_detailed label {
	display:block;
	margin:5px 0 2px;
}
.discuss {
	margin-left:200px;
}
.bt {
	margin-top:10px;
	display:block;
}
.printable {
	background:url(img/printer-icon.gif) 0 0 no-repeat;
	padding-left:17px;
	position:absolute;
	top:55px;
	top:60px !ie;
	right:0;
}
.category_search {
	white-space:nowrap;
}
.category_search .search_bt {
	margin-left:10px;
}
table.mainshop td {
	padding:0 20px 20px 0;
}
.small {
	font-size:10px;
}
.path {
	padding:10px 0;
}
.rate {
	border:1px solid silver;
}
.rate td {
	background:#f3ede9;
}
.rate input, 
#search_in_subcategory,
#subscribed4news,
.no_border {
	border:none;
}
.rate label {
	display:inline;
	margin:-3px 0 0 0;
	position:relative;
}
.cart_item td {
	border-bottom:1px solid #f3ede9;
}
.cart_clear {
	background:url(images/tmpl11_remove.gif) 0 50% no-repeat;
	padding:3px 0 3px 18px;
}
.cart_title th {
	font-size:10px;
	font-weight:normal;
}
.mainshop .botright {
	padding-left:15px; 
	padding-top:10px;
}
.add_to_cart_detailed {
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	background:url(img/cart_arr.gif) 100% 7px no-repeat;
	padding-right:12px;
	white-space:nowrap;
}
.add_to_cart_brief {
	font-size:11px;
	background:url(img/cart_arr2.gif) 100% 7px no-repeat;
	padding-right:12px;
	padding:3px 12px 2px 0;
	white-space:nowrap;
	float:right;
}
.big {
	font-size:18px;
}
.adv_search {
	margin-top:20px;
}
.inner {
	margin:10px 20px;
}
.cat {
	color:#5b5d5f;
	font-size:14px;
	font-weight:bold;
}
.descr_brief {
	margin:10px 0;
}
.categ_brief {
	margin:5px 0;
	margin:10px 0 !ie;
}
.price_brief,
.pic_brief {
	float:left;
}
.pic_brief img {
	margin-right:20px;
}
.error_msg_f {
	color:#ff0000;
}
.container {
	width:600px;
}
.no_padding {
	padding:0;
}
.order_conf_all {
	border-top:1px solid silver;
}
.order_conf_all td {
	padding:3px 0;
}
.total td {
	background:#f3ede9;
}
.for_search {
	padding:10px 20px;
}
.style_line {
	color: #FFFFFF
}