img
{
	border: 0;
}

.type_row
{
	display: block;
	padding: 5px;
	text-decoration: none;
	margin-bottom: 5px;
	background: #D7C7B7;
}

.type_img
{
	float: left;
	width: 75px;
	height: 75px;
	background: #D9D9D9;
	text-align: center;
}

.type_text
{
	line-height: 75px;
	padding-left: 85px;
	font-size: 16pt;
	color: #46652C;
}

.type_text_oos
{
	line-height: 37px;
	padding-left: 85px;
	font-size: 16pt;
	color: #46652C;
}

.oos_text
{
	font-size: 12pt;
	font-style: italic;
	color: #9E7957;
}

.type_price
{
	float: right;
	line-height: 75px;
	font-size: 16pt;
	color: #46652C;
}

.no_product_text
{
	line-height: 75px;
	font-size: 16pt;
	color: #46652C;
	text-align: center;
	font-style: italic;
	background: #D7C7B7;
	padding: 5px;
}

.breadcrumb_wrap
{
	font-size: 14pt;
	color: #46652C;
	margin-bottom: 20px;
}

.breadcrumb_wrap a
{
	color: #46652C;
}

.listing_head
{
	font-size: 14pt;
	color: #46652C;
	padding: 5px;
	background: #C5AD96;
	margin-bottom: 5px;
}

.out_of_stock
{

}

.product_name
{
	font-size: 16pt;
	color: #46652C;
	margin-bottom: 10px;
}

.product_img
{
	float: left;
	width: 200px;
	height: 200px;
	background: #D9D9D9;
}

.product_descrip
{
	padding-left: 210px;
}

.descrip_wrap
{
	padding: 10px;
	min-height: 133px;
	background: #D7C7B7;
}

.price_wrap
{
	float: right;
	color: #46652C;
	font-weight: bold;
	font-size: 14pt;
	line-height: 25px;
}

.product_foot
{
	margin-top: 10px;
	background: #BCA085;
	padding: 5px;
	height: 27px;
}

.add_button
{
	margin-left: 10px;
	float: right;
	padding: 5px;
    background:#D7C7B7 none repeat scroll 0 0;
    border:1px solid #46652C;
    color:#46652C;
    font-weight:bold;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

.add_button:hover
{
	color: #E9E0D7;
	background: #46652C;
}

.out_of_stock_btn
{
	margin-left: 10px;
	float: right;
	padding: 5px;
    background:#D7C7B7 none repeat scroll 0 0;
    border:1px solid #46652C;
    color:#9E7957;
    font-weight:bold;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

.cart_wrap
{
	text-align: right;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 15px;
}

.cart_wrap a
{
	text-decoration: none;
	font-weight: bold;
	color: #46652C;
	background: url(images/shopping_cart2.gif) center left no-repeat;
	padding-left: 20px;
}
