/********************************************************************* global.css ***********************************************************************/

/***************************************************************** Global Elements *****************************************************************/

html {
	background: url("../gray-background.png") #fff; /*Изменение цвета и картинки бакграунда*/
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../background.png") #a8c5ed;
	border-left: 5px solid #d6e4f7;
	border-right: 5px solid #d6e4f7;
	color: #333;
	cursor: default;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

p {
	clear: both;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text {
	background: url("../input-background.png") repeat-x;
	border: 0px;
	font-size: 0.9em;
	height: 24px;
	margin: 0px;
	min-width: 160px;
	padding: 0px;
}

.table { /*Общие стили для таблицы*/
	background: #a7c6f1;
	border: 1px solid #0c448d;
	margin: 10px;
	text-align: center;

}

.table td {
	border: 1px solid #d0e1f7;

	padding: 5px;


}

.table .thead {
	font-weight: bold;
}

.table .tbody {
	font-weight: normal;
}

.table .tfoot {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.style-vertical-align {
	vertical-align: middle;
}

.style-float-left {
	float: left;
}

.style-text-align-right {
	text-align: right;
}

.style-text-align-left {
	text-align: left;
}

.style-text-align-center {
	text-align: center;
}

.style-text-align-justify {
	text-align: justify;
}

/***************************************************************** End Global Elements *****************************************************************/
/***************************************************************** Head *****************************************************************/



.probegcont {
position: relative;
}

.probeglayer {
position: absolute;
top: 57px;
right: 250px;
}



#head {
	background: url("../header-imagenew.jpg") no-repeat;
	height: 321px;
	width: 1024px;
}

#head #logotype {
	height: 74px;
	left: 20px;
	position: relative;
	width: 210px;
}

#head .site-header {
	bottom: 40px;
	color: #030b7b;
	font-size: 1.7em;
	font-weight: bold;
	left: 50px;
	position: relative;
}


#head .phones {
	background: url("../phones.png") no-repeat left;
	color: #030b7b;
	float: right;
	padding-left: 20px;
	position: relative;
	right: 100px;
	top: 8px;
}

#head .small-panel {
	clear: both;
	background: url("../small-panel-left.png") no-repeat #bcd3f1 left;
	float: right;
	font-size: 1.2em;
	height: 32px;
	line-height: 32px;
	min-width: 160px;
	position: relative;
	top: 210px;
}

#head .small-panel .small-panel-background {
	background: url("../small-panel-background.png") repeat-x;
	position: relative;
	top: 3px;
}

#head .small-panel .entry-icon {
	background: url("../entry-icon.png") no-repeat left;
	cursor: pointer;
	display: inline;
	margin: 0px 3px 0px 10px;
	padding-left: 18px;
	text-decoration: underline;
}

#head .small-panel #entry-form { /*Форма для входа*/
	background: #fff;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	display: block;
	min-height: 203px;
	padding: 3px;
	position: absolute;
	right: 100px;
	text-align: center;
	width: 192px;
	z-index: 2000;
}

#head .small-panel .close {
	color: #999;
	cursor: pointer;
	display: inline;
	float: right;
	margin: -3px 5px 0px 0px;
	text-decoration: underline;
}

#head .small-panel #entry-form .recall-pass {
	cursor: pointer;
	display: inline;
	position: relative;
	text-decoration: underline;
	top: 10px;
}

#head .small-panel #entry-form .recall-pass:hover {
	text-decoration: none;
}

#head .small-panel .close:hover {
	text-decoration: none;
}

#head .small-panel .input-border {
	background: url("../input-border.png") repeat-x;
	clear: both;
	display: block;
	height: 28px;
	margin: 0px 0px 13px 13px;
	padding: 0px;
	width: 164px;
}

#head .small-panel .input-border img {
	float: right;
	position: relative;
	left: 15px;
	bottom: 30px;
}

#head .small-panel #entry-form .entry-button {
	background: url("../entry-button.png") #999;
	border: none;
	cursor: pointer;
	height: 24px;
	width: 85px;
}

#head .small-panel .text {
	float: left;
	left: 2px;
	padding-top: 4px;
	position: relative;
	top: 2px;
}

#head .small-panel #registration-form { /*Форма для регистрации*/
	background: #fff;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	display: block;
	min-height: 203px;
	padding: 3px;
	position: absolute;
	right: 100px;
	text-align: center;
	width: 200px;
	z-index: 2000;
}


#head .small-panel #registration-form .registration-button {
	background: url("../registration-button.png") #999;
	border: none;
	cursor: pointer;
	height: 24px;
	width: 117px;
}


#head .small-panel .entry-icon:hover {
	text-decoration: none;
}

#head .small-panel .registration-icon {
	background: url("../registration-icon.png") no-repeat left;
	cursor: pointer;
	display: inline;
	margin: 0px 15px 0px 10px;
	padding-left: 18px;
	text-decoration: underline;
}

#head .small-panel .registration-icon:hover {
	text-decoration: none;
}

/***************************************************************** End Head *****************************************************************/
/***************************************************************** Menu *****************************************************************/

#menu {
	background: url("../menu-background-center.png") repeat-x #baccef;
	display: inline-table;
	height: 51px;
	margin: 0px 1.5% 0px 1.5%;
	width: 97%;
}

#menu .menu-background-left {
	background: url("../menu-background-left.png") no-repeat #a8c5ed;
	display: table-cell;
	height: 51px;
	margin-right: 18px;
	width: 11px;
}

#menu .menu-background-right {
	background: url("../menu-background-right.png") no-repeat #a8c5ed;
	display: table-cell;
	float: right;
	height: 51px;
	width: 11px;
}

#menu li {
	display: table-cell;
	height: 51px;
	float: left;
}

#menu a.punkt-menu {
	color: #333;
	display: block;
	border-left: 2px solid transparent;
	font-size: 1.6em;
	height: 45px;
	line-height: 45px;
	margin: 0px -3px;
	padding: 0px 23px;
	position: relative;
	top: 3px;
	text-decoration: none;
}

#menu a.punkt-menu:hover {
	background: url("../menu-active.png") repeat-x #f8f8fb;
	border-left: 2px solid #ccc;
}

#menu a.active {
	background: url("../menu-active.png") repeat-x #f8f8fb;
	border-left: 2px solid #ccc;
}

#menu li.menu-separator {
	background: url("../menu-separator.png") no-repeat;
	display: table-cell;
	height: 51px;
	width: 8px;
}

/***************************************************************** End Menu *****************************************************************/
/***************************************************************** Content *****************************************************************/

#content {
	display: inline-table;
	margin-top: 30px;
	padding: 0px 0px 50px 0px;
	overflow: hidden;
	width: 100%;
}

.headline {
	display: inline-table;
	margin: 10px 0px 20px 0px;
}

.headline .headline-left {
	display: table-cell;
	clear: both;
	background: url("../headline-left.png") no-repeat;
	float: left;
	height: 35px;
	width: 9px;
}

.headline .headline-center {
	background: url("../headline-center.png") repeat-x;
	display: table-cell;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px 0px 10px;
}

.headline .headline-right {
	display: table-cell;
	background: url("../headline-right.png") no-repeat;
	height: 35px;
	width: 9px;
}

#content .left-column {
	display: table-cell;
	float: left;
	padding: 0px 0px 0px 20px;
	width: 240px;
}

#content .left-column .newsblock {
	margin: 0px 0px 60px 0px;
	width: 150px;
}

#content .left-column .category {
	display: block;
	margin-left: -30px;
}

#content .left-column .category a {
	text-decoration: none;
}

#content .left-column .category a:hover {
	text-decoration: underline;
}

#content .left-column .category .one-level {
	display: block;
	cursor: pointer;
	margin: 10px 30px 0px 0px;
}

#content .left-column .category .one-level-active {
	background: url("../podmenu-center.png") repeat-x;
}

#content .left-column .category .one-level-active .category-right {
	visibility: visible;
}

#content .left-column .category .one-level:hover {
	background: url("../podmenu-center.png") repeat-x;
}

#content .left-column .category .category-image {
	clear: right;
	display: table-cell;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 30px;
	width: 54px;
	vertical-align: middle;
}

#content .left-column .category .category-two {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #c2dafc;
	cursor: default;
	display: block;
	list-style-image: url("../list-style-image.png");
	margin: -2px 0px 20px 0px;
	overflow: hidden;
	padding: 10px 10px 10px 40px;
	width: 163px;
}

#content .left-column .category .category-two .two-level {
	padding: 10px 0px;
}

#content .left-column .category .category-three {
	left: 20px;
	list-style-image: url("../list-style-image_1.png");
	padding: 10px 0px 0px 0px;
	position: relative;
}

#content .left-column .category .category-two .three-level {
	padding: 10px 0px;
}


#content .left-column .category .category-name {
	display: table-cell;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	width: 105px;
}

#content .left-column .category .category-name .category-name-valign {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

#content .left-column .category .category-right {
	display: table-cell;
	background: url("../podmenu-right.png") no-repeat #a8c5ed;
	height: 50px;
	width: 52px;
	visibility: hidden;
}

#content .left-column .category .one-level:hover .category-right {
	visibility: visible;
}

#content .left-column .paratrooper {
	background: url("../paratrooper.png") no-repeat;
	bottom: 60px;
	height: 360px;
	position: relative;
	width: 220px;
	z-index: -1;
}


#content .right-column {
	display: table-cell;
	float: left;
}

#content .right-column .catalog {
	clear: right;
	float: left;
	margin: 0px 60px 0px 0px;
	width: 500px;
}

#content .right-column .catalog .catalog-category {
	cursor: pointer;
	color: #333;
	border: 1px solid #a8c5ed;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 143px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 108px;
}

#content .right-column .catalog .catalog-category .catalog-category-top {
	display: block;
	background: #bdd3f2;
	height: 75%;
	width: 100%;
}

#content .right-column .catalog .corner-catalog {
	display: block;
	background: url("../corner-catalog.png") no-repeat left #a8c5ed;
	height: 11px;
	width: 10px;
}

#content .right-column .catalog .catalog-category .catalog-image {
	background: #bdd3f2;
}

#content .right-column .catalog .active {
	border: 1px solid #fff;
}

#content .right-column .catalog .catalog-category:hover {
	border: 1px solid #fff;
}

#content .right-column .catalog .catalog-category .catalog-category-bottom {
	background: #d0e1f7;
	border-top: 2px #a8c5ed solid;
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	width: 130px;
}

#content .right-column .sale-block { /*Окно покупки конкретного товара*/
	background: #fff;
	border: 3px solid #dce8f6;
	clear: both;
	float: left;
	margin: 20px 0px;
	width: 100%;
}

#content .right-column .sale-block-header {
	background: url("../pokupka.png") no-repeat left;
	height: 58px;
}


#content .right-column .sale-block-header .sale-price {
	background: url("../sale-price.png") no-repeat;
	height: 145px;
	margin: -3px 0px 0px 20px;
	position: absolute;
	width: 98px;
}

#content .right-column .sale-block-header .sale-price .sale-price-align {
	color: #fff;
	display: block;
	font-size: 2em;
	position: relative;
	right: 2px;
	text-align: center;
	top: 85px;
}

#content .right-column .sale-block-header .sale-price .sale-price-align .sale-price-currency {
	bottom: 5px;
	font-size: 0.6em;
	position: relative;

}

#content .right-column .sale-block-header h1 {
	float: left;
	margin: 10px 0px 0px 210px;
	max-width: 400px;
}

#content .right-column .sale-block-header .product-number {
	color: #999;
	float: right;
	margin: 10px 10px 0px 0px;
}

#content .right-column .sale-block-header .sale-info {
	clear: both;
	float: left;
	margin: 10px 0px 0px 210px;
	text-align: justify;
	width: 400px;
}

#content .right-column .sale-block-body {
	clear: both;
	float: left;
	margin: 10px 0px;
	width: 100%;
}


#content .right-column .sale-block-left {
	display: block;
	float: left;
}

#content .right-column .sale-block-left .sale-image {
	height: 300px;
	margin: 60px 0px 0px 0px;
	overflow: hidden;
	text-align: center;
	width: 450px;
}

#content .right-column .sale-block-left .sale-product-color {
	/*display: none;*/
	color: #ccc;
	font-size: 2.4em;
	margin: 0px 20% 0px 10%;
	width: 80%;
}

#content .right-column .sale-block-left .sale-product-color-option {
	border: 1px transparent solid;
	cursor: pointer;
	float: left;
	height: 37px;
	margin: 6px 2px 0px 2px;
	width: 28px;
}

#content .right-column .sale-block-left .sale-product-color-option:hover {
	background: url("../sale-product-color-active.png") repeat-x;
	border: 1px #ffe3c8 solid;
}

#content .right-column .sale-block-left .sale-product-color-option-active {
	background: url("../sale-product-color-active.png") repeat-x;
	border: 1px transparent solid;
	cursor: pointer;
	float: left;
	height: 37px;
	margin: 6px 2px 0px 2px;
	width: 28px;
}

#content .right-column .white {
	background: url("../sale-product-color-white.png") #fff repeat-x;
	border: 1px #c4b19e solid;
	display: block;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}

#content .right-column .black {
	background: url("../sale-product-color-black.png") #000 repeat-x;
	border: 1px #c4b19e solid;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}


#content .right-column .red {
	background: url("../sale-product-color-red.png") red repeat-x;
	border: 1px #c4b19e solid;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}

#content .right-column .blue {
	background: url("../sale-product-color-blue.png") blue repeat-x;
	border: 1px #c4b19e solid;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}

#content .right-column .green {
	background: url("../sale-product-color-green.png") green repeat-x;
	border: 1px #c4b19e solid;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}

#content .right-column .yellow {
	background: url("../sale-product-color-yellow.png") yellow repeat-x;
	border: 1px #c4b19e solid;
	height: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	width: 20px;
}

#content .right-column .sale-block-right {
	display: block;
	float: right;
	margin: 0px 8px 0px 0px;
}

#content .right-column .sale-block-right .discount { /*Блок со скидками*/
	background: url("../discount-background.png") repeat-x #fcf2c1;
	border-left: 1px solid #e8e68c;
	border-top: 1px solid #e8e68c;
	border-right: 2px solid #bcbcbc;
	border-bottom: 2px solid #bcbcbc;
	min-height: 95px;
	padding: 10px 0px 0px 0px;
	width: 250px;
}

#content .right-column .sale-block-right .discount .i {
	clear: right;
	float: left;
	margin: -3px 10px 0px 10px;
}

#content .right-column .sale-block-right .discount .discount-table {
	margin-left: 20%;
	width: 80%;
}

#content .right-column .sale-block-right .discount .discount-table .bulet {
	width: 10px;
}

#content .right-column .sale-block-right .sale-option {
	background: #f9f9f9;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 230px;
}

#content .right-column .sale-block-right .sale-option .sale-option-input{
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
}

#content .right-column .sale-block-right .sale-option-submit {
	background: url(../sale-option-submit.png) no-repeat center;
	border: 1px solid transparent;
	cursor: pointer;
	height: 38px;
	margin: 20px 10% 20px 10%;
	width: 80%;
}

#content .right-column .sale-block-right .sale-option-submit:hover {
	border: 1px solid #f90;
}





#content .basket-block {	/*Корзина в правой части страницы*/
	float: left;
	left: 10px;
	text-align: center;
	top: 100px;
	position: relative;
	width: 180px;
}


#content .basket-block a {
	bottom: 3px;
	color: #333;
	position: relative;
	text-decoration: underline;
}

#content .basket-block a:hover {
	color: #fff;
	text-decoration: none;
}

#content .basket-image {
	background: url("../basket.png") no-repeat;
	height: 103px;
	left: 40px;
	position: relative;
	width: 154px;
}

#content .products  {
	clear: both;
	float: left;
	margin-top: 30px;
	width: 730px;
}

#content .products-background-color {
	background: #bad1ee;
	float: left;
	height: 100%;
	width: 100%;
}

#content .products-pages {
	background: #a8c5ed;
	width: 100%;
	float: left;
}

#content .products-pages .pages {
	background: #bad1ee;
	font-size: 0.8em;
	padding: 3px 3px 3px 10px;
	width: 90px;
}

#content .products-pages a {
	font-size: 1.2em;
	padding: 0px 1px;
	text-decoration: none;
}

#content .products-pages a:hover {
	color: #fff;
}

#content .products-pages a.active {
	color: #fff;
}

#content .product {
	background: #fff;
	border: 3px solid #dce8f6;
	display: block;
	height: 322px;
	float: left;
	margin: 10px;
	text-align: center;
	width: 215px;
}

#content .products .product .product-info {
	color: #999;
	height: 40px;
	margin: 0px 12px;
	overflow: hidden;
	text-align: left;
}

#content .products .product .product-price {
	color: #f90;
	font-size: 2.5em;
	margin: 5px 0px;
}

#content .products .product .product-currency {
	color: #f90;
	font-size: 0.4em;
	font-weight: bold;
}

#content .buy {
	border: 1px solid transparent;
	cursor: pointer;
	display: table;
	height: 38px;
	float: left;
	left: 15px;
	position: relative;
	text-align: center;
}

#content .buy:hover {
	border: 1px solid #ff9900;
}

#content .buy .buy-left {
	background: #629ae0;
	color: #fff;
	display: table-cell;
	float: left;
	font-size: 1.8em;
	line-height: 38px;
	width: 138px;
}

#content .buy .buy-center {
	background: #fff;
	display: table-cell;
	float: left;
	width: 1px;
}

#content .buy .buy-right {
	background: url("../basket-small.png") no-repeat center #66ae73;
	display: table-cell;
	height: 38px;
	float: right;
	width: 47px;
}

/***************************************************************** End Content *****************************************************************/
/***************************************************************** Footer *****************************************************************/

#footer {
	background: url("../herb.png");
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .counters-opacity {
	background: #fff;
	float: left;
	height: 70px;
	margin: -46px 15px 0px 15px;
	width: 230px;
}

#footer .footer-menu-opacity {
	background: #fff;
	float: left;
	height: 70px;
	margin: -46px 0px 0px 0px;
	width: 740px;
}

#footer .counters {
	clear: right;
	float: left;
	height: 34px;
	margin: 0px 15px;
	position: relative;
	text-align: center;
	top: 43px;
	width: 230px;
	z-index: 1;
}

#footer .footer-menu {
	clear: right;
	float: left;
	height: 70px;
	position: relative;
	top: 34px;
	width: 740px;
	z-index: 1;
}

#footer .footer-menu .footer-menu-links {
	min-height: 36px;
}

#footer .footer-menu a.footer-menu-link {
	margin: 0px 20px 0px 20px;
}

#footer .footer-menu .footer-link-top {
	background: url("../top.png") no-repeat left;
	float: right;
	margin-right: 20px;
	padding-left: 24px;
}

#footer .footer-menu .footer-label {
	background: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

#footer .footer-menu a.footer-label-link {
	bottom: 14px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed transparent;
	left: 180px;
	position: relative;
	text-align: center;
	width: 100%;
}

/***************************************************************** End Footer *****************************************************************/













