/* %~%@ < 4.000 > @%~% */
/* %~%# < 2/13/2009 > #%~% */
/* %~%! < cart4 > !%~% */

/* Specific styles for product display */
.c4FrmP2Product{}
.c4TblP2ProdTable {}
 
.c4SpanP2SalePrice {}
.c4DivP2SalePrice { display: inline; }
.c4DivP2ProdPrice { display: inline; }
.c4ImgP2ProdTHPic {}
.c4ImgP2ProdTHPic:hover {}
.c4ImgP2ProdPic {}
.c4ImgP2ProdPic:hover {}

/* Shut off old template style background */
.c4TblP2ProdTable .prodcell {
	background: transparent;
	border: none;
	font-size:11px;
	color:red;
}

/*bq mods*/
.ProductDetails{
text-align:left;
font-size:16px;
}
	.ProductDetails th{
	color:#EF402E;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	}
	.ProductDetails td{
	color:#2d3091;
	padding:10px 0 10px 0;
	font-size:11px;
	font-weight:bold;
	}
		.ProductDetails td span{
		color:#777;
		font-size:11px;
		font-weight:normal;
		}

.ProductPriceTable{
text-align:left;
margin:10px 0;
width:100%;
}
 .ProductPriceTable td{
	padding:5px 0 5px 0;
	font-size:11px;
	vertical-align:top;
	}
	
#qty{
border:1px solid #2D3091;
background:#DCDDFF;
}


			.c4DivP2Buy .c4Button1{
			text-indent:-1000em;
			background:url(/images/b_buy.gif);
			width:45px;
			height:20px;
			display:block;
			border:none;
			cursor:pointer;
			border:none;
			}
			.c4DivP2Buy .c4Button1:link{
			text-indent:-1000em;
			background:url(/images/b_buy.gif);
			width:45px;
			height:20px;
			display:block;
			border:none;
			cursor:pointer;
			border:none;
			}
			.c4DivP2Buy .c4Button1:hover{
			text-indent:-1000em;
			background:url(/images/b_buy.gif);
			width:45px;
			height:20px;
			display:block;
			border:none;
			cursor:pointer;
			border:none;
			}
