﻿div.my_cat_temp {
  background-color: white;
}

html, body {
  height: 100%;
}
BODY {
	background: black url(img/top-back.jpg) repeat-x 50% 0;
	margin: 0; padding: 0;
}

html>body #minHeight{ /* Opera and IE8 min-height fix */
    float:left;
    width:0;
    height:100%;
    overflow:hidden;
} 

A {
	color: #999999;
}
A:hover {
	color: #5b5b5b;
}
A IMG {
	border: 0;
}
a.button1 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
a.button1:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
a.button1:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
a.button2 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  color: rgb(205,216,228);
  text-shadow: 0 -1px rgb(46,53,58);
  text-decoration: none;
  user-select: none;
  line-height: 2em;
  padding: 1px 1.2em;
  outline: none;
  border: 1px solid rgba(33,43,52,1);
  border-radius: 3px;
  background: rgb(81,92,102) linear-gradient(rgb(81,92,102), rgb(69,78,87));
  box-shadow:
   inset 0 1px rgba(101,114,126,1),
   inset 0 0 1px rgba(140,150,170,.8),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);
}
a.button2:active {
  box-shadow:
   inset 0 1px 3px rgba(0,10,20,.5),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);
}
a.button2:focus:not(:active) {
  border: 1px solid rgb(22,32,43);
  border-bottom: 1px solid rgb(25,34,45);
  background: rgb(53,61,71);
  box-shadow:
   inset 0 1px 3px rgba(0,10,20,.5),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);
  pointer-events: none;
}
a.button3 {
  display: inline-block;
  font-family: trebuchet ms,geneva; color: green; font-weight: bold;  /*текст*/
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  padding: .3em 1em;
  border: 1px solid #aaa;
  border-radius: 100px;
  outline: none;
  background: #d6dbbf no-repeat;
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#feffe8, #d6dbbf);
  background-position: calc(100% - 2.7em) 0, calc(100% - 2.7em + 1px) 0, 0 0;
  background-size: 1px 100%, 1px 100%, auto auto;
  overflow: hidden;
}
a.button3:after {
  content: "\bb";
  position: relative;
  bottom: 0;
  display: inline-block;
  margin-left: 1.4em;
  vertical-align: middle;
  font-family: "Times","Times New Roman","serif","sans-serif","EmojiSymbols";
  font-weight: 700;
  font-size: 140%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.button3:hover {
  background-color: #fdfd9f;
  font-family: trebuchet ms,geneva; color: blue; font-weight: bold;  /*текст*/
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#fffce7, #fdfd9f);
}
a.button3:active:after {
  bottom: -1.2em;
  transition: .3s;
}
a.button4 {
  position: relative;
  display: inline-block;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}
a.button4:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}


.wrapper {
	width: 1140px;
	margin: 0 auto;
  min-height: 100%;
	height: auto !important;
	height: 100%;
  overflow: hidden;
}

* html .wrapper {
    height: 100%;
    overflow: visible;
}

.clear {
	clear: both;
}

.header {
	position: relative;
	height: 168px;
}

.logo {
	padding: 17px 0 0 34px;
}
.logo A {
	
}	
.logo A IMG {
	border: 0;
	position:relative; top: -8px; left: -30px;
}

.menu {
	position: absolute; top: 42px;
	height: 30px; left: 220px;
	font: bold 14px Arial, sans-serif;
}
.menu UL {
	margin: 0; padding: 0;
}
.menu UL LI {
	list-style: none; display: block; position: relative;
	float: left; height: 30px; margin: 0 10px;
}
.menu UL LI A {
	color: white; text-decoration: none;
  /*border-bottom: 1px solid #797978;*/
	margin: 0; position: relative; top: 6px;
}
.menu UL LI A:hover {
	color: #797978;
}
.menu UL LI.a {
	margin: 0 20px;
}
.menu UL LI.a A {
	color: #797978;
	border-bottom: 0;
	text-shadow: black 1px 1px 2px;
}
.menu UL LI.a {
	background: url(img/menu-active-item-back.png) repeat-x 0 0;
}
.menu UL LI.a I {
	position: absolute; width: 15px; height: 30px;
	top: 0; right: -15px; 
background: url(img/menu-active-item-right.png) repeat-x 0 0;
}
.menu UL LI.a B {
	position: absolute; width: 15px; height: 30px; display: block;
	top: 0; left: -15px; 
background: url(img/menu-active-item-left.png) repeat-x 0 0;
}

.home {
	width: 1140px;
	margin: 0 auto;
}
.aqua-slider {
	width: 685px; height: 350px; margin-left: 108px;
	position: relative; float: left;
}
.aqua-slider .slides_container {
	width: 685px; height: 350px;
	display: none;
}
.aqua-slider .slides_container DIV {
	width: 685px; height: 350px; display: block;
	position: relative;
}
.aqua-slider .slides_container DIV SPAN {
	position: absolute; bottom: 0; left: 0; width: 475px; height: 67px; padding: 15px 180px 15px 30px;
	font: 12px Arial, sans-serif; color: #cbcbcb; background: url(img/aquaslider-shade.png);
}
.aqua-slider .frame {
	width: 685px; height: 350px; z-index: 10;
	position: absolute; top: 0; left: 0;
	background: url(img/aquaslider-frame.png) no-repeat 0 0;
	pointer-events: none;
}
.aqua-slider .next {
	text-decoration: none;
	position: absolute; top: 263px; right: 30px; z-index: 11;
	width: 24px; height: 24px; background: url(img/aquaslider-next.png) no-repeat 0 0;
} 
.aqua-slider .prev {
	text-decoration: none;
	position: absolute; top: 263px; right: 60px; z-index: 11;
	width: 24px; height: 24px; background: url(img/aquaslider-prev.png) no-repeat 0 0;
}
.aqua-slider .next:hover {
	background-image: url(img/aquaslider-next-a.png);
} 
.aqua-slider .prev:hover {
	background-image: url(img/aquaslider-prev-a.png);
}
.aqua-slider .pagination {
	display: none;
}

.home .tightcontent .i {
	padding: 1px 0 0 0;
}
.home .tightcontent .i .text {
	padding: 15px 0 0 0;
}
div.descr {
    font-size: 14px;
    line-height: 1.5;
}
.maincontent H1 {
	font: bold 18px Arial,sans-serif;
	margin: 0; color: black;
	position: relative;
}

.maincontent H1 SPAN.art {
	display: block; font-size: 11px; 
	color: #9f9f9f; font-weight: normal;
	padding: 5px 0;
}
.maincontent H1 A.rate {
	position: absolute; top: -5px; right: 20px;
}

.home .textcontent .i {
	padding: 0 20px;
}
.home .textcontent .i .text {
	padding: 20px 0;
}
.home .textcontent H2 {
	font: bold 14px Arial,sans-serif; display: block;
	margin: 20px 0 -10px 0; padding: 0; background: none; color: black;
}
.home .textcontent H2.nomargin {
	margin: 10px 0;
}

.organisations {
	margin: 0 0 20px 0;
}
.organisations TABLE {
	width: auto;
}

UL.documents {
	margin: 0; padding: 0 0 0 0;
}

UL.documents LI {
	margin: 0; padding: 25px 0 25px 0; list-style: none;
	position: relative; border-bottom: 1px dotted #b8b8b8;
}
UL.documents LI.last {
	border: 0;
}
UL.documents LI A {
	display: inline-block; color: #117fb8;
	font-size: 14px;
    margin-left: 3px;
    width: 540px;
}
UL.documents LI P {
    margin-left: 3px;
    margin-top: 20px;
    width: 540px;
}
UL.documents LI IMG {
	float: left;
    padding-right: 5px;
	border: 5px solid white;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	behavior: url(PIE.htc);
}

A.adobe {
        color: #117fb8;
}

UL.documents LI SPAN {
	display: block; color: #9f9f9f; text-decoration: none;
	margin: 3px 0 0 0;
    margin-left: 3px;
}
UL.documents LI SPAN.image-span {
    clear: both;
}
UL.documents LI A.doc {
	background: url(img/iconfile-doc.png) no-repeat 0 0;
	padding: 5px 100px 35px 50px;
}
UL.documents LI A.pdf {
	background: url(img/iconfile-pdf.png) no-repeat 0 0;
	padding: 5px 100px 35px 50px;
}

UL.documents LI A.rar {
	background: url(img/iconfile-rar.png) no-repeat 0 0;
	padding: 5px 100px 35px 50px;
}

UL.documents LI A.download {
	position: absolute; top: 30px; left: 515px;
}
UL.documents LI A.download IMG {
	border: 0; width: 105px; height: 28px; background: url(img/download-button.png) no-repeat 0 0;
}

UL.imagetext {
	margin: 0; padding: 0 25px 0 0;
}
UL.imagetext LI {
	margin: 0; padding: 25px 25px 25px 0; list-style: none;
	position: relative; border-bottom: 1px dotted #b8b8b8;
	font-size: 14px; line-height: 1.45;
}
UL.imagetext LI.last {
	border: 0;
}
UL.imagetext LI P {
	margin: 0;
	padding: 0 0 0 165px;
	//padding: 0;
}
UL.imagetext LI IMG {
	border: 5px solid white;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	behavior: url(PIE.htc);
}

UL.imagetext LI DIV.pic {
	float: left; clear: left; margin: 0 30px 0 0;
}

UL.imagetext LI A {
	display: block; color: #117fb8;
}
UL.imagetext LI SPAN {
	display: block; color: #9f9f9f;
	font-size: 11px;
}

DIV.text {
	font-size: 14px; position: relative;
	line-height: 1.5;
	padding: 15px 25px 15px 0;
}
DIV.text H2 {
	color: #4f6570; display: inline;
	background: #ebf7fd; font-size: 11px;
	font-weight: normal; padding: 3px 5px;
}
P.dline {
    line-height: 2.0;
   }

div.ord {
    min-height: 20px;
}


.text .pagination {
	padding: 0 0 25px 25px
}
.text .searchpagination {
	padding: 0;
}
.text .pagination A {
	display: inline-block;
	margin: 0; padding: 3px 5px;
}
.text .pagination A.a {
	background: #c5c6c8; padding: 3px 10px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: navy; font-weight: bold; 
}

div.upp {
  margin-top: -35px;
}

div.upp_n {
  margin-top: -22px;
}

div.upp_nn {
  margin-top: -20px;
}


div.text_new {
    font-size: 14px;
    margin: -20px 0px;
    margin-bottom: 10px;
}
div.text_new A {
	 color: #117fb8;
}

div.element_in_move {
    margin-top: -20px;
    margin-left: 750px;
}

.deal_move {
    margin-top: 35px;
    margin-left: 5px;
}

.crumbs {
	font-size: 11px;
	color: #4b4b4b;
    padding: 20px 0 0px 10px;
    margin-bottom: -50px;
}

.crumbs H1 {
	padding: 0px 11px;
    padding-left: 10px;
    }

div.crumbs_basket {
  margin: 10px -10px;
    padding: 0px 0px;
    font-size: 11px;
}

div.crumbs_basket H1 {
	padding: 0px 10px;
    }

div.crumbs_basket A {
	color: #575757;
}

div.catal_h1 {
   margin: 0px -10px;
}
.crumbs .blue-crumbs
    {
    color: #117FB8 !important;
    }
.crumbs .blue-crumbs:hover
    {
    color: #117FB8 !important;
    }

.text .pic {
	float: left; margin: 0 15px 15px 0;
}
.text .pic IMG, .text .gallery IMG {
	border: 5px solid white;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	behavior: url(PIE.htc);
}
.text .gallery {
	clear: both;
}

.text UL {
	padding: 0; margin: 0;
}
.text UL LI {
	padding: 0 0 0 18px; margin: 0.5em 0;
	list-style: none;
	background: url(img/li.png) no-repeat 0 5px;
}

.text H3 {
	font: bold 14px Arial,sans-serif;
	color: black; position: relative;
}
.text H3 A {
	position: absolute; top: -5px; right: 0;
}
.text H3 A IMG {
	border: 0;
}

.text .gallery {
	background: url(img/line.png) no-repeat 50% 0;
	padding: 15px 0 0 0;
	margin: 0 -10px;
}
.text .gallery-noborder {
	background: none;
	padding: 0 0 0 0;
}
.text .gallery A {
	margin: 0 9px;
}
.text .gallery A IMG {
	margin: 10px 0;
}

.text .gallery .pagination {
	padding-left: 10px; padding-top: 10px;
}

.text .sertificates {
	margin: 0 -26px; font-size: 12px;
}
.text .sertificates DIV {
	float: left; width: 170px;
	text-align: center;
	margin: 9px 26px;
	//position: relative;
	//left: 26px;
}
.text .sertificates DIV A {
	color: #117fb8;
}
.text .sertificates div a img {
	border: 5px solid white;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	behavior: url(PIE.htc);
}
.text .sertificates DIV A U {
	display: block; margin: 5px 0 0 0;
}

.text A {
	 color: #117fb8;
}

.registration {
	font: 12px Arial,sans-serif; color: #525252;
}

.registration TABLE {
	border-collapse: collapse;
	border: 0; width: 635px;
}

.registration DIV.select {
  width: 195px;
  position: absolute;
  display: inline-block;
  height: 30px;
  top: 0;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
.registration DIV.select:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}


.registration TABLE TD {
	padding: 0 16px 0 0; width: 33%; vertical-align: top;
	border: 0;
}
.registration TABLE TD P {
	margin: 0; padding: 40px 0;
}
.registration TABLE TD LABEL {
	display: block; padding: 12px 0 8px 0;
}
.registration .sub_my {
    cursor: pointer;
	width: 168px; height: 28px; 
	background: url(img/registration-button.png) no-repeat 0 0;
	border: 0; margin: 30px 0 0 0;
}

INPUT.field-tiny {
  width: 70px;
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-tiny:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

INPUT.field-small {
  width: 175px;
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-small:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
INPUT.field-basket {
  width: 220px;
  display: inline-block;
  height: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-basket:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
INPUT.field-baskettiny {
  width: 50px;
  display: inline-block;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-baskettiny:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

INPUT.field-medium {
  width: 382px;
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-medium:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

INPUT.field-big {
  width: 617px;
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
INPUT.field-big :focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

img.capt {
    position: absolute;
    padding-top: 35px;
    margin-left: -4px;
	border: 0;
}

img.capt-reload {
    position: absolute;
    padding-top: 35px;
    margin-left: -30px;
	border: 0;
}

div.field-emty {
	width: 175px; height: 30px;
}

TEXTAREA.text-small {
  width: 175px;
  display: inline-block;
  height: 50px;
  padding: 5px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
TEXTAREA.text-small:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

TEXTAREA.string {
  width: 175px;
  display: inline-block;
  height: 84px;
  padding: 5px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
TEXTAREA.string:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

TEXTAREA.text-medium {
  width: 382px;
  display: inline-block;
  height: 78px;
  padding: 5px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
TEXTAREA.text-medium:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
TEXTAREA.text-high {
  width: 175px;
  display: inline-block;
  height: 84px;
  padding: 5px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
TEXTAREA.text-high:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
TEXTAREA.text-big {
  width: 518px;
  display: inline-block;
  height: 78px;
  padding: 5px 10px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
TEXTAREA.text-big:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.error {
	background: #f5e8e8 url(img/error-icon.png) no-repeat 13px 13px;
	padding: 13px 40px; color: #9e1111; border: 1px solid #dfb2b2;
	margin: 8px 25px 0 0;
}
.error2 {
	background: #f5e8e8 url(img/error-icon.png) no-repeat 13px 13px;
	padding: 13px 40px; color: #9e1111; border: 1px solid #dfb2b2;
	margin: 8px 50px 0 0;
    margin-top:100px;
}
.notetext {
   background: #f5e8e8 url(img/error-icon.png) no-repeat 13px 13px;

	padding: 13px 40px; color: #9e1111; border: 1px solid #dfb2b2;
	margin: 8px 25px 0 0;
       margin-left: 20px;
}
.notetextG {
   background: #F0FFF0 url(img/info-icon16.png) no-repeat 13px 13px;

	padding: 13px 40px; color: #006400; border: 1px solid #228B22;
	margin: 8px 25px 0 0;
       margin-left: 20px;
}

.loginblock .error {
	margin: 8px 0 -5px 0;
	background-color: #f1d1d1; border-color: #EB6E5A;
	padding: 13px 20px 13px 40px;
	text-align: left;
}
.select-surr {
	position: relative;
}
.select-surr SELECT <!--{
    opacity: 0;
	width: 195px; height: 30px; position: relative;
}--> {
  width: 195px;
  height: 30px;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
.select-surrmounters {
	position: relative;
}
.select-surrmounters SELECT {
  width: 195px;
  height: 30px;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.select-surrmounters SELECT:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

DIV.select {
  width: 195px;
  position: absolute;
  display: inline-block;
  height: 30px;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
} 
DIV.select: focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
div.select DIV {
	background: transparent url(img/field-select-arrow.png) no-repeat scroll right top;
	padding:8px 35px 8px 10px;
}

.file-surr {
	height: 30px; position: relative; text-align: right;
	font-size: 33px; width: 100%;
}
.file-surr INPUT {
	position: absolute; left: 0;
	width: 195px; font-size: 20px;
}

DIV.file {
	background: url(img/field-small.png) no-repeat 0 0;
	position: absolute; top: 0; width: 195px; 
}
DIV.file DIV { 
	background: transparent url(img/field-select-file.png) no-repeat scroll right top;
	padding:8px 35px 8px 10px; text-align: left; font-size: 12px;
}
.select-active {
	width:120px 
}
.select-active .active {
	width:120px 
}


.gradientcontentblock {
	background: white;
}

.gradientcontentblock H1, .textcontent H1 {
	margin: 10px 0;
}
.gradientcontentblock TABLE {
	width: 100%;
}
.gradientcontentblock TABLE TD {
	padding-top: 5px; padding-bottom: 5px;
}
.gradientcontentblock TABLE .p {
	width: 16px; text-align: center;
}
.gradientcontentblock TABLE .d {
	width: 105px;
}
.gradientcontentblock TABLE .f {
	width: 210px;
}

.filter-button {
    cursor: pointer;
	width: 120px; height: 28px;
	background: url(img/filter-button.png) no-repeat;
	border: 0; display: inline-block; margin: 10px 10px 0 0;
}

.filter-button-search-form {
    cursor: pointer;
	width: 120px; height: 28px;
	background: url(img/filter-button.png) no-repeat;
	border: 0; display: inline-block;
}

.reset-button {
    cursor: pointer;
	width: 113px; height: 28px;
	background: url(img/reset-button.png) no-repeat;
	border: 0; display: inline-block; margin: 10px 0 0 0;
}
.cart-recalculate-button {
  cursor: pointer;
	width: 130px; height: 28px;
	background: url(img/cart-recalculate-button.png) no-repeat;
	border: 0; display: inline-block; margin: 10px 10px 0 0;
}
.cart-checkout-button {
  cursor: pointer;
	width: 149px; height: 28px;
	background: url(img/cart-checkout-button.png) no-repeat;
	border: 0; display: inline-block; margin: 10px 0 0 0;
}
.catalogview {
	margin-top: 50px;
	text-align: center;
	padding: 0; width: 860px;
}
.catalogview .item {
	display: block; margin: 0 0 25px 10px;
	text-align: left;
}
.catalogview .item .picture {
	float: left; margin-top: 5px;
}
.catalogview .item .descr {
	float: right; width: 400px; padding: 0 220px 0 0;
}
.catalogview .item .descr .price {
	clear: both; margin: 0 0 15px 0;
	background: #f5f5f5; padding: 6px 15px;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
	text-align: justify; color: black;
}
.catalogview .item .descr .price SPAN, .catalogview .item .descr .price A {
	display: inline-block; vertical-align: middle;
}
.catalogview .filler {
	display: inline-block;
	width: 99%; font-size: 1px; height: 0;
}
IMG.ill {
	border: 5px solid white;
	-webkit-box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	box-shadow: 0px 0px 10px #999999;
	behavior: url(PIE.htc);
}
.catalogview .item H2 {
color: #4f6570; display: block;
background: transparent; width: 680px; font-size: 14px;
font-weight: normal; padding: 0 0 10px 0;
	margin: 0;
}
.catalogview .item P {
	margin: 0; font-size: 12px;
	padding: 10px 0;
}
.catalogview .item H2 SPAN {
	display: block;
	font-size: 11px;
	color: #9f9f9f;
}
EM.status {
	float: right; font-style: normal;
}
EM.instock {
	color: #2e9c18;
}
EM.preorder {
	color: #9f9f9f;
}
.catalogview .item .compare {
	display: inline-block; padding: 5px 15px; font-size: 11px;
	border-radius: 14px; position: relative; zoom: 1;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	background: #f5f5f5; border: 1px solid #d1d1d1;
	behavior: url(PIE.htc);

}
.catalogview .item .compare A {
	color: #7d7d7d; text-decoration: none; border-bottom: 1px dotted #7d7d7d;
}
.text .pagination {
	padding: 0 0 25px 25px
}
.text .searchpagination {
	padding: 0;
}
.text .pagination A {
	display: inline-block;
	margin: 0; padding: 3px 5px;
}
.text .pagination A.a {
	background: #c5c6c8; padding: 3px 10px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: navy; font-weight: bold;
	text-decoration: none;
    behavior: url(PIE.htc);
}

.param {
	margin: 20px 0; padding: 0;
	font-size: 11px;
}

.param SPAN {
	display: inline-block;
	background: #ebf7fd;
	 color: #4f6570;
}
.param_div {
	display: inline-block;
    opacity:0;
	 color: #4f6570;
}

.price-buy {
	padding: 15px; color: black;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
	margin: 20px 0;
	text-align: justify;
	background: #f5f5f5;
}
.price-buy P {
	display: inline-block;
	vertical-align: middle;
	margin: 0; font-size: 12px
}
.price-buy .buy {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.filler {
	font-size: 1px; height: 0px; width: 98%;
	display: inline-block;
}



.blue-button {
	position: relative;
	background: url(img/blue-button.png) no-repeat -15px 0;
	height: 20px; padding: 8px 5px 0 20px;
	margin: 0 15px 0 0;
	display: inline-block;
	font: 11px Arial, sans-serif;
  min-width: 60px;
}
.blue-button INS {
	position: absolute;
	top: 0; right: -15px;
	width: 15px; height: 28px;
	background: url(img/blue-button.png) no-repeat 0 0;

}



.bigsearch {
	text-align: justify;
	margin: 0 0 20px 0;
}
.bigsearch INPUT {
	display: inline-block;
	vertical-align: middle;
}
.bigsearch .field-search-big {
	width: 480px; height: 30px; padding: 0 10px;
	border: 0; background: url(img/field-search-big.png) no-repeat 0 0;
}

.bigsearch .search-button {
	width: 99px; height: 28px;
	background: url(img/search-button.png) no-repeat;
	border: 0; margin: 0;
}
.bigsearch .found {
	font-size: 11px; color: #9f9f9f;
}

.searchresults {
	font-size: 12px;
}
.searchresults DIV {
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #b8b8b8;
	margin: 0 0 20px 0;
}
.searchresults DIV P {
	margin: 0;
}

.cartmenu {
	
}
.cartmenu A {
	display: inline-block; margin: 0 5px;
	text-decoration: none;
	border-bottom: 1px dotted #117fb8;
	padding: 0; line-height: 1;
}
.cartmenu A.a {
	margin: 0; padding: 3px 5px;
	color: #4f6570; background: #ebf7fd;
	border: 0;
}

.cartitems {
	border: 0; width: 100%; (615px;)
	font-size: 12px; margin: 0 0 20px 0;
}
.cartitems TH {
	padding: 0 15px; height: 40px;
	color: #2a2a2a; text-align: left;
	text-shadow: white 0 1px 0;
	font-weight: normal;
	background: url(img/cart-head-back.png) repeat 50% 0;
}
.cartitems TH.fc {
	background-position: 0 0;
}
.cartitems TH.lc {
	background-position: 100% 0;
}
.cartitems TD {
	padding: 5px 15px; height: 30px;
	border-bottom: 1px dotted #b5b5b5;
	background: #ffffff; color: #525252;
}
.cartitems TD A {
	font-weight: bold;
}
.cartitems TD.actions {
	color: #c4c4c4;
}
.cartitems TD.actions A {
	font-weight: normal;
}
.cartitems TD IMG {
	vertical-align: middle; margin: -3px 0 0 0;
}
.cartitems TR.odd TD {
	background: #f5f5f5;
}
.cartitems TD.total {
	text-align: right;
}
.cartitems TD.total-amount {
	
}
.cartitems TD.lb {
	border-left: 1px dotted #b5b5b5;
}
.cartitems TD.rb {
	border-right: 1px dotted #b5b5b5;
}
.cartitems TD.noborder {
	border-bottom: none;
}
.cartitems TD.light, .cartitems TR.odd TD.light {
	background: transparent !important;
}

.central {
	text-align: center;
}

INPUT.counter {
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 30px; text-align: center;
	font-size: 11px;
}

.cart-checkout {
	padding: 0 0 10px 0;
	text-align: justify;
}
.cart-checkout INPUT {
	margin: 0;
}
.cart-checkout .coupone, .cart-checkout .buttons {
	display: inline-block;
	vertical-align: middle;
}
.cart-checkout .coupone INPUT {
	font-size: 11px;
}



.orderform {
	border: 0; width: 100%; (615px;)
	font-size: 12px;
	margin: 0 0 20px 0;
}
.orderform TH {
	padding: 0 15px; height: 40px;
	color: #2a2a2a; text-align: left;
	text-shadow: white 0 1px 0;
	font-weight: bold;
	background: url(img/cart-head-back.png) repeat 50% 0;
}
.orderform TH.fc {
	background-position: 0 0;
}
.orderform TH.lc {
	background-position: 100% 0;
}
.orderform TH.toright {
	text-align: right;
}
.orderform TH A {
	color: #2a2a2a;
	font-weight: normal;
}


.orderform TD {
	padding: 5px 15px; height: 30px;
	border-bottom: 1px dotted #b5b5b5;
	border-left: 1px dotted #b5b5b5;
	border-right: 1px dotted #b5b5b5;
	background: #ffffff; color: #525252;
	width: 624px;
}
.orderform INPUT {
	margin: 0 5px 0 0;
}
.orderform select {
width: 220px;
height: 30px;
padding: 0 10px;
border: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  color: #555;
} 
.orderform select:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.orderform TABLE {
	border-collapse: collapse;
}
.orderform TABLE TD {
	width: auto; border: 0; padding: 0; height: auto;
}
.orderform TABLE.fields TD {
	padding: 7px 0; vertical-align: top;
}
.orderform TABLE.fields2 TD {
	padding: 7px 0; vertical-align: top;
}
.orderform TABLE.fields2 TD INPUT {
	vertical-align: middle; margin-top: 3px;
}
.orderform TABLE.infos {
	width: 100%;
}
.orderform TABLE.infos TD.l {
	width: 70%; vertical-align: top;
}
.orderform TABLE.infos TD.r {
	width: 30%; vertical-align: top;
}
.orderform TABLE.infos TD.l P {
	color: #7d7d7d; margin: 0;
	padding: 5px 0 0 10px
}
.orderform TABLE.infos TD.l OL {
	margin: 0; padding: 0 0 0 30px;
	color: #7d7d7d; 
}
.orderform TABLE.infofields TD.l {
	color: #7d7d7d; width: 170px; height: 25px;
}
.orderform TABLE.infofields TD.r {
	width: 410px; height: 25px;
}
.orderform TABLE.infofields TD.l B {
	color: #525252;
}
.orderform TABLE.fields TD.l {
	width: 180px; padding: 14px 0 0 0
}
.orderform TABLE.fields TD.r {
	width: 410px;
}

.orderform TD.padded {
	padding-top: 8px;
	padding-bottom: 15px;
}


.orderform TABLE.infos .N {
	background: #ffffcc; color: black;
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}

.orderform TABLE.infos .A {
	background: #ffffcc; color: black; 
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}

.orderform TABLE.infos .P {
	background: #ffae00; color: white;
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}

.orderform TABLE.infos .F {
	background: #3abe00; color: white;
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}

.orderform TABLE.infos .status-waiting-payment {
	background: #ffae00; color: white;
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}

.orderform TABLE.infos .status-waiting-shipping {
	background: #3abe00; color: white;
	display: inline-block; padding: 1px 3px; margin: 3px 0;
}



.orderform TEXTAREA.text-big <!--{
	background-image: url(img/textarea-big-orderform.png);
	width: 557px; margin: 10px 0;
}-->
.orderform TEXTAREA.text-medium {
	background-image: url(img/textarea-meduim-orderform.png);
	width: 392px; height: 49px;
}
.orderform INPUT.field-big {
	background-image: url(img/field-big-orderform.png);
	width: 392px;
}




.rightblock {
	width: 224px;
	float: right;
	position: relative;
	margin: 0px 108px 0px 0px;
}

.loginblock, .logoutblock, .cartblock, .rightmenublock, .rightblockcont {
    margin-top: 8px;
    min-height: 339px;
	width: 214px; position: relative;
	background: #181817 /*url (img/autlogo.png) no-repeat 0 0*/;
	border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
	font: 12px Arial,sans-serif; color: #525252;
}
.imglogo{
    position:absolute;
    bottom: 5px; /* Положение от нижнего края */
    right: 0; 
}
.loginblock FORM, .logoutblock FORM, .searchblock FORM {
	margin: 0;
}
.loginblock .i, .logoutblock .i, .cartblock .i, .rightmenublock .i {
	padding: 20px 30px;
	/*background: url(img/login-block-bottom.png) no-repeat 0 100%;*/
	text-align: center;
	font: 12px Arial, sans-serif; color: #9f9f9f;
}
.rightblockcont .i {
	padding: 10px 10px;
	background: url(img/login-block-bottom.png) no-repeat 0 100%;
	text-align: left;
	font: 12px Arial, sans-serif; color: #9f9f9f;
}
.rightblockcont H2 {
	padding: 10px 20px 0 20px;
	position: relative;
	font: bold 14px Arial, sans-serif;
	color: white; width: 120px; height: 17px;
	background: url(img/login-icon.png) no-repeat 50% 100%;
	margin: 0 0 3px 0;
}
.rightblockcont UL LI UL LI.a UL LI A {
	font-weight: normal; color: #9f9f9f; text-decoration: none;
}
.loginblock H2, .logoutblock H2, .cartblock H2, .rightmenublock H2 {
	padding: 20px 20px 0 20px;
	position: relative;
	font: bold 14px Arial, sans-serif;
	color: white; width: 120px; height: 17px;
	background: url() no-repeat 50% 100%;
	margin: 0 0 3px 0;
}
.loginblock p {
	font:  bold 14px Arial, sans-serif;
	color: white; 
;
}


.logoutblock H2 {
	background-image: url(img/logout-icon.png);
}
.cartblock H2 {
	background-image: url(img/cart-icon.png);
	margin-left: -8px;
}
.rightmenublock H2 {
	background-image: url(img/rightmenu-icon.png);
}

.searchblock {
    margin-top: -20px;
	margin-bottom: 20px;
	position: relative;
}
.searchblock .field-search {
        position: absolute; top: -38px; right: 15px;
	width: 180px; height: 25px; padding: 0 10px; color: #9f9f9f;
border: 2px solid #1F1F1E;
box-shadow: 0 0 1px #D8D8D8; 
background: #1F1F1E no-repeat 0 0;
	vertical-align: middle;
}
.searchblock .search-button {
    cursor: pointer;
	position: absolute; top: -34px; right: 24px;
	width: 19px; height: 20px;
	background: url(img/search-button-small.png) no-repeat;
	border: 0;
}
.searchblock .search-button_my {
    cursor: pointer;
	position: absolute; top: -34px; right: 25px;
	width: 19px; height: 20px;
	background: url(img/search-button-small.png) no-repeat;
	border: 0;
}


.loginblock H2 SPAN, .logoutblock H2 SPAN, .cartblock H2 SPAN, .rightmenublock H2 SPAN {
	position: absolute; top: -2000px;
}

.loginblock .field, .logoutblock .field {
	margin: 16px 0 0 0; border: 0; height: 20px;
	width: 151px; text-align: center;
border: 2px solid #1F1F1E;
box-shadow: 0 0 1px #D8D8D8; 
background: #1F1F1E no-repeat 0 0;
	//background: url(img/login-field.png) no-repeat 0 50%;
	font: 12px Arial, sans-serif; color: #9f9f9f;
	//padding: 8px 0 0 0; //height: 22px;
}

.loginblock .button, .logoutblock .button {
    cursor: pointer;
	margin: 5px 0 8px 1px; border: 0;
	width: 151px; height: 38px; text-align: center;
	background: url(img/login-button.png) no-repeat 0 50%;
	font: 11px Arial, sans-serif; color: #fbfbfb;
	text-transform: uppercase; padding: 0 0 5px 0;
	text-shadow: black 0 -1px 0;
	border:3px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
}

.loginblock P, .logoutblock P {
	line-height: 1.6;
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
}
.loginblock P A.shaded:link, .logoutblock P A.shaded:link {
	color: #9f9f9f
}
.logoutblock P {
	padding: 10px 0 20px 0;
	color: white; 
}
.logoutblock P SPAN {
	color: #9f9f9f; font-size: 11px;
}
.logoutblock P.editinfo {
	padding: 0; margin: 0;
	font-size: 11px;
}
.logoutblock P.editinfo A {
	border-top: 1px dotted #3a3a3a;
	padding: 20px 0 10px 0; display: block;
	color: #7b7b7b; position: relative;
}
.logoutblock P.link {
	padding: 0; margin: 0;
	font-size: 11px; position: relative;
}
.logoutblock P.link A {
	border-top: 1px dotted #3a3a3a;
	color: white; display: block;
	padding: 8px 0;
}
.logoutblock P.activelink {
	background: #242423 url(img/selected-item.png) no-repeat 0 50%;
	padding-left: 14px; margin-left: -14px;
}
.logoutblock P.activelink A {
	color: #7b7b7b; text-decoration: none;
}

.cartblock {
	margin-bottom: 20px
}
.cartblock .i {
	padding-bottom: 30px
}
.cartblock P {
	padding: 10px 0 20px 0;
	color: white; margin: 0;
	font-size: 11px;
}
.cartblock P B {
	color: #9f9f9f; font-size: 12px;
}
.cartblock P.view {
	padding: 10px 0; 
	border-top: 1px dotted #3a3a3a;
	border-bottom: 1px dotted #3a3a3a;
}

.rightmenublock {
	margin-bottom: 20px; 
}
.rightmenublock UL {
	text-align: left;
	font-size: 11px;
	margin: 10px 0 0 0; padding: 0;
	border-bottom: 1px dotted #3a3a3a;
}
.rightmenublock UL UL {
	border-bottom: 0;
	margin: 0;
}

.rightmenublock UL LI {
	border-top: 1px dotted #3a3a3a;
	margin: 0; padding: 0;
	display: block;
	color: #7b7b7b; position: relative;
}
.rightmenublock UL LI A {
	padding: 10px 0 10px 0; 
	display: block; color: white;
}
.rightmenublock UL LI UL LI A {
	padding-left: 10px; color: #9f9f9f;
}
.rightmenublock UL LI UL LI UL LI A {
	padding-left: 20px;
}


.rightmenublock UL LI.a A {
	font-weight: bold;
}
.rightmenublock UL LI.a UL LI A {
	font-weight: normal;
}
.rightmenublock UL LI UL LI.a A {
	font-weight: bold; color: white; text-decoration: none;
}
.rightmenublock UL LI UL LI.a UL LI A {
	font-weight: normal; color: #9f9f9f; text-decoration: underline;
}

.rightmenublock UL LI UL LI UL LI.a A {
	background: #242423 url(img/selected-item.png) no-repeat 0 50%;
	padding-left: 34px; margin-left: -14px;
	text-decoration: none;
}
	


.shoplink {
	position: relative;
	height: 57px;
}

.shoplink A {
	position: absolute; top: -5px; left: -9px;
}
.shoplink A IMG {
	border: 0; width: 240px; height: 57px;
	background-image: url(img/shop-button.png);
	background-repeat:	no-repeat;
	background-position: 0 0px;
}
.shoplink A:hover IMG {
	background-position: 0 -114px;
}
.shoplink A:active IMG {
	background-position: 0 -57px;
}

.homeblock {
	margin: 14px 108px 14px 108px;
	position: relative;
	//border-bottom:1px solid black;
}
.homeblock .t, .homeblock .b {
	position: absolute; left: 0; bottom: 0; 
	width: 1024px;
	height: 20px; 
    //background: url(img/homeblock-corners.png) no-repeat 0 0;
	z-index: 10;
}
.homeblock .t {
	top: 0;
	background-position: 0 -20px;
}
.homeblock .i {
	min-height: 80px;
width: 960px;
	border: 9px solid #1f1f1e; 
	background: white url(img/homeblock-left-back.png) repeat-x 0 100%;
}
.homeblock .left {
	float: left;
	width: 720px;
	padding: 20px 0 0 0;
	position: relative;
}
.homeblock .left UL {
	margin: 0; padding: 0;
}
.homeblock .left UL LI {
	margin: 0; padding: 0 4px 0 3px; text-align: center;
	display: block; float: left;
	width: 165px; height: 135px; position: relative; left: 10px;
}
.homeblock .left UL LI A {
	color: black; font: 11px Tahoma, sans-serif;
	text-decoration: none;
}
.homeblock .left UL LI A:hover {
	color: #747473;
}
.homeblock .left UL LI A IMG {
	border: 0; background-position: 0 0;
	background-repeat: no-repeat;
	width: 93px; height: 93px;
}
.homeblock .left UL LI A:hover IMG {
	border: 0; background-position: 0 -93px;
	background-repeat: no-repeat;
}

.homeblock .right {
	position: relative; 
	float: right;
	width: 235px; min-height: 290px;
	background: #F6F8FA url(img/homeblock-right-back.png) repeat-x 0 100%;
	border-left: 1px dotted #a2a4a5
}
.homeblock .right A {
	color: black;
}
.homeblock .right A:hover {
	color: #747473;
}
.homeblock .right .ii {
	padding: 30px 16px 15px 25px;
	font: 12px Arial, sans-serif;
	color: #5c5c5c;
}
.homeblock .right .ii H2 {
	font: bold 14px Arial, sans-serif;
	color: black; margin: 0;
}

.footer {
	border-top: 1px dotted #505050;
	background: url(img/footer-back.png);
	height: 160px; margin: -151px 0 0 0;
}
.push {
	height: 150px; /* .push must be the same height as .footer */
}

.footer .i {
	width: 924px; margin: 0 auto;
	padding: 30px 0 0 0;
	color: #999999;
	font: 11px Tahoma,sans-serif;
}
.footer .i P {
	margin: 0; 
	float: left;
	width: 345px;
	line-height: 1.5
}
 
.footer .i P.it-logo {
	width: 200px;
	padding: 0 0 0 15px;
}
.footer .i P.it-logo A IMG {
	border: 0;
}

.hidden {
	display: none;
}




#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	display: none;
}

#lightbox-container-image-box{
}

#lightbox-image{
  max-width: 800px;
  max-height: 800px;

}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 35px; 
	float: right;
	padding-bottom: 0.7em;	
}

div.text_element {
	margin: -40px 25px 25px 25px;
}
div.descr {
    font-size: 14px;
    line-height: 1.5;
}
A.adobe {
        color: #117fb8;
}
div.crumbs_basket {
	color: #c3c3c3;
    padding: 0px 0px;
    font-size: 11px;
}

div.crumbs_basket A {
	color: #7D7D7D;
}


.catalog-search-form{
    line-height: 1.5;
    padding-top: 20px;
}

.product-subcategories {
	background: url(img/gradient-back.png) repeat-x 0 100%;
    height: 150px;
    width: 882px;
	margin: -55px 25px -25px -25px;
	padding: 0px 0px 0px 0px;
}
.product-subcategories-column {
	display: inline-block;
	width: 32%
	position: relative;
	vertical-align: top;
}
.product-subcategories-column .blue-button {
	margin-top: 6px;
}
.product-subcategories-column .blue-button A.h {
	color: white !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
  white-space: nowrap;
}

.product-subcategories-column .submenu {
	position: absolute;
	top: -10px; left: 0;
	background: white;
	color: #b2b2b2;
	padding: 15px 25px 10px 25px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	border-radius: 10px;
	z-index: 1;
	white-space: nowrap;
	font: 14px Arial, sans-serif;
	display: none;
}
.product-subcategories-column .submenu H2 {
	margin: 3px 0 15px 0;
	font: bold 14px Arial, sans-serif;
	color: black;
}
.product-subcategories-column .submenu P {
	margin: 0; padding: 0 0 10px 0;
}


.product-subcategories-column .submenu-container.submenu-container-hover .submenu {
	display: block;
}

div.text_element {
	margin: -40px 25px 25px 25px;
}

.ratings {
	font-size: 12px; color: #9f9f9f;
	line-height: 1; padding: 5px 0 15px 0;
}

.stars {
	display: inline-block; vertical-align: middle;
	width: 64px; height: 12px; background: url(img/stars.png) no-repeat 0 0;
	position: relative; margin: 0 20px 3px 5px;
}
.stars DIV {
	position: absolute; top: 0; left: 0;
	width: 0;
	height: 12px; background: url(img/stars.png) no-repeat 0 -12px;
}

.stars DIV.rating_1 {
	width: 20%;
}
.stars DIV.rating_2 {
	width: 40%;
}
.stars DIV.rating_3 {
	width: 60%;
}
.stars DIV.rating_4 {
	width: 80%;
}
.stars DIV.rating_5 {
	width: 100%;
}

.item-info {
	width: 100%; font: 12px/12px Arial,sans-serif;;
	border-collapse: collapse; margin: 20px 0;
	background: #fafafa url(img/line.png) repeat-x 50% 100%;
}

.item-info TD {
	width: 50%; white-space: nowrap;
	background: url(img/line.png) repeat-x 50% 0;
	padding: 15px;
}
.item-info TD B {
	color: black;
}

.hr {
	background: url(img/line.png) repeat-x 50% 0;
	height: 5px;
}

.cover {
	background: url(img/popup-back.png);
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10; min-height: 100%;
}
.popup {
	background: url(img/popup.png) no-repeat 0 0;
	position: absolute; top: 40%; left: 50%; z-index: 11;
	width: 400px; height: 249px; margin: -135px 0 0 -230px;
	padding: 10px 30px;
}
.popup H1 {
	font: bold 18px Arial,sans-serif;
}
.popup H2 {
	font: bold 14px Arial,sans-serif;
	margin: 20px 0 10px 0;
}

.cover2 {
    display: none;
	background: url(img/popup-back.png);
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10; min-height: 100%;
}

.popup2 {
  display: none;
	background: url(img/popup2.png) no-repeat 0 0;
	position: absolute; top: 70%; left: 50%; z-index: 11;
	width: 298px; height: 198px; margin: -135px 0 0 -230px;
	padding: 10px 30px;
}

.rate2 {
	margin-top: 5px; margin-left: 243px;
}

.popup2 H1 {
    margin-top: 40px; margin-left: 40px;
	font: bold 18px Arial,sans-serif;
}
.popup2 H2 {
	font: bold 14px Arial,sans-serif;
	margin: 20px 0 10px 0;
}


.montage_reg_button {
    cursor: pointer;
    width: 291x; height: 28px;
	background: url(img/montage-reg-button.png) no-repeat;
	border: 0;
}

h1.h1_my {
  padding-left: 20px;
  margin-bottom: -20px;
}

.compare-left {
	float: left; width: 197px;
}
.compare-right {
	float: right; width: 850px;
	overflow: auto;
	white-space: nowrap;
}

.compare-right .bl {
	display: inline-block; width: 215px; vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin-left: -4px;
}

.comparetable {
	border: 0; width: 100%;
	font-size: 12px;
	margin: 0 0 20px 0;
}
.comparetable TH {
       padding: 0 15px; height: 40px;
       color: #2a2a2a; text-align: left;
       text-shadow: white 0 1px 0;
       font-weight: bold;
       background: #b2b2b1 url(img/cart-head-back2.png) repeat-x 50% 0;
       border-bottom: 1px solid #979797
}
.comparetable TH.fc {
	background-position: 0 0;
}
.comparetable TH.lc {
	background-position: 100% 0;
}
.comparetable TH.toright {
	text-align: right;
}
.comparetable TH A {
	color: #2a2a2a;
	font-weight: normal;
}
.comparetable TR.even TD {
	background: #f5f5f5;
}


.comparetable TD {
	padding: 5px 15px; height: 30px;
	border-bottom: 1px dotted #b5b5b5;
	color: #525252;
}
.comparetable TH IMG {
	vertical-align: middle; margin-top: -2px;
}
.compare-right .pane .comparetable TD, .compare-right .pane .comparetable TH {
	white-space: normal !important;
}
.compare-right .ill {
	display: inline;
}

.textcontent ul.documents li a.download {
	top: 0;
}
.textcontent ul.documents li {
	background: none;
}
.textcontent ul.documents li a {
	font-size: 14px;
}
.textcontent ul.documents li SPAN {
	font-size: 11px; margin-bottom: 10px;
}

.product-gallery {
	position: relative;
	height: 345px;
}
.product-gallery .bigimage {
	position: absolute; top: 0; left: 0;
}
.product-gallery .hidden {
	display: none;
}
.product-gallery .thumbs {
	position: absolute; top: 0; right: 0;
	width: 120px; text-align: right;
}
.product-gallery .thumbs IMG {
	margin: 0 0 23px 0; cursor: pointer;
}
.product-gallery .thumbs IMG.selected {
	opacity: 0.5; cursor: default;
}

.related {
	position: relative;
        z-index: 0;
        text-align: center;
	padding: 0 0 10px 0;
}
.related .item {
	display: inline-block;
	width: 200px;
}
.related .item H2 {
	margin: 10px 0 10px 0;
	font-weight: normal; font-size: 12px;
	background-color: transparent;
}
.related .item SPAN {
	font-size: 12px; color: #525252;
	display: inline-block; padding: 5px 0 0 0;
}
.related .item SPAN B {
	color: black;
}
.related .item H2 a {
	color: #525252;
	text-decoration: none;
}

H2.with_buy {
	font: bold 14px Arial,sans-serif; display: block;
	margin: 20px 0 -10px 0; padding: 0; background: none; color: black;
}

#compare a.close {
   background: url(img/cart-delete.png) no-repeat 50% 0;
    display: block;
    position: absolute; top: 72px; left: 190px;
    width: 19px;
    height: 19px;
}
.move_compare{
  margin-top: -65px;
  margin-left: -9px;
}

.b_move {
    margin-top: -50px;
	width: 685px;
	height: 20px; background: url(img/maincontent-corners.png) no-repeat 0 0;
	z-index: 10;
}
.pagination_top {
  margin-top: 50px;
  margin-bottom: -45px;
}

.docs_move{
    margin-top: -25px;
    width: 640px;
}
.comp_bottom {
  background-color: red;
  width: 685;
  height: 100;
}

.crumbs_my2 {
	font-size: 11px;
	color: #c3c3c3;
    padding: 10px 0px;
    margin-left: -10px;
    margin-bottom: -10px;
}

.opt_my {

    margin-left: 10px;
}

H2.myblock {
	padding: 10px 20px 0 20px;
	position: relative;
	font: bold 14px Arial, sans-serif;
	color: white; width: 120px; height: 17px;
	background-image: url(img/logout-icon.png);
	margin: 0 0 3px 0;
}

.cap_a {
    margin-left: -30px;
    margin-top: 40px;
}

.cap_a2 {
    margin-left: 120px;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.registration TABLE TD.cappa {
  padding: 0px 0px 0px 0px;
  width: 0%;
}

.reg_move_pag {
    margin-top: -48px;
    margin-left: 438px;
}

.wall {
    margin-top: -56px;
    margin-left: 460px;
	width: 198px; height: 43px;
	background-image: url(img/wall.PNG);
    position: absolute;
}

.trans {
    background-color: transparent;
}

#loadImg {
  position:absolute;
  z-index:1000;
  display:none
  }

.load_cover {
    display: none;
	background: url(img/popup-back.png);
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; min-height: 100%;
    }

.pag_orders_move {
    margin-left: -25px;
    }

.wall2 {
    margin-top: -60px;
    margin-left: 400px;
	width: 244px; height: 45px;
	background-image: url(img/wall2.PNG);
    position: absolute;
    }
a.linkSEB {
 color: #FF0000; /*9f9f9f*/
 text-decoration: underline;
 cursor: pointer;
}
a.linkSEB:visited { 
 color: #000000;
 text-decoration: underline;
}
a.linkSEB:hover {
 color: #800000;
 text-decoration: none;
}
a.linkMy {
 color: #000080; /*9f9f9f*/
 text-decoration: none;
 cursor: pointer;
}
a.linkMy:visited { 
 color: #555555;
 text-decoration: underline;
}
a.linkMy:hover {
 color: #555555;
 text-decoration: underline;
}
a.linkstand {
 color: #607B8B; 
 text-decoration: underline;
 cursor: pointer;
}
a.linkstand:visited { 
 color: #607B8B;
 text-decoration: underline;
}
a.linkstand:hover {
 color: #68228B;
 text-decoration: underline;
}
.rightback {
        width: 240px; float: left;
        position: relative;
	margin: 0 6px 23px -6px;
	//border-bottom:1px solid black;
}
.rightback .T, .rightback .B {
	position: absolute; left: 0; bottom: 0;
	width: 240px;
	height: 20px; background: url(img/rightback-corners.png) no-repeat 0 0;
        z-index: 0;	
}
.rightback .T {
	top: 0; 
	background-position: 0px -20px;
}
.rightback .I{
        min-height: 354px;
        border: 9px solid #1f1f1e;
        background: white url(img/maincontent-back.png) repeat-x 0 100%;
	font: 12px Arial,sans-serif; color: #525252;
	padding: 20px 10px;
}
.ugolkrug{
 width: 100%/* Длина фигуры */
 height: 100%/* Высота фигуры */
 color:purple;
 font-family: trebuchet ms,geneva; font-size: small; color: #515151; font-style: italic; font-weight: bold;  /*текст*/
 background:#fafafa; /* фон блока */
 border: 1px #ccc solid; /* стили рамки */
 -moz-border-radius: 12px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 12px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:12px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 12px; /* закругление углов для всех, кто понимает */
 padding: 5px; /* внутренние отступы */
}
.ugolkrugtxt{
 width: 100%/* Длина фигуры */
 height: 10px/* Высота фигуры */
 color:purple;
 background:#fafafa; /* фон блока */
 border: 1px #ccc solid; /* стили рамки */
 -moz-border-radius: 12px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 12px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:12px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 12px; /* закругление углов для всех, кто понимает */
 padding: 5px; /* внутренние отступы */
}
.teza{
	background: #fafafa;/* фон блока */	
	border-left: 2px #ccc solid;/* стили рамки */
	padding: 10px;
	font-style: italic;
}
#layer2{
    position: relative; /* Относительное позиционирование */
} 
#layer2{
    top: -230px; /* Сдвигаем текст вверх */
    left: 200px; /* Сдвигаем текст вправо */
    color: #B22222; /* Оранжевый цвет текста*/
}
#layer2{ z-index: 90; }

/* Базовые стили модального окна  */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popupmy img{
	display: inline;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;	
}
.popupmy {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    text-align: justify;
    font: 12px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 12;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
 
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popupmy {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* Кнопка закрытия окна  */
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popupmy p, .popupmy div {
    margin-bottom: 10px;
}
.mod_win {
	padding: 10px; color: black;
	border-top: 1px double #b1b1b1;
	border-bottom: 1px double #b1b1b1;
	margin-top: 10px;
	text-align: justify;
	background: #f5f5f5;
}
.mod_win P {
	display: inline-block;
	vertical-align: middle;
	margin: 0; font-size: 10px
}
.mytable {
	border: 0; width: 100%;
	font-size: 12px;
	margin: 0 0 20px 0;
}
.mytable TH {
       padding: 0 15px; height: 40px;
       color: #2a2a2a; text-align: left;
       text-shadow: white 0 1px 0;
       font-weight: bold;
       background: #b2b2b1 url(img/cart-head-back2.png) repeat-x 50% 0;
       border-bottom: 1px solid #979797
}
.mytable TH.fc {
	background-position: 0 0;
}
.mytable TH.lc {
	background-position: 100% 0;
}
.mytable TH.toright {
	text-align: right;
}
.mytable TH A {
	color: #2a2a2a;
	font-weight: normal;
}
.mytable TR.even TD {
	background: #f5f5f5;
}
.mytable TD {
	padding: 5px 15px; height: 30px;
	border-bottom: 1px dotted #b5b5b5;
	color: #525252;
}
.mytable TH IMG {
	vertical-align: middle; margin-top: -2px;
}
.mytable_nov {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.mytable_nov TD {
        padding: 10px 5px 0px 10px;
	border-bottom: 1px dotted #b5b5b5;
	border-right: 1px dotted #b5b5b5;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	color: #525252;
}      
.mytable_nov TD P {  line-height: 1.5}

.baskettable {
	border: 0px dotted #b5b5b5;
        width: 100%;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.baskettable TH {
       padding: 0 15px; height: 40px;
       color: #2a2a2a; text-align: left;
       text-shadow: white 0 1px 0;
       font-weight: bold;
       background: #b2b2b1 url(img/cart-head-back2.png) repeat-x 50% 0;
       border-bottom: 1px solid #979797
}
.baskettable TR.even TD {
	background: #f5f5f5;
}
.baskettable TD {
	padding: 5px 5px; height: 30px;
	border-bottom: 1px dotted #b5b5b5;
	color: #525252;
}
.colortext {
	color:#191970;
	font:24px "Times New Roman", "Trebuchet MS", "Helvetica CY", sans-serif;
        font-weight: bold;
}
ul.columns { margin: 0; padding: 0; list-style-type: none; word-spacing: -1ex; }
/* 
    Firefox ниже версии 3 не знает о inline-block.
    Поэтому указываем для него -moz-inline-stack
*/
.columns li { display: -moz-inline-stack; display: inline-block; //display: inline; }
/*
    Чтобы ссылки не нажимались кликом
    по пустому месту, применим фильтр
*/
.columns a, .columns b { display: inline; word-spacing: normal; //display: inline-block; //filter: alpha(opacity=100); }
.columns a, .columns b, x:-moz-any-link { display:block; }
/*
    Если Firefox выше 2.0, Возвращаем a и b в inline
*/
.columns a, .columns b, x:-moz-any-link, x:default { display: inline; }
.columns li, .columns a, .columns b { vertical-align: top; }

/* customize */
.columns li { margin: 0 10% 0.4em 0; //margin: 0; width: 40%; //width: auto; }
.columns a, .columns b { //margin: 0 10% 0.4em 0; //width: 40%; }
.columns ul { width: 100%; }


.regd1{border:2px solid #999999; border-radius:10px; padding:10px; width:240px; height:270px; margin:45px 20px; float:left;overflow:hidden;text-align:center;}
.regd1 td{text-align:left;}

.oftab td{padding:3px 1px; border-bottom:1px solid #CBCBCB;text-align:center;}
.oftr td{border-top:1px dotted #CBCBCB;border-bottom:1px dotted #CBCBCB; background:#F5F5F5; font-weight:bold;}

/*Список UL для радела документации*/
.docs LI {
margin: 0 85px 0 -85px; padding: 8px 0px 8px 0px; list-style: none;
position: relative; border-bottom:1px dotted #b8b8b8; width: 210px;
}
.docs LI.last {
	border: 0;
}
.docs LI A {
display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
    width: 205px;
}
.docs LI P {
    margin-left: 3px;
    margin-top: 20px;
    width: 205px;
}
.docs LI LI {
  margin-left: -30px; 
border: 0;
}
.compare {
width:141px;
height:44px;
right:430px;
top:24px;
border: 2px solid white;
-webkit-box-shadow: 0px 0px 2px #999999;
-moz-box-shadow: 0px 0px 2px #999999;
box-shadow: 0px 0px 2px #999999;
behavior: url(PIE.htc);
background:white;
display: block;
margin:-24px 0;
position:relative;
}
.compare A {
padding: 13px 0 0 0; /* Отступ от рамки вокруг ссылки до текста */
display: block; /* Ссылка как блочный элемент */
color: #0404B4; /*190707*/
}
.compare A:hover {
background: #; /* Цвет фона под ссылкой */
color: #8A0829; /* Новый цвет ссылки */
}
.compare0 {
width:141px;
height:44px;
right:430px;
top:24px;
background:white;
display: block;
margin:-24px 0;
position:relative;
}
.compare A {
padding: 13px 0 0 0; /* Отступ от рамки вокруг ссылки до текста */
display: block; /* Ссылка как блочный элемент */
color: #0404B4; /*190707*/
}
.compare A:hover {
background: #; /* Цвет фона под ссылкой */
color: #8A0829; /* Новый цвет ссылки */
}
.left-cont {
	min-height: 500px;
	width: 740px;
	float: left;
    border-right: 0px solid #525252;
	font: 12px Arial,sans-serif; color: #525252;
	margin: 0px 0px 15px 58px;
	padding: 5px 15px 10px 15px;
	background: white url(img/maincontent-back.png) repeat-x 0 100%;
	border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
}
.right-cont {
	min-height: 70px;
	width: 214px;
	border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
	float: right;
	font: 12px Arial,sans-serif; color: #525252;
	margin: 0px 48px 15px 15px;
	padding: 8px 0px 8px 10px;
	background: white url(img/maincontent-back.png) repeat-x 0 100%;
}
.bott{
clear:both;
width: 997px;
margin: 15px 0px 15px 58px;
padding:10px;
background: white url(img/maincontent-back.png) repeat-x 0 100%;
font: 12px Arial,sans-serif; 
color: #525252;border:5px solid #1F1F1E;
box-shadow:0 0 3px #D8D8D8;
}
.rightblock-cont {
	width: 230px;
	float: right;
	position: relative;
	margin: 0px 50px 8px 15px;
}
.rightblock2 {
	width: 224px;
	float: right;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.left-shop {
	min-height: 500px;
	width: 214px;
	float: left;
    border-right: 0px solid #525252;
	font: 12px Arial,sans-serif; color: #525252;
	margin: 0px 15px 20px 0;
	padding: 8px 0px 8px 10px;
	background: white url(img/maincontent-back.png) repeat-x 0 100%;
	border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
}
.right-shop {
	min-height: 500px;
	width: 740px;
	border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;
	float: left;
	font: 12px Arial,sans-serif; color: #525252;
	margin: 0px 0px 20px 0;
	padding: 5px 15px 10px 15px;
	background: white url(img/maincontent-back.png) repeat-x 0 100%;
}
.bott-shop{clear:both;margin: 20px 0px; padding:10px;background: white url(img/maincontent-back.png) repeat-x 0 100%;font: 12px Arial,sans-serif; color: #525252;border:5px solid #1F1F1E;
	box-shadow:0 0 3px #D8D8D8;}
.right-in{padding:20px; position:relative; }

#social img {
margin: 5px 0 0 5px;
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
/* Поворот на 360 градусов при наведении курсора*/
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

#soc_fb {
margin: 5px 0 0 0;
cursor: pointer;
background: url(/images/fb_b.png) no-repeat 0 0; width: 34px; height: 34px; border: 0;}
#soc_fb:hover  {
background: url(/images/fb_c.png) no-repeat 0 0;}

#soc_google {
margin: 5px 0 0 0;
cursor: pointer;
background: url(/images/google_b.png) no-repeat 0 0; width: 34px; height: 34px; border: 0;}
#soc_google:hover  {
background: url(/images/google_c.png) no-repeat 0 0;}

#soc_tube {
margin: 5px 0 0 0;
cursor: pointer;
background: url(/images/tube_b.png) no-repeat 0 0; width: 34px; height: 34px; border: 0;}
#soc_tube:hover  {
background: url(/images/tube_c.png) no-repeat 0 0;}

#soc_rss {
margin: 5px 0 0 0;
cursor: pointer;
background: url(/images/rss_b.png) no-repeat 0 0; width: 34px; height: 34px; border: 0;}
#soc_rss:hover  {
background: url(/images/rss_c.png) no-repeat 0 0;}