/*
---------------------------------------------------------------
購物模組 model basket
--------------------------------------------------------------- 
*/
.ui-effects-transfer { 
	border: 1px solid maroon;
	background: #FF9999; 
	filter: Alpha(opacity=40);
	-moz-opacity :0.4;
	opacity: 0.4;
}
#mBasketReview {
	font-size: 11px;
	text-align: left;
	background: #f0f0f0;
	position: absolute;
	margin: 0px 0px 0px 815px;
	width: 150px;
}
#mBasketReview .mBasketReviewTitle {
	background: #707070;
	padding: 5px;
}
#mBasketReview .mBasketReviewTitle b {
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 0px 0px 20px;
	background: url(../images/model/icon_sort_01.gif) no-repeat left 3px;
}
#mBasketReview .mBasketReviewTitle span {
	color: #FF0000;
}
#mBasketReview .mBasketReviewContent{
	padding: 5px;
}
#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: 18px;
}
#mBasket .mBasketTitle b{
	color: #a12983;
}
#mBasket .mBasketTitle span{
	color: #FF0000;
}
#mBasket .mBasketContent {
	background: url(../images/design/mContentContent.gif) repeat-y;
	padding: 30px; 
	border-right: 1px solid #cacacc;	
	border-left: 1px solid #cacacc;
}
#mBasket .mBasketContent h4{
	color: #FFFFFF;
	font-size: 13px;
	background: #cc8dc4;
	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;
}
#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;
}