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

.category_title {
	background: url(../images/category_title_bg.jpg) repeat-x;
	height: 29px;
	width: auto;
}

.category_title .c_left, .category_title .c_right,  .category_title .c_center {
	display: inline-block;
	width: 10px;
	height: 29px;
}

.category_title span {
	margin: 0px;
	padding: 0px;
}

.category_title .c_left {
	background: url(../images/category_title_left.jpg) no-repeat;
	float: left;
}

.category_title .c_right {
	background: url(../images/category_title_right.jpg) no-repeat;
	float: right;
}

.category_title .c_center  {
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	width: auto;
}

.category_title .c_center:hover {
	color:#FFFF00;
	cursor: pointer;
}

.category_title .content {
	color: #fff;
	text-transform: uppercase;
	background: url(../images/category_title_content.jpg) repeat-x;
	font-weight: bolder;
	display:inline-block;
	line-height: 29px;
	height: 29px;	
	width: auto;
}

.category_contain table {
	width: 100%;
	position: relative;
}

.category_contain table td {
	width: 25%;
	height: 155px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/product_thums_bg.jpg) center center no-repeat;
	overflow: hidden;
	position: relative;
}

.category_contain table td a {
	text-decoration: none;
	width: 100%;
	display:inline-block;
}

.category_contain table td a  IMG { 
	border: none;
	height: 90px;
}

.category_contain .product_title {
	color: #000;
	font-weight:bolder;
	font-size: 0.9em;	
	
}

.category_contain .product_price {
	color: #a82a38;
	font-weight:bolder;
	font-size: 0.9em;	
}

.category_contain table .none {
	background: none;
}


.no-record {
	font-weight: bolder;
	color: #CC0000;
	padding: 20px;
}

.td_contain {
	position: relative;
}

.bonus {
	width: 44px;
	height: 44px;
	padding: 2px;
	background: url(../images/bonus.gif) center center no-repeat;
	font-size: 0.8em;
	font-weight: bolder;
	color: #fff;
	position: absolute;
	margin-top: 8px;
	margin-left: 8px;
	
}
