.list_products .row_item .row_image,
#catalog .row_item .row_image {
	width:112px;
	height:78px;
	padding:9px 0 0 38px;
	margin:0;
	background:url(images/product_img-bg.gif) top center no-repeat;
}

#catalog .row_item .row_content {
	float:right;
	width:505px;
}

/*
.list_products .row_item .row_content {
	float:right;
	width:555px;
}
*/

.products_table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}

.products_table th,
.products_table td {
	padding:2px;
	border:1px solid #cccc99;
}

.products_table th {
	/*background-color:#96b84f;*/
	font-size:95%;
}

.products_table td .text_field {
	width:30px;
}

.products_table td h5 {
	color:#000;
	margin:0;
	font-size:100%;
}


.product_description {
	margin:10px 0;
}

.product_description .image {
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	background-color:#fff;
	border:1px solid #cccc99;
}



.list_items {
	width:100%;
}

.list_items td {
	width:25%;
}


.btn_addToCart {
	margin-bottom:-5px;
	*margin-bottom:-3px;
}

.form_addToCart {
	margin:0;
	padding:0;
}

.new_price {
	font-size:110%;
	font-weight:bold;
	color:#F00;
}

.old_price {
	text-decoration:line-through;
}


