﻿

.cart-heading
{
    background-color: #c0c0c0;
	font-weight: bold;
}

.item-heading
{
	font-weight: bold;
}

.category-heading
{
	font-weight: bold;
	font-size: 13px;
}

.cart-button {
	width: 83px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*border: 1px solid #cccccc;
	background-color: #1b2d5b;*/
	background-image: url(../../Images/addToCart.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

.cart-button-long {
	width: 143px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*border: 1px solid #cccccc;
	background-color: #1b2d5b;*/
	background-image: url(../../Images/shoppingBtnBg.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

.cart-button2 {
	width: 143px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*border: 1px solid #cccccc;
	background-color: #1b2d5b;*/
	background-image: url(../../Images/shoppingBtnBg.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
