 
/* body styles  / reset / links / headings / other elements / tags  */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}
body {
	background: #fff url(../img/body.bg.gif) center top no-repeat;
	color: #626669;
	font: 0.63em/1.50em Tahoma, Verdana, Arial;
}
button {cursor: pointer}
legend {display: none}
object {float:left}
.accessibility {display: none}
.container {
	margin: 0 auto;
	position:relative;
	width: 984px;
}
.notxt {
	font-size: 0;
	line-height: 0;
	text-indent: -9998%;
}
#header h1 {
	height: 85px;
	position: absolute;
	left: 19px;
	top: 20px;
	width: 175px;
}
#header h1 a {
	background: url(../img/header.h1.a.bg.gif) no-repeat;
	display: block;
	height: 100%;
	text-indent: -998em;
}
#header h1 a:hover {background-position: 0 -85px}
#main-content h4 {
	color: #eb0000;
	font-weight: bold;
	padding-bottom: 8px;
}
#main-content h4 strong {
	background: url(../img/main-content.h4.strong.bg.gif) right 2px no-repeat;
	padding-right: 20px;
}
#sidebar h2, #main-content h2,
#products h2, #main-content h3.cat-head {
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	height: 20px;
	margin-bottom: 15px;
}
#main-content h2, #products h2 {
	color: #ed1d24;
	margin-left: 2px;
	margin-bottom: 35px;
}
#products h2 {margin-left: 25px}
#footer h5 {clear: right;font-weight:normal;float: right}
.cms-editable #main-content h3, .product h3, .cms-editable #main-content h5  {
	color: #EB0000;
	font-size: 1.17em;
	font-weight: bold;
}
#main-content .product h3 a {
	color: #EB0000;
	text-decoration: none;
}
#main-content .product h3 a:hover {text-decoration:underline}
#main-content .product h4 {
	margin-top:8px;
	padding-bottom: 2px;
}
#main-content .product p {margin: 1px 0}
#main-content h3.heading {
	font-size: 1.45em;
	margin-bottom: 20px;
}
.cms-editable #main-content h5 {
	color:#EB0000;
	font-size: 1em;
	margin-bottom:-15px ;
}
#main-content table {
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	font-weight: bold;
}
	#main-content table td {
		border-bottom: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		padding: 10px 0;
		text-align:center;
	}
	.cms-editable #main-content table img {
		border: 1px solid #818284;
		display: block;
		float: none;
		margin: 0 auto 5px;
		height: 53px;
		width: 75px;
	}
	

	
/* forms / notifications and errors / consistant items with normally just one class  */
#main-content form {
	color: #626669;
	width: 530px;
}
	#main-content button {
		background: url(../img/main-content.buttons.bg.gif);
		border: 0;
		float: right;
		height: 26px;
		margin-right: 2px;
		overflow: hidden;
		text-indent: -9998em;
		width: 66px;
	}
		#main-content button.clear {
			background-position: -66px 0;
			float: left;
			width: 74px;
		}
		#main-content button:hover {background-position: 0 -26px}
		#main-content button.clear:hover {background-position: -66px -26px}
	#main-content form label {
		float: left;
		padding: 2px 0;
		padding-right: 7px;
		text-align: right;
		width: 98px;
	}
	#main-content form input, #main-content form textarea {
		background: #f3f3f3 url(../img/main-content.input.bg.gif) right top;
		border: 1px solid #d5d5d5;
		font-size: 1em;
		font-family: Tahoma;
		padding: 3px 7px;
	}
	#main-content form input {width: 406px}
	#main-content form div {
		float: left;
		width: 50%;
	}
		#main-content form div label {
			cursor: pointer;
			padding-right: 10px;
			text-align: right;
			width: 95px;
		}
		#main-content form div input {
			width: 140px;
		}
	#main-content form textarea, #main-content form label, #main-content form input {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#main-content form textarea:focus, #main-content form input:focus {
		border-color: #000;
	}
	#main-content form textarea {
		width: 406px;
	}
	#main-content form label.error {
		position: absolute;
		top: -99999em;
		display:none;overflow:hidden;height:0px;width:0px;}
		
	#main-content form input.error, #main-content form textarea.error {
		border-color: #ED1D24;
	}
	#main-content form h5 {
		color: #ED1D24;
		font-weight: bold;
		margin-bottom: 10px;
		margin-left: 105px;
	}
/* skeleton including page furniture  */
#header {
	background: url(../img/header.bg.gif) left bottom no-repeat;
	height: 434px;
}
	.subpage #header {background-image: url(../img/subpage.header.bg.gif)}
	.content-show #header {
		background-image: url(../img/content-show.header.bg.gif);
		background-position: 11px bottom;
	}
	.product-show #header { background-image: url(../img/product.header.bg.gif)}
	#header #banner {
		background: url(../img/flash-bg.jpg) no-repeat;
		height: 244px;
		left: 26px;
		position: absolute;
		top: 171px;
		width: 873px;
		z-index: 1;
	}
	.lang-ru #header #banner {
		background-image: url(../img/flash-bg.ru.jpg)
	}
	.lang-en #header #banner {
		background-image: url(../img/flash-bg.en.jpg)
	}
#content {
	background: url(../img/content.bg.gif) repeat-y;
	padding-left: 26px;
}
	.subpage #content {background: none;overflow: auto}
	#main-content, #sidebar, #sidebar .inner {background: url(../img/numbers.bg.gif) no-repeat}
	#main-content {
		background-position: -42px 0 ;
		float: left;
		margin: 0 0 0 22px;
		padding-left: 20px;
		width: 475px;
	}
		.subpage #main-content {width:540px}
		.cms-editable #main-content {font-size: 1.10em; width:610px}
		.product-show .cms-editable #main-content {
			width: 550px;
		}
	#sidebar {
		background-position: 0 -31px;
		float: right;
		margin: 0 48px 0 0;
		padding: 0 0 0 20px;
		position: relative;
		width: 350px;
	}
		#sidebar a.print {
			background: url(../img/a.print.bg.gif) no-repeat 6px 1px;
			color: #a7a7a7;
			display: block;
			font-size: 1.1em;
			margin: 10px 0 0 0;
			padding: 0 30px;
			text-decoration: none;
		}
		#sidebar a.print:hover {
			background-position: 6px -35px;
			color: #ed1d24;
		}
		#sidebar ul.col-2 {
			left: 205px;
			position: absolute;
			top: 35px;
		}
		.subpage #sidebar {
			margin-right: 30px;
			padding-left: 0;
			padding-right: 0;
			width: 315px;
		}
		.content-show #sidebar {
			margin-right: 19px;
			width:254px}
		.product-show #sidebar {width: 315px}
		#sidebar .inner {
			background-color: #ed1d24;
			background-position: 32px -32px;
			color: #fff;
			font-size: 1.10em;
			line-height: 2.55em;
			padding: 0 20px 25px 52px;
		}
		.content-show #sidebar .inner {
			background-image:none;
			padding-left: 30px;
			padding-right: 35px;			
		}
		.product-show #sidebar .inner {
			overflow: auto;
			padding-left: 29px;
			padding-right: 32px;
		}
		.products #sidebar .inner {
			background-position: 26px -32px;
			padding-left: 46px;
			padding-right: 40px;
		}
	#products {
		background: #fff url(../img/products.bg.gif) no-repeat;
		border: 1px solid #cfcfcf;
		border-width: 1px 0 1px 1px;
		clear: both;
		display: block;
		height: 165px;
		padding: 18px 0 25px 18px;
		position: relative;
		width: 920px;
	}
#footer {
	clear: both;
	color: #c2c5c8;
	display: block;
	overflow: auto;
	padding: 15px 20px;
}
	.subpage #footer {
		border-top: 1px solid #cfcfcf;
		margin-top: 30px;
	}
/* page components -> most of styles  */
#header a {color:#ed1d24; text-decoration: none}
#header a:hover {text-decoration:underline}
#header .girl {
	background: url(../img/header.girl.bg.png) no-repeat;
	height: 342px;
	left: 659px;
	position: absolute;
	top: 92px;
	width: 325px;
	z-index: 2;
}
#header dl {float: right;margin: 35px 65px}
	#header dt {display: none}
	#header dd {
		display: block;
		color: #5f708f;
		text-align: right;
	}
#langs {
	background: #eceef4 url(../img/langs.bg.gif) right top no-repeat;
	left: 659px;
	position: absolute;
	padding: 11px 16px 19px;
	top: 124px;
	z-index: 5;
}
	#langs li {margin: 0 1px}
	#langs a, #langs li {float: left;height: 23px;width: 29px}
	#langs a {
		background: url(../img/langs.a.bg.gif) no-repeat -29px 0;
		text-indent: -9998em;
	}
	#langs a.active, #langs a:hover {background-position: 0 0 ;}
	#langs #l-english a {background-position: -29px -23px}
	#langs #l-english a:hover, #langs #l-english a.active {background-position: 0 -23px}
	#langs #l-russian a  {background-position: -29px -46px}
	#langs #l-russian a:hover, #langs #l-russian a.active  {background-position: 0 -46px}
#main-menu {
	background: url(../img/main-menu.bg.gif) no-repeat;
	height: 217px;
	left: 19px;
	padding: 0 15px 0 21px;
	position: absolute;
	top: 119px;
	z-index: 2;
}
	#main-menu li, #main-menu a {float: left}
	#main-menu a {
		background: url(../img/main-menu.a.bg.gif) no-repeat center -100px;
		color: #fff;
		font-family: Arial;
		font-size: 1.30em;
		font-weight: bold;
		padding: 19px 10px 28px;
		position: relative;
		white-space: nowrap;
		z-index: 2;
	}
	#main-menu li .hover {
		background: url(../img/main-menu.a.bg.gif) no-repeat center 0;
		float: left;
		height: 0px;
		line-height: 0px;
		padding: 0;
		position: relative;
		top: -62px;
		text-indent: -9998em;
		font-size: 0px;
	}
	 #main-menu a.active {
			background-position: center 0;
			text-decoration: none;
	}
	
#main-content a {color: #ff0000}
#main-content a:hover {color:#000}
#main-content p {margin: 6px 0}
#main-content img {float: left;margin: 6px 15px 0 0}

#sidebar ul {
	padding: 0 0 20px;
	position: relative;
	width: 160px;	
}
	#sidebar .inner a {color: #fff}
		#sidebar .inner a:hover {text-decoration:none}
	#sidebar .inner ul {
		padding: 10px 0;
		width: auto;
	}
	#sidebar li {
		border-bottom: 1px solid #f86a6f;
		line-height: 2.55em;
		width: 160px;
	}
		#sidebar .inner li {
			border: 0;
			line-height: 2.80em;
			width: auto;
		}
		#sidebar li.col-2 {
			position: absolute;
			top: -1px;
			left: 190px;
		}
			#sidebar li.col-2 a {padding-top: 1px}
		#sidebar li.pos-2 {top: 38px}
		#sidebar li.pos-3 {top: 77px}
		#sidebar li.pos-4 {top: 116px}
		.content-show #sidebar li, .products #sidebar li {
			border-bottom: 1px solid #f96a6e;
		}
		.content-show #sidebar li a, .products #sidebar li a {
			background-position: 173px 14px;
			padding-left: 18px;
		}
		
	#sidebar .offer a, #sidebar .col-2 a, .products #sidebar li a {
		background: url(../img/sidebar.a.bg.gif) no-repeat 140px 14px;
		border: 1px solid #ed1d24;
		border-width: 1px 0;
		color: #fff;
		display: block;
		padding: 0 20px 0 3px;
		text-decoration: none;
	}
	.products #sidebar li a {background-position: 205px 14px}
	#sidebar .offer a:hover, #sidebar .col-2 a:hover, .content-show #sidebar li a.active,
	.products #sidebar li a:hover {
		background-color: #f6313d;
		background-position: 130px 14px;
		padding-left: 15px
	}
	.content-show #sidebar li a:hover,
		.content-show #sidebar li a.active {background-position: 163px 14px}
		
		.content-show #sidebar li a.active:hover {text-decoration:underline}
	.products #sidebar li a:hover, .products #sidebar li a.active {
		background-color: #f6313d;
		background-position: 195px -81px;
	}
	.products #sidebar li:last-child, .products #sidebar li.last-child {border: 0}
	.product-show #sidebar ul {
		background:#d6151c;
		overflow: auto;
		padding: 5px 5px;
	}
	.product-show #sidebar li {
		border: 0;
		float: left;
		padding: 0;
	}
	.product-show #sidebar li img, .product-show #sidebar li a {float:left}
	.product-show #sidebar li a {
		padding: 5px 5px;
	}
	#big-thumb, .big-photo img {
		display: block;
		margin: 25px auto 15px;
	}
#main-content .pagination {
	overflow: hidden;
	padding: 15px 0 5px;
	text-align: center;
}
#main-content .pagination ul {
	float: left;
	position: relative;
	left: 50%;
}
#main-content .pagination li {
	float: left;
	margin: 0 2px;
	position: relative;
	right: 50%;
}
#main-content .pagination li a {
	background: #fefefe;
	border: 1px solid #b2c0c9;
	color: #747474;
	float: left;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}
	#main-content .pagination li a:hover, #main-content .pagination li a.active {
		background: #ffeae9;
		border: 1px solid #cdb5b5;
		color: #dd3032;
	}
	#main-content .pagination li a.active {font-weight: bold}
	#main-content .pagination li a.prev {margin-right: 20px}
	#main-content .pagination li a.next {margin-left: 20px}
#products ul {
	background: #f4f5f8;
	height: 84px;
	/* left: 90px; 
	position: absolute;
	top: 57px;
	*/
	margin-left: -10px;
	width: 730px;
}
	#products ul {width: 730px}
	#products li, #products li a, #products img {float: left}
	#products li {margin: 0 22px}
	#products li a {padding: 2px}
	#products li a:hover {background: #c0c3cf;}
	/*
	#products li:first-child, #products li.first-child {margin-left:0}
	#products li:last-child, #products li.last-child {margin-right:0}
	*/
	#products a.operator {
		background: url(../img/products.operator.bg.gif) no-repeat;
		height: 36px;
		left: 16px;
		position: absolute;
		text-indent: -9998em;
		top: 93px;
		width: 42px;
		z-index: 10;
	}
	#products a.operator:hover {background-position: 0 -36px}
	#products #s-next {background-position: -42px 0;left:891px}
	#products #s-next:hover {background-position: -42px -36px}
	.home-page #main-content div h4 {
		padding-bottom: 0;
	}
	.home-page #main-content div p {
		text-align: justify;
		width: 435px;
	}
.product {
	border-bottom: 1px solid #cfcfcf;
	overflow: auto;
	padding: 15px 0 6px 0;
}
	#main-content .product img {
		margin-top: 3px;
	}
	#main-content .product a.more,
	.cms-editable #main-content a.go-back {
		background: #ed1d24;
		clear: both;
		color: #fff;
		float: right;
		margin: 10px 7px 0;
		padding: 3px 11px 4px;
		text-decoration: none;
	}
	#main-content .product a.more:hover, .cms-editable #main-content a.go-back:hover {
		color: #fff;
		text-decoration: underline;
	}
	.product .p-desc {
		float: right;
		width: 400px;
	}
	.product li {
		background: url(../img/product.li.bg.gif) no-repeat 0 7px;
		display: inline;
		float: left;
		margin-left: 2px;
		padding: 2px 0 2px 9px;
		width: 120px;
		width: 350px;
	}
#footer address {
	clear: both;
	font-style:normal;
	float: right;
}
#footer a {color: #d2d3d5}
#footer address a, #footer a:hover {color: #f5babc}
#footer address a:hover {color: #000}
#footer ul, #footer li {float: left}
#footer li a:hover {color:#FF0000}
#footer li {
	border-right: 1px solid #d3d3d6;
	padding: 0 10px;
}
	#footer li:last-child, #footer li.last-child {border: 0}

/* specyfic, unpredicted  styles, trynigs  */
.sIFR-flash {margin: -4px 0 -8px -2px;visibility: visible !important}
.sIFR-replaced {visibility: visible !important}
span.sIFR-alternate {display: block;height: 0;left: 0;position: absolute;top: 0;overflow: hidden;width: 0}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {display: none !important}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 75px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {display: none;z-index: 3}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-clip-horizontal {
	border: 1px solid #F4F5F8;
	border-width: 18px 22px;
	left: 65px;
	height: 84px;
	top: -14px;
	width: 730px;
}
.cms-editable #main-content a {color:#EB0000;text-decoration:underline}
.cms-editable #main-content a:hover {color: #000}
.cms-editable #main-content abbr {border-bottom:1px dotted #32139C}
.cms-editable #main-content em {
	background: #e9e9e6;
	font-style: normal;
	padding: 2px 4px;
}
.cms-editable #main-content p {margin: 10px 0 15px;text-align: justify}
.cms-editable #main-content ul {display: block; padding: 5px 0 10px 0}
.cms-editable #main-content ul li {background: url(../img/sidebar.a.bg.gif) no-repeat scroll 0 -87px;padding: 2px 3%}
.cms-editable #main-content strong {font-weight:bold}
.cms-editable #main-content .image {
	background:#F2F3F5 none repeat scroll 0 0;
	border:1px solid #D8D8D8;
	float:left;
	margin:10px 20px 5px 0;
	padding:5px;
}
.cms-editable #main-content img {margin:0}
.cms-editable #main-content .image img{float:left}
.cms-editable #main-content .right {float:right;margin:10px 0 5px 20px}
table.styled, .styled caption, .styled tbody, .styled tfoot, .styled thead, .styled tr, .styled th, .styled td 
{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
table.styled {border-collapse:separate;border-spacing:0}
.styled caption, .styled th, .styled td{text-align:left;font-weight:normal}
table.styled {margin: 15px 0;width: 100%}
table.styled th, table.styled td {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 15px;
	vertical-align: middle;
}
table.styled th {background: #e5e5e5;font-weight: bold}
table.styled th.name {width: 150px}
table.styled th.price {width: 50px}
table.styled th.availability {width:90px}
html, body {height: 100%}
div#fancy_overlay {
	background-color: #666;
	display: none;	
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}
* html div#fancy_overlay {
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position: absolute;
}
div#fancy_wrap {text-align: left}
div#fancy_loading {
	background: transparent;
	cursor: pointer;
	display: none;
	height: 40px;
	overflow: hidden;
	position: absolute;
	width: 40px;
	z-index: 100;
}
div#fancy_loading div {
	background: transparent url('/img/fancy_progress.png') no-repeat;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;	
}
div#fancy_loading_overlay {
	background-color: #FFF;
	position: absolute;
	z-index: 30;
}
div#fancy_loading_icon {
	background: url('/img/fancy_loading.gif') no-repeat;
	height: 16px;
	position: absolute;
	width: 16px;
	z-index: 35;
}
div#fancy_outer {
	background: transparent;
	display: none;
	left: 0;
	margin: 0;	
	overflow: hidden;
	padding: 18px 18px 33px 18px;
	position: absolute;
    top: 0;
    z-index: 90;
}
div#fancy_inner {
	background: #FFF;
	border: 1px solid #BBB;
	height:100%;
	position: relative;
	width:100%;
}
div#fancy_content {margin: 0;position: absolute;z-index: 100}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	border:0; 
	height: 100%;
	margin: 0;
	left: 0;
	padding: 0; 
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
div#fancy_close {
	background: url('/img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	display: none;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -12px;
	width: 30px;	
	z-index: 181;	
}
#fancy_frame {
	display: none;
	height: 100%;
	position: relative;
	width: 100%;	
}
#fancy_ajax {height: 100%;overflow: auto;width: 100%}
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left {left: 0px}
a#fancy_right {right: 0px}
span.fancy_ico {
	cursor: pointer;
	display: block;
	height: 30px;
	margin-top: -15px;
	position: absolute; 
	top: 50%;
	width: 30px;
	z-index: 112; 	
}
span#fancy_left_ico {background: transparent url('/img/fancy_left.png') no-repeat;left: -9999px}
span#fancy_right_ico {background: transparent url('/img/fancy_right.png') no-repeat;right: -9999px}
a#fancy_left:hover {visibility: visible}
a#fancy_right:hover {visibility: visible}
a#fancy_left:hover span {left: 20px}
a#fancy_right:hover span {right: 20px}
.fancy_bigIframe {
	background: transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;	
}
div#fancy_bg {	
	border: 0;
	height: 100%;
	margin: 0;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 70;
}
div.fancy_bg {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 70;
}
div.fancy_bg_n {
	background: transparent url('/img/fancy_shadow_n.png') repeat-x;
	height: 18px;
	top: -18px;	
	width: 100%;
}
div.fancy_bg_ne {
	background: transparent url('/img/fancy_shadow_ne.png') no-repeat;
	height: 18px;
	right: -13px;
	top: -18px;
	width: 13px;
}
div.fancy_bg_e {
	background: transparent url('/img/fancy_shadow_e.png') repeat-y;
	height: 100%;
	right: -13px;
	width: 13px;	
}
div.fancy_bg_se {
	background: transparent url('/img/fancy_shadow_se.png') no-repeat;
	bottom: -18px;
	height: 18px;
	right: -13px;	
	width: 13px;
}
div.fancy_bg_s {
	background: transparent url('/img/fancy_shadow_s.png') repeat-x;
	bottom: -18px;
	height: 18px;
	width: 100%;
}
div.fancy_bg_sw {
	background: transparent url('/img/fancy_shadow_sw.png') no-repeat;
	bottom: -18px;
	height: 18px;
	left: -13px;
	width: 13px;	
}
div.fancy_bg_w {
	background: transparent url('/img/fancy_shadow_w.png') repeat-y;
	left: -13px;
	height: 100%;
	width: 13px;	
}
div.fancy_bg_nw {
	background: transparent url('/img/fancy_shadow_nw.png') no-repeat;
	height: 18px;
	left: -13px;
	top: -18px;
	width: 13px;	
}
div#fancy_title {
	bottom: -33px;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {margin: 0 auto}
div#fancy_title table td {padding: 0;vertical-align: middle}
td#fancy_title_left {
	background: transparent url(/img/fancy_title_left.png) repeat-x;
	height: 32px;
	width: 15px;
}
td#fancy_title_main {
	background: transparent url(/img/fancy_title_main.png) repeat-x;
	height: 32px;
}
td#fancy_title_right {
	background: transparent url(/img/fancy_title_right.png) repeat-x;
	height: 32px;
	width: 15px;	
}
.award {
	border: 1px solid #CFCFCF;
	clear: both;
	display: block;
	margin: 10px 0;
	overflow: auto;
	padding: 5px 10px;
}
	.cms-editable #main-content .award img {
		background: #F2F3F5;
		border: 1px solid #D8D8D8;
		float: left;
		margin-right: 15px;
		padding: 3px;
	}
.cms-editable #main-content .award  p  {margin: 5px 0 3px}
.cms-editable #main-content h5 {margin-bottom: 5px}
.product-files {
	border-top: 1px solid #CFCFCF;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 2px;
}
.cms-editable #main-content .product-files h4 {padding-bottom: 5px}
.cms-editable #main-content .product-files ul {padding-top: 0}
.cms-editable #main-content .product-files ul li a {color: #A7A7A7}
.cms-editable #main-content .product-files ul li a:hover {color: #EB0000}
.cms-editable #main-content .product-files ul li {
	background: url(../img/pdf.icon.gif) no-repeat 0 0;
	padding-left: 25px;
	margin-bottom: 3px;
}
.contact #sidebar .inner p, .contact #sidebar .inner li {line-height: 2em}
.contact #sidebar .inner p strong {
	font-weight: bold;
}
#order-form table td, #order-form table th {
	padding: 10px;
}
#order-form table th {
	background: #CFCFCF;
	font-weight: bold;
}
#order-form table select {
	margin: 0 5px;
	width: 220px;
}
#order-form table input {width: 120px}


body div.contact #main-content h3 {
	color: #ED1D24;
	font-size: 1.17em;
	font-weight: bold;
	margin: 2em 0;
}
#main-content table.added-orders {width: 600px}
#main-content table.added-orders th.lp {width: 30px}
#main-content table#ordered_products {width: 100%;}
#order-form table input {width: 80px}
#main-content #order-form form {width: 900px;}
#order-form table td {
	vertical-align: middle;
}
body div.contact #main-content .product h3 {
	margin: 0;
}
.lang-ru #main-content button, .lang-en #main-content button {
	background: #ed1d24;
	color:#fff;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	text-indent: 0;
}
	.lang-ru #main-content button.clear, .lang-en #main-content button.clear {
		background: #d4d4d4;
	}
#main-content strong {font-weight:bold}
body div.contact #main-content h3.cat-head {
	color: #ED1D24;
	font-size: 1.8em;
	font-weight: normal;
	height: 20px;
	margin-bottom: 15px;
	margin-top: 2px;
}
#main-content p.correct {
	color: green;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}
#cphone_pre1, #cphone_pre2 {
	width: 15px;
}
#cphone_nr {
	width: 107px;
}