*				{ margin: 0px; padding: 0px }

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center, dir,
hr, menu, pre	{ display: block }
li				{ display: list-item }
head			{ display: none }
table			{ display: table }
tr				{ display: table-row }
thead			{ display: table-header-group }
tbody			{ display: table-row-group }
tfoot			{ display: table-footer-group }
col				{ display: table-column }
colgroup		{ display: table-column-group }
td, th			{ display: table-cell }
caption			{ display: table-caption }
th				{ font-weight: bolder; text-align: center }
caption			{ text-align: center }
body			{ margin: 0px }
h1				{ font-size: 28px; margin: 0px 0px 20px 0px }
h2				{ font-size: 24px; margin: 0px 0px 20px 0px }
h3				{ font-size: 18px; margin: 0px 0px 15px 0px }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu			{ margin: 0px 0px 7px 0px }
h5				{ font-size: 14px; margin: 0px 0px 5px 0px }
h6				{ font-size: 12px; margin: 0px 0px 5px 0px }
h1, h2, h3, h4,
h5, h6, b,
strong			{ font-weight: bold }
blockquote		{ margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address	{ font-style: italic }
pre, tt, code,
kbd, samp		{ font-family: monospace }
pre				{ white-space: pre }
big				{ font-size: 1.17em }
small, sub, sup	{ font-size: .83em }
sub				{ vertical-align: sub }
sup				{ vertical-align: super }
table			{ border-spacing: 2px; }
thead, tbody,
tfoot			{ vertical-align: middle }
td, th			{ vertical-align: inherit }
s, strike, del	{ text-decoration: line-through }
ol, ul, dir,
menu, dd		{ margin-left: 40px }
ol				{ list-style-type: decimal }
ul				{ margin-top: -5px; margin-bottom: 10px }
ol ul, ul ol,
ul ul, ol ol	{ margin-top: 0; margin-bottom: 0 }
u, ins			{ text-decoration: underline }

center			{ text-align: center }
:link, :visited	{ text-decoration: underline }

@media print {
	h1			{ page-break-before: always }
	h1, h2, h3,
	h4, h5, h6	{ page-break-after: avoid }
	ul, ol, dl	{ page-break-before: avoid }
}

/* -- main ---------------------------------------------------------- */

html { height: 100% }

body {
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:#224ab2;
}

table		{ border-collapse:collapse; padding:0 }
.fw			{ width: 100% }
.fw td		{ text-align:left; vertical-align:top }
.fh			{ height: 100% }
.fwh		{ width: 100%; height: 100% }

img			{ border:none; display:block }
p			{ margin: 0 0 15px 0 }
td,div,p	{ color:#222222; line-height: 125% }
a:hover		{ text-decoration:none }

h1,h2,h3,h4		{ color:#394459; font-weight:normal }
h1			{ letter-spacing:-1px; line-height:100%  }
h4			{ font-size:16px }

#wrap			{ min-width:990px }
.wrapper		{ float:left; width:100%; min-width:1000px }

.header			{ height:160px; border-top:solid 1px #4365bd; margin: 10px 0 0 0; position:relative; background:url('images/header_bg.png') top repeat-x; min-width:1000px }
	.header	.logo		{ width:300px; float:left; height:100px; width:300px; margin-left:-100% }
	.header .contacts	{ height:100px; margin: 0 230px 0 300px }
	.header	.basket		{ width:230px; float:left; height:100px; margin-left:-230px; background:url('images/basket_border.png') left no-repeat }

	.phones		{ float:left; padding: 0 30px 0 0 }
		.phones	.item		{ font-size:14px; color:#ffffff; padding: 5px 0 0 0; white-space:nowrap }
		.phones .item .name	{ font-size:12px; color:#ffff99 }

	.icq		{ float:left; }
		.icq .item			{ font-size:14px; color:#ffffff; padding: 5px 0 0 20px; background:url('images/ico_icq.png') no-repeat; white-space:nowrap }
		.icq .item .name	{ font-size:12px; color:#ffff99 }


.header .nav			{ height:50px; background:#b00000 url('images/nav_bg.png') repeat-x; border-top: solid 5px #ffffff; border-bottom: solid 5px #ffffff; clear:both  }
	.header .nav ul			{ margin:0; height:50px; padding: 0 30px 0 30px; float:left }
	.header .nav ul li		{ float:left; list-style:none }
	.header .nav .make-order	{ float:right }

.content		{ background:#ffffff; min-height:500px; height:auto !important; height:500px; padding: 20px 0 20px 0; min-width:1000px }
	.content .nav		{ float:left; width:220px; margin-left:-100%; padding: 0 10px 0 10px }
	.content .nav ul	 	{ margin: 0 }
	.content .nav ul li		{ margin: 0 0 10px 0; list-style:none; width:220px; height:30px; }
	.content .nav ul li a	{ color:#394459;  font-weight:bold; text-decoration:none; display:block; padding: 6px 20px 0 20px; height:24px; background:#d9d2d2 url('images/catalog_nav_bg.png') no-repeat }
	.content .nav ul li a:hover	{ background:#c3bbbb url('images/catalog_nav_bg_hover.png') no-repeat !important  }
	.content .nav ul li.a		{ }
	.content .nav ul li.a a		{ color:#ffffff; background:#b00000 url('images/catalog_nav_bg_a.png') no-repeat }
	.page_content		{ margin: 0 240px 0 240px }
	.right_ear			{ float:left; width:240px; margin-left:-240px; }


ul.catalog  	{ margin: 0 }
ul.catalog li	{
        width: 24%;
        min-height: 220px;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 20px 0;
        zoom: 1;
        *display: inline;
        _height: 220px;
}
ul.catalog li div	{ width: 175px; margin: 0 auto; text-align:center }
ul.catalog li img	{ margin: 0 5px 0 5px }
ul.catalog li h3	{ margin: 10px 0 10px 0 }
.catalog h3	{ margin: 10px 0 10px 0 }
ul.catalog li h3 a	{ color:#394459 }
.catalog h3 a	{ color:#394459 }

ul.catalog li h4	{ margin: 5px 0 5px 0 }
.catalog h4	{ margin: 5px 0 5px 0 }
ul.catalog li h4 a	{ color:#394459 }
.catalog h4 a	{ color:#394459 }

	.price		{ color:#d6284a }


.clear			{ clear:both; height:0; overflow:hidden }

.footer			{ padding: 20px 30px 20px 30px; font-size:11px }
	.footer .nav		{ color:#ffffff; font-size:11px; margin: 0 0 10px 0 }
		.footer .nav a	{ color:#ffffff }
		.footer .nav a.a	{ color:#ffff66; text-decoration:none }
	.footer .copy			{ color:#91a5d9 }
		.footer .copy a		{ color:#ffffff }

a.genum			{ width:88px; height:31px; background-image:url('images/genum_off.png'); background-position:top; display:block; overflow:hidden; float:right }
a.genum:hover 	{ background-image:url('images/genum_on.png'); }
a.genum img 	{ width:88px; height:31px; }


/* general content */
.page-content, body.fck, body.fck-pannel div.SC_Panel {
	background-color: #ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222222;
	padding:0 !important;
}

.page-content p	{ color:#222222; }
.page-content .page_title h1	{ color:#394459 }

/* general fck editor area */
body.fck {
	height: auto !important;
	padding: 10px;
}

/* general hover items in fck editor comboboxes */
body.fck-pannel div.SC_ItemOver {
	border: solid 1px #ffffff;
}

/* forms */

div.forms fieldset				{ width:100%; padding: 0px 10px 20px 10px; }
div.forms fieldset legend		{ padding: 0 5px 0 5px; font-weight:bold; font-size: 20px }
table.forms						{  border-collapse:collapse }
div.forms fieldset table.forms	{ margin-top: 10px; }
table.forms td					{ width:100%; padding: 2px 5px 7px 5px }
table.forms th					{ padding-right: 10px; padding-top:6px; text-align:right; vertical-align:top; white-space:nowrap; font-weight:normal; color:#444444; font-size:18px; }
table.forms td input			{ width:97%; background-color:#ffffde; font-family:tahoma; font-size:11px; padding:5px }
table.forms td textarea			{ width:97%; background-color:#ffffde; padding:5px }
table.forms td select			{ width:100% }
table.forms td input.checkbox	{ width:auto; margin: 0px 5px 0px 0px; background:none }
table.forms td label			{ color:#ffffff; }
table.forms td img.captcha		{ border: solid 1px #000000; position:relative; top:30px; }
#id_captcha { position:relative; top: -32px; }
table.forms ul					{ list-style:none; margin:0px }
table.forms ul.errorlist li		{ color:#d7480a; margin: 3px 0 3px 0 }
table.forms td.top_errors ul.errorlist li	{	background: #d7480a; padding: 5px 10px 7px 10px; border: none; color: #ffffff; margin-bottom:10px }
table.forms tr.buttons td		{ white-space: nowrap }
.form-button,
table.forms tr.buttons td input	{ width:auto; margin: 0 25px 0 0; font-size:18px; font-family:tahoma; color:#cc0000; text-transform:lowercase; background:none; border:none; padding:0; cursor:pointer; overflow: visible; }
.required {color:#cc0000}

/* slidebar */
table.slidebar						{ width:100%; background-color:#305abc; height:20px; margin: 0px 0px 15px 0px }
table.slidebar tr td 				{ vertical-align:middle; font-size:10px; padding: 0px 7px 2px 7px; color:#ffffff; white-space:nowrap }
table.slidebar td a					{ color:#ffffff; text-decoration:none }
table.slidebar td a:hover			{ text-decoration:underline; color:#ffffff }
table.slidebar .left				{ width:50%; padding: 0px 15px 2px 15px; color:#ffffff }
table.slidebar .right				{ width:50%; padding: 0px 15px 2px 15px; color:#ffffff; text-align:right }
table.slidebar .to_left				{ background-color:#4d6dc0 }
table.slidebar .to_left a			{ color:#ffffff; text-decoration:none }
table.slidebar .to_left a:hover		{ text-decoration:underline;}
table.slidebar .to_right			{ background-color:#4d6dc0}
table.slidebar .to_right a			{ color:#ffffff; text-decoration:none }
table.slidebar .to_right a:hover	{ text-decoration:underline }
table.slidebar .active				{ background-color:#ffffff; color:#000000 }
table.slidebar .active a			{ color:#000000 }

/* wed */
img.wed-img			{  margin:10px; display:inline }
img.wed-left-img	{ border: 1px solid #888888; margin-right: 5px; float: left; }
img.wed-right-img	{ border: 1px solid #888888; margin-left: 5px; float: right; }

hr.wed-hr	{ color: #475d6a; }
.wed-alert	{ color: #cc0000; font-weight: bold; }

table.wed-table			{ border-collapse: separate; background-color: #ffffff; border: none; }
table.wed-table tr td, table tr td.wed-common-td,
table.wed-table tr.even td, table tr.even td.wed-common-td {
	background-color: #dddddd; padding: 5px 7px 5px 7px; border: none
}
table.wed-table tr.odd td, table tr.odd td.wed-common-td {
	background-color: #eeeeee;
}
table.wed-table tr.selected td, table tr.selected td.wed-common-td {
	background-color: #d7480a; color: #ffffff;
}
table tr td.wed-h1-td, table tr.odd td.wed-h1-td,
table.wed-table tr th, table.wed-table tr.odd th	{ background-color: #888888; color: #ffffff; font-weight: normal; padding: 5px 10px 5px 10px; font-size:11px }
table tr.even td.wed-h1-td, table.wed-table tr.even th							{ background-color: #777777; color: #ffffff; font-weight: normal; padding: 5px 7px 5px 7px; font-size:11px }
table tr td.wed-h2-td, table tr.odd td.wed-h2-td	{ background-color: #bbbbbb; color: #ffffff; font-weight: normal; }
table tr.even td.wed-h2-td							{ background-color: #aaaaaa; color: #ffffff; font-weight: normal; }

table.wed-table caption		{ font-weight:bold; font-size:15px; padding: 0 0 5px 0 }

/* ------------------------------------------------------- */

table.wed-table2			{ border-collapse: collapse; background-color: #ffffff; border: none; }
table.wed-table2 tr td, table tr td.wed-common-td,
table.wed-table2 tr.even td, table tr.even td.wed-common-td {
	background-color: #dddddd; padding: 2px 7px 5px 7px; border: solid 1px #ffffff;
	font-size:12px
}
table.wed-table2 tr.odd td, table tr.odd td.wed-common-td {
	background-color: #eeeeee;
}
table.wed-table2 tr.selected td, table tr.selected td.wed-common-td {
	background-color: #d7480a; color: #ffffff;
}
table tr td.wed-h1-td, table tr.odd td.wed-h1-td,
table.wed-table2 tr th, table.wed-table tr.odd th	{ background-color: #888888; color: #ffffff; font-weight: bold; padding: 2px 10px 5px 10px; font-size:10px; border: solid 1px #ffffff; text-align:left }
table tr.even td.wed-h1-td, table.wed-table tr.even th							{ background-color: #777777; color: #ffffff; font-weight: bold; padding: 2px 7px 5px 7px; font-size:10px }
table tr td.wed-h2-td, table tr.odd td.wed-h2-td	{ background-color: #bbbbbb; color: #ffffff; font-weight: normal; }
table tr.even td.wed-h2-td							{ background-color: #aaaaaa; color: #ffffff; font-weight: normal; }

table.wed-table caption		{ font-weight:bold; font-size:15px; padding: 0 0 5px 0 }

/* ------------------------------------------------------- */

/* photos */
div.photo {
	width:144px;
	text-align:center;
}

div.photo a.descr {}


/* ovl */

#divOvl {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;

	background-color: black;
	/* -moz-opacity: 0.4; */
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

#divOvlPos {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
}

#divOvlContent, #divOvlLoading {
	margin: 0 auto;
}

#iframeOvl {
	border: solid 1px #ffffff;
	background: #ffffff;
}

#divOvlClose {
	z-index: 1002;
	position: absolute;
	right: -25px;
	cursor: pointer;
}

#imgOvl {
	border: solid 1px #ffffff;
}


/* page_title */
div.page_title {
	padding: 0 0 15px 0;
}


/* nav_path */
div.nav_path {
	padding: 0 0 5px 0;
}

div.nav_path a {
	color: #888888;
}

div.nav_path span {
	color: #000000;
}

/* msg */
.error_msg {
	background-color: #ffe4db;
	padding: 5px;
	margin: 0 0 0 0;
}

.info_msg {
	background-color: #e5ffdb;
	padding: 5px;
	margin: 0 0 0 0;
}

