﻿/**************************************************************/
/*** Product Box ***/
/**************************************************************/
a#x_order_num {
	text-align:center;
	overflow:hidden;
	background-color:#999;
	padding:2px 5px 2px 5px;
	width:110px;
	margin-bottom:5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-decoration:none;
	color:#FFF;
	font:normal 16px Tahoma, Geneva, sans-serif;
}
a#x_order_num:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
a#x_prevision_num {
	text-align:center;
	overflow:hidden;
	background-color:#999;
	padding:2px 5px 2px 5px;
	width:110px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-decoration:none;
	color:#FFF;
	font:normal 16px Tahoma, Geneva, sans-serif;
}
a#x_prevision_num:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
a#x_booked_num {
	text-align:center;
	overflow:hidden;
	background-color:#F00;
	padding:2px 5px 2px 5px;
	width:110px;
	margin-bottom:5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-decoration:none;
	color:#FFF;
	font:normal 16px Tahoma, Geneva, sans-serif;
}
a#x_booked_num:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
#x_wrap_product {
	width:300px;
	margin:10px auto;
	}
#x_block-number {
	float:left;
	width:300px;
	margin:0px auto;
	background-image:url(../images/blog.png);
	background-position:center center;
	background-repeat:no-repeat;
  /*-moz-border-image: -moz-linear-gradient(top left, #f6e9bd 0%, #DAA520 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #f6e9bd 0%, #DAA520 100%);
  border-image: linear-gradient(to bottom right, #f6e9bd 0%, #DAA520 100%);
  border-image-slice: 1;*/
  position: relative;
  border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#x_bck-number{
	padding:15px 0px 15px 0px;
	font:bold 30px Tahoma, Geneva, sans-serif;
}
#x_bck-price{
	padding:0px 0px 5px 0px;
	font-size:19px;
}
#x_bck-status{
	padding:0px 0px 5px 0px;
}

#x_block-number::after {
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: -moz-linear-gradient(top left, #f6e9bd 0%, #DAA520 100%);
	background: -webkit-linear-gradient(top left, #f6e9bd 0%, #DAA520 100%);
	background: linear-gradient(to bottom right, #f6e9bd 0%, #DAA520 100%);
    content: '';
    z-index: -1;
    border-radius: 10px;
}