/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; z-index: 1}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family: Tahoma, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.8em;line-height:1;margin-bottom:0.5em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


/* search */
.search_div{
	padding-left: 50px;
	padding-right: 100px;
}
.search{
	/*position: absolute;
	top: 100px;
	right:0px;*/
	position: relative;
	padding: 4px;
	width: 220px;
	height: 110px;
	overflow: auto;
	z-index: 2;
	border:none;
	
	}
.search fieldset{
	background: #dccb00;
	}
.search input{vertical-align:middle;}
.search legend{display:none;}
.search #search_text{
	width:132px;
	color:#965311;
	font-size:13px;
	font-family:"Trebuchet MS";
	padding:1px 4px 1px 0px;
	border:none;
	margin-right:3px;
	}
.search label.overlabel {
	position: absolute;
	color:#965311;
	}
.search label.overlabel-apply {
	position:absolute;
	top:50px;
	left:33px;
	z-index:1;
	}

.SearchPageForm{
	position: relative;
	left: 50px;
}

/* grid.css */
.container {margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.last, div.last {margin-right:0;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}





body {font-size: 0.9em; background: #ebe9c2; color: #000}
a:focus {-moz-outline-style: none; }
.Middle {padding-bottom: 40px}

/* Menu */
ul.Float {list-style-type: none; margin: 0; padding: 0}
ul.Float li {list-style-type: none; float: left; margin: 0; padding: 0}

.MainMenu {list-style-type: none;}
.MainMenu ul {list-style-type: none;}
.MainMenu div.cr {}
.MainMenu .Active {}
.MainMenu .Active a {text-decoration: none}
.MainMenu .Active span {font-weight: bold;}

.container ul li.SeqMenu{text-decoration: none; list-style:none;}
/* Links */
a, a:link {color: #dd003b;}
a:hover {color:#000000;}
.LikeUrl {color: #dd003b; border-bottom: 1px dotted #dd003b; cursor: pointer; cursor: hand; }
.LikeUrlOff {color: #333; border-bottom: 1px dotted #333; cursor: pointer; cursor: hand; }

/* Paging */
.Paging {padding: 2em 0 2em 1em}
.Paging a, .Paging span {margin: 0 0.2em 0 0.1em; padding: 0.3em 0.4em;}
.Paging a:hover {background: #dd003b; color: #FFF}
.Paging span {color: #999}
.Paging span.sel {background: #dd003b; color: #FFF;}

/* SiteNav */
.SiteNav {display:block; position: absolute; top: 40px; left: 40px}
.SiteNav ul {display:block; list-style-type:none; margin: 0; padding: 0;}
.SiteNav li, .SiteNav li a, .SiteNav li b {display:block; height:21px; width:19px;}
.SiteNav li a, .SiteNav li b {background: url('/i/site-services.gif') no-repeat scroll 0 0; overflow:hidden; text-indent:-9000px;}
.SiteNav li.home b {background-position:-19px 0;}
.SiteNav li.map a {background-position:0 -21px;} .SiteNav li.map b {background-position:-19px -21px;}
.SiteNav li.search a {background-position:0 -42px;} .SiteNav li.search b {background-position:-19px -42px;}
.SiteNav li.contact_us a {background-position:0 -63px;} .SiteNav li.contact_us b {background-position:-19px -63px;}

/* Logo */
.Logo a, .Logo b {display: block; background: url(/i/site-services.png) no-repeat scroll 0 0; overflow:hidden; text-indent:-9000px;}

/* Forms */
.BigForm fieldset {width: 440px; position: relative}
.BigForm ul {list-style-type: none; list-style-image: none; padding: 0; margin: 0;}
.BigForm ul li {list-style-type: none; background: none; display: block; padding: 0 0 0.2em 1em;}
.BigForm ul li label {display: block; width: 350px; padding: 5px 0 5px; font-size: 0.8em;}
.BigForm ul li input[type = 'text'], .BigForm ul li input[type = 'password'], .BigForm ul li textarea, .BigForm ul li select {width: 400px;}
.BigForm ul li input[type = 'text'], .BigForm ul li input[type = 'password'], .BigForm ul li textarea {color: #999; border: 1px #666 solid; font-size: 100.1%; padding: 3px;}
.BigForm ul li input[type = 'text']:focus, .BigForm ul li input[type = 'password']:focus, .BigForm ul li textarea:focus {color: #000; border: 1px #000 solid;}
.BigForm ul li input[type = 'file'] {margin-bottom: 5px; width: 400px;}
.BigForm .Submit input {padding: 5px 15px; margin: 20px 0 15px; font-size: 0.8em;}
textarea {font-size: 14px; padding: 3px; height: 8em; font-family: inherit}

fieldset {border: 1px #FFF solid}
legend {background: #FFF; padding: 0 5px; font-size: 0.7em}
.Basket .number {width: 3em !important}
.Basket td {font-size: 0.9em; border-bottom: 1px #FFF solid}

/* Goods */
.BasketButton.Add {color: green; }
.BasketButton.Del {color: #AAAAAA;}

.BasketButton {
cursor: pointer; cursor: hand;
background-color:#FFFFFF;
background-image:url(/i/more.gif);
background-position:left top;
background-repeat:repeat-x;
border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
border-style:solid;
border-width:1px;
display:block;
font-size:13px;
font-weight:bold;
height:22px;
line-height:1.5em;
margin-bottom:6px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:6px 0 4px;
text-align:center;
text-shadow:1px 1px 1px #FFFFFF;
width: 160px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
.BasketButton:hover {
background-position:left -78px;
border:1px solid #BBBBBB;
text-decoration:none;
}

.GoodsList {margin: -3em 0 0 -2em; position: relative; display: inline-block; clear: both; }
.GoodsList:after {content: ''; display: block; clear: both; }
.GoodsList .GoodItem {position: relative; float: left; display: inline; overflow: hidden; margin: 3em 0 0 2em; width: 12em; min-width: 180px; }
.GoodsList .GoodItem .r {position: absolute; top: 0; left: 0; width: 100%; }
.GoodsList .GoodItem .min {margin: 0 0 200px 0; height: 8em; width: 180px; }

.GoodItem {position: relative; z-index: 1}
.GoodItem .Title {display: block; font-size: 1em; line-height: 1.2em; min-height: 60px; overflow: hidden;}
.GoodItem .Title:hover {text-decoration: none; }
.GoodItem .Price, .GoodFull .Price {margin: 0; padding: 0.2em 0; font-size: 1.5em; font-family: Georgia; font-style: italic;}
.GoodFull .Photo {width: 180px; float: left;}
.GoodFull .BasketButton {margin: 0.5em 0}
.GoodFull .Description {margin-left: 181px}
.GoodFull .Description table {width: 300px}
.GoodFull .Description td {border-bottom: 1px #000 solid}
.Thumb {position: relative; z-index: 1}
.GoodItem .New {display: block; position: absolute; top: -10px; left: 110px; width: 50px; height: 50px; background: url('/i/new.gif') no-repeat; text-indent: -9000px; overflow: hidden; z-index: 10}
.GoodFull .New {display: block; position: absolute; top: -10px; left: 110px; width: 50px; height: 50px; background: url('/i/new.gif') no-repeat; text-indent: -9000px; overflow: hidden; z-index: 10}

.Thumb .Zoom {display: block; position: absolute; top: 130px; left: 130px; width: 20px; height: 20px; background: url('/i/zoom.gif') no-repeat; text-indent: -9000px; overflow: hidden;}
.Thumb img {width: 150px; height: 150px}

@font-face {font-family: "Rubl Sign"; src: url(/css/ruble.eot); }
span.rur {font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none; }
span.rur s {position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; text-decoration: none; // display: none; }
span.rur s:before {content: '\2013';}

.Basket {font-size: 12px; margin: 0;}
.Basket td table {border: 0; margin: 0;}
.Basket td td {width: 1%; border: 0; padding: 0;}


.Paging {}

.BigIcon {width: 170px; min-height: 230px; float: left; margin: 10px 20px 10px 0; height: 230px}
.BigIcon {font-family: Georgia; font-style: italic}
.BgRamka {margin: 0; padding: 0; width: 150px height: 150px; }
.BigIcon img {border: 0}

.IndexNews {margin: 0; padding: 0; list-style-type: none}
.IndexNews li {width: 33%; float: left; margin: 0; padding: 0;}
.IndexNews li .NewsContainer {padding: 0.5em 2em 1em 0}
.IndexNews li .Date {font-size: 0.8em; font-family: Georgia; background: #DCCB00; padding: 5px; margin-bottom: 5px;}

/* News */
dl.News {}
dl.News dt{}
dl.News dd {padding: 0; margin: 0 0 2em;}

/* Faq */
dt.FaqQst {font-weight: normal; padding-bottom: 0.5em; }
dd.FaqAns {margin: 0 0 2em; padding: 0 0 0 3em;}


/* PhotoBlock */
.PhotoBlock div {float: left; margin: 0 20px 20px 0}

/* MailForm */
.MailFormErrorText {}

.Header {position: relative}
.Header .container {min-height: 300px; background: url('/i/logo-hr.jpg') 50px 0 no-repeat;}
.Header .container {height: 300px;}

.TopNav {z-index: 100; font-size: 1.2em; font-family: Georgia; font-style: italic; position: absolute; width: 340px; height: 50px; top: 210px; left: 530px; }
.TopNav .cl {padding: 0 10px;}


.Slogan {z-index: 1; position: absolute; width: 340px; height: 200px; top: 80px; left: 540px; font-family: Georgia; font-style: italic}
.Logo {width: 187px; height: 105px; position: absolute; top: 70px; left: 50px}
.Logo a {width: 187px; height: 105px;}

.Content {width: 70%; float: left;}
.Content .container {margin: 20px 30px 50px 5%; position: relative}
.RightCol {width: 29.9%; float: left;}
.RightCol .container {margin-top: 20px}

.Nav {font-family: Georgia; font-style: italic;}
.Nav .n {margin: 0}
.Nav .d {margin: 0 5px}
.Nav h1 {color: #dd003b; font-size: 2em}
.Nav h1 span, h3 span {padding-right: 20px; background: url('/i/arrow.gif') 100% 50% no-repeat;}

h1, h2, h3 {font-family: Georgia; font-style: italic; color: #dd003b;}

.Footer {background: url('/i/bottom-cir.jpg') 0 0 no-repeat; font-size: 0.75em}
.Copyright {width:30%; float: left; padding: 30px 0 20px 200px}
.Developers {width:20%; float: right; padding: 20px; background: url('/i/bg-dev.gif') repeat-x;}

.BottomMenu li {margin-right: 10px !important;}

#myElement {
	position: absolute;
	top: 0px;
	right: 0;
	background: #dccb00;
	color: #000;
	padding: 4px;
	width: 400px;
	overflow: auto;
	z-index: 2;
	-moz-border-radius-bottomleft:5px;
	}
#info {
	padding: 4px;
	width: 400px;
	background: #dccb00;
	position: absolute;
	top: 45px;
	right: 0;
	color: #000;
	z-index: 3;
	font-size: 11px;
	display: none;
	-moz-border-radius-bottomleft:5px;
	}
#info table {margin-bottom:0}
#info table td {padding:2px 10px 2px 5px;}

#tooltip {
  position: absolute;
  z-index: 3000;
/*  width:250px;*/
  border: 1px solid /*#269*/#000000;
/*  background-color: #48b;*/
  background-color: #ffffff;
  padding: 0;
  opacity: 0.85;
/*  color:#fff;*/
  color:#000000;

}
#tooltip h3 {
  background-color: #269;
  padding-left:5px;
  font-weight:bold;
  font-size:1.4em;
}
#tooltip div {
  padding-left:5px;
  padding-right:5px;
}

.yandex_link{
	display: block;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}