/* %~%@ < 4.000 > @%~% */
/* %~%# < 2/13/2009 > #%~% */
/* %~%! < cart4 > !%~% */

/* Specific styles for category product display */
.c4FrmP1Product{}
.c4TblP1ProdTable {
	width: 100%;
}
.c4TDP1NoProds {}
.c4TdP1Prodcell {}
.product-cat .c4TdPlProdcell a {
	border: 0;
	background: none;
}
.c4SpanP1SalePrice {}
.c4DivP1SalePrice { display: inline; }
.c4DivP1ProdPrice { display: inline; }
.c4ImgP1ProdTHPic {
	border: 2px solid #FFB11B;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.c4ImgP1ProdTHPic:hover {
	border: 2px solid #F47B1D;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.c4TdLTable {
	width:100%;
}
.c4TdLTitle {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3366CC;
}
.c4TdLLeftCell{
	width: 175px;
}

.c4TdLRightCell{
	font-size: 12px;
	border-left: 1px solid #3366CC;
	padding-left: 5px;
}

/*-------------------------------------------------------
	JEREMY OVERRIDES AND ADDITIONS
-------------------------------------------------------*/
.product-thumb {
	margin-bottom: 5px;
	text-align: center;
}

.product-desc {
	margin-bottom: 5px;
	font-weight: bold;

