#browse_title
{
	padding: 0 10px ;
}
#browse_title h1
{
	margin-bottom: 5px ;
	font-size: 20px ;
}


#browse_content {
	padding-top: 10px;
}
.browse_search    { background: #ffdf05 ; }
.browse_companies { background: #ffc705 ; }
.browse_origin    { background: #f8941d ; }
.browse_series     { background: #da2128 ; }
.browse_sculptors { background: #ffc705 ; }
.browse_release   { background: #f84c1d ; }
.browse_scale     { background: #da2128 ; }
.browse_status    { background: #533930 ; }
.browse_search2    { color: #ffdf05 ; }
.browse_companies2 { color: #ffc705 ; }
.browse_origin2    { color: #f8941d ; }
.browse_release2   { color: #f84c1d ; }
.browse_scale2     { color: #da2128 ; }
.browse_status2    { color: #533930 ; }

#browse_content .group_title
{
	margin-left:10px;
}
#browse_content .group_title h2
{
	color: #fff ;
	font-family: CooperStdBlack;
    font-size: 19px;
}


#browse_itemlist
{
	margin: 2px 8px 10px 8px ;
	background: #fff ;
	font: 13px Arial, sans-serif;
	color: #533930;
}


#browse_itemlist .browse_item
{
	display: inline-block;
	width: 304px ;
	margin: 2px 0px 2px 8px ;
}

#browse_itemlist .browse_item .item_title
{
	width: 201px;
}

#browse_itemlist .browse_item .item_title a
{
	font-weight: bold ;
	font-size: 15px ;
	line-height:100%;
}

#browse_itemlist .browse_item .product_img
{
	float: left ;
	margin-right: 3px ;
}

#browse_itemlist .browse_item .product_details
{
	float: left ;
}

#browse_itemlist .browse_item .product_details ul
{
	margin-top: 1px;
}

#browse_itemlist .browse_item .product_details ul li
{
	clear: both ;
	margin-top: 1px;
}

#browse_itemlist .browse_item .product_details ul li label
{
	display: block ;
	float: left ;
	width: 70px ;
	font-weight: bold;
}

#browse_itemlist .browse_item .product_details ul li div
{
	float:left;
	width: 131px ;
}

#browse_itemlist .save { font-size: 10px; color:#FF0000; }