/*
 * 功能：全局css
 * 作者：Gavin
 * 创建时间：2009-07-29
---------------------------------*/

/*预置
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
background:#E6E9ED;
font:normal 12px Arial, tahoma, Verdana;
color:#414141;
text-align:center;
position:relative;
}
img {
border:none;
}
/*伪类
---------------------------------*/
a {
color:#505050;
text-decoration:none;
}
a:hover {
color:#F35613;
}
/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}
/*段落
---------------------------------*/
p {
margin:1em 0;
line-height:1.8em;
text-align:left;
}
/*细线表格
---------------------------------*/
.thinLineTable {
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
margin:10px 0;
width:100%;
}
.thinLineTable td, .thinLineTable th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
vertical-align:top;
}
.thinLineTable tr.even td{
background:#fcfcfc;
}
.thinLineTable th {
background:#fff url(thBg.gif) repeat-x 0 0;
font-weight:bold;
}
/*浮动清除
---------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */

/***** Order *****/
#order {
background:#015FA9;
margin-top:10px; 
}
#offer {
float:left;
width:380px;
padding:30px 20px 10px 40px; 
text-align:center; 
}
#offer p {
font-size:36px;
line-height:50px; 
color:#fff; 
font-family:"微软雅黑";
margin:0; 
padding-bottom:20px; 
}
#orderForm {
float:right;
width:434px;
display:inline; 
margin:15px 15px 15px 0; 
background:#fff url(orderFormTop.gif) no-repeat 0 0;
}
#orderForm fieldset{
padding:0; 
background:url(orderFormBottom.gif) no-repeat 0 100%;
padding:20px 25px; 
}
#orderForm select{
float:left;
width:264px; 
}
#orderForm .text{
width:260px; 
}
#orderForm textarea{
width:356px; 
}
#orderForm fieldset li span{
width:auto; 
}
.btnOrderSubmit{
border:none; 
outline:none;
width:73px; 
height:23px; 
line-height:23px;
color:#fff;
text-align:center; 
font-size:12px;
font-family:Arial, tahoma, Verdana;
cursor:pointer;
background:url(sprite3.gif) no-repeat -129px -13px;
margin-right:10px; 
}

