@charset "UTF-8";
#ui-tab ul {
	width: 97%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3%;
}
#ui-tab li {
	margin: 0 3px 0 0;
	float: left;
	font-size: 13px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#ui-tab li a {
	width: 100%;
	text-decoration: none;
	color: #333;
	display: block;	
}
#ui-tab li a:link,
#ui-tab li a:visited {
	/*text-shadow: #000 0px 1px 3px;*/
}
#ui-tab li a:hover,
#ui-tab li a:active {
	/*text-shadow: #000 0px 1px 3px;*/
}
#ui-tab li.on {
	width: 31%;
	color: #ff8800;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0.5)), color-stop(60%,rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(top,  rgba(220,220,220,0.5) 1%,rgba(255,255,255,0.5) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,220,220,0.5) 1%,rgba(255,255,255,0.5) 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,220,220,0.5) 1%,rgba(255,255,255,0.5) 60%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,220,220,0.5) 1%,rgba(255,255,255,0.5) 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#ui-tab li.off {
	width: 31%;
	color: #666;	
	background: -moz-linear-gradient(top,  rgba(220,220,220,0.5) 1%, rgba(255,255,255,0.5) 60%);
	background: rgb(220,220,220); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,220,220,1) 1%, rgba(255,255,255,1) 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 1%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,220,220,1) 1%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,220,220,1) 1%,rgba(255,255,255,1) 60%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,220,220,1) 1%,rgba(255,255,255,1) 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#ui-tab li.tab_last {
	margin: 0;
}



#tab_content {
	clear: both;
	height: auto;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
}

#tab_content .ph {
	text-align: center;
	padding-top: 10px;
}

#tab_content h3 {
	margin: 15px 0 0 0;
	color: #f50;
}
#tab_content p {
	margin: 15px 0 0 0;
}
#tab_content .price {
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #bababa;
}
#tab_content .btnShopping {
	text-align: center;
	color: #333;
	border: 1px solid #bababa;
	background: url(../images/arrow3.png) no-repeat 96% 50%,-moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(214,214,214,1) 100%);
	background: url(../images/arrow3.png) no-repeat 96% 50%,-webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1)));
	background: url(../images/arrow3.png) no-repeat 96% 50%,-webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(214,214,214,1) 100%);
	background: url(../images/arrow3.png) no-repeat 96% 50%,-o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(214,214,214,1) 100%);
	background: url(../images/arrow3.png) no-repeat 96% 50%,-ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(214,214,214,1) 100%);
	background: url(../images/arrow3.png) no-repeat 96% 50%,linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	/*width: 260px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tab_content .btnShopping a {
	padding: 15px;
	color: #333;
	text-decoration: none;
	display: block;
}




