﻿.itemDiv
{
	background-image: url(images/item-bg.png);
	background-repeat: repeat;
	width: 174px;
	height: 174px;
	text-align: center;
	border: solid 1px #CCFFCC;
	clear: none;
	display: block;
	display: inline-block;
	margin: 2px;
}
.itemImage
{
	border: 0px;
}
.itemName
{
	font-size: 8pt;
	font-weight: bolder;
	text-decoration: none;
}
.itemName a
{
	text-decoration: none;
}
.nameLink
{
	text-decoration: none;
}

.itemImageRow
{
	margin-top: 2px;
	height: 75px;
}
.itemNameRow
{
	height: 36px;
	vertical-align: middle;
}
.itemPriceRow
{
	height: 18px;
	vertical-align: middle;
}
.itemPriceRow a
{
	text-decoration: none;
}
.itemViewRow
{
	height: 30px;
	vertical-align: middle;
}
.viewItemBtn
{
	background-image: url(images/square-btn-green.png);
	width: 65px;
	height: 30px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
}
.regularPrice
{
	color: #FF0000;
	text-decoration: line-through;
	font-size: 8pt;
	font-weight: bold;
}
.salePrice
{
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.buyBtn
{
	background-image: url(images/square-btn-green.png);
	height: 30px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
	cursor: pointer;
}
.buyBtn:hover
{
	background-image: url(images/square-btn-blue.png);
}
.titleDiv
{
}
.detailItemImage
{
	border: 0px;
	margin-right: 15px;
	float: left;
}
.titleLabel
{
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	clear: both;
}
.leftLabel
{
	text-align: right;
	font-weight: bolder;
}
.descriptionDiv
{
	clear: none;
}
.descriptionDivNoItemBuy
{
	clear: none;
}
.optionsDiv
{
	clear: both;
}
.optionsTable
{
	width: 680px;
	margin-left: 0px;
	border: 1px white;
	empty-cells: hide;
}
.optionsOddRow
{
	background-color: #DDFFDD;
	vertical-align: middle;
	display: block;
	display: inline-block;
	height: 52px;
	font-size: 8pt;
	font-weight: bold;
}
.optionsEvenRow
{
	background-color: #FFFFDD;
	vertical-align: middle;
	display: block;
	display: inline-block;
	height: 52px;
	font-size: 8pt;
	font-weight: bold;
}
.optionImage
{
	cursor: pointer;
}
.zoomDiv
{
	border: 1px solid black;
	margin: 0px;
	z-index: 100;
	left: 0px;
	top: 0px;
	display: inline;
	display: inline-block;
	position: absolute;
	padding: 4px;
	background-color: white;
}
.optionImageCell
{
	width: 50px;
	height: 50px;
}
.optionTitle
{
}
.buyItemTable
{
	width: 50%;
	clear: both;
	float: left;
}
.optionCellDiv
{
	margin-left: 4px;
	vertical-align: middle;
	width: 330px;
}
.optionBuyCell
{
	margin-top: 8px;
	margin-left: 4px;
	vertical-align: middle;
	width: 350px;
	padding-left: 4px;
}
.optionRegularPrice
{
	color: #FF0000;
	text-decoration: line-through;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 18px;
	margin-left: 4px;
	vertical-align: middle;
	clear: left;
}
.optionSalePrice
{
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	margin-left: 4px;
	vertical-align: middle;
}
.optionQtyDropDown
{
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 20px;
}
.optionBuyBtn
{
	clear: both;
	background-image: url(images/square-btn-green.png);
	width: 95px;
	height: 20px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
	cursor: pointer;
}
.cartBtn
{
	background-image: url(images/square-btn-green.png);
	height: 25px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
}
.cartLink
{
	background-image: url(images/square-btn-green.png);
	height: 21px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
	text-align: center;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}
.cartTable
{
	left: 0px;
	width: 100%;
	top: 0px;
	position: relative;
	border: 0px none;
	display: block;
	display: inline-block;
	font-size: 8pt;
	font-weight: bold;
}
.cartRemoveBtn
{
	padding: 1px;
	border: 1px red solid;
	font-size: 8pt;
	height: 18px;
	background-image: url(images/square-btn-Yellow.png);
}
.cartRemoveRow
{
	border-bottom: solid 1px #cccccc;
}
.cartHeaderCell
{
	border-bottom: double 4px #cccccc;
}
.cartTotalCell
{
	border-top: solid 1px #cccccc;
	border-bottom: double 4px #bbbbbb;
}
.cartNoBorder
{
	border: 0px none;
}
.outOfStock
{
	color: Blue;
	font-size: 10pt;
	width: 95px;
	display: block;
	display: inline-block;
	text-align: center;
}
.close
{
	color: #777777;
	cursor:pointer;
}

.regItemImageRow
{
	margin-top: 2px;
	height: 75px;
}
.regItemNameRow
{
	height: 36px;
	vertical-align: middle;
}
.regItemPriceRow
{
	height: 10px;
	vertical-align: middle;
}
.regItemPriceRow a
{
	text-decoration: none;
}
.regItemViewRow
{
	height: 20px;
	vertical-align: middle;
}
.regItemViewBtn
{
	background-image: url(images/square-btn-green.png);
	width: 65px;
	height: 30px;
	display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	border: solid 1px black;
}
