.price
{
	font-weight: bold;
}

.saleprice
{
	color: Red;
	font-weight: bold;
}

.oldprice
{
	font-weight: bold;
	text-decoration: line-through;
}

.tbLarge
{
	width: 200px;
}

.tbSmall
{
	width: 60px;
}

.tbVerySmall
{
	width: 30px;
}

a:hover
{
	text-decoration: none;
}

hr
{
	color: #A6ACA3;
	height: 1px;
}

.btnNormal
{
	border: 0px;
	width: 121px;
	height: 39px;
	text-align: left;
	padding-left: 13px;
	background-image: url(../Images/btnNormal.jpg);
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
	cursor: hand;
	cursor: pointer;
}

img.catalogListingItem
{
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
}

.catalogListingBlock
{
	float: left;
	padding: 0px 0px 10px 0px;
	width: 200px;
	text-align: center;
	white-space: nowrap;
}

.catalogListingBlock img.catalogListingItem
{
	padding: 0px 0px 0px 0px;
}

img.itemDetail
{
	padding: 0px 15px 10px 0px;
	vertical-align: middle;
}

.btnAddToCart img, .btnMoreInfo img, input.btnAddToCart
{
	vertical-align: middle;
}

.cartItemAltRow
{
	background-color: #E9EEF3;
}

.cartItemRow td, .cartItemAltRow td
{
	vertical-align: middle;
}

.warningBox
{
	background-color: #ffdbdb;
	border: solid 1px Red;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

body
{
	color: #666;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

table
{
	color: #666;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

table tr td
{
	vertical-align: top;
}

.title
{
	color: #6f8885;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.section
{
	color: #98acab;
	font-size: 13px;
	font-weight: bold;
}

.emp-green
{
	color: #2E8B57;
	font-size: 13px;
}

.emp-blue
{
	color: #336699;
	font-size: 13px;
}

.attention
{
	color: Red;
	font-size: 13px;
	font-weight: bold;
}

.tiny
{
	font-size: 9px;
}

.block
{
	border: 1px;
	border-color: Gray;
	background-color: #D4DCE2;
	border-style: solid;
}

.blueBox
{
	border: 1px;
	border-color: #336699;
	border-style: solid;
	padding: 2px;
}

.grayBox
{
	border: 1px;
	border-color: Gray;
	border-style: solid;
	padding: 2px;
}

.link
{
	background: transparent url(../../Media/Images/chain_link.gif) right no-repeat;
	padding: 1px 17px 1px 0px;
}