@charset "utf-8";

/* 標題 */
.title {
	height: 30px;
	text-align: left;
	/*border-color: #cccccc;
	border-width: 1px;
	border-style: dashed none;*/
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/0buy.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 28px;
}
.title span {
	font-weight: normal;
}

/* 輸入格 */
.input {
	width: 100px;
	border: solid 1px #719fbc;
	font-size: 12px;
	color: #6666666;
}

/* 底線 */
.bord {
	border-bottom: solid 1px #cccccc;
	line-height: 1px;
	font-size: 1px;
}

.shop_remarks {
	background-image: url(../images/member/icon02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}

.shop_total {
	line-height: 20px;
	color: #333333;
	padding:10px;
	font-size:12px;
}
.shop_bg {
	background-color:#eef7fd;
	font-size:12px;
}
.shop_price_all {
	padding: 0px 10px;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}
.shop_price {
	color: #ff0000;
	margin: 0px 10px;
	font-weight: bold;
}
