/* CSS reset styles file */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;font-size: 100%;}
div {position:relative;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}
a {margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
table {border-collapse: collapse;border-spacing: 0;}
td, td img {vertical-align: top;}
input, select, button, textarea {margin: 0;font-size: 100%;}
input[type="text"], input[type="password"], textarea {padding: 0;}
input[type="checkbox"] {vertical-align: bottom;}
input[type="radio"] {vertical-align: text-bottom;}
sub {vertical-align: sub;font-size: smaller;}
sup {vertical-align: super;font-size: smaller;}
button, label, input[type="submit"] {cursor: pointer;}
img {border: none;}
.left {float:left}
.right {float:right}
.center {text-align:center;}
.clear{clear:both;}
/* CSS General Style File */

body {
	background: #d6e3eb;
	border-top: 4px solid #094b80;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #009fdd;
	text-decoration: underline;
}
a:hover {
	color: #7d7d7d
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: visible;
}
.seo {
	color: #fff;
	float: left;
	margin-left: 300px;
	width: 330px;
	font-size: 12px;
}
a.logo {
	position: absolute;
	top: 52px;
	left: 20px;
	background: url(/images/logo.png) no-repeat;
	width: 251px;
	height: 127px;
	text-indent: -9999px;
	z-index: 500;
}
.login {
	float: right;
	color: #0090ce;
	font-size: 12px;
	margin-right: 65px;
}
/* Header */
.header {
	border-radius: 20px 20px 0 0;
	margin-top: 45px;
	background:transparent;
	height:90px;
	}
.header .nav {	
	background: white;
	height:90px;
	}
.header .nav ul {
	margin: 0;
	padding: 0 0 0 290px;
	list-style: none;
	display:block;
}
.header .nav ul li {
	display:block;
	float: left;
	margin-top: -5px;
}
.header .nav ul li a {
	display: block;
	padding: 25px 22px;
	color: #00a3e1;
	background: transparent;
	font-size: 18px;
	text-decoration: none;
}
.header .nav ul li a.active, .header .nav ul li a:hover {
	background: url(/images/bg_nav.png) repeat;
	color: #fff;
}
/* Header Navigation */ 
.nav .line {
	background: url(/images/bg_nav.png) repeat;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #1664a2;
}
.nav .line .left {
	background: url(/images/arl_nav.png) no-repeat;
	width: 6px;
	height: 24px;
	margin-left: -6px;
}
.nav .line .right {
	background: url(/images/arr_nav.png) no-repeat;
	width: 6px;
	height: 24px;
	margin-right: -6px;
}
/* Content */
.content {
	background: url(/images/content_bottom.png) left bottom no-repeat;
	padding-bottom: 30px;
}
.content .include {
	background: white;
}
.content .left.block {
	width: 280px;
}
.content .right.block {
	width: 650px;
}
.left.block .container {
	padding-bottom: 19px;
	width: 240px;
	margin-left: 26px;
}
/* Left Block Floated */
.left.block .container.withBottom {
	background: url(/images/block_bottom.png) left bottom no-repeat;
	z-index: 600;
	margin-top: -14px;
}
.left.block .container ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.left.block .container .include {
	background: url(/images/block_bg.png) repeat #c7e3ed;
	padding: 17px 25px;
}
.left.block .container h3 {
	color: #535353;
}
.left.block .container li {
	padding: 0 0 0 10px;
	margin-bottom:5px;
	min-height:28px;
	background: url(/images/list-style-image.png) left center no-repeat;
}
.left.block .container li:hover {
	background: url(/images/list-style-image_act.png) left center no-repeat;
}
.left.block .container li a {
	color: #7d7d7d;
	font-size: 16px;
}
.left.block .container.withBottom li a:hover {
	color: #00a3e1;
}
.left.block .container.withTop {
	padding-top: 15px;
	padding-bottom: 0;
	background: url(/images/block_top.png) top left no-repeat;
}
.left.block .container.withTop .include {
	padding: 5px 15px 17px 15px;
}
.left.block .container .news {
	border-bottom: 1px solid #a6c7d3;
	margin-bottom: 15px;
	padding: 0 5px 15px 5px;
}
.left.block .container .news .date {
	color: #2974b0;
	font-size: 10px;
	margin-bottom: 5px;
}
.left.block .container .news a {
	color: #7d7d7d;
}
.left.block .container .news a:hover {
	color: #000;
}
/* LB - Cart */

.left.block .cart, .left.block .cart h3, .left.block .cart a {
	color: #25c400;
}
.left.block .cart {
	margin: 36px 0 6px 26px;
}
.left.block .cart a {
	font-size: 12px;
}
.left.block .cart a:hover {
	text-decoration: none;
}
.left.block .cart h3 {
	margin-left: 25px;
}
.cart .cartline {
	padding: 10px 0 0 75px;
	background: url(/images/cart.png) no-repeat;
	height: 75px
}


/* LB - Sravnenie */

.left.block .sravnenie, .left.block .sravnenie h3, .left.block .sravnenie a {
	color: #25c400;
}
.left.block .sravnenie {
	margin: 0px 0px 6px 26px;
}
.left.block .sravnenie a {
	font-size: 12px;
}
.left.block .sravnenie a:hover {
	text-decoration: none;
}
.left.block .sravnenie .s_pad h3 {
	margin-left: 25px;
}
.left.block .sravnenie h3 {
	margin-left: 25px;
}
.sravnenie .s_pad {
	padding: 10px 0 10px 10px;
	min-height: 55px
}


/* LB - Login Box */
.left.block .loginBox {
	color: #fff;
	padding-bottom: 23px;
	width: 250px;
	background: url(/images/loginblock_bottom.png) left bottom no-repeat;
	margin-left: 20px;
}
.left.block .loginBox .include {
	padding: 20px 15px 0px 23px;
	background: url(/images/loginblock_bg.png) repeat #1b66a2;
}
.left.block .loginBox a {
	color: #4eceff;
	text-decoration: underline;
	font: normal 10px Verdana, Geneva, sans-serif;
	padding-left: 10px;
}
.left.block .loginBox a:hover {
	text-decoration: none;
}
.left.block .loginBox input {
	border: none;
	outline: none;
	color: #848484;
	padding: 6px 12px;
	width: 180px;
}
.left.block .loginBox input[type="submit"] {
	background: url(/images/login_submit.png) no-repeat;
	color: #91c6f1;
	font-size: 18px;
	margin: 20px 0 0 15px;
	height:30px;
	line-height:12px;
	width: 171px;
}
.left.block .loginBox input[type="submit"]:hover {
	color: #fff;
	background: url(/images/login_submit-act.png) no-repeat;
}
.left.block .loginBox h3 {
	color: #fff;
}
/* Right Block */
.right.block .search {
	margin-top: 25px;
}
.right.block .search input {
	width: 440px;
	border: 1px solid #d2d2d2;
	padding: 10px 20px;
	color: #b8b8b8;
}
.right.block .search input[type="submit"] {
	color: #535353;
	background: #d2d2d2;
	border: 0;
	padding: 8px 30px;
	width: auto;
	margin-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
.catalog .title {
	text-align: center;
	width: 155px;
	margin: 10px auto 0;
}
.catalog .triple {
	margin:35px 0;
	}
.catalog .card {
	width: 184px;
	float:left;
	margin: 0 10px;
}
.catalog .card img {
	margin: 0 auto;
	display: block;
}

.catalog {
  margin-right:10px;
}

.catalog-footer .info {
	border-top: 1px solid #009fdd;
	border-bottom: 1px solid #009fdd;
	padding: 25px 0;
	margin: 25px 0;
}
.catalog-footer .info a {
	margin-left: 50px;
}

/* Footer */
.footer {
	font-size: 12px;
	background: #272421;
	color: #929292;
}
.footer a {
	color: #fff;
	font-size: 12px;
}
.footer .counter {
	margin-top: 35px;
}
.footer .copy.right a {
	color: #0892ca;
}
.footer ul {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
}

.footer ul li {
	float: left;
	height: 11px;
	padding: 0 8px;
	border-left: 1px solid #fff;
}

.footer ul li a {
	display: block;
	margin-top: -3px;
}

.footer ul li:first-child {
	border-left: none;
}

/* IE 7 Style */

.right.block .search input[type="submit"] {
	padding:7px 20px;
	margin-left:35px;
	font-weight:bold;
	font-size:17px;
}

table.catalog {
	margin: 30px 0 30px -25px;	
}

.search-item,
table.catalog figure {
	margin: 0 0 20px 25px;
	display: block;
	border-radius: 2px;
	width: 185px;
	cursor: pointer;
	border: 1px solid #D6D6D6;
	float: left;
	min-height: 310px;
}

.search-item a,
table.catalog figure a {
	display: block;
	width: 160px;
	margin: 10px auto 0 auto;
}

.search-item figure:hover,
table.catalog figure:hover {
	border: 1px solid #1DABE4;
}

.search-item figcaption,
table.catalog figcaption {
	text-align: center;
	padding: 0 10px;
	color: #666;
}

.price {
	color: #2C71A8;
	margin: 25px 0 15px 20px;
	font-size: 22px;
}

.add {
	margin: 3px 10px 15px 10px;
	color: #fff!important;
	text-decoration: none!important;
	padding: 5px;
	border-radius: 7px;
	border: 1px solid #009DE1;
	text-align: center;
	display: block;
	background: #07a4e2;
	background: -moz-linear-gradient(top, #07a4e2 0%, #00a5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07a4e2), color-stop(100%,#00a5e5));
	background: -webkit-linear-gradient(top, #07a4e2 0%,#00a5e5 100%);
	background: -o-linear-gradient(top, #07a4e2 0%,#00a5e5 100%);
	background: -ms-linear-gradient(top, #07a4e2 0%,#00a5e5 100%);
	background: linear-gradient(to bottom, #07a4e2 0%,#00a5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a4e2', endColorstr='#00a5e5',GradientType=0 );

	box-shadow: 0 2px 0 #1860A2, inset 0 1px 0 rgba(255,255,255,.1);
}

.add:hover {
	background: #008FC7;
	border: 1px solid #008FC7;
}

.search-result {
  *zoom: 1;
 	margin-left: -68px;
}

.search-result:before,
.search-result:after {
  display: table;
  line-height: 0;
  content: "";
}

.search-result:after {
  clear: both;
}

#separator9,#separator10 {display:none}

#separator,#separator0,#separator1,#separator2,#separator3 {display: none;}
.ui-widget select {width: 400px;}
.ui-dialog {min-width: 430px;}

.rassilka {
	margin: 26px 0 0 20px;
	width: 209px;
	padding: 27px 21px 10px 21px;
	background: #004679;
	border-radius: 20px;
	height: 123px;
	box-shadow: 0 4px 0 #00295A;
}

.rassilka h3 {
	font-size: 17px;
	color: #fff;
}

.rassilka h3 span {
	font-size: 12px;
	color: #7ac4ff;
}

.rassilka input[type="text"]{
	outline: none;
	border: 0;
	width: 184px;
	padding: 10px;
	height: 8px;
}

.rassilka input[type="submit"]{
	border-radius: 5px;
	display: block;
	margin: 10px auto;
	border: 0;
	font-size: 18px;
	width: 171px;
	color: #74C7F3;
	background: #0066A5;
	height: 27px;
	box-shadow: 0 3px 0 #00295A;
}

.rassilka input[type="submit"]:hover{
	background: #2C86CE;
}
