/* Whites Presentation CSS */
.txtc {
	text-align: center;
}
.txtr {
	text-align: right;
}
.small {
	font-size: .85em;
}
.red {
	color: #930;
}
.top {
	vertical-align: top;
}

.fltr {
	float:right;
	margin: 5px 0 5px 10px;	
}
.fltl {
	float:left;
	margin: 5px 15px 5px 0;
}
#shopping-banner {
	margin-top: -10px; 
	width: 560px;
	margin-bottom: 5px;
	background: transparent url(/assets/photos/data/banners/banner-bg.jpg) no-repeat;
}
#shopping-banner img {
	margin: 5px;
}
.nowrap {
	white-space: nowrap;
}
/* Display Products on Non-cart Pages */
.productpgs {
	margin: 5px 0 20px 0;
	clear: both;
}
.product-image-pgs {
	float: left;
	width: 130px;
	height: 130px;
	padding: 3px 3px 3px 0;
	margin: 0;
}
.product-block-content {
	padding-left: 130px;
}
.productpgs h3 {
	margin-bottom: 5px;
	text-transform: capitalize;	
}
.product-block-content h3 {
	/* border-bottom-width: 0; */
	border-bottom: 1px solid #782727;
	margin-bottom: 16px;
}
.productpgs h3 span {
	position: absolute;
	right: 10px;
}
/* END - Display Products on Non-cart Pages */
td.compact form.cm-ajax a.product-title { color: #000; }
div.product-info span.qty-in-stock, div.form-field span.qty-in-stock { color: #c0c0c0; }
.whitesprodimg {
	margin-left: 100px !important;
}


/* Whites Presentation CSS */

