@charset "utf-8";
/****************************** Station Style ******************************/
* {
	margin:0;
	padding:0;
}
body {
	color:#333333;
	font-size:12px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height:200%;
	background-image: url(../images/link-model_02.jpg);
	background-repeat: repeat-x;
}

.inline {
	display:inline;
}
/* Title Text */
h1 {
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
}
/* Link */
a {
	/* Default: White Underline */
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.whiteLine {
	/* White Underline */
	color:#fff;
	text-decoration:underline;
}
a.grayULine {
	/* Gray Underline Move */
	color:#444;
	text-decoration:none;
}
a.grayULine:hover {
	text-decoration:underline;
}
a.grayLine {
	/* Gray Underline */
	color:#444;
	text-decoration:underline;
}
a.blackLine {
	/* Black Underline */
	color:#000;
	text-decoration:underline;
}
a.redULine {
	/* Red Underline */
	color:#a10000;
	text-decoration:none;
}
a.redULine:hover {
	text-decoration:underline;
}
.About{
	margin-top:15px;
	margin-bottom:10px;
}
/* Color */
.red {
	color:#A10000;
}
.yellow {
	color:#635B13;
}
.gray {
	color:#444;
}
.black {
	color:#000;
}
/* Button */
.btnSearch {
	/* Search Button */
	background:url(../images/search_bt.jpg) no-repeat;
	cursor:pointer;
	width:42px;
	height:23px;
	line-height:21px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-2px;
	margin-left:3px;
	border:0;
	vertical-align:middle;
}
.btnSubmit1 {
	/* Submit Button 1 */
	float:right;
	margin-top:19px;
	background:url(../images/btnSubmit1.jpg) no-repeat;
	cursor:pointer;
	width:111px;
	height:25px;
	border:0;
}
.btnSubmit2 {
	/* Submit Button 2 */
	float:right;
	margin-top:10px;
	background:url(../images/btnSubmit2.jpg) no-repeat;
	cursor:pointer;
	width:184px;
	height:25px;
	border:0;
}
.btnCreate {
	/* Register Button */
	float:right;
	margin-top:19px;
	background:url(../images/btnCreate.jpg) no-repeat;
	cursor:pointer;
	width:194px;
	height:25px;
	border:0;
}
.btnBack1 {
	/* Register Button */
	float:left;
	margin-top:10px;
	background:url(../images/btnBack.jpg) no-repeat;
	cursor:pointer;
	width:99px;
	height:25px;
	border:0;
}
.btnBack2 {
	/* Register Button */
	float:right;
	margin-top:10px;
	background:url(../images/btnBack.jpg) no-repeat;
	cursor:pointer;
	width:98px;
	height:25px;
	border:0;
}
.btnContinue1 {
	/* Continue Button 1 */
	float:right;
	background:url(../images/btnContinue1.jpg) no-repeat;
	cursor:pointer;
	width:184px;
	height:25px;
	border:0;
}
.btnContinue2 {
	/* Continue Shopping Button 1 */
	float:right;
	margin-top:10px;
	background:url(../images/btnContinue2.jpg) no-repeat;
	cursor:pointer;
	width:197px;
	height:25px;
	border:0;
}
.btnContinue3 {
	/* Continue Shopping Button 1 */
	float:right;
	margin-top:10px;
	background:url(../images/btnContinue3.jpg) no-repeat;
	cursor:pointer;
	width:124px;
	height:25px;
	border:0;
}
.btnWhite {
	/* Continue Shopping Button 2 */
	margin-top:5px;
	background:#fff;
	cursor:pointer;
	width:14px;
	height:14px;
	border:0;
}
.btnYellow {
	/* Continue Shopping Button 2 */
	margin-top:5px;
	margin-left:10px;
	background:#e2d6a0;
	cursor:pointer;
	width:14px;
	height:14px;
	border:0;
}
.btnRed {
	/* Continue Shopping Button 2 */
	margin-top:5px;
	margin-left:10px;
	background: #FF0000;
	cursor:pointer;
	width:14px;
	height:14px;
	border:0;
}
.btnGreen {
	/* Continue Shopping Button 2 */
	margin-top:5px;
	margin-left:10px;
	background: #006600;
	cursor:pointer;
	width:14px;
	height:14px;
	border:0;
}
.btnAdd {
	cursor:pointer;
	height:25px;
	border:0;
	font-size:16px;
	padding:0 5px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: #000;
}
.btnProceed {
	/* Clearing Button 1 */
	float:right;
	margin-top:10px;
	background:url(../images/btnProceed.jpg) no-repeat;
	cursor:pointer;
	width:197px;
	height:25px;
	border:0;
}
.btnConfirm {
	/* Payment Button */
	float:left;
	margin-top:10px;
	background:url(../images/btnConfirm.jpg) no-repeat;
	cursor:pointer;
	width:161px;
	height:25px;
	border:0;
}
/* Text Box */
.inputSearch {
	/* Search Text Box */
	margin-top:3px;
	color: #333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:139px;
	height:18px;
	line-height:18px;
	border:1px #D9D9D9 solid;
}
.inputName {
	/* Short Text Box */
	float:left;
	margin-right:30px;
	padding:2px;
	width:94px;
	height:16px;
	border:solid #7D452B;
	border-width:1px;
}
.inputMsg {
	/* Long Text Box */
	padding:2px;
	width:244px;
	height:16px;
	border:solid #7D452B;
	border-width:1px;
}
.inputQty {
	margin-top:3px;
	padding:2px;
	font-size:11px;
	background:#fff;
	width:34px;
	height:15px;
	border:0;
}
textarea {
	width:205px;
	height:94px;
}

/****************************** Top Style ******************************/
#overallTop {
	position:relative;
	margin:0 auto;
	width:918px;
	height:103px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6CBD6;
	border-left-color: #C6CBD6;
	background-image: url(../images/link-model_03.jpg);
	background-repeat: no-repeat;
}
/* Logo */
#overallTop .logo {
	float:left;
	width:169px;
	margin-left:20px;
	text-align:center;
}
#overallTop .logo a {
	display:block;
}

/* Quickly Navi */
#overallTop .quickNavi {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	color: #ACB1BD;
	padding-right:20px;
	margin-top:2px;
}
#overallTop .quickNavi a:link,#overallTop .quickNavi a:visited{
	color: #ACB1BD;
}
.top_cart_nav {height:33px;}
.top_cart_nav1 {float:right;height:76px; margin-top:0px;}
.top_cart_nav .right a:link,.top_cart_nav .right a:visited{ color:#000;}
.color1 {
	color:#F00;
	font-weight:bold;
}
.navigation {
	height:27px;
	width:630px;
	clear:both;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top:15px;
}
.navigation ul {
	float:left;
	list-style:none;
	height:27px;
}
.navigation a {
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	color:#090342;
	font-family:Arial;
	font-size:16px;
}
.itemContent{
	padding:20px;
}
#Search{
	margin-left:5px;
	margin-top:10px;
	margin-bottom:20px;
}
 
.nav_tip .text1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; margin-left:10px;}
.nav_tip .text2 { margin-left:150px;}
#search_input { width:230px; float:right; line-height:39px;}

/****************************** Main Style ******************************/
#overallBody {
	margin:0 auto;
	width:918px;
	height:auto;
	overflow:hidden;
	padding-top:3px;
	background-color: #FFF;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6CBD6;
	border-left-color: #C6CBD6;	
}
#overallHome {
	float:left;
	width:974px;
	height:auto;
	overflow:hidden;
}
#flashTop {
	float:left;
	width:918px;
	height:1px;
}
#flashRight {
	float:left;
	width:1px;
	height:654px;
}
#flashBottom {
	float:left;
	_margin-top:-1px; /* For IE6 */
	width:918px;
	height:1px;
}
#flashLeft {
	float:left;
	width:1px;
	height:654px;
}
#overallMain {
	position:relative;
	margin:0 auto;
	padding-bottom:10px;
	width:918px;
	height:auto;
	background-color:#FFF;
}
.adTop {
	float:left;
	width:967px;
	height:37px;
	overflow:hidden;
}
/* Navi */
.navi {
	float:left;
	width:967px;
	height:30px;
	border:solid #313131;
	border-width:1px 0 0 0;
}
.navi ul {
	float:left;
}
.navi li {
	float:left;
	display:inline;
	margin:5px 20px 0 20px;
	padding-left:6px;
	list-style:none;
	background:url(../images/nvai_line.jpg) no-repeat;
	width:auto;
	height:14px;
}
.navi a {
	display:block;
	text-align:left;
	text-indent:-3000px;
	height:14px;
	overflow:hidden;
}
.navi a.navi1 {
	background:url(../images/navi1.jpg) no-repeat;
	width:45px;
}
.navi a.navi2 {
	background:url(../images/navi2.jpg) no-repeat;
	width:99px;
}
.navi a.navi3 {
	background:url(../images/navi3.jpg) no-repeat;
	width:69px;
}
.navi a.navi4 {
	background:url(../images/navi4.jpg) no-repeat;
	width:99px;
}
.navi a.navi5 {
	background:url(../images/navi5.jpg) no-repeat;
	width:93px;
}
.navi a.navi6 {
	background:url(../images/navi6.jpg) no-repeat;
	width:44px;
}
.serchForm {
	height:25px;
}
.mainPic {
	width:918px;
}
.indexRight {
	width:918px;
	overflow:hidden;
	margin-top:5px;
}
.indexRight div {
	padding-left:2px;
	float:left;
}

.indexBottom {
	float:left; margin-top:3px; overflow:hidden; clear:both;
}
.indexBottom img {
	float:left; margin-right:1px;
}
.smallPic {
	float:left;
	margin-top:-4px;
	margin-left:5px;
	width:209px;
	height:590px;
	overflow:hidden;
}
.smallPic img {
	width:209px;
	height:auto;
}
#overLeft{
	float:left;
	width:200px;
	margin-right:5px;	
}
#Catalog{
	width:195px;
	margin-left:4px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd3dd;
}
#gategory {
	float:left;
	width:195px;
	overflow:hidden;
}
#gategory ul{

}
#gategory a{
	color:#333333;
}
.gateLogo {
	margin-left:3px;
	height:29px;
	line-height:29px;
	text-indent:20px;
	color: #FFFFFF;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/link-model_07.jpg);
	font-weight: bold;
	background-repeat: no-repeat;
}
#gategory ul {
	height:auto;
	overflow:hidden;
}
#gategory li {
	padding:2px 0;
	padding-left:10px;
	line-height:20px;
	list-style:none;
	height:auto;

}
#gategory .one{
	text-indent: 10px;
	background-image: url(../images/plus.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #EEE;
	margin-top:1px;
	text-indent:20px;
	font-weight: bold;
}
.one_empty{
	text-indent: 20px;
	background-color: #EEE;
	margin-top:1px;
	font-weight: bold;
}
#gategory .Class2 {
	padding-left:25px;
	margin:0;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../../../images/plus.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
#gategory .Class2_current {
	padding-left:25px;
	background-image: url(../../../images/minus.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
#gategory .Class2_empty {
	padding-left:25px;
}

#gategory .Class3 {
	padding-left:35px;
	margin:0;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../../../images/plus.jpg);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}
#gategory .Class3_current {
	padding-left:35px;
	background-image: url(../../../images/minus.jpg);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}
#gategory .Class3_empty {
	padding-left:35px;
}

#gategory .Class4 {
	padding-left:45px;
	margin:0;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../../../images/plus.jpg);
	background-repeat: no-repeat;
	background-position: 35px 10px;
}
#gategory .Class4_current {
	padding-left:45px;
	background-image: url(../../../images/minus.jpg);
	background-repeat: no-repeat;
	background-position: 35px 10px;
}
#gategory .Class4_empty {
	padding-left:45px;
}
#gategory .third {
	padding-left:43px;
	margin:0;
	display:none;
}
#gategory .four{
	padding-left:63px;
	display:none;
}
.current {
	background-image: url(../../../images/minus.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #EEE;
	margin-top:1px;
	text-indent:20px;
	font-weight: bold;
}
#gategory .current a {
	color: #000000;
	font-weight:bold;
}
#gategory .gateAd {
	margin-left:7px;
	width:170px;
	height:194px;
	overflow:hidden;
}
#gategory .gateAd img{
	margin-bottom:3px;
	width:163px;
}
#proList {
	width:710px;
	height:auto;
	float:left;
	overflow:hidden;
}
.adBig {
	display:inline;
	width:763px;
	float:left;
}
.proPage {
	line-height:23px;
	height:31px;
	font-size:14px;
	line-height:31px;
	padding-left:3px;
	background-image: url(../images/catbag.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	border: 1px solid #CBCBCB;
	padding-left:15px;
}
.proPage a {
	color:#000;
}
.proItems {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:6px 0;
	clear:both;
}
.proItems .left {
	float:left;
	width:120px;
	font-weight: bold;
}
.proItems .right {
	float:left; width:280px;
}
.productDetail {
	float:left;
	height:auto;
	overflow:hidden;
	width:740px;
	border: 1px solid #D4D4D4; 
}
#overAlso{
	background-color: #EDEDED;
	width:223px;
	border: 1px solid #CFCFCF;	
	float:right;
	text-align:center;
}
.pl{
	border: 1px solid #E0E0E0;	
	width:188px;
	background-color:#FFF;
	margin-bottom:10px;
}
.pl img{
	width:120px;
	height:100px;
	margin-top:8px;
}
.pl a:link,.pl a:visited{
	color:#000;
}
#proList .proID {
	float:left;
	display:inline;
	margin-top:2px;
	margin-right:8px;
	color:#333333;
	background:#fff;
	width:202px;
	overflow:hidden;
	text-align:center;
	border: 1px solid #CFD3DD;
	margin:13px;
}
#proList .proID img {
	width:200px;
	height:150px;
	padding:1px;
}
#proList .proID .proName {
	font-size:13px;
	line-height:22px;
	text-align:center;
	height:22px;
	overflow:hidden;
	color:#7D452B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFD3DD;
}
#proList .proID .proPic {
	width:202px;
	height:152px;
	overflow:hidden;
}
#proList .proID .proName a {
	color:#333333;
}
#proList .proID .price {
	padding-left:7px;
	font-size:10px;
	line-height:12px;
	height:42px;
	overflow:hidden;
	font-size:12px;
	line-height:21px;
}
#proInfo {
	float:left;
	width:310px;
	height:auto;
	margin-left:15px;
	margin-top:15px;
}
#proInfo .bigPic {
	width:302px;
	height:227px;
	border: 1px solid #000;
	padding:1px;
}
#proInfo .larger {
	margin-top:4px;
	width:290px;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	text-align:center;
}
#proInfo .larger img {
	vertical-align:middle;
	display:inline;
	margin-right:10px;
}
#proInfo .larger_bg {
margin-right:10px;
line-height:23px;
text-align:center;
}
#proInfo .larger_bg  img{
vertical-align:middle;
margin-top:6px;
margin-right:15px;
float:right;
}
#small_img {
	margin-top:4px;
	width:700px;
	height:70px;
	overflow:hidden;
}

#small_img ul {
	width:291px;
	height:130px;
}
#small_img li {
	float:left;
	margin-right:1px;
	list-style:none;
	overflow:hidden;
	border: 1px solid #CCC;
	margin:8px;
}
#small_img li img {
	width:80px;
	height:60px;
}
.mailbox {
	margin-top:4px;
	width:290px;
	height:auto;
	overflow:hidden;
	display:none;
}
.mailbox div {
	margin:4px 0 4px 0;
}
.MagicZoomBigImageCont {
	margin-left:5px;
}
.MagicZoomPup {
	border:solid #dadada;
	border-width:1px;
	background:#fff;
	cursor:hand;
}
#proDetails {
	float:right;
	margin-top:5px;
	margin-left:25px;
	_margin-left:20px;
	font-size:11px;
	line-height:18px;
	text-align:left;
	width:400px;
	height:auto;
	overflow:hidden;
}
#proDetails .proName {
	width:420px;
	height:auto;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:5px 0;
}
#proDetails .proName .word{
	float:left;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:31px;
	width:236px;
	height:31px;
	overflow:hidden;
}
#proDetails .typeName {
	background:url(../images/line_bg1.jpg) no-repeat bottom;
	width:420px;
	height:64px;
}
#proDetails .typeName img {
	float:left;
}
#proDetails .typeName .porCode {
	float:right;
	margin-top:44px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	height:20px;
}
#proDetails .details {
	float:left;
	margin-top:10px;
	width:420px;
	height:auto;
}
#proDetails .price {
	float:left;
	margin-top:65px;
	font-size:14px;
	line-height:30px;
	width:420px;
	height:60px;
}
#proDetails .detailsBtn {
	float:left;
	margin-top:5px;
	width:420px;
	height:25px;
}
#proDetails .detailsBtn .word{
	float:left;
	display:inline;
	margin-right:10px;
	font-size:15px;
	line-height:25px;
	width:auto;
	height:25px;
}
#proDetails .detailsBtn .btn{
	float:left;
	display:inline;
	margin-right:40px;
	width:auto;
	height:25px;
}
#info {
	float:left;
	font-size:12px;
	line-height:25px;
	font-family:Verdana, Arial, sans-serif;
	width:918px;
	height:auto;
	margin-bottom:10px;
}
#info a {
color:#990000;
}
#info .infoTitle {
	float:left;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:32px;
	text-align:center;
	background:url(../images/line_bg2.jpg) center bottom no-repeat;
	height:32px;
	font-weight: bold;
}
.content {
	float:left;
	_float:none; /* For IE6 */
	padding:20px 10px 20px 10px;
	width:700px;
	height:auto;
}
#info .content a {
color:#333333;
}
#info .orderContent {
	float:left;
	_float:none; /* For IE6 */
	padding:20px 10px 0 10px;
	width:940px;
	height:auto;
}
#info .infoBtn {
	float:left;
	/*_float:none; /*For IE6*/
	width:918px;
	height:35px;
}
.contact {
	float:left;
	margin-top:20px;
	line-height:20px;
	width:447px;
	height:auto;	
}
.contact .contactItem {
	float:left;
	width:447px;
	height:auto;
}
.contact .contactName {
	float:left;
	margin-right:30px;
	line-height:30px;
	width:100px;
	height:30px;
}
.contact .contactBtn {
	width:447px;
	height:35px;
}
.company {
	float:right;
	margin-top:20px;
	padding-left:20px;
	line-height:20px;
	width:300px;
	height:auto;
	border:solid #dadada;
	border-width:0 0 0 1px;
}
#sign {
	float:left;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	width:940px;
	height:auto;
}
#sign .signItem {
	float:left;
	padding-top:10px;
	width:340px;
	height:44px;
}
#sign .signItemNew {
	float:left;
	width:680px;
	height:44px;
}
#sign .signBtn {
	float:left;
	width:207px;
	height:44px;
}
.error {
	margin-top:10px;
	padding:5px 5px 5px 30px;
	line-height:22px;
	background:#313131 url(../images/error.gif) no-repeat;
	width:925px;
	height:auto;
	float:left;
	border:1px solid #444444;
	color:#FFFFFF;
}
.w100 {
	width:100px;
}
.w130 {
	width:130px;
}
.w150 {
	width:150px;
}
.w177 {
	width:177px;
}
.w200 {
	width:200px;
}
.w207 {
	width:207px;
}
.w250 {
	width:250px;
}
.w260 {
	width:260px;
}
.w230 {
	width:230px;
}
.cartItem {
	float:left;
	margin-top:20px;
	width:918px;
	height:30px;
	border:solid #343434;
	border-width:0 0 1px 0;
}
.cartItem .cart {
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
}
.shopItem {
	float:left;
	width:918px;
	height:126px;
	border:solid #343434;
	border-width:0 0 1px 0;
}
.shopItem .shop {
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	line-height:24px;
	text-align:center;
	height:96px;
	overflow:hidden;
}
.shopItem img {
	float:left;
	display:inline;
	margin-left:21px;
	width:112px;
	height:84px;
}
.shopItem .qty {
	margin-top:5px;
	width:30px;
	height:15px;
}
.shopItem .update {
	background:url(../images/update.jpg) no-repeat;
	cursor:pointer;
	width:60px;
	height:20px;
	border:0;
}
.shopItem .remove {
	background:url(../images/remove.jpg) no-repeat;
	cursor:pointer;
	width:60px;
	height:20px;
	border:0;
}
.clearing {
	float:left;
	_float:none; /* For IE6 */
	padding-right:20px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	line-height:35px;
	width:940px;
	height:35px;
}
.payClearing {
	float:left;
	_float:none;
	padding-right:20px;
	width:825px;
	height:33px;
	border:solid #680000;
	border-width:1px;
}
.payClearing .subtotal {
	float:right;
	color:#848484;
	font-size:15px;
	text-align:right;
	line-height:33px;
	font-family:Arial, Helvetica, sans-serif;
	width:135px;
	height:33px;
}
.payClearing .clearingBtn {
	float:right;
	width:165px;
	height:33px;
}
.payItem {
	clear:both;
	float:left;
	margin-top:30px;
	width:918px;
	height:auto;
}
.payItem .payEdit {
	float:left;
	margin-top:10px;
	padding-left:75px;
	line-height:22px;
	width:252px;
	height:auto;
}
.payItem .payInfo {
	float:left;
	margin-top:10px;
	width:550px;
	height:auto;
}
.payItem .paycountent {
	float:left;
	margin-top:10px;
	padding-left:75px;
	line-height:22px;
	width:252px;
	height:auto;
}
.payItem .paycountentInfo {
	float:left;
	margin-top:10px;
	width:550px;
	height:auto;
}
.payment_title {
	width:100%; text-align:center; font-weight:bold; font-size:16px;
}
.payItem .payInfo .input {
	padding:2px;
	width:146px;
	height:16px;
	border:1px solid #7D452B;
	border-width:1px;
}
.selectShort {
	float:left;
	margin-right:10px;
	padding:2px;
	width:70px;
	height:23px;
	border:1px solid #7D452B;
}
.selectLong {
	padding:2px;
	width:150px;
	height:23px;
	border:solid #7D452B;
	border-width:1px;
}
.payInfo {
	float:left;
	_float:none; /* For IE6 */
	margin-top:30px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	overflow:hidden;
	width:918px;
}
.payInfo a {
	color:#7D452B;
}
.payInfo .payID {
	float:left;
	margin-top:30px;
	margin-left:-1px;
	padding-left:40px;
	padding-right:40px;
	line-height:22px;
	background:url(../images/line_bg3.jpg) no-repeat;
	width:222px;
	height:228px;
}
.historyItem {
	float:left;
	_float:none; /* For IE6 */
	margin-top:-1px;;
	margin-bottom:3px;
	width:918px;
	height:30px;
}
.historyItem .historyInfo {
	float:left;
	color:#333;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	text-align:center;
	background:#eaeaea;
	height:30px;
}
.historyPage {
	float:left;
	+float:none;
	font-size:12px;
	line-height:35px;
	text-align:right;
	width:918px;
	height:35px;
}
.editItem {
	float:left;
	margin-top:20px;
	width:950px;
	height:auto;
	margin-left:10px;
}
.editItem .edit {
	float:left;
	margin-top:10px;
	padding-left:150px;
	line-height:25px;
	width:157px;
	height:25px;
}
.editItem .editInfo {
	float:left;
	margin-top:10px;
	padding-top:2px;
	line-height:23px;
	width:547px;
	height:23px;
	overflow:visible;
}
.editItem .editInfo .input {
	padding:2px;
	width:296px;
	height:16px;
	border:solid #7D452B;
	border-width:1px;
	border:1px solid #7D452B;
}
.editItem .editContent {
	float:left;
	padding-left:307px;
	width:600px;
	height:auto;
}
.order {
	float:left;
	margin-top:20px;
	width:918px;
	height:auto;
}
.order .orderItem {
	float:left;
	margin-top:1px;
	color:#fff;
	font-size:12px;
	line-height:34px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	background:#555;
	width:227px;
	height:34px;
	border:solid #e6e0d2;
	border-width:0 0 1px 0;
}
.order .orderInfo {
	float:left;
	margin-top:1px;
	padding-left:15px;
	color:#000;
	font-size:12px;
	line-height:34px;
	font-family:Verdana, Arial, sans-serif;
	background:#eee;
	width:718px;
	height:34px;
	border:solid #e6e0d2;
	border-width:0 0 1px 0;
}

/****************************** Button Style ******************************/
#overallBottom {
	clear:both;
	margin:0px auto 0 auto;
	padding-top:5px;
	font-size:11px;
	word-spacing:2px;
	line-height:25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:918px;
	height:102px;
	background-color: #FFF;
	background-color: #FFF;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6CBD6;
	border-left-color: #C6CBD6;
	background-image: url(../images/link-model_14.jpg);
	background-repeat: repeat-x;
}
.location {
padding-left:15px;
}
.locationPro {
padding-left:10px;
}
.locationPro a {
	color:#333333;	
}
.proSubmenu {
	float:left;font-size:12px;
}

.button {background:#3E3E3E; font-size:14px; color: #FFFFFF; font-weight:bold;}
.font1 { font-size:14px; color:#7D452B;}
.green {color:#006600; font-weight:bold;}
/*page style*/
.page { margin: 10px 0; padding: 3px; text-align: center; clear:both;}
    .page * { margin: 0 3px 0 0; padding: 3px 5px; border: 1px solid #E6E6E6; background: #FCF9E6; color: #999; }
    .page em { border-color: #E6E6E6; color:; font-style: normal; }
    .page strong { background: #E6E6E6; color:; }
    .page a { color:; }
    .page a:hover { background:#E6E6E6; text-decoration: none; }

.proPrice {color: #990000; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
/*product scroll*/	
.proScroll { border:#e3e3e3 1px solid; font-size:12px;   overflow:hidden; zoom:1; width:720px; height:140px;}
.proScroll .pcont { float:left; overflow:hidden; width:720px;}
  

.paymethod { height:auto;}
.paymethod1 {background-color:#EAEAEA; padding:10px; width:940px;}
.paymethodbox {background-color:#EAEAEA; margin-top:30px; padding:10px; width:930px;}
.paymethodbox table td { padding:10px; border-bottom:#FFFFFF solid 1px;}
.paymethod div img { vertical-align:middle; margin:5px;}
.clear {clear:both; line-height:0px; font-size:0px; width:100%;}
.bomNavi{
	background-repeat: repeat-x;
	height: 26px;
	color: #000;
	text-transform: capitalize;
}
.bomNavi a:link,.bomNavi a:visited{
	color:#000;
	padding-left:3px;
	padding-right:3px;
	padding-left:10px;
	padding-right:10px;
}
#ContentDIv{
	width:193px;
	margin-left:3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFD3DD;
	border-bottom-color: #CFD3DD;
	border-left-color: #CFD3DD;
}
#ContentBody{
	padding-left:8px;
}
#ContentBody div{
	text-align:center;
	
}
.Itempointer{
	float:left;
	margin-right:25px;
	text-align:center;
	cursor:hand;
}
.black_16_bold{
	font-size:16px;
	font-weight: bold;
}
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
ul{
	padding:0px;
	margin:0px;
}
.details{
	font-size: 16px;	
}
.Title3{
	font-size: 14px;
	font-weight: bold;
	color: #DC685B;	
}
.News{
	width:700px;
	margin:20px;
}
li,ul{
	list-style-type: none;	
}
img{
	border:0;
}
