html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-size: 100.01%;
}

body {
	background: url('/images/body-bg.jpg') repeat center top;
	color: #383838;
	text-align: left;
	font: 12px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

* html li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		this == parentNode.firstChild ? (className += " first-child") : 0
	)
}

/* шрифт
font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
*/

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	color: #3d3d3d;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

strong.red {
	color: #6e0702;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #181818;
}

a:hover {
	text-decoration: none;
}

.print a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	height: 32px;
	padding-left: 40px;
	text-decoration: none;
	background: url('/images/klinki/images/a-print.png') no-repeat;
}

.print a:hover {
	text-decoration: underline;
}

.a-find a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	color: #000;
	font-size: 14px;
	color: #fff;
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	line-height: 30px;
	height: 32px;
	width: 150px;
	text-align: center;
	padding: 11px 0 0 22px;
	text-decoration: none;
	background: url('/images/klinki/images/a-find.png') no-repeat;
}

.a-find a:hover {
	text-decoration: underline;
}

a.red-button {
	display: inline-block;
	//display: inline;
	zoom: 1;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.62);
	line-height: 24px;
	height: 28px;
	width: 129px;
	text-align: center;
	text-decoration: none;
	background: url('/images/klinki/images/a-red-button.png') no-repeat;
	vertical-align: top;
}

a.red-button:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

.form-submit input::-moz-focus-inner,
.form-button input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input, textarea {
	color: #000;
	padding: 0;
}

select {
	color: #000;
}
	
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
    padding: 0 0 80px 0;
    zoom: 1;
}

.container {
	width: 100%;
	margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top {
	position: relative;
}

.top .header {
	height: 61px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.top .header .logo {
	position: absolute;
	right: 0;
	top: 7px;
}

.top .header .phone {
	float: left;
	margin: 22px 45px 0 0;
}

.top .header .phone .inner {
	font-size: 18px;
	line-height: 20px;
	color: #131313;
	background: url('/images/klinki/images/ico-phone.png') no-repeat 0 3px;
	padding-left: 20px;
}

.top .header .phone .multichannel {
	font-size: 10px;
	font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L" sans-serif;
	color: #696969;
	text-align: right;
	margin-top: -2px;
}

.top .header .auth-link {
	float: left;
	margin: 22px 35px 0 0;
}

.top .header .auth-link .inner {
	font-size: 12px;
	line-height: 20px;
	background: url('/images/klinki/images/ico-auth.png') no-repeat 0 3px;
	padding-left: 20px;
}

.top .header .auth-link .inner a {
	color: #131313;
	text-decoration: none;
}


.top .header .auth-link .inner a:hover {
	text-decoration: underline;
}

.top .header .lang {
	float: left;
	margin-top: 22px;
}

.top .header .lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top .header .lang ul li.active {
	display: none;
}

.top .header .lang ul li a {
	display: block;
	height: 22px;
	width: 22px;
	background: url('/images/klinki/images/top-lang-a.png') no-repeat;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.top .nav {
	background: #000;
	height: 36px;
}

.top .nav ul {
	width: 980px;
	margin: 0 auto;
	padding: 11px 0 0;
	zoom: 1;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.top .nav ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
	padding: 0 0 0 21px;
	margin: 0 0 0 14px;
	background: url('/images/klinki/images/nav-dot.png') no-repeat 0 5px;
}

.top .nav ul li:first-child,
.top .nav ul li.first-child {
	padding: 0;
	margin: 0;
	background: none;
}

.top .nav ul li a {
	color: #fff;
	text-decoration: none;
}

.top .nav ul li a:hover {
	text-decoration: underline;
}

.main {
	width: 980px;
	margin: 0 auto;
}

.main .layout-sided {
	margin: 20px 0;
}

.main .layout-sided .side {
	width: 233px;
	float: left;
}

.main .layout-sided .column {
	width: 730px;
	float: right;
}

.main .layout-simple .column {
	float: none;
	width: 100%;
	margin: 20px 0;
}

.main .article {
	margin: 0 0 30px;
}

.main .article h5 {
	line-height: 24px;
	color: #c7211a;
	margin: 0 0 18px;
}

.main .article p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

.main .article p.date {
	margin: 0 0 8px;
}

.main .article ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

.main .article ul.links {
	padding: 0;
	list-style: none;
}

.main .article ul li {
	margin: 0 0 12px;
}


.main .side .search {
	margin: 0 0 5px;
}

.main .side .search .search-banner {
	margin: 0 0 8px;
}

.main .side .search .search-banner img {
	vertical-align: top;
}

.main .side .search .section {
	height: 25px;
	border: 1px solid #000;
}

.main .side .search .section .form-text {
	float: left;
}

.main .side .search .section .form-text input {
	font-size: 12px;
	color: #777;
	width: 200px;
	padding: 5px 0 5px 5px;
	height: 15px;
	border: none;
	background: none;
}

.main .side .search .section .form-submit {
	float: right;
}

.main .side .search .section .form-submit input {
	width: 25px;
	height: 25px;
	border: none;
	background: url('/images/klinki/images/side-search-submit.png') no-repeat;
	cursor: pointer;
}

.main .side .banners {
	text-align: center;
}

.main .side .banners img {
	vertical-align: top;
}

.main .side .blog-list {
	margin: 35px 0 0;
}

.main .side .blog-list ul {
	margin: 19px 0 0;
	padding: 0;
	list-style: none;
}

.main .side .blog-list ul li {
	font-size: 12px;
	line-height: 18px;
	color: #a3a3a3;
	margin: 0 0 18px;
}

.main .side .blog-list ul li a {
	color: #302f2f;
	display: inline-block;
	//display: inline;
	zoom: 1;
}

.main .side .social {
	margin: 35px 0 0;
}

.main .side .social .section {
	margin: 10px 0 0;
}

.main .side .subscribe {
	margin: 15px 0 5px;
	font-size: 15px;
	color: #000;
}

.main .side .subscribe .section {
	height: 25px;
	border: 1px solid #000;
	margin: 4px 0 0;
}

.main .side .subscribe .section .form-text {
	float: left;
}

.main .side .subscribe .section .form-text input {
	font-size: 12px;
	color: #777;
	width: 200px;
	padding: 5px 0 5px 5px;
	height: 15px;
	border: none;
	background: none;
}

.main .side .subscribe .section .form-submit {
	float: right;
}

.main .side .subscribe .section .form-submit input {
	width: 25px;
	height: 25px;
	border: none;
	background: url('/images/klinki/images/side-subscribe-submit.png') no-repeat;
	cursor: pointer;
}

.main .column .slideshow {
	margin: 0 0 10px;
    height: 270px;
    width: 730px;
	overflow: hidden;
	position: relative;
}

.main .column .page-header {
	margin: 0 0 15px;
}

.main .column .page-header h3 {
	color: #c7211a;
	
}

.main .column .page-header .crumbs {
	color: #3d3d3d;
	margin-top: -3px;
}

.main .column .page-header .crumbs a {
	color: #3d3d3d;
	text-decoration: none;
}

.main .column .page-header .crumbs a:hover {
	text-decoration: underline;
}

.main .column .news {

}

.main .column .news .section {
	margin-right: -30px;
	zoom: 1;
}

.main .column .news .section ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .column .news .section ul li {
	margin: 0 30px 24px 0;
	zoom: 1;
}

.main .column .news .section ul li .pic {
	margin-bottom: 5px;
}

.main .column .news .section ul li .pic img {
	vertical-align: top;
}

.main .column .news .section ul li .date {
	width: 45px;
	float: left;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.main .column .news .section ul li .date .day {
	width: 45px;
	height: 44px;
	color: #fff;
	font-size: 23px;
	line-height: 44px;
	background: url('/images/klinki/images/news-day.png') no-repeat;
}

.main .column .news .section ul li .date .month {
	
}

.main .column .news .section ul li .date .year {
	
}

.main .column .news .section ul li .inner {
	margin-left: 60px;
	line-height: 18px;
}

.main .column .pagination {
	font-size: 11px;
	color: #535353;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	padding: 30px 0 10px;
	zoom: 1;
}

.main .column .pagination a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	color: #535353;
	height: 17px;
	text-decoration: none;
	margin-left: 5px;
}

.main .column .pagination a:hover {
	text-decoration: underline;
}

.main .column .pagination a.active {
	text-decoration: none;
	cursor: text;
	color: #fff;
	padding: 0 5px;
	background: #000;
}

.main .column .catalog {

}

.main .column .catalog .header {
	margin: 0 0 10px;
}

.main .column .catalog .section {

}

.main .column .catalog .section ul {
	margin: 0 -25px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.main .column .catalog .section ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	margin: 0 23px 25px 0;
	width: 228px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
}

.main .column .catalog .section ul li .pic {
	position: relative;
	margin-bottom: 3px;
}

.main .column .catalog .section ul li .pic a img {
	width: 228px;
	vertical-align: top;
}

.main .column .catalog .section ul li .pic .hot {
	position: absolute;
	z-index: 10;
	right: -8px;
	bottom: -12px;
}

.main .column .catalog .section ul li .pic .hot img {
	vertical-align: top;
}

.main .column .catalog .section ul li .price {
	font-size: 26px;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 30px;
	margin-bottom: 8px;
}

.main .column .catalog .section ul li .price span {

}

.main .column .catalog .section ul li .description {
	font-size: 12px;
	line-height: 18px;
	color: #3d3d3d;
}

.main .column .brand-details {

}

.main .column .brand-details .info {
	margin: 0 0 12px;
}

.main .column .brand-details .info .pic {
	width: 250px;
	text-align: center;
	float: left;
	padding: 7px 0 0;
	zoom: 1;
}

.main .column .brand-details .info .inner {
	margin-left: 250px;
}

.main .column .brand-details .info .inner p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

.main .column .brand-details .popular {
	margin: 0 0 30px;
}

.main .column .brand-details .popular h5 {
	text-align: center;
}

.main .column .brand-details .popular ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.main .column .brand-details .popular ul li {
	float: left;
}

.main .column .brand-details .popular ul li a img {
	display: block;
	vertical-align: top;
	width: 243px;
	height: 162px;
}

.main .column .brand-details .buylinks {
}

.main .column .brand-details .buylinks a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	height: 51px;
	width: 220px;
	padding: 0 0 0 73px;
	background: url('/images/klinki/images/a-buylink1.png') no-repeat;
	color: #3d3d3d;
	text-decoration: none;
	margin-right: 16px;
}

.main .column .brand-details .buylinks a.buylink2 {
	background: url('/images/klinki/images/a-buylink2.png') no-repeat;
}

.main .column .brand-details .buylinks a:hover {
	text-decoration: underline;
}

.main .column .brand-details .buylinks a span {
	display: table-cell;
	vertical-align: middle;
	height: 51px;
}

.main .column .shop-details {
	margin: 0 0 30px;
}

.main .column .shop-details .pic {
	width: 350px;
	float: left;
}

.main .column .shop-details .pic img {
	display: block;
	margin: 0 0 6px;
}

.main .column .shop-details .pic .print {
	text-align: center;
	padding: 5px 0 0;
}

.main .column .shop-details .inner {
	margin-left: 370px;
}

.main .column .shop-details .inner .form-select select {
	width: 330px;
}

.main .column .shop-details .inner .a-find {
	text-align: center;
}

.main .column .contacts {
	margin: 0 0 30px;
}

.main .column .contacts .address-map {
	margin: 0 0 45px;
}

.main .column .contacts table {
	width: 100%;
}

.main .column .contacts table td {
	vertical-align: top;
	font-size: 14px;
	line-height: 21px;
}

.main .column .contacts .feedback {
	margin: 30px 0 0;
}

.main .column .contacts .feedback .form-fields {
	margin: 0 0 16px;
}

.main .column .contacts .feedback .form-fields label {
	display: block;
	font-size: 14px;
}

.main .column .contacts .feedback .form-fields .form-text {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	width: 200px;
}

.main .column .contacts .feedback .form-fields .form-text input {
	font-size: 14px;
	height: 17px;
	padding: 3px;
	width: 180px;
	border: none;
	background: #616161;
	color: #fff;
}

.main .column .contacts .feedback .form-fields .form-area textarea {
	font-size: 14px;
	height: 120px;
	padding: 0 0 0 3px;
	width: 320px;
	border: none;
	background: #616161;
	color: #fff;
}

.main .column .contacts .feedback .form-fields .form-submit {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	width: 135px;
}

.main .column .contacts .feedback .form-fields .form-submit input {
	font-size: 14px;
	height: 26px;
	padding: 3px 0 6px;
	width: 120px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.main .column .shops {
	margin: 0 0 20px;
}

.main .column .shops .shops-map {
	margin: 0 0 16px;
	position: relative;
}

.main .column .shops .shops-map img {
	display: block;
}

.main .column .shops .shops-map a {
	position: absolute;

	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	
	z-index: 1;
}

.main .column .shops .shops-map a span {
	display: block;
	background: url('/images/klinki/images/loading4.gif') ;
	height: 16px;
	line-height: 20px;
	weight: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px;
}

.main .column .shops .shops-map a:hover {
	z-index: 10;
}


.main .column .shops ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .column .shops ul li {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin: 0 0 16px;
}

.main .column .shops ul li h5 {
	line-height: 16px;
	color: #c70708;
	font-weight: normal;
}

.main .column .product {
	margin: 0 0 20px;
	overflow: hidden;
}

.main .column .product .pictures {
	width: 390px;
	float: left;
}

.main .column .product .pictures .pic {
	margin: 0 0 10px;
}

.main .column .product .pictures .pic img {
	display: block;
	width: 375px;
}

.main .column .product .pictures ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.main .column .product .pictures ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 120px;
	margin: 0 8px 8px 0;
	vertical-align: top;
}

.main .column .product .pictures ul li img {
	width: 120px;
	display: block;
}

.main .column .product .details {
	margin: -10px 0 0 400px;
}

.main .column .product .details .price {
	font-size: 26px;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 30px;
	margin-bottom: 8px;
}

.main .column .product .details p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
	color: #3d3d3d8;
}

.main .comments {
	margin: 0 0 20px;
}

.main .comments h5 {
	padding: 0 0 15px;
	color: #c7211a;
}

.main .comments .comments-list {
	padding: 0 5px;
}

.main .comments .comments-list .item {
	margin: 0 0 18px;
	zoom: 1;
}

.main .comments .comments-list .item .rating {
	padding: 0 0 4px;
	zoom: 1;
}

.main .comments .comments-list .item .rating img {
	vertical-align: top;
}

.main .comments .comments-list .item .author {
	font-weight: bold;
	color: #404040;
	font-size: 12px;
	line-height: 20px;
}

.main .comments .comments-list .item .inner {
	color: #404040;
	font-size: 13px;
	line-height: 20px;
}

.main .comments .comments-form {
	padding: 6px 5px 0;
}

.main .comments .comments-form h5 {
	padding: 0 0 10px;
	color: #000;
}

.main .comments .comments-form .form-vote,
.main .comments .comments-form .form-field {
	padding: 0 0 10px;
	zoom: 1;
}

.main .comments .comments-form .form-field label {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	vertical-align: top;
	width: 110px;
}

.main .comments .comments-form .form-field input {
	background: #fff;
	font-size: 12px;
	height: 14px;
	padding: 2px 12px;
	color: #9a9a9a;
	border: 1px solid;
	width: 300px;
	vertical-align: top;
}

.main .comments .comments-form .form-field select {
	background: #fff;
	font-size: 12px;
	height: 20px;
	padding: 0 0 0 8px;
	color: #9a9a9a;
	border: 1px solid;
	vertical-align: top;
}

.main .comments .comments-form .form-field textarea {
	background: #fff;
	font-size: 12px;
	height: 100px;
	padding: 2px 0 2px 12px;
	color: #9a9a9a;
	border: 1px solid;
	width: 400px;
	vertical-align: top;
}

.main .comments .comments-form .form-vote {
	line-height: 20px;
}

.main .comments .comments-form .form-vote span {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	vertical-align: top;
	width: 110px;
}

.main .comments .comments-form .form-vote label {
	font-size: 12px;
	color: #404040;
	vertical-align: top;
	display: inline-block;
	//display: inline;
	zoom: 1;
	margin: -2px 5px 0 0;
}

.main .comments .comments-form .form-capcha {
	padding: 0 0 16px;
	zoom: 1;
}

.main .comments .comments-form .form-capcha label {
	display: block;
	zoom: 1;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	padding: 0 0 8px;
}

.main .comments .comments-form .form-capcha .inner {
	padding: 0 0 0 114px;
	zoom: 1;
}

.main .comments .comments-form .form-capcha .inner input {
	background: #fff;
	font-size: 16px;
	height: 22px;
	padding: 4px 12px;
	color: #9a9a9a;
	border: 1px solid;
	width: 110px;
	vertical-align: top;
}

.main .comments .comments-form .form-capcha .inner .capcha-pic {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	text-align: center;
	padding: 0 0 0 12px;
}

.main .comments .comments-form .form-capcha .inner .capcha-pic img {
	display: block;
	margin-bottom: 5px;
}

.main .comments .comments-form .form-capcha .inner .capcha-pic a {
	color: #979797;
}

.main .comments .comments-form .form-submit {
	padding: 0 0 0 210px;
	zoom: 1;
}

.main .comments .comments-form .form-submit input {
    background: url('/images/klinki/images/a-red-button.png') no-repeat;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    padding: 5px 0 7px;
    text-align: center;
    width: 129px;
}

.main .column .brands {
	margin: 0 0 20px;
}

.main .column .brands #brandsTabs ul.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	height: 35px;
}

.main .column .brands #brandsTabs ul.ui-tabs-nav li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	padding: 0;
	border: none;
	outline: none;
}

.main .column .brands #brandsTabs ul.ui-tabs-nav li a {
	display: block;
	width: 164px;
	height: 31px;
	background: url('/images/klinki/images/tab.png') no-repeat;
	position: relative;
	margin-top: 4px;
	text-align: center;
	color: #555;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
}

.main .column .brands #brandsTabs ul.ui-tabs-nav li.ui-state-active a {
	width: 218px;
	height: 36px;
	line-height: 34px;
	background: url('/images/klinki/images/tab-active.png') no-repeat;
	margin-top: 0;
}

.main .column .brands .section {
	background: #f9f9f9;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	behavior: url('css/PIE.htc');
}

.main .column .brands .section .ui-tabs-hide {
	display: none;
}

.main .column .brands .section .tab-item {
	padding: 15px 5px 0 0;
	zoom: 1;
}

.main .column .brands .section .tab-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	zoom: 1;
}

.main .column .brands .section .tab-item ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 50%;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: normal;
	margin: 0 0 30px;
	//margin-left: -1px;
}

.main .column .brands .section .tab-item ul li .details {
	margin-left: 90px;
}

.main .column .brands .section .tab-item ul li .pic {
	margin: 2px 10px 0 5px;
}

.main .column .brands .section .tab-item ul li .pic img {
	vertical-align: top;
	max-width: 100%;
}

.main .column .brands .section .tab-item ul li .pic-top {
	margin-bottom: 10px;
}

.main .column .brands .section .tab-item ul li .pic-left {
	width: 75px;
	float: left;
}

.main .column .brands .section .tab-item .pagination {
	padding-top: 0;
	padding-bottom: 20px;
}

.main .column .brands-promo-list {
	padding: 0 0 20px;
}

.main .column .brands-promo-list table {
	width: 100%;
	border-collapse: collapse;
}

.main .column .brands-promo-list table td {
	vertical-align: middle;
	padding: 5px;
	zoom: 1;
	text-align: center;
}

.main .column .bottom-text_main {
	padding: 280px 0 20px;
}

.main .column .bottom-text {
	margin: 0 -25px 0 0;
	zoom: 1;
}

.main .column .bottom-text .col {
	width: 50%;
	zoom: 1;
	float: left;
	//margin-left: -1px;
}

.main .column .bottom-text .col .inner {
	margin: 0 25px 0 0;
}

.main .column .bottom-text .col .inner p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}

.main .column .products-table {
	font-size: 12px;
}

.main .column .products-table table {
	width: 100%;
	color: #464646;
}

.main .column .products-table table td {
	padding: 2px 5px 3px;
}

.main .column .products-table table tr.odd td {
	background: #e6e6e6;
}

.main .column .products-table table tr.caption td {
	color: #fff;
	background: #424141;
}

.main .column .products-table table td.num {
	text-align: right;
}

.footer {
	width: 980px;
    height: 80px;
    margin: -80px auto 0;
	position: relative;
}

.footer .copyright {
	/*padding: 0 0 0 225px;*/
	zoom: 1px;
	font-size: 11px;
	line-height: 18px;
}

.footer .counters {
	position: absolute;
	width: 220px;
	top: 3px;
	left: 0;
}

/* slideshow css */
.main .column .slideshow {
	position: relative;
}

.main .column .slideshow .slideshow-wrap {
    height: 270px;
    width: 730px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.main .column .slideshow .slideshow-items {
    height: 270px;
    width: 20000em;
	position: absolute;
}

.main .column .slideshow .slideshow-items .item {
    height: 270px;
    width: 730px;
	float: left;
}

.main .column .slideshow .title-box {
    padding: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 718px;
	height: 47px;
	background: url('/images/klinki/images/main-slider-title-bg.png') no-repeat right bottom;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding: 16px 12px 0 0;
	z-index: 5;
}

.main .column .slideshow .title-box a {
    text-decoration: none;
	color: #fff;
}

.navi {
    text-align: right;
	position: absolute;
	top: 0;
	right: 0;
    height: 18px;
	z-index: 10;
	padding: 7px 20px 10px;
	overflow: hidden;
}

.navi a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	width: 18px;
	height: 19px;
	background: url('/images/klinki/images/main-slider-a.png') no-repeat;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	cursor: pointer;
	margin-right: 8px;
}

.navi a.active {
	background-position: 0 -19px;
}

.main .column .brands-promo-list table td a{
text-decoration:none !important;
color:#fff !important;
}
