/* ======================================================================= */
/*                             RESET  STYLES                               */
/* ======================================================================= */

/*
* {
	font-size: 100.1%;
	margin: 0px;
	padding: 0px;
}*/

HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY { 
	color: #000000;
	font-family: Arial;
	line-height: 100%;
	background: #21a1aa url("../../im/frontend/top_bg_tile.jpg") repeat-x left top;
}

TABLE {
	/*border-collapse: collapse;*/
	empty-cells: show;
}

A, .interactive {
	color: #1e677e;
}

.gray {
	color: #b5b5b5;
}

.orange {
	color: #ed9518;
}

.error {
	color: red;
}

UL {
	margin: 0 0 15px 0;
}

UL LI {
	list-style: none;
	margin: 0;
	/*padding: 0 0 7px 20px;
	background: url("../../im/frontend/li.gif") no-repeat left top;*/
}

H1 {
	font-size: 30px;
	color: #ed9518;
	margin: 10px 0px;
	font-weight: normal;
	line-height: 1em;

}

h1 a:link, h1 a:visited, h1 a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: 500;
	font: normal 17px Arial, sans-serif;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: 500;
	font: normal 15px Arial, sans-serif;
}

H2 {
	font-size: 1.5em;
	color: #ed9518;
	margin: 5px 0px;
	font-weight: normal;
}

H3 {
	font-size: 24px;
	color: #515151;
	margin: 3px 0px;
	font-weight: normal;
}

a:link, a:visited {
	color:#043053;
}

a:hover {
	color: #8496a5;
}

a.small_red:link, a.small_red:visited, a.small_red:hover {
	font-size: smaller;
	color: red;
}

a.small_blue:link, a.small_blue:visited, a.small_blue:hover {
	font-size: smaller;
	color: #006699;
}

form input {
	border: solid 1px #ccc;
}
/* ======================================================================= */
/*                             LAYOUT + ABS FOOTER                         */
/* ======================================================================= */

#layout_main {
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: url("../../im/frontend/bot_bg.jpg") no-repeat left bottom;
}

#body { 
	text-align: center;
	width: 100%;
	min-width: 990px;
	min-height: 630px;
	background: url("../../im/frontend/top_bg.jpg") no-repeat left top;
}

#header_content {
	padding: 50px 0 0px 0;	
	width: 880px;
	/*text-align: left;*/
	margin: auto;
}

#content {
	width: 880px;
	margin: auto;
	text-align: left;
}

#inner_content {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, sans-serif;
}

.inner_column {
	padding: 0px 20px;
}

#footer {
/*border: 1px solid #000;*/
	clear: both;
	bottom: 0em;
	width: 100%;
	text-align: center;
	min-width: 990px;
	font-size: 1.2em;
}

#footer_content {
/*border: 1px solid #000;*/
/*высота должна соответствовать высоте нижнего фона, чтобы остановить его */
	height: 80px;
	width: 880px;
	margin: auto;
	text-align: left;
}

/* -----MAIN HORIZONTAL MENU---------- */

ul.hor {
	padding: 0;
	margin: 0;
}

ul.hor li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

a.home_small:link, a.home_small:visited {
	color: #fff;
	text-decoration: underline;
	font: italic 13px Arial, sans-serif;
}

a.home_small:hover {
	color: #b1e7f8;
}

/* --------------- */

.buble {
	width: 433px;
	height: 103px;
	font: italic 14px Arial, sans-serif;
	color: #fff;
	text-align: left;
	background: url("../../im/frontend/buble.png") no-repeat left top;*/
	line-height: 1.3em;
}

.buble div {
	padding: 15px 30px 10px 60px;
}

a.home_big:link, a.home_big:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	font: italic 17px Arial, sans-serif;
}

a.home_big:hover {
	color: #fff;
}

a.normal:link, a.normal:visited, a.normal:hover {
	font-style: normal;
}

a.dotted1:link, a.dotted1:visited, a.dotted1:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a.dotted2:link, a.dotted2:visited, a.dotted2:hover {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

/* --------------- */

.content_table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.content_table td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

.content_table .hl {
	background-color: #f4f4f4;
	font-weight: bold;
}

.content_table td.th {
	background-color: #ccc;
	font-weight: bold;
}

.solutions_table {
}

.solutions_table td {
	vertical-align: top;
	width: 33%;
	font: normal 11px Arial, sans-serif;
}

.text_table {
	color: #fff;
}

.text_table td {
	vertical-align: top;
}

.text_table .col_1 {
	width: 24%;
	padding-top: 30px;
	font-style: italic;
	font-size: 0.9em;
}

.text_table .col_2, .text_table .col_3 {
	width: 30%;
	padding: 0 20px 0 0;
	font: normal 12px Arial, sans-serif;
	line-height: 1.3;
}

.text_table .col_4, .text_table .col_7 {
	vertical-align: bottom;
	padding-top: 30px;
}

.text_table .col_5, .text_table .col_6 {
	font-size: 0.7em;
	vertical-align: bottom;
	font-style: italic;
}

.text_table .col_1 .question {
	font: italic 18px Arial, sans-serif;
	padding: 5px 0px;
}

.text_table .col_1 .phone {
	font: italic 26px Arial, sans-serif;
	padding-top: 15px;
}

.text_table .col_1 .phone SPAN {
	font-size: 0.5em;
	position: relative;
	bottom: 2px;
}

.text_table .date {
	width: 132px;
	height: 22px;
	font-size: 13px;
	color: #373737;
	background: url("../../im/frontend/date_button.png") no-repeat left center;
	font-weight: bold;
	padding:  5px 0 0 13px;
	margin: 0 0 10px 0;
	position: relative;
	right: 15px;
}

.text_table .arrow {
	background: url("../../im/frontend/arrow.gif") no-repeat center right;
}

/* --------------- */

img {border: none;}

.addtocart_button, .backtoedit_button2, .checkout_button, .final_button, .order_button1, .order_button2 {
	width: 235px;
	height: 27px;
	border: none;
	cursor: pointer;
}

.addtocart_button {
	background: url(../../im/frontend/addtocart_button.png) repeat-x left top;
}

.backtoedit_button2 {
	background: url(../../im/frontend/backtoedit_button2.png) repeat-x left top;
}

.checkout_button {
	background: url(../../im/frontend/checkout_button.png) repeat-x left top;
}

.final_button {
	background: url(../../im/frontend/final_button.png) repeat-x left top;
}

.order_button1 {
	background: url(../../im/frontend/orderpresentation_button.png) repeat-x left top;
}

.order_button2 {
	background: url(../../im/frontend/ordersolution_button.png) repeat-x left top;
}

.small {
	color: #aaa;
	font: normal 11px Tahoma, sans-serif;
}

.menu a:link, .menu a:visited {
	color: #000;
	text-decoration: none;
	font: bold 11px Tahoma, sans-serif;
}

.menu a:hover {
	color: #ccc;
}

.cols {
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}

.cols .a, .cols .a2, .cols .a3 {
	float: left;
	margin-right: -100%;
	margin-top: 3px;
}

.cols .b, .cols .b2, .cols .b3 {
	float: left;
	display: inline;
}

.cols .a {width: 85px;}
.cols .b {margin-left: 93px;}

#footer1 {
	font: normal 10px Verdana, sans-serif;
	background-color: #f4f4f4;
	border-top: 2px solid #ccc;
	margin-top: 10px;
	color: #999;
	width: 100%;
}

/* PNG ELEMENTS */

#img1 {
	width: 206px;
	height: 42px;
	background-image: url(../../im/frontend/logo.png);
	cursor: pointer;
}

/* MY FRAMES */

.round1, .round2, .round3, .round4, .round5 {
	/*border: 1px solid #000;*/
	/*width: 100%; */
	/* ??? if borders and inside table frame overlaps cell */
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	zoom: 1; /*ie needs layout or width: 100%;*/
}

/* radius=20 */

.tl1, .bl1,
.tl2, .bl2 {
	height: 40px;
	margin: -20px 20px 0px -20px;
}

.bl1, .bl2 {
	height: 20px;
	margin-top: 0px;
}

.tr1, .br1,
.tr2, .br2 {
	height: 40px;
	width: 40px;
	margin: -40px -20px 0px auto;
}

.br1, .br2 {
	height: 20px;
	margin-top: -20px;
}

/* radius=10 */

.tl3, .bl3,
.tl4, .bl4,
.tl5, .bl5 {
	height: 20px;
	margin: -10px 10px 0px -10px;
}

.bl3, .bl4, .bl5 {
	height: 10px;
	margin-top: 0px;
}

.tr3, .br3,
.tr4, .br4,
.tr5, .br5 {
	height: 20px;
	width: 20px;
	margin: -20px -10px 0px auto;
}

.br3, .br4, .br5 {
	height: 10px;
	margin-top: -10px;
}

/* unique styles, order matters */

.tl1, .bl1, .tr1, .br1 {background: url(../../im/frontend/inner_frame.png);}
.tl2, .bl2, .tr2, .br2 {background: url(../../im/frontend/home_news_frame_ok.png);}
.tl3, .bl3, .tr3, .br3 {background: url(../../im/frontend/block_frame31.png);}
.tl4, .bl4, .tr4, .br4 {background: url(../../im/frontend/block_frame32.png);}
.tl5, .bl5, .tr5, .br5 {background: url(../../im/frontend/menu_frame.png);}

.c1, .c3 {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	/*border: 1px solid blue;*/
}

.c4 {
	padding: 0px 10px;
	margin: 0px;
	background-color: #f3f1e5;
}

.c3, .c4 {
	border-left: 2px solid #f3f1e5;
	border-right: 2px solid #f3f1e5;
}

.c11 {
	margin: 0px 1px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.c2-pngfix-scale {
	padding: 0px;
	margin: 0px;
	background: url(../../im/frontend/home_news_frame_ok_m.png);
}

.c21-pngfix-scale, .c23-pngfix-scale {
	width: 1px;
	height: 1px;
	padding: 0px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background: url(../../im/frontend/home_news_frame_ok_lr.png);
	/*border: 1px solid #fff;*/
	/*background-color: #43afbb;*/
}

.c21-pngfix-scale {
	float: left;
	margin-right: -100%;

}

.c23-pngfix-scale {
	float: right;
}

.c22 {
	padding: 0px;
	margin: 0px 20px;
}

.c3 h3 {
	background: url(../../im/frontend/star_icon.png) no-repeat 5px;
	height: 15px;
}

.active .tl3, .active .bl3, .active .tr3, .active .br3 {
	background: url(../../im/frontend/block_frame32.png);
}

.active .c3 {background-color: #f3f1e5;}

.c5 {
	/*border: 1px solid blue;*/
	padding: 0px 5px;
	margin: 0px;
	text-align: center;
	color: #fff;
	font: normal 13px Arial, sans-serif;
	background: url(../../im/frontend/menu_frame_m2.png) repeat 50% 48%;
}

.bl1, .br1, .c1,
.bl2, .br2, .c2-pngfix-scale,
.bl3, .br3, .c3,
.bl4, .br4, .c4,
.bl5, .br5, .c5 {overflow: hidden;}

* html .c1,
* html .c2-pngfix-scale,
* html .c3,
* html .c4,
* html .c5 {height: 1%;}

/* slide out css */

.no_indent {
	padding-left: 0px;
}

ul.vslide {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	/*border: 1px solid #f4f4f4;*/
}

/* влияет на все li под vslide! */
ul.vslide li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 2px;
	height: 100%;
}

ul.vslide h3 {
	font: bold 12px Tahoma, sans-serif;
	cursor: pointer;
	color: #000;
	margin: 0px;
	padding: 0px 30px;
}

.collapse {
	font: normal 11px Tahoma, sans-serif;
	color: #000;
	padding: 10px 20px 0px 20px;
	width: 500px;
	/*height: 100%;*/
}

.open {
	display: block;
}

.closed {
	display: none;
}

.rus_icon {
	background: url(../../im/frontend/rus_icon.png) no-repeat 0% 50%;
	padding: 0px 20px;
}

.eng_icon {
	background: url(../../im/frontend/eng_icon.png) no-repeat 0% 50%;
	padding: 0px 20px;
}

.tally {
	text-align: center;
	width: 40px;
	border: 1px solid #f4f4f4;
}

/* Tabs */

#cbs_tabs {
	width: 100%;
}

#cbs_tabs ul.viewcart {
	margin: 0px 10px;
	padding: 0px;
}

#cbs_tabs ul.viewcart li {
	display: inline;
	list-style-type: none;
	padding: 0.5em 1em 0.5em 0em;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}

#cbs_tabs ul.viewcart li.active {}

/* Side menu */

.path_menu {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #f4f4f4;
}

.path_menu li {
	padding: 4px 0px 4px 20px;
	margin: 0px;
	font-style: italic;
}

.path_menu li.arrow {
	font-style: normal;
	padding-left: 20px;
	background: url(../../im/frontend/down_array.png) no-repeat 3px;
}

.side_menu {
	padding-left: 20px;
	position: relative;
	margin: 0px;
}

.side_menu li {
	padding: 0px 0 4px 0;
	margin: 0px;
}

.side_menu .active {

}

.side_menu li.pdf {
	background: url(../../im/frontend/icon_pdf.gif) no-repeat 0;
	margin-top: 3px;
	padding: 10px 0px 10px 47px;
}

/* Form elements */

.label {
	margin-top: 5px;
	color: #000;
	font: bold 8pt Tahoma, sans-serif;
}

.checkout_tbl {
	margin: 10px 0px;
}

.checkout_tbl td {
	border-bottom: solid 1px #f4f4f4;
}

.checkout_tbl td.last {
	border-top: solid 2px #aaa;
	border-bottom: none;
}

/* ASK BLOCK */

.question1 {
	padding-left: 20px;
	font-style: italic;
}

.question1 P {
	margin: 2px 0 8px 0;
}

.question1 .number {
	font-size: 24px;
	margin: 7px 0 0 0;
}

.question1 .number SPAN {
	font-size: 12px;
	position: relative;
	bottom: 2px;
}

.interactive {
	background: url(../../im/frontend/interactive.gif) repeat-x right bottom;
	font-size: 1.1em;
	cursor: pointer;
}

/* Pop-ups */
#profile_form {
	padding: 0;
	margin: 0;
}

#login_popup_form {
	overflow: hidden;
	margin: 0;
	display: none;
	z-index: +1;
	border: 1px solid #000;
	text-align: left;
	padding: 10px;
	width: 215px;
	background-color: #f4f4f4;
}

.inline {
	display: inline;
	float: left;
}
.clear {
	clear: both;
	font-size: 1px;
	width: 100%;
}

.button2 {
	cursor: pointer;
	border: outset 1px #ccc;
	font: bold 8pt Verdana, Arial;
	padding: 4px 4px;
	text-align: center;
	color: #666;
	width: auto; overflow: visible;
	background: url(../../im/frontend/button_bg.png) repeat-x left top;
}

.disabled {
	cursor: none;
	font: normal 8pt Verdana, Arial;
	color: #ccc;
}

#log {
	font: normal 10px Verdana, Arial;
	color: #ccc;
}

#log2 {
	font: normal 12px Verdana, Arial;
	color: #ccc;
	padding: 5px;
}

.read_also {
	font: bold 11px Verdana, Arial;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.a_small_active {
	/*border: 1px solid red;*/
	color: #fff;
	font: italic 13px Arial, sans-serif;
}

.p10 {padding: 10px;}

.descr ul {	
	list-style-type: disc;
	margin-left: 20px;
	padding: 0px;
}

.descr ul li {
	list-style-type: disc;
}