@charset "utf-8";
/* CSS Document */

#cart{ padding:0px;}
#cart td,tr, th{padding:5px;}
.wd_price{ color:#C00; font-size:16px; line-height:30px;}
.selwd{ color:#930; font-weight:bold;}
#cart th{ background:#F3F3F3; color:#333; border-bottom:#CCC solid 1px;}
#cart td{ border-bottom:#CCC solid 1px;}
#cart a{ color:#060; text-decoration:none; font-size:15px;}
#cart a:hover{ color:#030}
#cart .borderRight{ border-right:#CCC dotted 1px;}

#cart2{ padding:0px;}
#cart2 table{ border:#060 solid 2px;}
#cart2 td, tr, th{padding:5px;}
#cart2 th{ background:#558E28; color:#FFF;}
#cart2 td{ border-bottom:#CCC solid 1px;}
#cart2 a{ color:#060; text-decoration:none; font-size:15px;}
#cart2 a:hover{ color:#030}
#cart2 .borderRight{ border-right:#CCC dotted 1px;}


.btn {
	FONT-SIZE: 13px;
	FONT-FAMILY: "Arial", "MingLiU", "PMingLiU"; 
	BACKGROUND: #DFE7F0;
	cursor:pointer;
	padding:2px 10px 0px 10px;
	color:#333333;
}
.btn:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: "Arial", "MingLiU", "PMingLiU"; 
	cursor:pointer;
	color:#06F;
	background: #CBD8E7;
	padding:2px 10px 0px 10px;
}
.btn:visited {FONT-SIZE: 13px;FONT-FAMILY: "Arial", "MingLiU", "PMingLiU"; BACKGROUND: #DFE7F0;cursor:pointer;padding-left:10px; padding-right:10px; color:#333333}
.tPrice{font-size:16px; font-weight:bold; color:#C00;}
.tPay{font-size:16px; font-weight:bold; color:#930;}