﻿/**************************************************************/
/*** Product Box VIP ***/
/**************************************************************/
#l_wrap_product_vip {
	width:373px;
	padding:7px;
	border: 1px solid #666;
	background:-webkit-gradient(linear,left top,left bottom,from(#333),to( #000));
	background:-moz-linear-gradient(top,#333, #000);
	background-color: #333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#l_product_box_vip {
	width:260px;
	float:left;
	border: 1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#l_phone_number_vip { 
	background: linear-gradient(180deg, #FF8C00 0%, #DAA520 25%, #f6e9bd 50%, #DAA520 75%, #FF8C00 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	}
#l_number_vip_block {
	padding:3px 0px;
	text-align:center;
	background:-webkit-gradient(linear,left top,left bottom,from(#333),to( #111));
	background:-moz-linear-gradient(top,#333, #111);
	background-color: #333;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	}
	
/**************************************************************/
/*** Product Box ***/
/**************************************************************/
#l_wrap_product {
	width:350px;
	padding:5px;
	border: 1px solid #666;
	background:-webkit-gradient(linear,left top,left bottom,from(#333),to( #000));
	background:-moz-linear-gradient(top,#333, #000);
	background-color: #333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#l_product_box {
	width:245px;
	float:left;
	border: 1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#l_phone_number { 
	color:#222222;
	}
#l_number_block {
	padding:3px 0px;
	text-align:center;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
	background:-moz-linear-gradient(top,#fff, #ccc);
	background-color: #ccc;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	}
#l_price_box {
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
	background:-moz-linear-gradient(top,#fff, #ccc);
	background-color: #ccc;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	}
	
/**************************************************************/
/*** Ect ***/
/**************************************************************/
#l_button_box {
	width:97px;
	height:66px;
	margin-left:7px;
	float:left;
	}
a#l_order_num {
	text-align:center;
	float:right;
	overflow:hidden;
	color:#fff;
	margin-bottom:2px;
	text-decoration:none;
}
a#l_order_num:hover {
	color:#FFCE00;
}
a#l_prevision_num {
	text-align:center;
	float:right;
	overflow:hidden;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc));
	background:-moz-linear-gradient(top,#fff, #ccc);
	background-color: #ccc;
	padding:4px;
	width:92px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	color:#900;
	text-shadow:1px 1px 1px #fff;
	font:bold 17px Tahoma, Geneva, sans-serif;
}
a#l_prevision_num:hover {
	cursor:pointer;
}
a#l_booked_num {
	text-align:center;
	float:right;
	overflow:hidden;
	background-color: #da1a00;
	background:-webkit-gradient(linear,left top,left bottom,from(#da1a00),to(#a41400));
	background:-moz-linear-gradient(top,#da1a00, #a41400);
	color:#fff;
	text-shadow:1px 1px 1px #6A0103;
	padding:11px 4px;
	width:92px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	font:bold 16px Tahoma, Geneva, sans-serif;
}
a#l_booked_num:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
span#l_booked_button {
	color:#F00;
	margin-top:1px;
	float:right;
	text-decoration:none;
	}