.listProduct a {color:#000;}

.listProduct .contentArea {padding:0 0 1em 0;width:100%;}

.listProduct .listing {
	font-size:80%;
	padding:7px 6px 0;
	margin:0 5px;
	width: 212px;
	height: 252px;
	float:left;
	position: relative;

}
.listProduct .listing .bottomBits
{
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 75px;
	width: 95%;
	width: 213px;
}
.listProduct .vr
{
	height: 189px;
	width: 1px;
	margin-top: 30px;
	border-left: 1px solid #777;
	float:left;
}

.listProduct .listing .prodImage {

	border-width:0;
	overflow : hidden;
	text-align: center;
}

.listProduct .listing .prodImage img.prodIMG		{	margin:0 auto !important;}

.listProduct .listing h3 {
	font-weight:bold;
	margin:0;
	font-size:1.1em;
	line-height:1.2em;
		text-align: center;
}
.listProduct .listing  .id {
	margin:0 0 1em 0;
}
.listProduct .listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}



.listProduct .prices {color:#c00;font-weight:bold; margin: 0 0 7px 0;}

.listProduct .prices a {color:#c00;}

.listProduct .prices .price {margin-top:5px;}
.listProduct .prices .specialPrice {}

.listProduct .prices .wasprice {
position:absolute;
top:0px;
left:10px;
color: #111;
}

.listProduct .prices .priceLabel {color:#000;}
.listProduct .prices .specialPriceLabel {color:#000;}

.listProduct .prices
{
	text-align: center;
}

.listProduct .prices .price .priceFormat,
{
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 6px 0 8px;
}
.listProduct .prices .specialPrice .priceFormat
{
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 6px 0 8px;
	margin: 6px 13px 8px 0;
	text-align: right;
}


.listProduct .prices .price .dollars,.listProduct .prices .price .currencySign {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}
.listProduct .prices .price .cents {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    vertical-align: top !important;
}

.listProduct .prices .specialPrice .priceFormat .currencySign,
.listProduct .prices .specialPrice .priceFormat .dollars
{
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
	background-color: white;
}

.listProduct .prices .specialPrice .priceFormat .cents
{
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    vertical-align: top !important;
	background-color: white;
}




.listProduct div.poa
{
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 6px 0 8px;
}

/*
#list_adddtocart
{
	display:inline;
	float:right;
}

#list_moreinfo
{
	display:inline;
	float:left;
}
*/

.list_adddtocart
{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.list_moreinfo
{
	position: absolute;
	bottom: 5px;
	left: 0px;
}



.listing table.option td {
	padding:1px 6px 1px 0;
}
.listing table.option td label  {font-size:1em;font-weight:bold}
.listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.listing table.option td select {font-size:0.9em;}



#shoppingCart h2 {
	font-size: 120%;
	line-height: 130%;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0 0 0 30px;
	background-color: #b72025;
	font-style: italic;
	height: 28px;
	display: block;
	text-align:left;
	width:700px;
	overflow:hidden;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #cb7a7b;

	background-image: url(../statimages/list_header_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


