/**
 * Style sheet catalog
 */
.mod_cataloglist .thumbnail
{
	float:left;
	margin:1px;
	padding:0px;
}

.mod_cataloglist .item
{
	height:110px;
	clear:both;
	margin-bottom:5px;
	border-bottom:1px dashed #cccccc;
}

.mod_cataloglist .item .detail
{
	margin-left:110px;
	padding-left:5px;
	min-height:110px;
}

.mod_cataloglist .even
{
	background-color:#FFFFFF;
}

.mod_cataloglist .odd
{
	background-color:#FFFFFF;
}

.mod_cataloglist .name
{
	font-weight:bold;
	font-size:14px;
}
