div#heading_list, div#footer_list {
	background-image:url('../img/gradient.png');
	color:white;
	float:left;
	width:100%;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 5px 5px 10px lightgrey; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 10px lightgrey;
}

div#top_content {
	padding-bottom:10px;
}
	/* PRODUCT CATALOG STYLES */
div#heading_list {
	background-position:0% 30%;
	height:2em;
	margin-bottom:5px;
}

div#result_infos {
	float:left;
	margin:1px 10px;
	line-height:22px;
}

div#sort_by {
	float:right;
	margin:2px 10px;
}

select#cb_sort_by {
	word-spacing:normal;
}

div#footer_list {
	background-position:0% 35%;
	text-align:center;
	padding:3px 0;
}

a.pagination_link:link, a.pagination_link:visited {
	padding:1px;
	color:white;
}

a.pagination_link:hover,a.pagination_link:active {
	outline:white solid thin;
	text-decoration:none;
}

.item_line {
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.item_content {
	float:left;
}

.item_separator {
	width:10px;
	height:1px;
	float:left;
}

div.no_image {
	width:74px;
	height:74px;
	border:1px solid darkgray;
	text-align:center;
	line-height:38px;
	padding:2px;
	color:red;
	float:left;
}

img.item_image {
	width:80px;
	height:80px;
	float:left;
}

.item_details {
	float:left;
	width:330px;
	margin-left:5px;
	margin-right:5px;
	display:inline; /* IE6 Fix for doubled margin bug */
}

.product_name {
	float:left;
	font-weight:bold;
	font-size:1.2em;
}

.item_price {
	float:right;
	font-weight:bold;
	font-size:1.1em;
	color:firebrick;
}

.item_description {
	clear:both;
	font-size:0.9em;
	height:45px;
	overflow:hidden;
	margin-top:2px;
	margin-bottom:2px;
}

p.item_description_text {
	margin-top:0px;
	margin-bottom:0px;
}

.in_stock, .out_of_stock {
	font-weight:bold;
	float:left;
	font-size:0.9em;
}

.in_stock {
	color:green;
}

.out_of_stock {
	color:red;
}

.see_more {
	float:right;
}

	/* BOTTOM CONTENT STYLES */
div#bottom_content {
	padding-top:10px;
	clear:left;
}
