.catalog_module div.darkRow{
	background-color:#d2d2d2;
}
.catalog_module div.lightRow{
	background-color:#f2f2f2;
}

.catalog_module div.darkRow,
.catalog_module div.lightRow {
	padding:5px;
	border:1px solid #fff;
	cursor:pointer;
	padding-bottom:0px;
	line-height:normal;
}

.rowHighLight {
	border:1px solid #f00;
}

.catalog_module div.image {
	float:left;
	margin-right:10px;
	width:58px;
	height:58px;
	background-color:#ccc;
}
.catalog_module div.title,
.catalog_module div.options {
	width:660px;
	float:right;
}
.catalog_module .option_row {
	height:16px;
}
.catalog_module .option_label {
	font-weight:bold;
}
.catalog_module .option_value {
	font-weight:normal;
	font-size:10px;
}
.catalog_module .title {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	background-color:#4a0404;
	color:#fff;
	margin-bottom:4px;
}
.catalog_module .title .option_value {
	font-size:12px;
	font-weight:bold;
}
.catalog_module .title .option_label {
	display:none;
}

.catalog_module .more_info_link {
	position:relative;
	top:-5px;
	text-align:right;
}



.catalog_module .details .more_info_link {
	float:right;
	width:160px;
	padding-right:0px;
	padding-top:2px;
	z-index:1;
}
.catalog_module .details .more_info_link a {
	padding:0px;
	background-image:none;
}
.catalog_module .details .image {
	float:none;
	clear:both;
	margin-bottom:5px;
}
.catalog_module .details .info {
	margin-top:10px;
}
.catalog_module .details .title {
	width:100%;
	float:none;
	padding-left:5px;
}
.catalog_module .details .options {
	width:300px;
	float:none;
}
