/*Clean*/
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, td, caption, thead, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding: 0;
	margin: 0;
}
html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	color: #333;
	background: #fff;
	text-align: center;
	position: relative;
}
html {
	height: 100%;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #234e7c;
	text-decoration: underline;
}
:focus {
	outline: none;
}
ul {
	list-style-type: none;
}
/*Position*/
#container {
	width: 956px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 711px
}
#cat #content, #tov #content {
	width: 956px;
	clear: both;
}
#tov #content {
	text-align: center;
}
#navigation {
	float: right;
	width: 245px
}
#extra {
	float: right;
	clear: right;
	width: 245px
}
#footer {
	clear: both;
	width: 100%
}
/*Local*/
.none {
	display: none;
}
#container {
	background-color: #fff;
}
.clear {
	clear: both;
	font-size: 0;
}
.text {
	padding: 25px 30px;
}
/* ------------------- Header ------------------- */
#header {
	height: 314px;
	background: url(../img/header.jpg) no-repeat;
	position: relative;
}
#logo {
	background-color: #fff;
	width: 211px;
	position: absolute;
	height: 95px;
	top: 23px;
	left: 0;
	text-align: center;
}
#logo img {
	margin-top: 8px;
}
#logo .sh {
	background: transparent url(../img/logo-shadow.png) no-repeat;
	height: 100%;
	width: 8px;
	margin-right: -8px;
	float: right;
}
#adr {
	position: absolute;
	top: 39px;
	right: 0;
	width: 192px;
	height: 65px;
	text-align: left;
	background-color: #fff;
	font-size: 15px;
	color: #003366;
}
#adr p {
	padding: 10px 5px;
	line-height: 22px;
}
#adr span {
	font-size: 0.8em;
}
#adr .sh {
	width: 13px;
	height: 100%;
	background: url(../img/tel-shadow.gif) no-repeat;
	float: left;
}
#menu {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
#menu td {
	height: 53px;
	background: url(../img/menu-split.gif) no-repeat right top;
	text-align: center;
}
#menu td a {
	display: block;
	height: 100%;
	line-height: 53px;
	color: #fff;
	text-decoration: none;
	background: url(../img/menu-bgr-bl.gif) repeat-x 0 0;
	margin-right: 1px;
	padding: 0 12px;
}
#menu td a:hover {
	background: url(../img/menu-bgr-red.gif) repeat-x 0 0;
}
#menu td.last {
	background: none;
}
#menu td.last a {
	margin-right: 0;
}
/* -------------------- Content ------------------- */
p.h1 {
	color: #234e7c;
	font-size: 20px;
	text-transform: uppercase;
}
#content .h1 {
	padding: 20px 30px 0 30px;
	text-align: left;
}
/* -------------------- Blocks ------------------- */
.blocks {
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
	margin: -10px 0 0 -36px;
/* Выравнивание по центру */
	text-align: center;
}
.block {
/* Убираем подчеркивание у элемента ins,     который был использован для совместимости со старыми версиями Internet Explorer */
	text-decoration: none;
/* Следующее правило для Firefox 2 */
	display: -moz-inline-box;
/* а это для остальных */
	display: inline-block;
	vertical-align: top;
/* Убираем выравнивание по центру */
	text-align: left;
/* Отступы между блоками */
	margin: 60px 0 0 36px;
}
.block .r {
/* Если есть необходимость, то свойства padding, border, background и position со значением relative     лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */
/* Задаем минимальную ширину по тексту */
	width: 134px;
	height: 160px;
/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
	float: left;
	border: 1px solid #d6d6d6;
	position: relative;
}
.block .r img {
	position: absolute;
	top: 26px;
	left: 0;
        width: 132px;
}
.block .r:hover img {
	/* display: none; */
}
.block .r:hover img.nofolder {
	display: block;
}
.block .h2 {
	line-height: 26px;
	background-color: #d6d6d6;
	text-align: center;
	text-transform: uppercase;
	color: #234e7c;
	font-size: 13px;
}
.block li a {
	text-decoration: none;
}
.block li a:hover {
	text-decoration: underline;
}
.block li {
	padding: 3px 5px;
	border-bottom: 1px solid #d6d6d6;
}
/* ----------------- Catalog ------------------- */
.bread {
	color: #234e7c;
	text-transform: uppercase;
	padding: 7px 30px 0 30px;
	text-align: left;
}
.bread a {
	text-decoration: none;
	color: #234e7c;
}
.bread a:hover {
	text-decoration: underline;
}
.cat {
	padding: 0 30px;
}
.cat table {
	margin-top: 5px;
	margin-bottom: 55px;
	width: 100%;
}
.cat table tr.th td {
	background-color: #d6d6d6;
	color: #234e7c;
	font-weight: bold;
	border-bottom: none;
}
.cat table tr td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d6d6d6;
}
.pr {
	color: #234e7c;
	padding-left: 10px;
}
.pr span {
	color: #ff0000;
}
/*----------------- Tovar ---------------------*/
#tov-bl {
	width: 620px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}
#desc {
	float: right;
	width: 150px;
}
#desc p {
	padding-bottom: 14px;
}
#desc p.prt, #desc p.price span {
	color: #ff0000;
}
#desc p span {
	color: #234e7c;
}
#desc p.price span span {
	font-size: 18px;
}
#img-bl {
	float: left;
	text-align: center;
}
#img-bl img {
	margin: 0 auto;
}
.cleartext {
	clear: both;
}
.cleartext p {
	padding-bottom: 16px;
}
.cleartext strong {
	color: #234e7c;
}
.next {
	text-align: right;
	padding: 10px 0;
}
.next a {
	color: #ff0000;
}
/* ---------------- Gray Area ----------------- */
.gray {
	background-color: #F0F0F0;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 40px 35px 40px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.gray .h2 {
	font-size: 20px;
	color: #234e7c;
	padding-bottom: 5px;
	padding-top: 15px;
}
.gray ul {
	padding-left: 3px;
}
.gray ul li {
	padding-left: 10px;
	background: url(../img/bull.gif) no-repeat 0 9px;
}
.gray .h3 {
	font-size: 14px;
	color: #234e7c;
	padding-bottom: 5px;
	padding-top: 35px;
	text-transform: uppercase;
	text-align: center;
}
/* -------------------- Additional text ---------------*/
#addit_text {
	padding: 20px 40px 35px 40px;
}
#addit_text p {
	padding-bottom: 16px;
	line-height: 16px;
}
#addit_text ul {
	padding-left: 3px;
	padding-bottom: 16px;
	overflow: hidden;
	zoom: 1;
}
#addit_text ul li {
	padding-left: 10px;
	background: url(../img/bull.gif) no-repeat 0 7px;
	line-height: 18px;
}
/* -------------------- Navigation --------------- */
#navigation {
	padding-bottom: 20px;
}
#navigation .h1 {
	padding: 20px 20px 0 30px;
}
.newsblock {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
.news {
	padding: 15px 20px 0 30px;
	font-size: 11px;
}
.news span.date {
	display: block;
	color: #1b386e;
	padding-left: 10px;
	background: url(../img/str.gif) no-repeat 0 5px;
}
.news a {
	color: #1b386e;
}
.news p {
	padding: 5px 0;
}
.ditto_currentpage {
	color: #1B386E;
	font-size: 16px;
}
.pages {
	padding-top: 14px;
}
.pages span, .pages a {
	padding: 0 2px;
}
#sbsForm {
}
#sbsForm span {
	background: url(../img/inp-l.gif) no-repeat left top;
	display: block;
	float: left;
}
input.sbs {
	background: url(../img/inp-r.gif) no-repeat right top;
	height: 17px;
	border: 0px solid #0000CC;
	font-size: 12px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
* html input.sbs {
	height: 17px;
	position: relative;
	top: -1px;
}
* +html input.sbs {
	height: 17px;
	position: relative;
	top: -1px;
}
input.sbs-sbm {
	width: 14px;
	height: 17px;
	border: 0;
	background: url(../img/inp-go.gif) no-repeat 0 0;
	cursor: pointer;
	position: relative;
	top: -1px;
	margin-bottom: 2px;
}
/* ---------------------- Sitemap -----------------*/
#sitemap ul {
	padding-left: 25px;
	list-style-type: disc;
}
#sitemap ul li {
	padding: 2px 0;
}
#sitemap ul ul {
	list-style-type: circle;
}
#sitemap ul ul ul {
	list-style-type: square;
}
/* --------------------- Footer ------------------ */
#footer {
	background-color: #1a376c;
	height: 50px;
	color: #fff;
	border-top: 2px solid #9e0000;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#copy {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}
#copyright {
	float: right;
	width: 306px;
	padding-top: 10px;
}
#copyright img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: 3px;
}
.banner img {width:243px}
.banner {padding-top:20px}
