﻿
/* Таблица стилей */

body { 
	padding: 0px;
	margin: 0px;
	background: #934c16;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center; /* IE6 */
}

#wrap {
	width: 1006px;
	margin: 0 auto;
	text-align: left; /* IE6 */
}

.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

img { border: 0px; }

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Arial, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 150%;
}

h2 {
	font-family: Arial, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 135%;
}

table, td, tr, div, p, span {
	color: white;
}

/* Верхняя фиговина */

#header {
	height: 328px;
	background: url("static/bg_header.png") no-repeat;
}

#language {
	float: left;
	padding: 228px 0px 0px 433px;
}


#language img {
	vertical-align: middle;
}

#language a img {
	vertical-align: middle;
	opacity: 1.0;
	filter: none;
}

#basket {
	margin: 59px 82px 0px 0px;
	color: white;
	float: right;
	width: 200px;
	display: inline;
}

#basket a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#basket ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#basket li {
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#basket .total {
	margin-top: 8px;
	text-align: right;
}

#basket .content {
	background: url("static/bg_basket.png") !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket.png", sizingMethod='scale');
	padding: 12px 14px 0px 14px;
	max-height: 200px;
	height: auto !important;
	height: 0px;
	height: expression( this.scrollHeight > 199 ? "200px" : "0px" ); /* IE6 */
	overflow-x: hidden;
	overflow-y: auto;
}

#basket .top {
	background: url("static/bg_basket_tl.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket_tl.png", sizingMethod='crop');	
	height: 14px;
}

#basket .top .right {
	background: url("static/bg_basket_tr.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket_tr.png", sizingMethod='image');
	width: 3px;
	height: 14px;
	margin-left: -3px;
}

#basket .top .center {
	background: url("static/bg_basket.png") !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket.png", sizingMethod='scale');
	text-align: center;
	height: 14px;
	margin: 0px 3px;
}

#basket .top .center .header {
	position: relative;
	bottom: 32px;
	width: 120px;
	margin: 0px auto -32px auto; 
	height: 46px;
	background: url("static/bg_basket_header.png") no-repeat !important;
	background: none; /* IE6 */
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket_header.png", sizingMethod='image');
}

#basket .bottom {
	background: url("static/bg_basket_bl.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket_bl.png", sizingMethod='crop');	
	height: 14px;
}

#basket .bottom .right {
	background: url("static/bg_basket_br.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket_br.png", sizingMethod='image');
	width: 3px;
	height: 14px;
	margin-left: -3px; /* IE6 */
}

#basket .bottom .center {
	background: url("static/bg_basket.png") !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_basket.png", sizingMethod='scale');
	margin: 0px 3px;
	height: 14px;
	margin-bottom: -3px; /* IE6 */
}

/* "База" для всего */

#base {
	width: 1006px;
	background: url("static/bg_base_base.png") repeat-y;
	overflow: hidden;
}

#base .fit {
	margin: 0px 45px 0px 46px;
	z-index: 5000
}

#base .bgtop { 
	background: url("static/bg_base_top.png") no-repeat !important;
	background: none; /* IE6 */
	width: 1006px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/bg_base_top.png", sizingMethod='crop');
}

#base .bgtop * {
	position: relative;
}

#base .bgtop .bgbottom {
	background: url("static/bg_base_bottom.png") no-repeat !important;
	background: none;
	width: 1006px;
	height: 583px;
	position: relative;
	top: -583px;
	margin-bottom: -583px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/bg_base_bottom.png', sizingMethod='crop');
}

/* Верхняя навигация */

#topnav {
	height: 49px;
	padding: 0px 61px 0px 57px;
	background: url("static/bg_topnav.png");
	clear: both;
}

#topnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
}

#topnav li {
	float: left;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0px 11px 0px 11px;
}

#topnav li.current {
	background: url("static/bg_topnav_active.png") repeat-x;
	font-weight: bolder;
	color: white;
}

#topnav li a {
	color: #b0b0b0;
	text-decoration: none;
	border-bottom: 1px solid #b0b0b0;
}

#topnav form {
	float: right;
	padding: 9px 11px 0px 11px;
	margin: 0px;
}

#topnav form div {
	height: 24px;
	padding: 0px;
	margin: 0px;
	width: 179px;
	background: url("static/bg_search.png") no-repeat;
}

#topnav .field {
	border: 0px;
	padding: 0px;
	margin: 4px 9px 0px 12px;
	background: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	width: 129px;
}

#topnav .icon {
	width: 16px;
	height: 16px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
}

/* Содержимое страницы */

#content {
	padding: 60px 64px 60px 55px;
	clear: both;
}

#content .left {
	margin-right: 56px;
}

#content .content a {
	color: white;
	text-decoration: underline;
}

#content .block {
	width: 215px;
	margin-bottom: 35px;
	color: #cb9880;
}

#content .block a {
	color: #cb9880;
	text-decoration: none;
	border-bottom: 1px solid #cb9880;
}

#content .block .header {
	font-size: 11pt;
	background: url("static/bg_block_header.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/bg_block_header.png');
	height: 27px;
	line-height: 27px;
	color: white;
	padding: 0px 0px 0px 23px;
}

#content .block .content {
        padding: 22px;
        padding-bottom: 18px;
	background: #332826;
	color: #cb9880;
}

#content .block .content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content .block .content li {
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

#content .block .bottom {
	height: 4px;
	background: url("static/bg_block_bottom.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/bg_block_bottom.png');
}

#content .block.blue  a {
	color: #f0f0f0;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

#content .block.blue .content {
	color: #f0f0f0;
	background: #222128;
        padding-bottom: 19px;
}

#content .block.blue .bottom {
	height: 3px;
	background: url("static/bg_block_bottom_blue.png") no-repeat !important;
	background: none; /* IE6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/bg_block_bottom_blue.png');
}

#content .content {
	overflow: hidden;
	display: block !important;
	display: inline-block; /* IE6 */
	padding: 0px;
	color: white;
}

#content .content .products {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content .products li {
	display: block;
	width: 173px;
	height: 180px;
	float: left;
	text-align: center;
}

#content .products li img {
	margin-bottom: 18px;
}

#content .products li .price {
	font-weight: bold;
	padding-top: 2px;
}

#content .content small {
	font-size: 75%;
}

#content .product_pic {
	padding: 5px;
	text-align: center;
	font-size: 85%;
}

#content .content div * {
	z-index: 6000;
}

/* Нижняя "навигация" */

#bottomnav {
	padding: 0px 0px 35px 0px;
	clear: both;
}

#bottomnav ul {
	list-style: none;
	padding: 0px;
	text-align: center;
}

#bottomnav li {
	display: inline;
	margin: 0px;
	padding: 0px 6px;
}

#bottomnav li.current {
	color: white;
	font-weight: bolder;
}

#bottomnav li a {
	color: #b0b0b0;
	text-decoration: none;
	border-bottom: 1px solid #b0b0b0;
}

/* Футер */

#footer {
	padding: 42px 103px 42px 88px; 
	font-size: 8pt;
	color: #7d7d7d;
	background: url("static/bg_footer.png") no-repeat;
}

#footer a {
	color: #7d7d7d;
}

TD.categories_description {
  font-family: Arial;
  font-size: 15px;
  color: #e3a97d;
  line-height: 1.0;
}

/* create_account.php & some other stuff */

.create_acct_left {
	clear: left;
	width: 150px;
	padding: 3px;
	float: left;
}

.create_acct_right {
	padding: 3px;
}

