@import "css/reset.css";
.clear:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.round {
	position: relative;
	padding: 26px 30px 10px;
	background: #fff;
}

.tl, .tr, .bl, .br {
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(img/round-1.png) no-repeat;
	overflow: hidden;
}

.tl {
	top: 0;
	left: 0;
	background-position: -28px -28px;
}

.tr {
	top: 0;
	right: 0;
	background-position: 0 -28px;
}

.bl {
	bottom: 0;
	left: 0;
	background-position: -28px 0;
}

.br {
	bottom: 0;
	right: 0;
}

.logo {
	float: left;
	width: 422px;
	padding-left: 5px;
}
/*
.country {
	float: left;
	width: 273px;
	padding-top: 63px;
}

.country .title {
	padding: 0 0 0 21px;
}

.country ul {
	list-style: none;
	padding: 14px 4px 20px;
	margin: 0;
	background: url(img/lang.png) no-repeat;
}

.country li {
	display: inline;
	margin: 0 9px;
}
*/


.country {
	float: left;
	width: 293px;
	padding-top: 47px;
	background: url(img/country_bg.gif) no-repeat 0 49px;
}

.country .choose {
	height:74px;
	border:0px solid red;
	position:relative;
}

.country .choose ul {
	list-style:none;
	margin:0;
	padding:34px 0 0 12px;
}
.country .choose ul li {
	float:left;
	margin:0;
	padding:0;
	/*width:80px;*/
	height:15px;

}
.country .choose ul li a {
	width:80px;
	height:15px;
	display:block;
	background: url(img/flag.gif) no-repeat;	
}
.country .choose ul li.ru a {
	margin-right:2px;
	background-position:0px -45px;

}
.country .choose ul li.ua a {
	margin-right:7px;
	background-position:0px -60px;
}
.country .choose ul li.md  a {
	background-position:0px -75px;
}

.country .choose ul li.ru a:hover, .country .choose ul.ru li.ru a {
	margin-right:2px;
	background-position:0px 0px;
}
.country .choose ul li.ua a:hover, .country .choose ul.ua  li.ua a {
	margin-right:7px;
	background-position:0px -15px;
}
.country .choose ul li.md a:hover, .country .choose ul.md li.md a {
	background-position:0px -30px;
}

.country .ru i {
	display:block;
	width:11px;
	height:8px;
	position:absolute;
	left:20px;
	top:66px;
	background: url(img/country_corner.gif) no-repeat;	
}

.country .ua i {
	display:block;
	width:11px;
	height:8px;
	position:absolute;
	left:99px;
	top:66px;
	background: url(img/country_corner.gif) no-repeat;	
}

.country .md i {
	display:block;
	width:11px;
	height:8px;
	position:absolute;
	left:188px;
	top:66px;
	background: url(img/country_corner.gif) no-repeat;	
}


.header .right {
	float: left;
	width: 220px;
	padding-top: 29px;
}

.trio {
	list-style: none;
	margin: 0;
	text-align: right;
}

.trio li {
	display: inline;
	margin: 0 0 0 70px;
}

.trio li:first-child {
	margin: 0;
}

.search {
	padding-top: 42px;
	text-align: right;
}

.search .inp {
	width: 144px;
	height: 22px;
	padding-left: 10px;
	background: url(img/inp-1.png) no-repeat;
	border: 0 none;
}

.search img, .search input {
	vertical-align: middle;
}

.search img {
	margin-right: 11px;
}

.header .top {
	padding-bottom: 8px;
}

.header .menu {
	list-style: none;
	margin: 0;
	padding: 18px 0 45px;
	text-align: right;
}

.header .menu li {
	display: inline;
	padding-left: 9px;
	margin: 0 0 0 4px;
	background: url(img/divider.gif) no-repeat 0 2px;
}

.header .menu li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0 none;
	background: none;
}

.header .menu a {
	color: #000;
	text-decoration: none;
}

.header .menu .select {
	position: relative;
	margin-right: -8px;
	padding-left: 0;
}

.header .menu .select a {
	color: #fff6a6;
}

.header .menu .select span {
	background: url(img/span-1.png) no-repeat;
	padding: 18px 0 13px 10px;
}

.header .menu .select span span {
	background: url(img/span-2.png) no-repeat 100% 0;
	padding: 10px 10px 13px 0;	
}

.col-one {
	float: left;
	width: 220px;
}

.col-two {
	float: left;
	width: 440px;
	padding: 0 30px;
}

.col-three {
	float: left;
	width: 690px;
	padding-left: 30px;
}

.title-line {
	padding: 10px 0 5px;
	margin-bottom: 17px;
	border-bottom: 3px solid #efefef;
}

.title {
	padding: 13px 0 15px;
}

.news dt {
	padding-left: 16px;
	margin-bottom: 6px;
	color: #8c8c8c;
	background: url(img/news.gif) no-repeat 1px 3px;
}

.catalog .cat-title {
	background: url(img/cat-title.png) no-repeat;
	padding: 15px 20px 16px;
	margin: -1px;
}

.catalog {
	position: relative;
	border: 1px solid #e8e8e8;
	margin: -2px 0 30px;
}

.left-catalog {
	margin-bottom: 6px;
}

.tl-2, .tr-2, .bl-2, .br-2 {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(img/round-2.png) no-repeat;
	overflow: hidden;
}

.tl-2 {
	top: -1px;
	left: -1px;
	background-position: -18px -18px;
}

.tr-2 {
	top: -1px;
	right: -1px;
	background-position: 0 -18px;
}

.bl-2 {
	bottom: -1px;
	left: -1px;
	background-position: -18px 0;
}

.br-2 {
	bottom: -1px;
	right: -1px;
	background-position: 0 0;
}

.catalog ul {
	list-style: none;
	margin: 0 18px;
	padding: 17px 0 19px;
	background: url(img/dot.gif) repeat-x;
	text-transform: uppercase;
	line-height: 16px;
}

.left-catalog ul {
	margin: 0;
	padding: 6px 8px 17px 9px;
	background: none;
}

.catalog ul.first {
	background: none;
}

.catalog li {
	float: left;
	width: 172px;
	margin: 0;
}

.left-catalog li {
	float: none;
	width: auto;
	padding: 5px 0 8px;
	margin: 0;
	background: url(img/dot.gif) repeat-x 0 100%;
}

.catalog li:first-child {
	width: 228px;
}

.left-catalog li:first-child {
	width: auto;
}

.left-catalog .last {
	background: none;
}

.catalog a {
	display: block;
	padding-left: 21px;
	color: #a11e33;
	background: url(img/category.png) no-repeat;
}

.catalog a:hover, .left-catalog .open {
	color: #4b9a9f;
	background: url(img/category-act.png) no-repeat;
}

.left-catalog .open {
	background: none;
	border-bottom: 1px solid #dedede;
}

.left-catalog .submenu {
	padding: 10px 40px 0 20px;
	margin-top: 10px;
	background: url(img/dot.gif) repeat-x;
	text-transform: none;
}

.left-catalog .submenu li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.left-catalog .submenu li a {
	padding-left: 8px;
	color: #4b9a9f;
	background: url(img/marker-1.gif) no-repeat 0 5px;
}

.left-catalog .submenu li a:hover {
	color: #5b5b5b;
	background: url(img/marker-2.gif) no-repeat 0 5px;
}

.banner {
	position: relative;
	margin-bottom: 17px;
}

.leaders {
	list-style: none;
	margin: 0 0 50px;
}

.leaders li {
	padding: 13px 0 23px;
	margin: 0;
}

.leaders .img, .goods .img {
	position: relative;
	float: left;
	width: 101px;
	padding: 4px 4px 9px;
	margin: -13px 20px 0 0;
	border: 1px solid #e8e8e8;
}

.goods .img {
	margin: -6px 10px 0 0;
}

.leaders p, .leaders h6 {
	margin-left: 130px;
}

.goods p {
	margin: 0;
}

.goods p, .goods h6, .goods .cont {
	margin-left: 120px;
}

.leaders .frame-1, .goods .frame-1 {
	position: absolute;
	width: 111px;
	height: 18px;
	left: -1px;
	top: -1px;
	background: url(img/frame-1.png) no-repeat;
}

.leaders .frame-2, .goods .frame-2 {
	position: absolute;
	width: 111px;
	height: 26px;
	left: -1px;
	bottom: -1px;
	background: url(img/frame-2.png) no-repeat;
}

.auth {
	padding-bottom: 19px;
	border-bottom: 1px solid #efefef;
}

.auth dt {
	float: left;
	width: 46px;
	color: #727272;
	margin-top: 3px;
}

.auth dd {
	margin-bottom: 5px;
}

.auth .inp {
	width: 144px;
	height: 16px;
	padding: 1px 14px 2px;
	border: 0 none;
	color: #727272;
	background: url(img/inp-2.png) no-repeat;
}

.auth .controls {
	text-align: right;
	padding-top: 10px;
}

.auth .controls a {
	padding-left: 16px;
	background: url(img/reg.gif) no-repeat;
	color: #a11e33;
}

.auth .button {
	margin-left: 48px;
	vertical-align: middle;
}

.info {
	padding: 13px 0 30px;
}

.info li {
	color: #4b9a9f;
	margin: 0 0 3px 0;
}

.o-tl, .o-tr, .o-bl, .o-br {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/round-3.png) no-repeat;
	overflow: hidden;
}

.o-tl {
	top: 0;
	left: 0;
	background-position: -20px -20px;
}

.o-tr {
	top: 0;
	right: 0;
	background-position: 0 -20px;
}

.o-bl {
	bottom: 0;
	left: 0;
	background-position: -20px 0;
}

.o-br {
	bottom: 0;
	right: 0;
	background-position: 0 0;
}

.distribution {
	position: relative;
	padding: 16px 19px 14px;
	margin-bottom: 17px;
	background: #e1e0d8 url(img/dist.png) repeat-x;
	text-align: right;
}

.distribution .inp {
	display: block;
	width: 171px;
	height: 19px;
	padding-left: 10px;
	margin-bottom: 6px;
	border: 0 none;
	background: url(img/inp-3.png) no-repeat;
}

.forum dt {
	padding-left: 16px;
	margin-bottom: 7px;
	background: url(img/post.gif) no-repeat 1px 4px;
}

.forum dt span {
	color: #9c9c9c;
}

.forum dd {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 19px;
}

.footer {
	padding: 25px 30px 33px 280px;
	color: #fff;
}

.copy {
	float: left;
	width: 440px;
}

.copy a {
	font-weight: bolder;
	color: #febbc6;
}

.rights {
	float: left;
	width: 220px;
	padding-left: 30px;
}
.rights a {
	font-weight: bolder;
	color: #febbc6;
}

.path span {
	margin: 0 7px;
}

.category-title {
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 18px 0 4px 21px;
	margin-bottom: 20px;
	border-bottom: 3px solid #efefef;
	color: #a11e33;
	background: url(img/category.png) no-repeat 1px 18px;
}

.goods {
	padding-top: 10px;
	border-bottom: 3px solid #efefef;
}

.goods ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 12px;
	background: url(img/dot.gif) repeat-x;
}

.goods li {
	float: left;
	width: 335px;
	margin: 0;
}

.goods li:first-child {
	padding: 0 15px 0 3px;
}

.goods .first {
	background: none;
}

.goods h6 {
	margin-bottom: 1px;
}

.price {
	padding-top: 6px;
}

.price span {
	font: 18px Arial;
	color: #c62043;
}

.price input {
	vertical-align: bottom;
}

.more {
	color: #a11e33;
	padding-right: 8px;
	background: url(img/marker-3.gif) no-repeat 100% 5px;
}

.pager {
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

.pager li {
	float: left;
	margin: 0 1px 0 0;
}

.pager span, .pager a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-align: center;
}

.pager span {
	color: #a11e33;
	background: url(img/select.gif) no-repeat;
}

.pager a {
	color: #fff;
	text-decoration: none;
	background: url(img/page.gif) no-repeat;
}

.image {
	position: relative;
	padding: 30px;
	border: 1px solid #e8e8e8;
	text-align: center;
}

.legend {
	padding: 13px 0 10px;
	font-weight: bolder;
	color: #a0a0a0;
	border-bottom: 3px solid #efefef;
}

.legend span {
	color: #5b5b5b;
}

.legend .price {
	float: right;
	padding: 0;
	margin-top: -6px;
}

.legend .price span {
	color: #c62043;
	margin-right: 13px;
}

.desc {
	font: 18px Arial;
	padding: 13px 0 10px;
}

td.one {
	width: 60px;
}

thead .one span, thead .three span {
	position: relative;
}

thead .one b, thead .three b {
	position: absolute;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(img/round-3.png);
}

thead .one b {
	left: -10px;
	bottom: -17px;
	background-position: -20px 0;
}

thead .three b {
	right: -15px;
	top: -14px;
	background-position: 0 -20px;
}

tbody .one {
	text-align: center;
}

td.two {
	width: 500px;
}

tr.select {
	background: #f5e8ea;
}

.table {
	position: relative;
}

.table .bl-2 {
	bottom: 0;
	left: 0;
}

.table .br-2 {
	bottom: 0;
	right: 0;
}

h6 a {
	color: #5b5b5b;
	text-decoration: none;
}
font.tablebodytext {
display:none;
}