* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;*/
}
html, body {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color: #EFF0F4;
	height:100%;
}
ol, ul {
	list-style: none;
}
a:active, a:focus, img, h1, h2, h3, h4 { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 0px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9ea1a5;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
p {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height:16px;
}
h1, h2, h3 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
.red {
	color: #e62252;
}
.green {
	color: #97bb17;
}
.blue {
	color: #26a2cb;
}
.blue_2 {
	color: #4b4d60;
}
.blue_3 {
	color: #8b96b8;
}
.blue_4 {
	color: #6388c8;
}
.blue_5 {
	color: #5494ed;
}

.red {
	color: #f33864;
}
.orange {
	color: #fd8e00;
}
.title_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.font_10px {
	font-size: 10px;
}
.font_12px {
	font-size: 12px;
}
.font_13px {
	font-size: 13px;
}
.font_14px {
	font-size: 14px;
}
.font_16px {
	font-size: 16px;
}
.font_18px {
	font-size: 18px;
}
.font_24px {
	font-size: 24px;
}
.btn_blue {
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/btn_blue.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 80px;
	float: right;
	display: block;// display:inline;
	margin: 3px;
}
.btn_green {
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/btn_green.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 80px;
	float: right;
	display: block;// display:inline;
	margin: 3px;
}
.btn_red {
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/btn_red.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 80px;
	float: right;
	display: block;// display:inline;
	margin: 3px;
}
.input {
	background-color: #FFFFFF;
	border: 1px solid #d8dbdd;
	height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	width:100%;
	padding-top: 3px;
}
.input2 {
	background-color: #FFFFFF;
	border: 1px solid #97a3cd;
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71829b;
	width:100%;
}
.line {
	font-size: 1px;
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.li_green li {
	background-image: url(/images/li_green.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
	font-size:11px;
	color: #676767;
}
.li_blue li {
	background-image: url(/images/li_blue.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
	position:relative;
	font-size:11px;
	color: #676767;
}
.li_red li {
	background-image: url(/images/li_red.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
	position:relative;
	font-size:11px;
	color: #676767;
}
.bg_header {
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
}
.header {
	background-image: url(/images/header.jpg);
	width: 1000px;
	height: 104px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d445c;
	width: 100px;
	padding-top: 25px;
	padding-left: 200px;
	height:80px;
	text-decoration:none;
}
.tel_pic {
	background-image: url(/images/tel.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	float: left;
}
.tel_pos {
	float: left;
	margin: 40px 0 0 465px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #596c8a;
	display: inline;
}
.contant {
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 5px;
}
.contant .left {
	float: left;
	width: 175px;
}
.contant .center {
	float: left;
	width: 818px;
}
.menu {
	padding:5px 0;//padding:5px 0 0px 0;
}
a.btn_1:hover {
	background-image: url(/images/btn_1_on.jpg);
	color:#FFFFFF;
}
a.btn_2:hover {
	background-image: url(/images/btn_2_on.jpg);
	color:#FFFFFF;
}
a.btn_3:hover {
	background-image: url(/images/btn_3_on.jpg);
	color:#FFFFFF;
}
a.btn_4:hover {
	background-image: url(/images/btn_4_on.jpg);
	color:#FFFFFF;
}
a.btn_5:hover {
	background-image: url(/images/btn_5_on.jpg);
	color:#FFFFFF;
}
a.btn_6:hover {
	background-image: url(/images/btn_6_on.jpg);
	color:#FFFFFF;
}
.btn_1_on {
	background-image: url(/images/btn_1_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 136px;
}
.btn_2_on {
	background-image: url(/images/btn_2_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 134px;
}
.btn_3_on {
	background-image: url(/images/btn_3_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 137px;
}
.btn_4_on {
	background-image: url(/images/btn_4_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 133px;
}
.btn_5_on {
	background-image: url(/images/btn_5_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 137px;
}
.btn_6_on {
	background-image: url(/images/btn_6_on.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 136px;
}
.btn_1 {
	background-image: url(/images/btn_1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 136px;
	text-align: center;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4d60;
}
.btn_2 {
	background-image: url(/images/btn_2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	color: #4b4d60;
	text-align: center;
	font-size: 12px;
}
.btn_3 {
	background-image: url(/images/btn_3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	color: #4b4d60;
	text-align: center;
	font-size: 12px;
}
.btn_4 {
	background-image: url(/images/btn_4.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	color: #4b4d60;
	text-align: center;
	font-size: 12px;
}
.btn_5 {
	background-image: url(/images/btn_5.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
	color: #4b4d60;
	text-align: center;
	font-size: 12px;
}
.btn_6 {
	background-image: url(/images/btn_6.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 136px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
	color: #4b4d60;
	text-align: center;
	font-size: 12px;
}
.menu a {
	float:left;
	text-decoration:none;
}
#theMenu          li         li      {
	margin-left: 10px;

}
#xtraMenu li {
	margin-left: 0px;
}


.main_box {
	background-image: url(/images/main_box_mdl.jpg);
	background-repeat: repeat-y;
	width: 813px;
	margin-right: 5px;
}
.main_box_top {
	background-image: url(/images/main_box_top.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 813px;
}
.main_box_btn {
	background-image: url(/images/main_box_btn.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:605px;
	position: relative;
	padding-bottom: 10px;
}
.main_box_btn_2 {
	background-image: url(/images/main_box_btn.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main_box_footer {
	width: 796px;
	border: 1px solid #e5e9ef;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}/*
.bg_index {
	background-image: url(/images/bg_index.png);
	background-repeat: no-repeat;
	height: 580px;
	width: 812px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bg_index .box_1 {
	width: 430px;
	position: relative;
	left: 210px;
	top: 13px;
	z-index: 100;
}
.bg_index .box_1 .fleft p {
	line-height: 19px;
}
.bg_index .box_2 {
	width: 315px;
	position: absolute;
	top: 356px;
	left: 15px;
	padding-top: 20px;
	z-index: 100;
}
.bg_index .box_3 {
	width: 195px;
	position: absolute;
	top: 298px;
	left: 596px;
	top: 47px;
	z-index: 100;
}
 */
.bg_index {
	background-image: url(/images/bg_index2.png);
	background-repeat: no-repeat;
	height: 641px;
	width: 812px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bg_index .box_1 {
	width: 430px;
	position: relative;
	left: 210px;
	padding-top: 20px;
	z-index: 100;
}
.bg_index .box_1 .fleft p {
	line-height: 19px;
}
.bg_index .box_2 {
	width: 315px;
	position: absolute;
	left: 15px;
	top: 315px;
	z-index: 100;
}
.bg_index .box_3 {
	width: 300px;
	position: absolute;
	left: 505px;
	top: 320px;
	z-index: 100;
}
.contant .right {
	float: left;
	width: 175px;
	padding-top: 5px;
}
.module_box {
	background-image: url(/images/module_box_mdl.jpg);
	background-repeat: repeat-y;
	width: 166px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.module_box_top_blue {
	background-image: url(/images/module_box_blue_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 166px;
}
.module_box_top_blue .txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
}
.module_box_top_cart {
	background-image: url(/images/module_box_blue_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 166px;
}
.module_box_top_cart .txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
}
.module_box_top_lightblue {
	background-image: url(/images/module_box_lightblue_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 166px;
}
.module_box_top_lightblue .txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
}
.module_box_top_green {
	background-image: url(/images/module_box_green_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 166px;
}
.module_box_top_green .txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
}
.module_box_top_red {
	background-image: url(/images/module_box_red_top.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 166px;
}
.module_box_top_red .txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
}
.arrow_blue {
	background-image: url(/images/arrow_blue.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	cursor: pointer;
}
.arrow_green {
	background-image: url(/images/arrow_green.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	cursor: pointer;
}
.arrow_red {
	background-image: url(/images/arrow_red.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	cursor: pointer;
}
.arrow_lightblue {
	background-image: url(/images/arrow_lightblue.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	cursor: pointer;
}
.module_box_btn {
	background-image: url(/images/module_box_btn.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:15px;
	padding:0px 10px 5px;
}
.about_us_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	position: relative;
}
.module_box_btn li {
	padding-bottom: 10px;
}
.module_box_btn li a {
	font-size: 10px;
}
.module_box_cont_txt .tarif li {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.module_box_cont_txt .tarif li {
	font-size:11px;
}
.module_box_cont_txt {
	z-index: 100;
	margin-top: -16px;
	position: relative;
}
.stock {
	background-image: url(/images/stock_mdl.jpg);
	background-repeat: repeat-y;
	width: 252px;
	/*margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
}
.stock_box {
	float: left;
	padding-left: 5px; //padding:0;
	width: 257px;
	display: inline;
}

.stock_img {
	position: absolute;
	left: 10px;
	top: 43px;
}

.stock_top {
	background-image: url(/images/stock_top.jpg);
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}
.stock_top   h3   {
	width: 180px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 7px;
	padding-left: 70px;
	position: relative;
	z-index: 100;
}
.stock_top    a   {
	width: 180px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 7px;
	z-index: 100;
	display: block;
}
.stock_top p {
	width: 120px;
	text-align: center;
	padding-top: 13px;
	padding-left: 90px;
	font-weight: bold;
}
.stock_btn {
	border: 1px solid #dadada;
	border-top:none;
}
.blue_txt_container {
	background-color: #eaf4f7;
	margin: 1px;
	height:36px
}
.red_txt_container {
	background-color: #ffeef2;
	margin: 1px;
	height:36px
}
.green_txt_container {
	background-color: #f3f9e8;
	margin: 1px;
	height:36px
}
.staf {
	width: 791px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.beline {
	/*background-image: url(/images/beline.png);*/
	background-repeat: no-repeat;
	height: 33px;
	width: 61px;
	float: left;
	padding: 0px;
	display: inline;
	margin-top: -8px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.mts {
	background-image: url(/images/mts.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 61px;
	float: left;
	padding: 0px;
	display: inline;
	margin-top: -8px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.topic_blue {
	background-image: url(/images/blue_topic_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.topic_blue_txt_box_l {
	background-image: url(/images/blue_topic_l.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 4px;
	float: left;
}
.topic_blue_txt_box_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/blue_topic_c.gif);
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
}
.topic_blue_txt_box_r {
	background-image: url(/images/blue_topic_r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 4px;
}
.topic_green {
	background-image: url(/images/green_topic_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.topic_green_txt_box_l {
	background-image: url(/images/green_topic_l.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 4px;
	float: left;
}
.topic_green_txt_box_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/green_topic_c.gif);
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
}
.topic_green_txt_box_r {
	background-image: url(/images/green_topic_r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 4px;
}
.topic_red {
	background-image: url(/images/red_topic_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.topic_red_txt_box_l {
	background-image: url(/images/red_topic_l.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 4px;
	float: left;
}
.topic_red_txt_box_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/red_topic_c.gif);
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
}
.topic_red_txt_box_r {
	background-image: url(/images/red_topic_r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 4px;
}
.container_boxs {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}
.topic_cart {
	background-image: url(/images/cart_topic_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.topic_cart_txt_box_l {
	background-image: url(/images/cart_topic_l.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 3px;
	float: left;
}
.topic_cart_txt_box_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/cart_topic_c.gif);
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
}
.topic_cart_txt_box_r {
	background-image: url(/images/cart_topic_r.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 4px;
}
.cart_th {
	background-color: #ced7e2;
	height: 25px;
	padding-top: 10px;
}
.cart_th div{
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5f71;
}
.cart_tr {
	border-bottom: 1px solid #d8dbdd;
}
.cart_tr div{
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5f71;
	border-left: 1px solid #d8dbdd;
	border-right: 1px solid #d8dbdd;
	border-top: 1px solid #d8dbdd;
	padding-top: 15px;
	padding-bottom: 0px;
	height: 32px;
}
.cart_box {
	background-image: url(/images/cart_img_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cart_box p {
	color: #8595ab;
}
.cart_box a.blue_5 {
	text-decoration: underline;
}
.cart_box  a.blue_5:hover {
	text-decoration: none;
}



a.make_order {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/btn_make_order.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 118px;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	cursor: pointer;
	float: left;
}
a.make_order_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/btn_make_order_2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 88px;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	cursor: pointer;
}
input.make_order {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/btn_make_order.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 118px;
	text-align: center;
	padding-bottom: 3px;
	font-size: 12px;
	cursor: pointer;
	float: left;
}
.order_form_l {
	padding-right: 10px;
}
.order_form_l p {
	padding-top: 8px;//padding-top: 10px;
}

.order_form .input {
	margin-top: 5px;
	height: 15px;
}
.order_form {
	width: 300px;
}

.container_boxs .box, .container_boxs .box_blue, .container_boxs .box_red, .container_boxs .box_green, .container_boxs .box_lightblue  {
	border: 1px solid #dadada;
	width: 255px;
	float: left;//display:inline;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	height:202px;
	position:relative;
}
.img_staff{
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 10px;
}
.bg_pic_1, .bg_pic_2, .bg_pic_3{
	height:144px;
}
.box_blue         .bg_pic_1        h3 a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3aa4c9;
	text-align: center;
	width: 150px;
	/*margin-left: 90px;*/
	line-height: 18px;
	display: block;
	z-index: 20;
	/*position: relative;*/
}
.box_blue  .bg_pic_2   h3 a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3aa4c9;
	text-align: center;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.box_blue   .bg_pic_3  h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3aa4c9;
	text-align: center;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.box_green    .bg_pic_1   h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #97bb17;
	text-align: center;
	width: 150px;
	/*margin-left: 90px;*/
	line-height: 18px;
	display: block;
	/*position: relative;*/
	/*z-index: 20;*/
}
.box_green  .bg_pic_2   h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #97bb17;
	text-align: center;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.box_green   .bg_pic_3  h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #97bb17;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.box_red     .bg_pic_1    h3  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F33864;
	text-align: center;
	width: 150px;
	/*margin-left: 90px;*/
	line-height: 18px;
	display: block;
	/*position: relative;*/
	z-index: 20;
}
.box_red   .bg_pic_2    h3  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F33864;
	text-align: center;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.box_red    .bg_pic_3   h3  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F33864;
	width: 150px;
	margin-left: 90px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 20;
}
.contact_form {
	background-image: url(/images/make_order.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 347px;
	width: 330px;
}
.btn_blue_2 {
	background-image: url(/images/btn_blue_2.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 90px;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
.bg_table_tarif {
	background-image: url(/images/bg_table_taridf.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
}
.bg_table_tarif_WiMAX_height {
	background-image: url(/images/bg_table_taridf.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.bg_table_tarif  h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg_table_tarif_WiMAX_height h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg_table_tarif td {
	padding-top: 1px;
	padding-bottom: 1px;
}
.img_about_us_ie6{
	margin:15px 40px 0px 0;
}

/* ************************** index-4 *********************** */

.footer {
	background-image: url(/images/bg_footer.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
	color: #a9b1c0;
}
.box_footer  {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a9b1c0;
}
.footer a {
	color: #FFFFFF;
}
.padding{
	padding:15px 0px;//padding:16px 0px;
}

/********************************FOR MENU*******************************/
.ui-accordion-content{ zoom: 1; } 

.ui-accordion ul{    
	overflow:hidden;
}

.ui-accordion li{
    border: 0; outline: 0;text-decoration: none; list-style: none;line-height:1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #9EA1A5 !important;
	display:block;	
}

.font_11px {
	font-size: 11px;
	color: #676767;
}

/* ************************** additions 03.10.09 *********************** */
a.news:hover{
text-decoration:underline;
}
news_in p{
}
.news_container {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.news_container  h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fright22 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 180px;
}
.btn_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/btn_search.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 18px;
	width: 77px;
	float: left;
	color: #FFFFFF;
}
a.search {
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.search_box {
	width: 208px;
	padding-top: 7px;
}
#search .input {
	background-color: #FAFAFA;
	background-image: none;
	float: left;
	height: 17px;
	width: 168px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
}

.blue_breadcrumbs {
	height: 18px;
	color: #26A2CB;
	padding: 7px 0 0 20px;
	font-size: 12px;
}

.blue_breadcrumbs a {
	color: #26A2CB;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}
.green_breadcrumbs {
	height: 18px;
	color: #97BB17;
	padding: 7px 0 0 20px;
	font-size: 12px;
}

.green_breadcrumbs a {
	color: #97BB17;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}

.red_breadcrumbs {
	height: 18px;
	color: #F33864;
	padding: 7px 0 0 20px;
	font-size: 12px;
}

.red_breadcrumbs a {
	color: #F33864;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}
.cart_breadcrumbs {
	height: 18px;
	color: #94A3C1;
	padding: 7px 0 0 20px;
	font-size: 12px;
}

.cart_breadcrumbs a {
	color: #94A3C1;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}