﻿@charset "utf-8";
/********************************************************************************************* category */
.category {
	position:relative;
	padding-left:53px;
}
.categoryTitle {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 16px -53px;
	padding-left:53px;
	display:block;
	background:url(/images/bulletNext.png) center left no-repeat;
}
.product {
	width:266px;
	height:88px;
	padding-right:16px;
	margin-bottom:16px;
	float:left;
}
.productTitle {
	font-size:12px;
	font-weight:bold;
	padding-left:31px;
	margin-bottom:16px;
	display:block;
	background:url(/images/bullet.png) left 3px no-repeat;
}
.product .more {
	float:right;
}
