html, body {
height:100%; margin:0; padding: 0;
}
    
html>body {
      min-height:100%;
      height:auto; 
}

html {
	background-color: #4b545f;
	background-image: url(images/grad_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
}
   
body {
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
	font-family: Verdana, sans-serif;
	background-image: url(images/left-menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

h1 {
	font-size: 26px;
	font-family: Tahoma, sans-serif;
	color: #424b5e;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 8px;
}
.ph1 {
	font-size: 26px;
	font-family: Tahoma, sans-serif;
	color: #424b5e;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 8px;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
	font-size: 17px;
	font-family: Tahoma, sans-serif;
	color: #424b5e;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

h3 { 
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

h4 { 
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}


.red{
	color: #E12B1C
}

.gray{
	color:#a5a5a5;

}

.bold12{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#head {
	background-image: url(images/head_bd.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 182px;
	width: 1000px;
	position: relative;
	background-color: #4b545f;
	color: #FFFFFF;
}

/*main_menu */
#logo{
	display: block;
	height: 85px;
	width: 273px;
	background-image: url(images/logo.jpg);
	position: absolute;
	left: 9px;
	top: 14px;
	background-repeat: no-repeat;
}

#label{
	line-height: normal;
	position: absolute;
	left: 6px;
	top: 84px;
	font-size: 11px;
	color: #c2e6ff;
	width: 250px;
	text-align: center;
}

#phones{
	line-height: normal;
	position: absolute;
	left: 317px;
	top: 7px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

#main-menu {
	height: 32px;
	position: absolute;
	width: 1000px;
	top:148px;
	left: 0px;
}

#main-menu ul {
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	margin: 0;
	padding: 0px;
}

#main-menu li {
	list-style: none;
	text-decoration: none;
	float: left;
	text-align: center;
}

a.mmenu_c:link,
a.mmenu_c:visited {
	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_c_item_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.mmenu_c:hover {
	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_c_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
}

#main-menu ul li.c_active {
	display: block;
	color: #0050a9;
	text-decoration: none;
	background-image: url(images/menu_c_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
}

a.mmenu_1st:link,
a.mmenu_1st:visited {
	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_1st_item_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.mmenu_1st:hover {

	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_1st_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
}

#main-menu ul li.first_active {
	display: block;
	color: #0050a9;
	text-decoration: none;
	background-image: url(images/menu_1st_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
}

a.mmenu_last:link,
a.mmenu_last:visited {
	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_last_item_bg.gif);
	background-repeat: repeat-x;
	background-position: right 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.mmenu_last:hover {
	display: block;
	color: #0e1d31;
	text-decoration: none;
	background-image: url(images/menu_last_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: right 0px;
	height: 32px;
	width: 200px;
}

#main-menu ul li.last_active {
	display: block;
	color: #0050a9;
	text-decoration: none;
	background-image: url(images/menu_last_item_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	width: 200px;
	padding-top: 5px;
}

#client_panel{
	height: 120px;
	width: 213px;
	position: absolute;
	top: 15px;
	background-image: url(images/client_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	right: 12px;
}

#cl_panel_content{
	width: 135px;
	margin: 0px;
}
.cl_panel_input{
	height: 13px;
	width: 135px;
	line-height: 13px;
	font-size: 11px;
	color: #666666;
}

.login_password{
	position: relative;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

#container {
	width: 100%;
	padding-bottom: 90px;
}

#content{
	float: left;
	padding-left: 0px;
	width: 720px;
	padding-top: 12px;
}

#content_wide_col{
	float: left;
	width: 762px;
	padding-left: 24px;
}

#content p{
	padding-bottom: 10px;
}

#content_wide_col p{
	padding-bottom: 12px;
}


#left_bl{
	float: left;
	width: 232px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 20px;
}
.left_bl_header {
	background-image: url(images/left_bl_header_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 231px;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 20px;
	font-family: Tahoma, sans-serif;
}

.l_bl_header_top{
	background-image: url(images/left_bl_header_top.gif);
	background-position: 0px 0px;
	width: 231px;
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}

.l_bl_header_content{
	padding-left: 10px;
	padding-bottom: 8px;
}


#search_input{
	margin-top: 10px;
	width:100%;
	position: relative;
}
a.search_button:link, a.search_button:visited{
	background-image: url(images/search_button.gif);
	height: 27px;
	width: 36px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: -2px;
	left: 178px;
}

a.search_button:hover{
	background-image: url(images/search_button_ro.gif);
	height: 27px;
	width: 36px;
	background-repeat: no-repeat;
	display: block;
}

.action{
	margin-top: 8px;
}


.action_header{
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	color: #f3460a;
	font-weight: normal;
}

.separator{
	background-image: url(images/hr.gif);
	background-position: center center;
	height: 2px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 12px;
}

.clear{
	clear: both;
}

#footer {
	bottom: 0px;
	position: absolute;
	width: 1000px;
	height: 70px;
	background-color: #4b545f;
	right: 0px;
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#footer_content {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a:link, a:visited{
color:#c2e6ff;
}

#footer a:hover{
color:#ffffff;
}



/*links*/

a:link {
	color: #f3460a;

}

a:visited{
	color: #7f5d8d;
}

a:hover {
	color: #ff7e00;
}

a.no_visted:link, a.no_visited:visited {
	color: #f3460a;

}

a.no_visted:hover {
	color: #ff7e00;;
}

a.no_visted:active {
	color: #ff7e00;
}

a.orange_head:link, a.orange_head:visited{
	color: #fb903a;
}

a.orange_head:hover{
	color: #FBE35E;
}

a.white_head:link, a.white_head:visited{
	color: #ffffff;
}

a.white_head:hover{
	color: #ffffff;
}





/*Home_page*/

.brand_table{
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

.brand_table ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding: 0px;
}

.brand_table li {
	margin-bottom: 8px;
	background-image: url(images/square_bullet.gif);
	background-position: left center;
	display: block;
	background-repeat: no-repeat;
	padding-left: 12px;
	list-style-type: none;
}

#brand_table p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.gray_box{
	background-image: url(images/gray_box_btm.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 100%;
}

.gray_box_cont{
	background-image: url(images/gray_box_top.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	width: 100%
}



#submenu {
	background-color: #dee6f0;
	position: absolute;
	top: 180px;
	left: 602px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #717983;
	border-bottom-color: #717983;
	border-left-color: #717983;
	font-size: 11px;
	background-image: url(images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sbm_item{
	height: 100%;
}

.sbm_item_cont{
	background-image: url(images/submenu_item_rght.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
}

.sbm_hr{
	background-image: url(images/submenu_item_hr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
}

a.submenu:link, a.submenu:visited{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.submenu:hover{
	display: block;
	color: #FFFFFF;
	background-color: #3e536e;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

/*model list*/
#model_list{
	padding-left: 16px;
}

#model_list ul{
	padding: 0px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	line-height: 20px;
}

#model_list ul li {
	background-image: url(images/mod_menu_blt.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	font-weight: bold;
	background-position: 0px 8px;
}

#model_list ul ul li {
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	background-position: 0px 6px;
}

#model_list li{
	background-position: 0px 5px;
	padding-left: 14px;
	margin-left: -12px;
}

.breadcrumbs{
	margin-bottom: 8px;
	width: 100%;
	background-image: url(images/breadcrmb_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 6px;
}

#cat_lft_lst{
	padding-top: 10px;
}

#cat_lft_lst ul{
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#cat_lft_lst li{
	background-image: url(images/mod_menu_blt.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: -3px;
	padding-left: 10px;
	margin-bottom: 6px;
}

.prod_detail{
	width: 350px;
}

.prod_detail p{
	line-height: 22px;
}

.price{
	font-size: 22px;
	color: #FFFFFF;
	background-color: #f14c13;
	background-image: url(images/price_br_l.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: left;
	width: 250px;
}

.price_cont{
	background-image: url(images/price_br_rght.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 40px;
	display: block;
	text-align: center;
}

#order_input{
	width:300px;
	position: relative;
	display: block;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.avail{
	color: #006600;
	font-weight: bold;
}

.n_avail{
	color: #b92f00;
	font-weight: bold;
}

.prod_large_pic{
	float: right;
	width: 350px;
}

.thumb {
	margin-right: 20px;
	margin-left: 0px;
	width: 160px;
	float: left;
	margin-bottom: 15px;
	height: 111px;
}

.th_img{

}

.autorize_input{
	height: 16px;
	width: 160px;
	font-size: 13px;
	line-height: 16px;
}

/*register*/
.register_form{
	vertical-align: middle;
	height: 36px;
	text-align: right;
	padding-right: 10px;
}
.register_form_select{
	font-size: 13px;
	height: 20px;
	width: 244px;
}

.captcha_field{
	font-size: 12px;
	width: 207px;
	padding-bottom: 10px;
	padding-left: 170px;
	padding-top: 16px;
}

.register_form_textbox{
	width: 240px;
	height: 16px;
	font-size: 13px;
}

/*search_table*/
.search_tbl{
	border: 1px solid #425977;
	margin-top: 0px;
}

.search_tbl_h{
	color: #FFFFFF;
	background-color: #425977;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	padding-top: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	padding-right: 8px;





        //padding-right: 8px;
	padding-bottom: 6px;
}
.first_tbl_cell{
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
}

.search_tbl_cell{
	vertical-align: middle;
	height: 23px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
}

a.search_tbl_head:link, a.search_tbl_head:visited{
	color: #FFFFFF;
}

a.search_tbl_head:hover {
	color: #d0f0fb;
}


a.basket:link, a.basket:visited{
	background-image: url(images/icon_basket_whtbg.gif);
	height: 19px;
	width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 7px;
}

a.basket:hover {
	background-image: url(images/icon_basket_whtbg_ro.gif);
	height: 19px;
	width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 7px;
}

a.del:link, a.del:visited{
	background-image: url(images/icon_del.gif);
	height: 19px;
	width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 7px;
}

a.del:hover {
	background-image: url(images/icon_del_ro.gif);
	height: 19px;
	width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-left: 7px;
}

.order_input{
	height: 11px;
	width: 30px;
	font-size: 11px;
	float: left;
}

.search_table_input{
	height: 14px;
	width: 100%;
	font-size: 11px;
	margin-top: 6px;
}

.search_table_select{
	width: 100%;
	margin-top: 6px;
	font-size: 12px;
}


#nav_bar{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #309bd8;
	margin-top: 14px;
}

#nav_pages{
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
}

.nav_non_active{
	color:#a5a5a5;
}

.price_first_cell{
	padding-right: 16px;
}

/*actions*/
.a_cont{
	line-height: 17px;
	font-size: 12px;
	padding-bottom: 30px;
}

.a_det_cont{
	line-height: 17px;
	font-size: 12px;
	padding-bottom: 12px;
}

.large_date{
	font-size:13px;
	font-weight:bold;
	margin-bottom: 6px;
}

.a_image{
	height: 112px;
	width: 218px;
	margin-right: 20px;
	float: left;
}

.a_det_image{
	height: 112px;
	width: 218px;
	margin-left: 20px;
	float: right;
	display: block;

}

.action_detail{
	margin-top: 0px;
}

.smallfont{
	font-size:11px;
}


.in_progress_cell{
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
	color: #655601;
	background-color: #FFF1A4;
}

.ready_cell{
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
	color: #006600;
	background-color: #CDF9CA;
}

.canceled_cell{
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
	color: #999999;
}

.payed_cell{
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
	color: #880088;
	background-color: #FAE1FB;
}

.waitfor_cell{
	vertical-align: middle;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbe6f5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbe6f5;
	color: #65811D;
	background-color: #E9FF9D;
}

.tel-mig{
color:#ff0000;
text-decoration:blink;
}

