/************ Align Prices & Cart Buttons  ***************/
.listing-type-grid h5{
	height: 100px;
}
.listing-type-list .price{
	padding-top: 7px;
	display: block;
	width: 60px;
	text-align: right;
}

/************** Format Specials Block *******************/

table.recently-list{
	width: 475px;
}
.recently-list td{
	width: 25%;
	padding: 5px;
}
.recently-list p{
	height: 100px;
}
.recently-list a.product-name{
	text-decoration: none;
}
.recently-list .special-price, .recently-list .old-price, .recently-list .add-to{
	height: auto;
}
.recently-list .old-price .price-label{
	color: #ff0000;
	display: block;
}
.recently-list .old-price .price{
	color: #ff0000;
}

.recently-list .special-price .price-label{
	color: #28B302;
	display: block;
}
.recently-list .special-price .price{
	color: #28B302;
}

/************ Hide 'Double click image to zoom' text *****************/
.product-img-box #track_hint{
	display: none;
}

/************ Restore elements nuked in reset.css for product descriptions *************/
.product-collateral ul {
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
}

.product-collateral .product-specs .title {
	font-weight: bold;
	color: #944105;
	margin: 5px 0px 5px 0px;
}
.product-collateral p{
	margin-bottom: 10px;
}

/************** DirectShop Info Pages *****************/
.dsinfo p{
	margin-bottom: 10px;
}
.dsinfo h2, .dsinfo h3, .dsinfo h4{
	padding-bottom: 5px;
	padding-top: 5px;
}
