h1
{
 margin-bottom: 10px;
}

.cat_item
{
	position: relative;
	height: auto;
	min-height: 175px;
	text-align: left;
	float: none;
	margin-bottom: 10px;
	
	border-bottom: 1px solid black;
}

.cat_item_detail
{
	position: relative;
	height: auto;
	text-align: left;
	float: none;
	margin-bottom: 10px;

	margin-top: 20px;
}

.cat_item_detail img
{
	border: 1px solid black;
}

.cat_item img
{
	margin-right: 10px;
	margin-bottom: 40px;
	border: 1px solid black;
}

.item_name
{
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.item_category
{
	display: block;
	font-size: 9px;
}

.item_description
{
	display: block;
	margin-bottom: 8px;
}

.item_buybox
{
	float: right;
 	display: block;
	width: 165px;
	margin-left: 7px;
	text-align: center;
	margin-top: 10px;
}

.item_price
{
	font-size: 15px;
	font-weight: bold;
}

.item_select
{
	display: block;
}

.viewcart
{
float: right;
width: 200px;
text-align: right;
margin-top: 8px;
}

form 
{ 
	margin: 0px; 
	padding: 0px; 
}

#breadcrumbs
{	
	text-align: left;
	background-color: #FFFFCC;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #CC9900;
}