/*
---------------------------------------------------------------
購物模組 model basket
--------------------------------------------------------------- 
*/
#mBasketReview {
	font-size: 11px;
	text-align: left;
	background: #f0f0f0;
}
#mBasketReview .mBasketReviewTitle {
	background: #7c72ae url(../images/design/star.gif) no-repeat left center;
	padding: 5px;
}
#mBasketReview .mBasketReviewTitle b {
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 0px 0px 25px;
}
#mBasketReview .mBasketReviewTitle span {
	color: #dcdcdc;
}
#mBasketReview .mBasketReviewContent{
	padding: 10px;
	color:#666666;
}
#mBasket {
	text-align: left;
	background: url(../images/design/dBody.content.gif) no-repeat left bottom;
	padding: 0px 0px 5px 0px;
}
#mBasket .mBasketTitle {
	background: url(../images/design/mBasketTitle.gif) no-repeat left top;
	padding: 40px 0px 0px 25px; 
	height: 8px;
}
#mBasket .mBasketMemo {
	background: url(../images/design/mBasketTitle.gif) no-repeat left top;
	padding: 40px 0px 0px 25px; 
	height: 48px;
	color: #FF0000;
}
#mBasket .mBasketTitle b{
	color: #a12983;
}
#mBasket .mBasketTitle span{
	color: #FF0000;
}
#mBasket .mBasketContent {
	background: url(../images/design/mContentContent.gif) repeat-y;
	padding: 30px; 
}
#mBasket .mBasketContent h4{
	color: #FFFFFF;
	font-size: 13px;
	background: #a47fcf;
	padding: 5px;
	margin: 5px 0px 5px;
}
#mBasket .mBasketContent table{
	line-height: 25px;
}
#mBasket .mBasketContent th {
	text-align: right;
	background: #e5e5e5;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #b8b8b8;
	width: 100px;
}
#mBasket .mBasketContent td {
	text-align: left;
	background: #fbfbfb;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#mBasket .mBasketStepList {
	background: url(../images/design/mBasketStepList.gif) repeat-y;
	color: #FF0000;
}
#mBasket .mBasketStepOwner {
	background: url(../images/design/mBasketStepOwner.gif) repeat-y;
}
#mBasket .mBasketStepDiscount {
	background: url(../images/design/mBasketStepDiscount.gif) repeat-y;
}
#mBasket .mBasketStepCheckout {
	background: url(../images/design/mBasketStepCheckout.gif) repeat-y;
}
#mBasket .mBasketStepConfirm {
	background: url(../images/design/mBasketStepConfirm.gif) repeat-y;
}
#mBasket .mBasketStepFinish {
	background: url(../images/design/mBasketStepFinish.gif) repeat-y;
}
#mBasket .mBasketList {
	background: #FFFFFF; 
}
#mBasket .mBasketList th {
	text-align: center;
	background: #e5e5e5;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
#mBasket .mBasketList td {
	text-align: center;
	background: #eeeeee;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}
