﻿/* button   全局按钮  
--------------------------------------------------------------------*/

/*按钮1样式---------------------------------------*/
.button_1_b{
	display:block;
	background:url(../../img/common/button/button_bg.gif) repeat-x left top;
	border:1px solid #1b5eb1;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.button_1_b:link,.button_1_b:visited{
	color:#fff;
}
.button_1_b:hover{
	background:url(../../img/common/button/button_bg.gif) repeat-x left -30px;
	text-decoration:none;
}
.button_1_b:active{
	background:#1b5eb1;
}
/*按钮1样式-小---------------------------------------*/
.button_1_s{
	display:block;
	background:url(../../img/xd_tell_07.gif) no-repeat;
	width:159px;
	height:41px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	text-indent:48px;
	color:#fff;
}
.button_1_s:link,.button_1_s:visited{
	color:#fff;
}
.button_1_s:hover{
	text-decoration:none;
}
.button_1_s:active{
	background:#1b5eb1;
}

/*按钮2样式---------------------------------------*/
.button_2_b{
	display:block;
	background:url(../../img/common/button/button_bg.gif) repeat-x -300px top;
	border:1px solid #dadada;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#1b5eb1;
}
.button_2_b:link,.button_2_b:visited{
	color:#1b5eb1;
}
.button_2_b:hover{
	background:url(../../img/common/button/button_bg.gif) repeat-x -300px -30px;
	text-decoration:none;
}
.button_2_b:active{
	background:#e3e3e3;
}

/*按钮2样式-小---------------------------------------*/
.button_2_s{
	display:block;
	height:20px;
	width:175px;
	line-height:20px;
	font-size:20px;
	color:#ff0101;
	padding-top:15px;
}
.button_2_s span{ font-size:12px; color:#000;}
.button_2_s:link,.button_2_s:visited{
	color:#ff0101;
}
.button_2_s:hover{
	text-decoration:none;
	color:#ff0101;
}
.button_2_s:active{
	color:#ff0101;
}

.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}

.Purchase{ width:740px; height:300px; margin-top:15px;}
.Purchase h3{ width:740px; height:30px; background:#0766a6; line-height:30px; color:#fff; text-indent:10px; margin-bottom:10px;}
.Purchase_online{ width:520px; padding-left:70px;}
.Purchase_online li{ margin-bottom:5px;}
.Purchase_online li span{ width:100px; display:block; float:left; text-align:right; padding-right:3px;}
.Purchase_online li em{ font-style:normal; color:#F00; font-weight:bold; padding:0 2px;}
.Purchase_online li input{ padding-left:3px; width:280px; margin-right:3px;}
.Purchase_online li textarea{ padding-left:3px; width:280px; margin-right:3px; height:103px;}
.Purchase_online li strong{ width:200px; display:block; font-weight:normal; padding-left:103px; line-height:20px;}
.Purchase_online li b{ font-weight:normal; width:200px; padding-left:100px; display:block;}
.Purchase_online li .online_input{ width:80px; height:26px; background:#0766a6; float:left; border:none; color:#fff; font-weight:bold; font-size:14px; margin-right:8px;}

.Related{ width:740px; min-height:250px; margin-top:15px;}
.Related h3{ width:740px; height:30px; background:#0766a6; line-height:30px; color:#fff; text-indent:10px; margin-bottom:10px;}
.Related ul li{ width:180px; height:200px; float:left; margin-left:5px;}
.Related ul li .pic{ width:170px; height:170px;}
.Related ul li .pic img{ width:160px; height:160px;}
