@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
	border:none;
}

body{
	background:transparent url(../img/body_x.png) left top repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}

.content{
	width:920px;
	margin:0px auto;
	padding:0px 16px;
	background:transparent url(../img/content_top.png) left top no-repeat;
	overflow:hidden;
}

.top{
	float:left;
	clear:both;
	width:880px;
	overflow:hidden;
	padding:30px 20px 10px;
}

.logo{
	width:250px;
	height:170px;
	display:block;
	float:left;
}

.menu{
	float:left;
	width:610px;
	height:41px;
	padding:113px 0px 0px 20px;
	overflow:hidden;
}

.menu a{
	display:block;
	float:left;
	height:41px;
	overflow:hidden;
}

.btn1{
	background:transparent url(../img/menu_bg.png) left top no-repeat;
	width:96px;
}

.btn1:hover{background-position:left bottom;}


.btn2{
	background:transparent url(../img/menu_bg.png) -96px top no-repeat;
	width:75px;
}

.btn2:hover{background-position:-96px bottom;}


.btn3{
	background:transparent url(../img/menu_bg.png) -171px top no-repeat;
	width:193px;
}

.btn3:hover{background-position:-171px bottom;}


.btn4{
	background:transparent url(../img/menu_bg.png) -364px top no-repeat;
	width:131px;
}

.btn4:hover{background-position:-364px bottom;}

.btn5{
	background:transparent url(../img/menu_bg.png) right top no-repeat;
	width:115px;
}

.btn5:hover{background-position:right bottom;}

.left{
	display:block;
	float:left;
	width:195px;
	overflow:hidden;
	padding:15px 0px 0px 18px;
}

.left img{
	margin-left:4px;
	height:400px;
}

.center{
	float:left;
	width:460px; 
	padding:10px 5px 10px 15px;
	overflow:hidden;
}

.textbox{
	float:left;
	clear:both;
	background:transparent url(../img/text_box_center.png) left top no-repeat;
	padding:20px;
	width:420px;
	margin-bottom:10px;
	min-height:150px;
}

.textbox h1,.textbox h2, .textbox h3, .textbox h4{
	display:block;
	float:left;
	clear:both;
	padding:0px 0px 20px;
	font-size:14px;
	color:#333;
}

.textbox h1 span,.textbox h2 span, .textbox h3 span, .textbox h4 span, .textbox ul li strong{color:#F60;}

.zag h1 {
	padding:0px 0px 20px;
	font-size:14px;
	color:#333;
}

.zag h1 span {color:#F60;}

.textbox p{
	text-align:justify;
	width:420px;
	display:block;
	clear:both;
}

.textbox ul{
	display:block;
	clear:both;
	width:420px;
	overflow:hidden;
}

.textbox ul li{
	display:block;
	float:left;
	width:420px;
	overflow:hidden;
	clear:both;
	margin-bottom:0px;
}

.foot{
	background:transparent url(../img/foot_x.png) left bottom repeat-x;
	height:110px;
}

.footer{
	width:900px;
	margin:0px auto;
	height:75px;
	overflow:hidden;
	background:transparent url(../img/footer.png) left top no-repeat;
}

.footer div{
	float:left;
	clear:both;
	padding:23px 60px 0px 30px;
	width:810px;
}

.footer div p{
	display:block;
	float:left;
	color:#963;
}

.footer div a{
	display:block;
	float:right;
	text-align:right;
	color:#963;
	text-decoration:underline;
}

.footer div a:hover{text-decoration:none;}

.odrer{
	display:block;
	float:left;
	clear:both;
	width:400px;
	padding:10px 30px;
}

.odrer select{
	border:#ccc solid 1px;
	width:200px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}

.order_btn{
	background-color:#Fc0;
	border:#F90 solid 1px;
	color:#333;
	cursor:pointer;
	font-weight:bold;
	padding:1px 5px;
	margin:5px 0px;
}

a.order_btn{
	display:block;
	float:right;
	padding:4px 5px;
}

a.order_btn strong{
	color:#C00;
	font-size:11px;
	padding:0px 5px;
	font-weight:bolder;
	font-family:Tahoma, Geneva, sans-serif;
}

#tProducts{
	border:#f2f2f2 solid 1px;
	padding:3px;
	margin:5px 0px;
}

#tProducts thead tr td{
	background-color:#333;
	border-bottom:#000 solid 1px;
	color:#fff;
	width:120px;
	padding:4px 5px;
	text-align:center;
}


#tProducts tbody tr td{
	width:120px;
	padding:3px 5px;
	text-align:center;
	background-color:#eee;
	border-bottom:#ccc solid 1px;
}

#tProducts tbody tr td input{
	width:100px;
	border:#ccc solid 1px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

.o_check{
	float:left;
	clear:both;
	overflow:hidden;
	width:450px;
	padding:5px;
}

.o_check p{
	display:block;
	float:right;
	text-align:right;
	clear:both;
	width:460px;
	font-size:12px;
	font-weight:bold;
	color:#C00;
}

.order_check{
	width:450px;
	padding:3px;
	border:#eee solid 1px;
	margin:5px 2px;
}

.order_check thead tr td{
	background-color:#333;
	border-bottom:#000 2px solid;
	color:#fff;
	1width:90px;
	padding:4px 0px;
	text-align:center;
}

.order_check tbody tr td{
	background-color:#f2f2f2;
	border-bottom:#ccc 1px solid;
	color:#555;
	1width:90px;
	padding:2px 0px;
	text-align:center;
}

.form_line{
	float:left;
	clear:both;
	width:400px;
	padding:10px;
}

.form_line label{
	font-size:12px;
	float:left;
	width:100px;
}

.form_line input{
	float:left;
	display:block;
	width:200px;
	font-size:12px;
	padding:2px;
	border:#ccc solid 1px;
}

.success{
	width:460px;
	text-align:center;
	float:left;
	clear:both;
	padding:10px 0px;
	color:#390;
	font-size:12px;
}

.lunder a {
	text-decoration:underline;
}

.order_btn1{
float:right!important;
clear:both;
width:150px!important;
text-align:center;
padding:2px 0px!important;
margin:3px 0px;
}


input.order_btn1{
width:152px!important;
font-size:11px!important;
}

.mm {
padding-left:80px;
}
