/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

dd {display: block}

html { 
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
	background-color: #F8F9FB;
}

body {
	width: 100%;
	position: relative;
	min-height: 100%;
	//height: 100%;
}

.clear {
	clear: both;
	width: 99%;
/*	height: 1px;*/
	line-height: 0;
	font-size: 0;
/*	background: red;*/
}

.corner {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-left: 1px solid #7B93AF;
	border-right: 1px solid #7B93AF;
}

.c1px { margin: 0 1px;}

.c2px { margin: 0 2px;}

.c3px { margin: 0 3px;}

#total {
/*	height: 100%;*/
	padding: 16px 40px 0 40px;
}

a { 
	color: #006182;
	border: 0;
}

a:hover { text-decoration: none;}

img { border: 2px solid #E0E9F0;}

input { padding-left: 2px;}

#header {
	height: 142px;
	margin-bottom: 10px;
	overflow: hidden;
}

.header_left {
	float: left;
	width: 160px;	
}

.logo {
	margin-top: 10px;
	text-align: center;
}

.logo img { border: 0;}

.logo_text {
	line-height: 1.5em;
	font-size: 8pt;
}

.header_right {
	margin-left: 160px;
}

.header_right img {
	border: 0; 
	display: block;
	margin: 0 auto;
}

.header_right table { 
	width: 99.5%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border-color: #B6B7B9;
	border-style: solid;
	border-width: 0;
/*	background: url(/img/table_bg.jpg) repeat-x;*/
}

.header_right table td { 
	border-color: #B6B7B9;
	border-style: solid;
	border-width: 0;
}

.header_right table img { 
	display: inline;
	border: 0px solid #BAB8B9;
}

.header_right table table {
	width: 100%;
/*	background-color: #E1E6EA;*/
}

.header_right table table td {
}

#header2 {
	height: 145px;
	margin: 0 auto;
}

.big_flash_bg {
	position: relative;
	height: 144px;
	margin-right: 211px;
	line-height: 0;
	font-size: 0;
	background: url(/img/temp_flash_bg.jpg) repeat-x;
}

.big_flash {
	height: 100%;
	background: url(/img/temp_flash.jpg) no-repeat right;	
}

.big_flash img { border: 0;}

.spec_back, .spec {
	position: absolute;
	left: 160px;
	width: 202px;
	height: 54px;
/*	margin-left: -101px;*/
	padding: 10px;
	top: 35px;
}

.spec_back { 
	background: url(/img/spec.png) no-repeat;
	z-index: 9; 
}
	
.spec { 	
	color: white;
	line-height: 1.4em;
	font-size: 9pt;
	z-index: 10;
}	
	
.spec a { color: white;}	
	
#lp {
	float: right;
	width: 210px;
	height: 144px;
	margin-left: -210px;
}

#login_panel {
	height: 140px;
	background: url(/img/login_panel_grad.jpg) repeat-x left;
}

#login_panel #ie_bug { 
/*	margin-top: 35px;*/
	padding: 30px 18px 0 18px;
}

#login_form {

}

#login, #password { 
	float: left;
	width: 120px;
	height: 17px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding-left: 2px;
	color: #555;
}

#login_form p {
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

#login_form .string {
	margin: 4px 0;
	line-height: 19px;
	vertical-align: middle;
}

#login_form .field {
	float: right;
	width: 124px;	
	border: 1px solid #8CBFD2;
}

#login_form .clear { line-height: 0;}

#login_form .submit input {
	float: right;
	position: relative;
	width: 56px;
	height: 22px;
	margin-top: 2px;
	right: 71px;

}

#login_form label {
	color: #CCE7F0;
	font-size: 8pt;
}

#menu { 
	width: 100%;
	height: 24px;
	margin: 1px auto;			
	line-height: 20px;
	vertical-align: middle;
/*	text-align: center;*/
	text-transform: uppercase;	
	font-size: 9pt;
	border-collapse: collapse;
}

#menu a { 
	color: #efefef;
	text-decoration: none;
}

#menu .item, #menu .space {
	height: 24px;
}

#menu .space { 
	width: 1px;
	background-color: transparent;
}

#menu .item div { background-color: #013064;}

#menu .item .submenu {
	display: none;  
	position: absolute; 	
	white-space: nowrap;
	line-height: normal;
	text-transform: none;
	text-align: left;
	background-color: #F8F9FB;
	z-index: 5;
}

#menu .item .submenu div {
	margin-top: 1px;
	padding: 2px 4px;
	background-color: #013064;
}

#menu .item:hover div { background-color: #639DDD;}

#menu .item:hover .submenu { background-color: #F8F9FB; display: block;}

#menu .item:hover .submenu div { background-color: #013064;}

#menu .item .cont { 
	height: 20px;
	text-align: center;
}

#menu .item .submenu div:hover { 
	background-color: #639DDD;
}

.sbmenu {
	margin: 0 auto;
	text-align: center;		
}

.sbmenu td {
	padding: 5px 5px;
}

.sbmenu a {
	padding-left: 12px;
	background: url(/img/small_bords.jpg) no-repeat left center;
}

#content {
	margin-top: 10px;
}

.block { margin-bottom: 10px;}

.block_title {
	height: 20px;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: middle;
	font-size: 10pt;
	background-color: #D7D7D7;
}

.b_t_left, .b_t_left div { 
	float: left;
	height: 100%;
}

.b_t_left {
	margin-right: 8px;
	background-color: #639DDD;
}

.b_t_left div {
	background-color: #4C7AAB;
}

#left { 
	margin: 0 211px 40px 0;
}

#left .clear { clear: left;}

.fullwidth_left {
	float: left;
	width: 50%;
}

.fullwidth_right {
	float: right;
	width: 50%;
}

.path {
	margin-bottom: 15px;
}

.path a {
	color: #777;
	text-decoration: none;
}

.path a:hover {
	color: #006182;
	text-decoration: underline;
}

#left .block_content {
	margin: 20px 0 0 55px;
}

#left .block_content table {
	width: 99%;
	border-collapse: collapse;	
}

#left .block_content table td {
	width: 50%;
	padding: 0;
	vertical-align: top;
}

.news_item, .catalog_item {
	margin: 0 50px 40px 0;
	line-height: 1.4em;
}

.catalog_item { 
	width: 225px;
	text-align: left;
}

.catalog_item a { 
	margin-right: 5px
}

.news_title, .catalog_title, .common_title {
	font-size: 11pt;
	font-weight: bold;
}

.news_text {
	color: #444;
	font-size: 9pt;
}

.news_date {
	margin: 5px 0;
	color: #8A8A8A;
	font-size: 10pt;
	font-style: italic;
}

.news_item img {
	margin: 5px;
}

.catalog_item img {	
	display: block;
	width: 224px;
	margin: 8px auto;
	border-width: 4px;
}

.catalog_details .catalog_title
{
	margin: 5px 0 10px 0;
	font-size: 12pt;
}

.catalog_details .left {
	float: left;
	width: 310px;
	font-size: 9px;
}

.catalog_details .left a { text-decoration: none;}

.catalog_details .left div {
	text-align: center;
}

.catalog_details img {
	width: 52px;
	border-width: 1px;
}

.catalog_details img.big {
	display: block;
	width: 300px;
	margin: 0 auto 5px auto;
	border-width: 4px;
}

.catalog_details .right {
	margin-left: 310px;
	padding: 0 50px 0 10px;
}

.catalog_details .right div {
	height: 18px;
	background: url(../img/pointed_bg.jpg) repeat-x left center;
}

.catalog_details .right div.b { 
	height: 22px;
	font-weight: bold;
	background: transparent;
}

.catalog_details .l {
	float: left;
	padding-right: 4px;
	background: #F8F9FB;
}

.catalog_details .r {
	float: right;
	padding-left: 4px;
	background: #F8F9FB;	
}

.photos_row img { margin: 0 0px;}

#left .b_t_left { width: 47px;}

#left .b_t_left div { width: 17px;}

#right {
	float: right;
	width: 210px;
}

#right .b_t_left { width: 13px;}

#right .b_t_left div { width: 5px;}

#right .block_content { 
	margin: 20px 0 0 21px;
	font-size: 9pt;
}

.in_stock img {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 12px;	
}

.in_stock_item { margin-bottom: 18px;}

#footer {
	position: static;	
	height: 114px;
	background-color: #E7E7E7;
}

#footer div { 
	position: relative;
	top: 30px;
	color: #2E2E2E;
	line-height: 1.5em;
	font-size: 8pt;
}

#contacts {
	float: left;
	margin-left: 95px;
	//margin-left: 47px;
}

#maximedia {
	float: right;
	margin-right: 50px;
	//margin-right: 25px;
	text-align: right;
}

#footer #logo2 {
	width: 228px;
	height: 45px;
	margin: 0 auto;
	line-height: 55px;
	vertical-align: middle;
	font-style: italic;
	font-weight: bold;
}
