/*	 MSG ALERT */
	#msg-photo-limit{
		width:80%;
		margin:10px auto;
		border:1px solid #f00;
		background:#FFD9D9;
		padding:5px 0px;
	}
	#empty_cart{
		width:400px;
		height:140px;
		margin:auto;
		border:1px solid #ff6600;
		text-align:center;
	}
	#empty_cart h2{
		color:#ff6600;
	}
	#empty_cart h2 img{
		position:relative;
		top:20px;
		margin:0 4px 0 0
	}
	#empty_cart a img{
		border:none;
		position:relative;
		top:4px;
	}
	
	#checkout_cart{
		width:400px;
		margin:auto;
		border:1px solid #008000;
		text-align:center;
		padding:0 0 30px 0;
	}
	#checkout_cart h2{
		color:#008000;
		font-size:16px;
		margin:0 0 17px 0;
		padding:0px;
	}
	#checkout_cart h2 img{
		position:relative;
		top:20px;
		margin:0 4px 0 0
	}
	#checkout_cart a img{
		border:none;
		position:relative;
		top:4px;
	}
	#checkout_cart p{
		text-align:left;
		line-height:13pt;
		font-size:13px;
		margin:0px 28px;
	}
	#checkout_cart a{
		color:#333;
		font-size:12px;
		font-weight:600;
		text-decoration:none;
	}
	#checkout_cart a:hover{
		color:#ff6600;
	}
	
	
	#failed_action{
		width:400px;
		height:140px;
		margin:auto;
		border:1px solid #f00;
		text-align:center;
	}
	#failed_action h2{
		color:#f00;
		font-size:16px;
	}
	#failed_action h2 img{
		position:relative;
		top:20px;
		margin:0 4px 0 0
	}
	#failed_action a img{
		border:none;
		position:relative;
		top:4px;
	}
	
	#display_payment{
		width:400px;
		height:140px;
		margin:auto;
		border:0px solid #008000;
		text-align:center;
	}
	#display_payment h2{
		color:#ff6600;
		font-size:16px;
	}
	#display_payment p{
		text-align:left;
		line-height:13pt;
		font-size:14px;
	}
	
	/* MSG CART */ 
	ul.msg_cart{
		float:left;
		margin:10px 15px 0 25px;
		padding:0px;
	}
	ul.msg_cart li{
		float:left;
		width:98%;
		margin:2px 0px;
		padding:0px;
		color:#c00
	}
	ul.msg_cart li strong{
		color:#000;
	}
	/* MSG CART */ 
	
	
/* MSG ALERT */

/* BTN */
.btn-cart{
	background:url(../images/btn-cart.png) no-repeat;
	width:89px;
	height:31px;
	line-height:31px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:700;
	font-size:11px;
	float:right;
	border:none
}
.btn-cart:hover{
	background:url(../images/btn-cart-hover.png) no-repeat;
	cursor:pointer
}

/* HEIGHT */
.btn-cart-h{
	background:url(../images/btn-cart-h.png) no-repeat;
	width:120px;
	height:45px;
	vertical-align:middle;
	text-align:center;
	display:block;
	color:#000;
	font-weight:700;
	font-size:11px;
	float:right;
	border:none
}
.btn-cart-h:hover{
	background:url(../images/btn-cart-h-hover.png) no-repeat;
	cursor:pointer;
	color:#900
}
a.btn-cart-h span{
	display:block;
	text-align:left;
	margin:8px 8px;
	border:0px solid #000
}
/* HEIGHT */

/* HEIGHT RED */
.btn-cart-r{
	background:url(../images/btn-cart-r-hover.png) no-repeat;
	width:120px;
	height:45px;
	line-height:9pt;
	vertical-align:middle;
	text-align:center;
	display:block;
	color:#ff6600;
	font-weight:700;
	font-size:11px;
	float:right;
	border:none
}
.btn-cart-r:hover{
	background:url(../images/btn-cart-r.png) no-repeat;
	cursor:pointer;
	color:#000
}
a.btn-cart-r span{
	display:block;
	text-align:left;
	margin:5px 8px;
	border:0px solid #000
}
a.btn-cart-r span b{ 
	color:#ffff00;
}
/* HEIGHT RED */

.btn-cart-view{
	background:url(../images/btn-cart.png) no-repeat;
	width:89px;
	height:31px;
	line-height:31px;
	text-align:center;
	display:block;
	color:#000;
	font-weight:600;
	font-size:11px;
	border:none
}
.btn-cart-view:hover{
	background:url(../images/btn-cart-hover.png) no-repeat;
	cursor:pointer
}
/* BTN */

/* PRODUCT */
.product{
	height:658px;
}
.product ul.cate-list{
	float:left;
	display:block;
	list-style:none;
	margin:20px 0 0 37px;
	padding:0px;
	width:90%;
}
.product ul.cate-list li{
	float:left;
	background:url(../images/bullet-news-title.png) no-repeat 0px 9px;
	margin:0px;
	padding:4px 0 4px 15px;
	border-bottom:1px dotted #ccc
}
.product ul.cate-list li dl{
	float:left;
	width:100%;
	margin:0 0 4px 0;
	padding:0px;
}
.product ul.cate-list li dt{
	float:left;
	width:575px;
	text-align:left;
	margin:0px;
	padding:0px;
}
.product ul.cate-list li dt a span{
	color:#900;
}
.product ul.cate-list li dd{
	float:left;
	width:60px;
	margin:0px;
	padding:0px;
	text-align:right;
}

/* form */
.product fieldset{
	width:72%;
	margin:15px auto auto;
	border:1px solid #ff6600;
	padding:30px 20px;
}
.product fieldset legend{
	color:#333;
	font-weight:bold;
}
.product fieldset p{
	float:left;
	width:100%;
	margin:2px 0px;
	padding:0px;
}
.product fieldset p label{
	width:110px;
	float:left;
	text-align:right;
	margin:0px;
	padding:0 5px 0 0;
	font-weight:bold;
}
.product fieldset p .textbox{
	width:300px;
	border:1px solid #ccc;
	background:#fff;
}

/* SHOP */
.shop{
	width:100%;
	height:780px;
	float:left;
}
.shop h1{
	border-bottom:1px dotted #ccc;
}

/* PRODUCT LIST */
div.product-list{
	float:left;
	width:99%;
	margin:8px 4px;
}
div.product-list h1{
	border-bottom:1px dotted #ccc;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	width:99%;
	float:left
}

/* PRODUCT LIST*/
div.product-list ul.ul-product-list{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0px;
	list-style:none;
	display:inline;
}
div.product-list ul.ul-product-list li{
	float:left;
	width:46%;
	height:320px;
	margin:0 0 10px 10px;
	padding:7px;
	border:1px solid #ccc;
	background:#ddd
}
div.product-list ul.ul-product-list li .img{
	float:left;
	border:1px solid #ccc;
	width:107px;
	margin:0 1.5px 8px 0;
}
div.product-list ul.ul-product-list li .img:hover{
	border:1px solid #999
}
div.product-list ul.ul-product-list li .no-img{
	float:left;
	border:1px solid #ccc;
	margin:0 1.5px 8px 0;
}
div.product-list ul.ul-product-list li .no-img:hover{
	border:1px solid #999
}
div.product-list ul.ul-product-list li dl{
	float:left;
	margin:0 0 2px 0;
	padding:0px;
	width:100%;
}
div.product-list ul.ul-product-list li dl dt{
	float:left;
	text-align:left;
	width:80px;
	margin:0px;
	font-weight:700;
	font-size:9pt;
	color:#900;
}
div.product-list ul.ul-product-list li dl dd{
	width:245px;
	float:right;
	text-align:left;
}
div.product-list ul.ul-product-list li dl dd.red{
	color:#f00;
}
div.product-list ul.ul-product-list li dl dd.prd_name{
	color:#333;
	font-weight:bold;
	font-size:11px
}
div.product-list ul.ul-product-list li dl dd.prd_name:hover{
	color:#900;
}
div.product-list ul.ul-product-list li dl dd.store a{
	color:#c00;
	font-weight:bold;
}
div.product-list ul.ul-product-list li dl dd.store a:hover{
	color:#000;
}
div.product-list ul.ul-product-list li dl dd.website a{
	color:#008000;
}
div.product-list ul.ul-product-list li dl dd.website a:hover{
	color:#000;
}
div.product-list ul.ul-product-list li dl dd.view a{
	color:#f00;
	font-size:11px;
	text-align:right;
	float:right;
	margin:5px 0 0 0;
}
div.product-list ul.ul-product-list li dl dd.view a img{
	position:relative;
	top:2px;
	border:none
}
div.product-list ul.ul-product-list li dl dd.view a:hover{
	color:#000;
}
div.product-list ul.ul-product-list li .revised{
	float:left;
	width:100%;
	margin:2px 0 0 0;
}
div.product-list ul.ul-product-list li .revised img{
	border:none;
	margin:0 1px 0 0;
	float:right
}

/* ========================== FIX IE 7 ============================ */
*:first-child+html div.product-list ul.ul-product-list{
	border:0px solid #f00;
	width:720px;
	float:left;
}
*:first-child+html div.product-list ul.ul-product-list li{
	width:330px;
}
*:first-child+html div.product-list ul.ul-product-list li .img{
	float:left;
	border:1px solid #ccc;
	width:107px;
	margin:0 1.5px 8px 0;
}
*:first-child+html div.product-list ul.ul-product-list li .img:hover{
	border:1px solid #999
}
*:first-child+html div.product-list ul.ul-product-list li .no-img{
	float:left;
	border:1px solid #ccc;
	margin:0 1.5px 8px 0;
}
*:first-child+html div.product-list ul.ul-product-list li .no-img:hover{
	border:1px solid #999
}
*:first-child+html div.product-list ul.ul-product-list li dl{
	float:left;
	margin:0 0 2px 0;
	padding:0px;
	width:100%;
}
*:first-child+html div.product-list ul.ul-product-list li dl dt{
	float:left;
	text-align:left;
	width:80px;
	margin:0px;
	font-weight:700;
	font-size:9pt;
	color:#900;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd{
	width:245px;
	float:right;
	text-align:left;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.red{
	color:#f00;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.prd_name{
	color:#333;
	font-weight:bold;
	font-size:11px
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.prd_name:hover{
	color:#900;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.store a{
	color:#c00;
	font-weight:bold;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.store a:hover{
	color:#000;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.website a{
	color:#008000;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.website a:hover{
	color:#000;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.view a{
	color:#f00;
	font-size:11px;
	text-align:right;
	float:right;
	margin:5px 0 0 0;
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.view a img{
	position:relative;
	top:2px;
	border:none
}
*:first-child+html div.product-list ul.ul-product-list li dl dd.view a:hover{
	color:#000;
}
*:first-child+html div.product-list ul.ul-product-list li .revised{
	float:left;
	width:100%;
	margin:2px 0 0 0;
}
*:first-child+html div.product-list ul.ul-product-list li .revised img{
	border:none;
	margin:0 1px 0 0;
	float:right
}
/* ========================== FIX IE 7 ============================ */

/* ADMIN PRODUCT LIST*/
div.product-list ul.ul-admin-product-list{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0px;
	list-style:none;
	display:inline;
}
div.product-list ul.ul-admin-product-list li{
	float:left;
	width:46%;
	height:150px;
	margin:0 0 10px 10px;
	padding:7px;
	border:1px solid #ccc;
	background:#ddd
}
div.product-list ul.ul-admin-product-list li img{
	float:left;
	border:1px solid #ccc;
}
div.product-list ul.ul-admin-product-list li dl{
	float:right;
	margin:0 0 2px 0;
	padding:0px;
	width:65%;
}
div.product-list ul.ul-admin-product-list li dl dt{
	float:left;
	text-align:left;
	width:75px;
	margin:0px;
	font-weight:700;
	font-size:8pt;
	color:#900;
}
div.product-list ul.ul-admin-product-list li dl dd{
	width:135px;
	float:right;
	text-align:left
}
div.product-list ul.ul-admin-product-list li dl dd.red{
	color:#f00;
}
div.product-list ul.ul-admin-product-list li dl dd.prd_name{
	color:#333;
	font-weight:bold;
	font-size:11px
}
div.product-list ul.ul-admin-product-list li dl dd.prd_name:hover{
	color:#900;
}
div.product-list ul.ul-admin-product-list li dl dd.store a{
	color:#008000;
}
div.product-list ul.ul-admin-product-list li dl dd.store a:hover{
	color:#000;
}
div.product-list ul.ul-admin-product-list li dl dd.view a{
	color:#f00;
	font-size:11px;
	text-align:right;
	float:right;
	margin:5px 0 0 0;
}
div.product-list ul.ul-admin-product-list li dl dd.view a img{
	position:relative;
	top:2px;
	border:none
}
div.product-list ul.ul-admin-product-list li dl dd.view a:hover{
	color:#000;
}
div.product-list ul.ul-admin-product-list li .revised{
	float:left;
	width:100%;
	margin:2px 0 0 0;
}
div.product-list ul.ul-admin-product-list li .revised img{
	border:none;
	margin:0 1px 0 0;
	float:right
}

/* DETAIL */
div.product-list #detail{
	float:left;
	width:100%;
	margin:10px 0 30px 0;
	line-height:13pt;
}
div.product-list #detail #photozoom{
	float:left;
	width:350px;
	margin:0 12px 0 0;
}
/*div.product-list #detail img{
	float:left;
	margin:0 12px 0 0;
}*/
div.product-list #detail h4{
	float:left;
	text-align:left;
	width:99%;
	color:#008000;
	margin:0 0 5px 0;
	font-size:16px;
	display:none
}
div.product-list #detail .post-date{
	float:left;
	width:99%;
	margin:5px 0px;
	text-align:right;
	color:#999;
	font-size:11px
}
div.product-list #detail .action-product{
	float:left;
	width:100%;
	margin:5px 0px;
	text-align:right;
	border-top:1px dotted #ccc
}
div.product-list #detail .action-product img{
	float:right;
	margin:0 0 0 2px;
	padding:5px 0px
}

div.product-list #detail .wrap_left{
	float:right;
	width:350px;
}

div.product-list #detail dl{
	float:right;
	margin:0 0 6px 0;
	padding:0px;
	width:100%;
}
div.product-list #detail dl dt{
	float:left;
	width:90px;
	margin:0px;
	padding:0px;
	font-weight:600;
	color:#900;
}
div.product-list #detail dl dd{
	float:left;
	text-align:left;
	margin:0 0 0 3px;
	padding:0px;
	width:250px;
	color:#666;
}


div.product-list #detail .btn-back{
	float:left;
	width:99%;
	margin:3px 0px;
	text-align:left;
}
div.product-list #detail ul{
	float:left;
}
div.product-list #detail ul li{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	color:#333
}
div.product-list #detail ul li strong{
	display:inline;
	color:#333
}

div.product-list #detail #photo_zoom img{
	border:1px solid #ccc;
}
/* PHOTO LIST */
div.product-list .wrap-loop{
	width:99%;
	float:left;
}
div.product-list #detail ul.photo-list{
	float:left;
	width:350px;
	margin:9px 0 9px 2px;
	padding:0px;
	display:inline;
	list-style:none;
}
div.product-list #detail ul.photo-list li{
	float:left;
	margin:0 7px 4px 0;
	padding:0px;
	border:none;
	width:80px;
}
div.product-list #detail ul.photo-list li img{
	border:1px solid #ddd;
	width:80px;
}
div.product-list #detail ul.photo-list li img:hover{
	border:1px solid #c00;
}


/* CART */
div.cart{
	float:left;
	width:100%;
}
div.cart h3{
	float:left;
	padding:8px 0 8px 0;
	margin:0 0 18px 0;
	border-bottom:2px solid #ccc;
	width:100%;
	color:#4D4D4D;
	font-size:16px
}
div.cart h3 span{
	color:#900;
}
div.cart .viewcart{
	width:100%;
}
div.cart table.viewcart{
	margin:10px 0px;
	font-size:12px;
	color:#333;
	float:left;
}
div.cart table.viewcart th{
	background:#333;
	color:#fff;
	padding:5px;
}
div.cart table.viewcart td{
	padding:4px;
}
div.cart table.viewcart td .btn_quantity{
	background:#eee;
	border:1px solid #ccc;
}
div.cart table.viewcart td .txtbox{
	border:1px solid #ccc;
	width:320px;
	background:#fff;
}

/* ORDER LIST */
.ta_order{
	font-size:11px;
	border:1px solid #aaa; border-collapse:collapse;
}
.th_order{
	font-weight:bold; text-align:center; 
	border-bottom:1px solid #ccc; border-right:1px solid #ccc;
	padding:5px; background-color:#dfdfdf;
}
.tb_order{
	border-bottom:1px solid #ccc; border-right:1px dotted #ccc;
	padding:3px 5px;
}
.th_cart{
	font-weight:bold;
	border-bottom:1px solid #ccc; border-top:1px solid #ccc; border-right:1px dotted #ccc;
	text-align:center; padding:5px; background:#333;
	color:#eee
}
.tb_cart{
	padding:3px 5px; border-bottom:1px dotted #ccc; border-right:1px dotted #ccc;
}
.tb_total{
	font-weight:bold; padding:4px; border-bottom:1px dotted #ccc;
}
.tb_vat{
	background-color:#f8f8f8;
	font-weight:bold;
	padding:4px; border-bottom:1px dotted #ccc;
}
.tb_gtotal{
	background-color:#eee;
	font-weight:bold;
	padding:4px; border-bottom:3px double #ccc;
}

/* EDIT-PHOTO-LIST */
ul.edit-photo-list{
	float:right;
	width:78%;
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px
}
ul.edit-photo-list li{
	float:left;
	margin:0px 3px;
}
ul.edit-photo-list li span{
	display:block;
	width:157px;
	text-align:center;
	margin:4px 0px;
}

/* ICON CART */
div.icon-cart{
	float:left;
	background:url(../images/icon-cart.png) no-repeat;
	width:231px;
	height:55px;
}
div.icon-cart h3{
	float:left;
	text-align:left;
	margin:0 0 0 60px;
	padding:17px 0px;
}
div.icon-cart h3 a{
	color:#ff6600;
	font-size:13px;
	text-decoration:none;
}
div.icon-cart h3 a:hover{
	color:#000;
}
div.icon-cart h3 a span{
	color:#000;
}

/* distributor */
fieldset.distributor{
	padding:7px 15px;
	background:#FFFFB7;
	border:1px solid #E1E100;
	line-height:13pt;
}
fieldset.distributor legend{
	font-weight:bold;
	color:#0071E1;
}