/*rfq process*/
#main
{
	padding-left: 10px;
	padding-right: 10px;
	width: 1180px;
}
#main ul.process
{
	padding-top: 13px;
}
#main ul.process li
{
	border: 2px solid #82D4FF;
	border-radius: 10px;
	color: #1E9CDE;
	display: inline;
	float: left;
	height: 72px;
	line-height: 72px;
	margin-right: 13px;
	padding-left: 43px;
	position: relative;
	width: 138px;
}
#main ul.process li:last-child
{
	margin-right:0;
}
#main ul.process li:nth-child(4),#main ul.process li:nth-child(6)
{
	height: 56px;
	line-height: 20px;
	padding-top: 16px;
}
#main ul.process li s
{
	background-color: #82D4FF;
	background-image: url("../images/rfq_doc.png");
	background-position: right 0;
	background-repeat: no-repeat;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-family: arial;
	font-size: 24px;
	height: 100%;
	left: 0;
	line-height: 72px;
	padding-right: 7px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 27px;
}
.rfq h2.re
{
	margin-top: 30px;
	display: inline-block;
	font-size: 21px;
	line-height: 44px;
	padding: 0 35px;
	text-transform: uppercase;
	background-color: #EF4922;
	color: #FFFFFF;
}
.rfq div.tip
{
	line-height: 30px;
	font-size: 17px;
	color: #686868;
	padding: 20px 0 20px 5px;
}
.rfq div.tip a
{
	color: #EF4922;
}


/*parts list*/
#partsList
{
	background: #F5F5F5;
}
#partsList th
{
	background-color: #68727C;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	font-weight: normal;
}
#partsList th.require::before
{
	color: #FFFFFF;
	content: "*";
	margin-right: 3px;
}
#partsList td
{
	height: 40px;
	text-align: left;
}
#partsList tr:nth-child(2) td
{
	padding-top: 20px;
}
#partsList tr td:nth-child(2) input
{
	width: 94%;
}
#partsList tr:last-child td
{
	padding-top: 15px;
	padding-bottom: 20px;
}
#partsList td p
{
	text-align: center;
	font-size: 15px;
	color: #484747;
}
#partsList td.action
{
	padding:0;
	text-align: center;
}
#partsList td input
{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 91%;
}
#partsList td a.btn
{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	width: 77%;
	height: 32px;
	line-height: 32px;
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	margin-left: 13px;
}
#partsList td.add-btn
{
	height: 36px;
	text-align: right;
	padding-bottom: 5px;
}
#partsList td.add-btn a
{
	background-color: #68727C;
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	float: right;
	padding: 8px 15px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
}
#partsList td.add-btn a:before
{
	margin-left: 10px;
	margin-right: 10px;
}
#partsList td.add-btn a:hover
{
	transition: all .2s ease 0s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	background-color:#EF4922;
	color:#FFFFFF;
}
#main .contact
{
	clear: both;
}
#main h3.title
{
	font-size: 21px;
	line-height: 56px;
	background: #FFFFFF;
	color: #2F363B;
}
#main .contact
{
	float: left;
	background: #F5F5F5;
	padding: 20px 20px 10px 20px;
	margin-bottom: 110px;
}
#main .contact .form
{
	width: 50%;
	float: left;
	margin-bottom: 5px;
}
#main .contact .form li:nth-child(1)
{
	float: left;
	font-size: 15px;
	color: #484747;
	width: 23%;
	line-height: 32px;
	text-align: right;
	padding-right: 8px;
}
#main .contact .form li:nth-child(2)
{
	float: left;
	width: 75%;
	line-height: 48px;
}
#main .contact .form li:nth-child(2) input
{
	width: 98%;
	height: 32px;
	color: #333;
	line-height: 32px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-left: 10px;
}
#main .contact .form li:nth-child(2) p
{
	text-align: center;
	line-height: 32px;
	border: 1px solid #CCCCCC;
	width: 300px;
	font-size: 15px;
	margin-top: 8px;
	border-radius: 3px;
}
#main .contact .form li:nth-child(2) p:before
{
	color: #999999;
	margin-right: 20px;
}
#main .contact .form_box
{
	float: left;
	width: 100%;
}
#main .contact .form_box li:nth-child(1)
{
	float: left;
	font-size: 15px;
	color: #484747;
	width: 11.5%;
	line-height: 48px;
	text-align: right;
	padding-right: 8px;
}
#main .contact .form_box li:nth-child(2)
{
	float: left;
	width: 87.5%;
}
#main .contact .form_box li:nth-child(2) textarea
{
	width: 99%;
	height: 70px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#main .contact .submit
{
	float: right;
}
#main .contact .submit input
{
	background-color: #68727D;
	border: medium none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	margin-top: 8px;
	text-align: center;
	width: 230px;
}
#main .contact .submit input:hover
{
	background-color: #EF4922;
}


/*select*/
select
{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
div.selector
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 3px #DEDEDE inset;
	border: 1px solid #CCCCCC;
}
div.selector span
{
	color: #BDC1C2;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #FFFFFF;
	white-space: nowrap;
	width: 346px;
	padding-left: 13px;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
}
div.selector.selected span
{
	color: #000000;
}
div.selector select
{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	background: transparent none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #DDDDDD inset;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 31px;
	left: 0;
	min-width: 40%;
	opacity: 0;
	padding: 5px 2px;
	position: absolute;
	top: 0;
	width: 98%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: inset 1px 1px 2px #DDDDDD;
	-webkit-box-shadow: inset 1px 1px 2px #DDDDDD;
}
.selector select:focus
{
	outline: 0;
}


/*empty*/
#main h1
{
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 5px;
}
#main .empty-tip
{
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
}
#main .empty-tip a
{
	color: #EF4922;
}
