.catalog_module {
	overflow:hidden;
}

.catalog_module img {
	border:1px solid #666;
}

.catalog_module .item {
	display:block;
	float:left;
	width:370px;
	background-color:#ddedff;
	margin-bottom:5px;
	margin-right:5px;
}
.catalog_module div.darkRow,
.catalog_module div.lightRow {
	padding:5px;
	line-height:normal;
}
.floatRight {
	float:right;
}
.rowHighLight {
	border:1px solid #f00;
}

.catalog_module .item div.image {
	float:left;
	margin-right:10px;
	width:100px;
	height:75px;
}
.catalog_module div.image img {
/* 	border:0; */
}
.catalog_module .option_row {
}
.catalog_module .item .option_row {
	float:right;
	width:250px;
	height:18px;
}
.catalog_module .item .option_label {
	font-weight:bold;
	font-size:10px;
}
.catalog_module .item .option_value {
	font-weight:normal;
	font-size:10px;
}
.catalog_module .title {
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:4px;
}
.catalog_module .item .title .option_value {
	font-weight:bold;
	font-size:12px;
}
.catalog_module .title .option_label {
	display:none;
}

.catalog_module .actions {
	display:block;
	/*position:relative;*/
    margin-left:5px;
	/*margin-top:-27px;*/
	float:left;
	z-Index:1000;
/* 	padding:5px; */
/* 	margin-top:1px; */
/*	clear:both;*/
}
	.catalog_module .actions a {
/*     	color:#fff; */
    }
	.catalog_module .item .more_info_link {
		display:none;
	}


.catalog_module .details .more_info_link {
 	float:left;
	padding-right:0px;
	padding-top:0px;
	padding:0px;
	margin:0px;
	border:0px;
}
.catalog_module .details div.image {
	float:right;
	display:block;
	position:absolute;
	left:650px;
	background-color:#fff;
	padding:5px;
	padding-bottom:19px;
	padding-right:0px;
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.catalog_module .details div.category {
	display:none;
	clear:left;
	padding-top:5px;
}
.catalog_module .details div.options {
	padding-top:10px;
	clear:left;
}
.catalog_module .details .info {
	margin-top:10px;
}
.catalog_module .details .title {
	padding-left:5px;
}

.catalog_module .details .option_row {
	clear:left;
}
.catalog_module .details .option_label {
    float:left;
    display:block;
	width:150px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:2px;
}
.catalog_module .details .option_value {
	font-weight:normal;
	border-top:1px dotted #ddedff;
	padding-top:2px;
	padding-bottom:2px;
}
.catalog_module .details .category .option_value,
.catalog_module .details .options .option_value {
    float:right;
    display:block;
	width:600px;
}
.catalog_module .details .info img {
	margin-top:5px;
	margin-right:5px;
}
.catalog_module .details .info {
	clear:both;
	margin-top:10px;
}


	.catalog_module .order {
		margin-top:20px;
		margin-bottom:20px;
	}

	.catalog_module .order fieldset {
		border:none;
		padding:0px;
		margin:0px;
		margin-bottom:2px;
		display:block;
	}
		.catalog_module .order label {
			display:block;
			float:left;
			width:100px;
    	}

.sold {
	background-image:url(../images/sold.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.new_price {
	background-image:url(../images/new_price.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.details .new_price,
.details .sold {
	background-position:top left;
}
