.product_image{
    float:left;
    margin-right:10px;
}

.category_title
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.listitem h3
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.order_form{
    float:right;
    text-align:right;
}

.clear_both{
	clear:both;
}




.shopItemSeparator{
	position:static;
	width:100%;
	border-top:1px dotted black;
}

.shopInput{
	width: 100%;
}

.shopInputQty{
}