@charset "utf-8";
/* CSS Document */
.popup_container {
	width:400px;
	border-bottom:2px solid #eceae6;
	border-right:2px solid #eceae6;
	border-top:1px solid #eceae6;
	position:relative;
	/*
	top: 200px;
	left: auto;
	*/
}

.popup_container .inner_popup {
	position:relative;
	font-family:tahoma;
	border:1px solid #e9e9e9;
}

.popup_container .inner_popup .main{
	position:relative;
	background:#e6f7d4;
}

.popup_container .popup_bar{
	position:relative;
	background:url(../img/bg_popcart_title.jpg) repeat-x 0 0;
	height:26px;
	width:99%;
	top: 1px;
	margin:0px 2px;
}

.popup_container .popup_title{
	background:url(../img/icon_popbar_cart.jpg) no-repeat;
	height:26px;
	vertical-align:middle;
}

.popup_container .popup_title .text{
	color:#fff;
	padding-left:25px;
	margin-top:6px;
	font-weight:bold;
	font-family:tahoma;
	position:absolute;
}

.popup_container .popup_close{
	background:url(../img/icon_close.gif) no-repeat;
	width:8px;
	height:8px;
	float:right;
	position:absolute;
	top:0;
	right:0;
	margin:8px 8px 0 0;
	cursor:pointer;
	
}

.popup_container .desc{
	background:url(../img/icon_gift.jpg) no-repeat 10px center;
	padding:10px 30px;
	font-weight:bold;
	border-bottom:1px solid #d5d5d5;
}

.popup_container .desc .quantity{
	color:#FF0000;
}

.popup_container .recordlist .quantity{

}

.popup_container .recordlist .cart_table{

}

.popup_container .cart_table td, .popup_container .cart_table th {
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

.popup_container .cart_table .namecol, .popup_container .cart_table .col_type1 {
	border-left:0 none;
}

.popup_container .cart_table .namecol {
	text-align:left;
}

.popup_container .cart_table .col_type1{
	text-align:left;
	background:#eef8cb url(../img/icon_red_arrow.gif) no-repeat 4px center;
	padding-left:14px;
}

.popup_container .cart_table .col_type2{
	background:#f4f9c6;
	text-align:center;
	
}

.popup_container .cart_table .markcol{
	color:#FF0000;
}

.popup_container .cart_table .total_col {
	background:#fffaba;
}



.popup_container .cart_bottom{
}

.popup_container .cart_bottom .logo{
	margin-top:0px;
	padding:10px 20px;;
	width:200px;
	float:left;
	position:relative;

}

.popup_container .cart_bottom .logo .logo_holder {
	padding-top:5px;
	padding-left:10px;
}

.popup_container .cart_bottom .action{
	margin-left: 41%;
	padding-top:20px;
}

.popup_container .action .button_detail{
	background:url(../img/button_cart_detail.jpg) no-repeat;
	width:51px;
	height:20px;
	border:0 none;
	cursor:pointer;
}
.popup_container .action .button_detail_en{
	background:url(../img/button_cart_detail_en.jpg) no-repeat;
	width:51px;
	height:20px;
	border:0 none;
	cursor:pointer;
}
.popup_container .action .button_paid{
	background:url(../img/button_paid.jpg) no-repeat;
	width:74px;
	height:20px;
	border:0 none;
	margin-left:5px;
	cursor:pointer;
}
.popup_container .action .button_paid_en{
	background:url(../img/button_paid_en.jpg) no-repeat;
	width:74px;
	height:20px;
	border:0 none;
	margin-left:5px;
	cursor:pointer;
}
.popup_container .cart_bottom .shadow_block{

}