/* CSS Document */
html, body {
	height:100%;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
	color: #464646;
    font-weight: bold;
    margin:0; 
    padding:0;
    background:#ffffff;
}
A {
    font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: underline; 
	color: #238ed9;
}
A:hover {
	text-decoration: none; 
	color: #238ed9;
}
A IMG{
    border: 0;
}
#all{
	min-width:990px;
	max-width:1270px;
	margin:0 auto;
}
table td{
	vertical-align: top;
}
blockquote{
	width: 217px;
	height: 201px;
	margin: 0;
}
blockquote a{
	width: 217px;
	height: 201px;
	display: block;
	text-indent: -700em;
	overflow:hidden;
	white-space: nowrap;
	background: url(/images/spacer.gif);
}
.grey{
	border: 1px solid #dcddde;
}
.grey2{
	border: 1px solid #ff0000;
}
.grey3{
	border: 1px solid #fff500;
}
.white2{
	border: 1px solid white;
	background: url(/images/fonforban.gif) left top repeat-x;
	padding: 5px 8px;
	font-size: 11px;
	color: #777676;
}
.white{
	border: 1px solid white;
	background: url(/images/header_block_bg.gif) left top repeat-x;
	padding: 5px 8px;
	font-size: 11px;
	color: #777676;
}
.white span{
	font-size: 14px;
	color: #464646;
}
.white strong{
	font-size: 14px;
	font-weight: normal;
	color: #238ed9;
}
.white b{
	font-size: 20px;
	font-weight: normal;
	color: #238ed9;
}
.white input{
	border: 0;
	width: 250px;
	height: 22px;
	padding: 2px 5px;
	background: url(/images/input.gif) left top no-repeat;
	font-size: 11px;
}
.white #basket{
	margin: 20px 0 0 0;
	font-size: 11px;
	color: #464646;
}
.white #basket a{
	color: #238ed9;
}
.white select{
	border: 0;
	width: 100%;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 0 6px 2px 0;
	background: url(/images/option.gif) left top no-repeat;
	font-size: 11px;
}
.white #contacts{
	padding: 8px 5px;
	font-size: 12px;
	color: #464646;
	line-height: 1.6em;
}
* html .white #contacts{
	padding: 15px 10px;
}
.white #contacts span{
	font-size: 12px;
	color: #238ed9;
}
#menu_left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_left ul li{
	margin: 2px 0;
	padding: 6px;
	border: 1px solid #dcddde;
	background: url(/images/menu_left_bg.gif) left top repeat-x;
	font-size: 12px;
	position: relative;
	z-index:100;
}
#menu_left ul li a{
	color: #238ed9;
	text-decoration: none;
}
#menu_left ul li a:hover{
	text-decoration:underline;
}
#menu_left ul li ul{
	width: 177px;
	position: absolute;
	top: 1px;
	left: 210px;
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	display: none;
	background: url(/images/spacer.gif);
}
* html #menu_left ul li ul{
	width: 187px;
	left: 204px;
}
#menu_left ul li ul li{
	margin: 2px 0;
	padding: 3px 6px;
	border: 1px solid #dcddde;
	background: #ffffff url(/images/menu_left_sub_bg.gif) left top repeat-x;
	font-size: 11px;
}
#menu{
	padding: 0;
	background:url(/images/menu_center.gif) left top repeat-x;
	font-size: 12px;
	color: #464646;
}
#menu table td{
	position: relative;
	vertical-align: middle;
}
#menu table .arrow{
	padding: 0 0 0 12px;
	background: url(/images/arrow.gif) left 13px no-repeat;
}
#menu table td a{
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	white-space: nowrap;
}
* html #menu table td a{
	display: block;
}
#menu table td a:hover{
	text-decoration: underline;
}
#menu table td ul{
	width: 140px;
	margin: 6px 0 0 0;
	padding: 7px;
	list-style: none;
	border: 1px solid white;
	background: #fff500;
	position: absolute;
	display: none;
}
* html #menu table td ul{
	margin: 15px 0 0 0;
	clear: left;
}
#menu table td ul li{
	margin:0;
	padding: 0 0 0 7px;
	background: url(/images/arrow_2.gif) left 6px no-repeat;
	line-height: 0.7em;
}
#menu table td ul li a{
	font-size: 11px;
	padding: 0;
	white-space: normal;
}
* html #menu table td ul li a{
	display: inline;
}
#content{
	font-size: 12px;
	color: #464646;
	line-height: 2em;
}
#content h1{
	margin: 5px 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	color: #238ed9;
}
#content ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 10px no-repeat;
}
#content .spec{
	padding: 15px 15px 5px 15px;
}
#content .spec a{
	font-size: 14px;
	color: #238ed9;
}
#content .spec .name{
	padding: 0 10px;
}
#content .spec .name table{
	margin: 15px 0 0 0;
}
#content .spec .name table .price{
	background: #f9cd00;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
#bottom_logotypes{
	padding: 10px 0 0 7px;
}
* html #bottom_logotypes{
	padding: 18px 20px 0 20px;
}
#bottom_logotypes div{
	float: left;
	margin: 0 14px 15px 0;
	text-align: center;
	font-size: 10px;
}
#bottom_logotypes div a img{
	margin: 0 0 3px 0;
}
#bottom_logotypes div a{
	color: #238ed9;
	text-decoration: none;
}
#bottom_logotypes div a:hover{
	text-decoration: underline;
}
#bottom_copy{
	margin: 20px 0 20px 15px;
	font-size: 11px;
	color: #464646;
}
#bottom_copy a{
	color: #464646;
}
#bottom_menu{
	font-size: 11px;
	color: #464646;
}
#bottom_menu a img{
	position: relative;
	top: -8px;
	left: -10px;
}
#bottom_menu a{
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #238ed9;
	white-space: nowrap;
}

/* ---- inner ---- */
#other{
	font-size: 11px;
	color: #238ed9;
	line-height: 1.6em;
}
#other ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#other ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 6px no-repeat;
}
#other ul li a{
	color: #238ed9;
}
#thermometer{
	font-size: 11px;
	color: #238ed9;
	line-height: 1.6em;
}
#thermometer i{
	font-style: normal;
	color: #464646;
}
#thermometer a{
	color: #238ed9;
}
#content_inner{
	font-size: 11px;
	color: #464646;
	line-height: 1.6em;
}
#content_inner h1{
	margin: 5px 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	color: #238ed9;
}
#content_inner h2{
	margin: 1px 0 1px 30px !important;;
	font-weight: normal;
	font-size: 16px !important;
	color: #238ed9;
}
#content_inner table{
	font-size: 11px;
	color: #212121;
	line-height: 1.6em;
}
#content_inner table a{
	color: #238ed9;
}
#content_inner table .title{
	font-size: 14px;
	color: #238ed9;
}
#content_inner h2{
	margin: 5px 0 10px 0;
	font-size: 12px;
}
#content_inner ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content_inner ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 5px no-repeat;
}



#bord {
	border-right: 1px solid #238ed9;
	border-bottom: 1px solid #238ed9;
	padding: 5px;
	text-align:center !important;
}
#bord1 {
	border-right: 1px solid #238ed9;
	
}

#bord input, input, select
{
width:18px;
font-size:9px;
padding:2px;
margin:0px;
border:1px solid #238ed9;
}

.red a{
color:#FF0000 !important;
font-size:10px !important;
}
.edit
{
border:1px solid #238ed9;
}











.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 0;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 0px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	display:none;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
		display:none;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
		display:none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
