checkout_now_buttonf/* @override 
	http://ec.skyfly.com.tw/ec.css
	https://www.happyvip.com.tw/ec.css
*/

.clear{
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}

/* @group inner general */
#test{
	width: 727px;
}


#inner_container{
	width: 717px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}

#page_title_image{
	width: 727px;
	height: 90px;
}

/* @end */

/* @group mini cart */

#mini_cart{
	background: url(images/newpage_img/title05.gif) no-repeat;
	position: relative;
	padding: 37px 6px 0 6px;
	margin-bottom: 20px;
}
.shop_car_bg{
	background-image: url(images/newpage_img/title01mid.gif);
	background-repeat: repeat-y;
	height: 50px;
}
.shop_car_bom{
	background-image: url(images/newpage_img/title01bom.gif);
	background-repeat: no-repeat;
	height: 24px;
}

#mini_cart .total_price{
	position: absolute;
	top: 35px;
	left: 75px;
	color: red;
	font-weight: bold;
}

#mini_cart .item_num{
	position: absolute;
	top: 10px;
	left: 17px;
	font-size: 16px;
	font-weight: bold;
	color: red;
	width: 25px;
	text-align: center;
}

#mini_cart .scroll_up,
#mini_cart .scroll_down{
	position: absolute;
	overflow: hidden;
	width: 7px;
	height: 5px;
	z-index: 10;
	display: none;
}

#mini_cart .scroll_up img,
#mini_cart .scroll_down img{
	float: left;
}

#mini_cart .scroll_up{
	right: 7px;
	top: 60px;
}

#mini_cart .scroll_down{
	right: 7px;
	top: 340px;
}

#checkout_now_button{
	height: 25px;
}

#checkout_now_button a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

/* @end */

/* @group zero widget */

#zero_widget{
	width: 210px;
}

/* @end */

/* @group product list */

#product_list{
	padding-bottom: 30px;
}

#product_list .product_row{
	position: relative;
	width: 660px;
	height: 230px;
	border-bottom: 2px dotted #ccc;
}

#product_list .product_row .product{
	height: 190px;
	border: none;
}

#product_list .product_row .buy_now_button{
	display: none;
}

#product_list .product_row .product_image{
	width: 90px;
	height: 90px;
}

#product_list .product_row .product_image{
	width: 90px;
	height: 90px;
}

#product_list .product_row .product_image img{
	width: 90px;
	height: 90px;
}

#product_list .current{
	background: #fff6cc;
	height: 290px;
}

#product_list .current .buy_now_button{
	display: block;
}

#product_list .current .product_image{
	width: 150px;
	height: 150px;
}

#product_list .current .product_image img{
	width: 150px;
	height: 150px;
}

#product_list .product_row .disable_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
	height: 230px;
	background: #fff;
}

.plus_icon{
	position: absolute;
	top: -41px;
	left: 290px;
	width: 80px;
	height: 80px;
	z-index: 10;
	background: url(images/ec/plus.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#special_discount_info .total_price{
	color: #ff0049;
}

#special_discount_info{
	text-align: center;
	padding: 20px 0;
	height: 20px;
}

#special_discount_info.current{
	background: #fff6cc;
	height: 20px;
}

#special_discount_info .total_price span{
	color: #ff0049;
	font-size: 16px;
	font-weight: bold;
}

#other_products{
	
}

#other_products .product,
#product_list .product{
	width: 165px;
	height: 250px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 20px 5px 15px 5px;
	float: left;
}

#other_products .product_image,
#product_list .product_image{
	width: 150px;
	height: 150px;
	margin: auto;
}

#other_products .product_image img,
#product_list .product_image img{
	border: 1px solid #eee;
}

#other_products .name,
#product_list .name{
	padding: 10px 5px 0 5px;
	height: 30px;
	overflow: hidden;
}

#other_products .price,
#product_list .price{
	color: #ff0049;
	padding: 5px 0 10px 0;
}

#other_products .price span,
#product_list .price span{
	font-size: 16px;
	font-weight: bold;
}

#other_products .buy_now_button,
#product_list .buy_now_button{
	margin: auto;
}

#product_list .cancel_order_button{
	display: none;
}

.pager{
	text-align: center;
	padding: 20px 0 0 0;
}

/* @end */

/* @group product single */

#product_category{
	padding: 10px 0;
}

#product_category img{
	float: left;
}

#product_category .arrow{
	padding: 6px 0 0 0;
}

#product_category .category{
	font-size: 16px;
	color: #e1151f;
	padding: 0 10px;
	float: left;
}

#product_category .category a{
	color: #666;
	text-decoration: none;
}

#product_category .category a:hover{
	color: blue;
	text-decoration: underline;
}

#product_category .name{
	font-size: 16px;
	color: #e1151f;
	padding: 0 10px;
	float: left;
}

#product{
	border-bottom: 1px dotted #ccc;
	width: 650px;
	padding: 15px 0 15px 10px;
}

#product .product_image{
	float: left;
	margin-right: 20px;
	border: 1px solid #eee;
}

#product .product_image img{
	float: left;
}

#product .product_info{
	float: left;
	color: #666;
	width: 328px;
}

#product .product_info .name{
	font-size: 24px;
	color: #333;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
}

#product .product_info .name em{
	font-style: normal;
	color: #ff7f00;
}

#product .product_info .product_name span,
#product .product_info .quantity span,
#product .product_info .product_id span{
	color: #333;
	height: 20px;
}

#product .product_info .product_name,
#product .product_info .quantity,
#product .product_info .product_id{
	line-height: 20px;
	text-indent: -60px;
	padding: 0 0 0 60px;
}

#product .product_info .original_price{
	color: #ccc;
	text-decoration: line-through;
}

#product .product_info .special_price{
	color: #fe007c;
}

#product .product_info .special_price span{
	font-size: 36px;
	font-weight: bold;
	color: #fe007c;
}

#product .product_info .order_quantity{
	padding: 5px 0;
}

#product_intro{
	width: 660px;
}

#product_intro .content{
	padding: 20px;
}

#product_intro .content p{
	color: #333;
	margin: 0 0 10px 0;
	line-height: 20px;
}


/* @end */

/* @group shopping cart */

#shopping_cart{
	width:100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#shopping_cart thead th{
	color: #fff;
	background: url(images/newpage_img/line10.gif) repeat-x;
	height: 31px;
	border-bottom:#999, dashed, 1px;
}

#shopping_cart tbody td{
	text-align: center;
	color: #333;
	padding: 5px 0;
}

#shopping_cart thead .serial{
	width: 30px;
	background: url(images/newpage_img/line10.gif) repeat-x;
	padding-left: 10px;
}

#shopping_cart .thumbnail{
	width: 100px;
	text-align: center;
}

#shopping_cart thead .name{
	text-align: left;
}

#shopping_cart tbody .name{
	width: 515px;
	height: 30px;
	text-align: left;
	padding-top: 10px;
	vertical-align: bottom;
}

#shopping_cart tbody .name em{
	font-style: normal;
	font-weight: bold;
	color: #000;
}

#shopping_cart .name a{
	color: #333;
	text-decoration: none;
}

#shopping_cart .name a:hover{
	color: #333;
	text-decoration: underline;
}

#shopping_cart .discount{
	width: 90px;
	text-align: left;
}

#shopping_cart .discount .original{
	color: #666;
	text-decoration: line-through;
}

#shopping_cart .discount .special{
	color: #a2469b;
	font-weight: bold;
}

#shopping_cart .quantity{
	width: 50px;
}

#shopping_cart .price{
	width: 60px;
	text-align: right;
	padding: 0 30px 0 0;
}

#shopping_cart .button{
	width: 80px;
	padding: 0 10px 0 0;
	text-align: center;
}

#shopping_cart .button a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

#shopping_cart thead .cancel{
	background: url(images/newpage_img/line10.gif) repeat-x;
}

#shopping_cart tfoot{
	background: #eee;
	border-bottom: 2px solid #a2469b;
}

#shopping_cart tfoot th{
	background: #eee;
	height: 30px;
	text-align: right;
	color: #333;
	padding: 10px;
}

#shopping_cart tfoot td{
	padding: 5px;
}

#shopping_cart tfoot .total{
	padding: 0 30px 0 0;
}

#adding_discount_bar{
	background: url(images/newpage_img/line10.gif) repeat-x;
	width: 700px;
	height: 27px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0;
}

/* @end */

/* @group buyer */

.buyer_table{
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 640px;
	margin-left: 10px;
}

.buyer_table em{
	color: red;
	font-weight: normal;
	font-style: normal;
}

.buyer_table .em{
	color: #e1151f;
	padding: 3px 0 0 0;
}

.buyer_table th{
	font-weight: normal;
	padding: 5px 5px 0 20px;
	height: 20px;
	text-align: left;
}

.buyer_table tbody th{
	width: 80px;
}

.buyer_table td{
	padding: 10px 0 7px 0 ;
	width: 540px;
}

.buyer_table .step_title{
	padding: 10px 0;
}

.buyer_table .button{
	text-align: center;
}

.buyer_table .button a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

.login_block{
	width: 400px;
	margin: auto;
}

#same_as_buyer_label{
	cursor: pointer;
}

/* @end */

/* @group step tabs */

.title_bar{
	height: 30px;
	padding: 5px 15px 0 15px;
	color: #fff;
	background: url(images/newpage_img/mem02bg0.gif) no-repeat;
	margin-bottom: 10px;
}

.title_bar a{
	display: block;
	float: left;
	width: 85px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 0 ;
	text-align: center;
}

.title_bar a:hover{
	text-decoration: underline;
}

.title_bar .current{
	background: url(images/newpage_img/mem_ov.gif) no-repeat;
	color: #a2469b;
	padding: 8px 0 0 0 ;
	height: 27px;
}

.title_bar .arrow{
	float: left;
	margin: 0 10px;
	width: 13px;
	height: 35px;
	background: url(images/registration_arrow.jpg) 0 10px no-repeat;
}


/* @end */

/* @group register */



/* @end */

/* @group member area */

.member_block{
	padding: 0 5px 0 5px;
	position: relative;
	margin-bottom: 40px;
}

#basic_info{
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	margin-left: 10px;
	color: #333;
}

#basic_info em{
	color: red;
	font-weight: normal;
	font-style: normal;
}

#basic_info .em{
	color: #e1151f;
	padding: 3px 0 0 0;
}

#basic_info th{
	font-weight: normal;
	padding: 5px 5px 0 20px;
	height: 20px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

#basic_info td{
	padding: 10px 0 7px 0 ;
	border-bottom: 1px dotted #ccc;
	width: 430px;
}

#basic_info .step_title{
	height: 100px;
	vertical-align: bottom;
}

#confirm_info{
	border-collapse: collapse;
}

#confirm_info th{
	font-weight: normal;
	padding: 5px 5px 0 30px;
	width: 100px;
	height: 20px;
	border-bottom: 1px dotted #ccc;
}

#confirm_info td{
	padding: 10px 0 7px 0 ;
	border-bottom: 1px dotted #ccc;
	width: 600px;
}

#user_image{
	position: absolute;
	width: 110px;
	right: 10px;
	top: 0;
	right:0;
	text-align: center;
}

#user_image img{
	border: 1px solid #ccc;
	padding: 3px;
}

#member_messages{
	line-height: 20px;
	padding: 10px 0;
}

#member_messages .message{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

#member_messages .date{
	float: left;
	width: 90px;
	padding: 0 0 0 25px;
	font-weight: bold;
	color: #333;
}

#member_messages .new .date{
	background: url(images/new_mail.gif) 0 no-repeat;
}

#member_messages .title{
	float: left;
	cursor: pointer;
}

#member_messages .title a{
	color: #666;
	text-decoration: none;
}

#member_messages .title a:hover{
	color: #333;
	text-decoration: underline;
}

#member_messages .content{
	padding: 0 10px 0 25px;
	display: none;
}

#member_area p{
	line-height: 20px;
	color: #666;
	padding: 0;
	margin: 10px 0;
}

#member_area h3{
	color: #333;
	font-size: 16px;
	margin: 20px 0;
}

.member_order{
	color: #666;
	text-align: center;
	border-collapse: collapse;
	margin: 20px 0;
	border: 2px solid #999;
}

.member_order thead th{
	color: #333;
	padding: 5px 0;
	background: #ffcbec;
	border: 1px solid #ccc;
	font-weight: normal;
}

.member_order tbody td,
.member_order tbody th{
	color: #333;
	border: 1px solid #ccc;
	padding: 5px 0;
}

.member_order .order_serial{
	width: 130px;
}

.member_order .date{
	width: 90px;
}

.member_order .total_price{
	width: 60px;
}

.member_order .order_status{
	width: 70px;
}

.member_order .payment_type{
	width: 90px;
}

.member_order .payment_status{
	width: 50px;
}

.member_order .invoice{
	width: 90px;
}

.member_order .others{
	width: 60px;
}

.member_order .detail{
	text-align: left;
}

.member_order .detail td{
	height: 40px;
}

.member_order .label{
	font-weight: bold;
	padding: 0 0 0 10px;
}

/* @end */

/* @group member messages */

#member_messages{
	line-height: 20px;
	padding: 10px 0;
}

#member_messages .message{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
	padding-bottom: 3px;
	width: 650px;
	position: relative;
}

#member_messages .delete{
	color: #333;
	position: absolute;
	right: 10px;
	text-decoration: none;
}

#member_messages .date{
	float: left;
	width: 90px;
	padding: 0 0 0 25px;
	font-weight: bold;
	color: #333;
}

#member_messages .new .date{
	background: url(images/new_mail.gif) 0 no-repeat;
}

#member_messages .title{
	float: left;
	cursor: pointer;
	width: 590px;
	height: 20px;
	overflow: hidden;
	word-wrap: break-word;
}

#member_messages .title a{
	color: #333;
	text-decoration: none;
}

#member_messages .title a:hover{
	color: #333;
	text-decoration: underline;
}

#member_messages .content{
	padding: 5px 10px 5px 25px;
	display: none;
	word-wrap: break-word;
	color: #666;
}



/* @end */


/* @group coupon */

#coupons{
	color: #666;
	line-height: 18px;
	padding: 20px 0;
}

#coupons .coupon{
	height: 120px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#coupons .coupon_image{
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	padding: 3px;
}

#coupons .coupon_image img{
	float: left;
}

#coupons .coupon_info{
	margin-right: 10px;
	padding: 0 10px 0 0;
	float: left;
	width: 200px;
	height: 100px;
	border-right: 1px dotted #eee;
}

#coupons .name{
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}

#coupons .discount_items{
	float: left;
}

/* @end */

/* @group group price */

#group_price{
	width: 310px;
	position: relative;
	margin: 10px 0;
}

#group_price .corner{
	position: absolute;
	width: 7px;
	height: 7px;
}

#group_price .top_left_corner{
	top: 0;
	left: 0;
	background: url(images/ec/group_price_top_left_corner.jpg) no-repeat;
}

#group_price .top_right_corner{
	top: 0;
	right: 0;
	background: url(images/ec/group_price_top_right_corner.jpg) no-repeat;
}

#group_price .bottom_left_corner{
	bottom: 0;
	left: 0;
	background: url(images/ec/group_price_bottom_left_corner.jpg) no-repeat;
}

#group_price .bottom_right_corner{
	bottom: 0;
	right: 0;
	background: url(images/ec/group_price_bottom_right_corner.jpg) no-repeat;
}

#group_price .price_row{
	font-size: 12px;
	height: 23px;
	width: 310px;
	padding: 7px 0 0 0;
	background: #e6e6e6 url(images/ec/group_price_border.gif) 0 100% no-repeat;
}

#group_price .current{
	width: 326px;
	height: 36px;
	padding: 10px 0 0 0 ;
	background: url(images/ec/current_group_price.jpg) no-repeat;
	position: relative;
	left: -12px;
	font-size: 22px;
	color: #fe007c;
	font-weight: bold;
}

#group_price .order_num{
	float: left;
	width: 90px;
	padding: 0 0 0 40px;
}

#group_price .current .order_num{
	width: 80px;
	padding: 0 0 0 50px;
}

#group_price .group_price{
	float: left;
	width: 110px;
	padding: 0 0 0 40px;
}

#group_price .current .group_price{
	width: 100px;
	padding: 0 0 0 50px;
}

.deadline{
	height: 25px;
	width: 200px;
	padding: 10px 0 0 35px;
	background: url(images/ec/stopwatch.jpg) no-repeat;
}

.deadline span{
	color: #000;
	font-weight: bold;
	padding: 0 0 0 5px;
}


/* @end */

.711button{
	background-image:url(images/711_a.jpg);
	border:0;
	width: 125px;
	height:31px;
}
