div#myShoppingCart{
	width:550px;
	height:300px;
	border-color:#01A2EF;border-style:solid; border-width:3px;
	background-color:#FFFFFF;
}
div#myShoppingCart div#CartHeader{
	background-color:#66CCCC;
	height:30px;
	cursor:move;
}
div#myShoppingCart div#CartHeader div#CartTitle{
	float:left;
	width:93px;height:22px;
	background-image: url(/images/cart/ShoppingCart.png);
	background-repeat:no-repeat;
	background-position:top left;	
	margin-left:5px;
}
div#myShoppingCart div#CartHeader div#CloseButton{
	float:right;
	width:60px;height:30px;
	background-image: url(/images/cart/CloseButton.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	cursor:pointer;
}
div#myShoppingCart .inc_item_button{ cursor:pointer; }
div#myShoppingCart .desc_item_button{ cursor:pointer; }
div#myShoppingCart .remove_item_button{ cursor:pointer; }
/* ### CartBody  à¸ªà¸§à¹?à¸?à¸?à¸µà¹?à¹?à¸ªà¸?à¸?à¸?à¸¥ item à¸?à¸µà¹?à¸­à¸¢à¸¹à¹?à¹?à¸? cart ### */
div#myShoppingCart div#CartBody{
	margin:0px;
	padding:0px;
	background-color:white;
	width:100%;
	height:270px;
	text-align:left;
}
div#CartItemList { height:100%;width:100%;margin:0px;padding:0px;overflow:hidden;}
div#CartItemList table{ font-size:0.8em;border-collapse: collapse;margin:0px;empty-cells: show; }
div#CartItemList table td {border-width:1px;border-style:dotted;border-color: #66CCCC;margin:0px;padding:0px;}
div#CartItemList table td.image{ width:55px;text-align:center; }
div#CartItemList table td.name{ width:275px; }
div#CartItemList table td.qty{ width:60px;}
div#CartItemList table td.pv{ width:50px; }
div#CartItemList table td.price{ width:60px; }
div#CartItemList table td.op{ width:20px; }
div#CartItemList table#ListHeader td{ height:30px;text-align:center;font-weight:bold; }
div#CartItemList div#ListBody{ height:210px;overflow:scroll; overflow-x:hidden; }
div#CartItemList table#ListBody td.name{ text-align:left;}
div#CartItemList table#ListBody td.qty{ text-align:center; }
div#CartItemList table#ListBody td.pv{ text-align:right; }
div#CartItemList table#ListBody td.price{ text-align:right;}
div#CartItemList table#ListBody td.op{ text-align:center; }
div#CartItemList table#ListBody td.op img{ cursor:pointer;}
div#CartItemList table#ListBody td.name .brand{ font-weight:bold;font-size:110%;color:#FF0066;}
div#CartItemList table#ListBody td.name a.name{ text-decoration: none;color:#0000FF;}
div#CartItemList table#ListBody td.name a.name:hover{ font-weight: bold;}
div#CartItemList table#ListBody input.input_qty{ font-size:100%;text-align:center;width:35px; } /*à¹?à¸?à¹?à¸?à¸?à¸±à¸§à¸?à¸µà¹? myShoppingCart.js à¸ªà¸£à¹?à¸²à¸?à¸?à¸¶à¹?à¸?à¸¡à¸²à¹?à¸?à¸?à¸?à¸µà¹? span.input_qty */
div#CartItemList table#ListBody tr.last_action_item td.name{ background-color:#e0ffef } /*item à¸?à¸±à¸§à¸?à¸µà¹?à¸?à¸¹à¸? action à¸?à¸±à¸§à¸ªà¸¸à¸?à¸?à¹?à¸²à¸¢ */
div#CartItemList table#ListFooter{ line-height:20px; }
div#CartItemList table#ListFooter td{text-align:center;font-weight: bold;font-size:100%;border-style: solid;border-color:white;border-top-color:#66CCCC;color:#0000FF}
div#CartItemList table#ListFooter td.name{ border-right-color:#66CCCC;text-align:left; }
div#CartItemList table#ListFooter td.name img{ margin-top:2px; }
div#CartItemList table#ListFooter td.pv{ border-right-color:#66CCCC;border-left-color:#66CCCC; }
div#CartItemList table#ListFooter td.qty{ text-align:center;border-color:#66CCCC; }
div#CartItemList table#ListFooter td.price{ text-align:right;border-color:#66CCCC; }
div#CartItemList table#ListFooter td.op{ border-left-color:#66CCCC; }
div#CartItemList table#ListFooter a img{border:0px;}

table#ListFooter td.name{
	text-align:center !important;
}
a.shppCartCheckoutBtn{
	margin:0px auto;
	position: relative;
	top:2px;
	background-image: url(/module/include/index/img/checkout.button.v1.gif);
	width:100px;
	height: 25px;
	display: inline-block;
	*display: inline;
	cursor: pointer;
}
a.shppCartCheckoutBtn:hover{
	background-position: 0px 50px;
}
a.shppCartCheckoutBtn_Disable{
	cursor: default !important;
	background-position: 0px 25px !important;
	visibility: hidden;
}