@charset "utf-8";
/* CSS Document */

.table_left
{
	background-color:#666666;
	color:#FFFFFF;
	padding:5px 0px;
	text-indent:5px;
	font-weight:bold;
}
.table_right
{
	background-color:#CCCCCC;
	color:#000000;
	padding:5px 0px;
}
.table_right ul
{
	list-style:none;
	padding:5px 20px;
	margin:0px;
}
.table_left a
{
	color:#FFFFFF;
	font-weight:normal;
	font-size:90%;
}
.ts_80
{
	font-size:80%;
}
.event, .event a
{
	background-color:#96ffba;
	font-weight:bold;
}
#left_side
{
	padding:0px !important; 
}
#product_list
{
	width:252px;
	float:left;
	max-height:1000px;
	min-height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}
#product_list a img
{
	border:1px solid #6f176f;
}
#product_info
{
	width:655px;
	float:right;
}
#product_info_holder{
	width:640px;
	float:left;
	clear:both;
}
#product_image
{
	width:640px;
	text-align:center;
	float:left;
	
}
#product_image img
{
	border:3px solid #025a88;
	margin-bottom:10px;
	margin-top:10px;
}
#product_title{
	width:100%;
	height:35px;
	text-indent:20px;
	margin-top:1px;
	font-weight:bold;
	background-image:url(/images/product_title_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#product_title h1{
	padding:0px;
	margin:0px;
	padding-top:5px;
	color:#FFFFFF;
	font-size:170%;
	text-decoration:none;
}
#product_options{
	width:25%;
	float:right;
}
#product_desc{
	width:98%;
	padding-left:10px;
	float:left;
}
#product_desc_long{
	width:98%;
	padding-left:10px;
	float:left;
	padding-top:10px;
}
#product_price span{
	color:#660066;
	font-size:140%;
	margin-left:8px;
}


.cat_name_title
{
	width:100%;
	height:33px;
	margin-top:1px;
	clear:both;
}
.cat_name_title_active{
	color:#FFFFFF;
	width:100%;
	height:27px;
	text-indent:35px;
	padding-top:5px;
	display:block;
	background-image:url(/images/product_header_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	clear:both;
}
.cat_name_title h2, .cat_name_title_active h2{
	padding:0px;
	margin:0px;
}
.cat_name_title h2 a{
	color:#FFFFFF;
	width:100%;
	height:27px;
	clear:both;
	text-indent:20px;
	padding-top:5px;
	display:block;
	background-image:url(/images/product_header_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration:none;
}
.cat_name_title h2 a:hover{
	background-position:0px -33px;	
}
.product_list_active{
	width:100%;
	clear:both;
	padding-top:2px;
	padding-bottom:10px;
	background-color:#ddeff9;
}
.product_list_active a{
	width:100%;
	float:right;
	min-height:38px;
	max-height:45px;
	clear:both;
	text-decoration:none;
	background-color:#cce3f0;
	margin-top:2px;
	text-indent:30px;
	padding-top:6px;
	padding-bottom:3px;
}
.product_list_active a:hover{
	background-color:#bfd9e7;
}
.product_list_active a img
{
	float:right;
	margin-right:10px;
}
.product_list_active a span
{
	padding-top:15px;
	font-size:150%;
	color:#035b89;
	font-weight:bold;
	clear:both;
}
#product_list_bg
{
	background-image:url(/images/product_left_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}


.w_14_p
{
	width:13%;
}

.w_19_p
{
	width:19%;
}

.w_20_p
{
	width:19%;
}

.w_30_p
{
	width:30%;
}
.w_95_p
{
	width:95%;
}
.w_100_p
{
	width:100%;
}
.pt_5
{
	padding-top:5px;
}
.fl
{
	float:left;
}
.clb
{
	clear:both;
}
.ml_a
{
	margin-left:auto;
}
.mr_a
{
	margin-right:auto;
}
.ta_c
{
	text-align:center;
}
