@charset "utf-8";


#main #cat_index {
	width: 583px;
	float: left;
}

#main #cat_index ul {
	border-top: 1px solid #a8a8a8;
}
#main #cat_index ul.noborder {
	border: none;
}
#main #cat_index ul li {
	width: 187px;
	min-height: 247px;
	height: auto !important;
	height: 247px;
	line-height: 1.4;
	margin-right: 11px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
}
#main #cat_index ul li.right {
	margin-right: 0;
}
#main #cat_index ul li img {
	margin-bottom: 5px;
}

#main ul#path li.right {
	color: #000000;
}

/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main #cat_index ul {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main #cat_index ul {
	height: 1%;
}
#main #cat_index ul {
	display: block;
}
/* End hide from IE-mac */

#main #cat_index ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
