/*  
Development Name: HTSA Member Website Solution Plugin: Clearance Page
Description: -
Version: 1.0
Author: Aaron Shupp, 23K Studios
URL: http://www.23k.com ; http://www.htsa.com

RELEASE NOTES
	
 1.0  : Release

*/



/* PLUGIN  *********************************************************************************************************/


div.clearanceItem {
	width: 530px; height: 40px; margin:0 0 0 30px; padding: 16px 0 12px 0; border-bottom: solid 1px #999999;
}

div.clearanceItem-description {
	width: 400px; display: inline; float: left;
}

div.clearanceItem-locations {
	width: 400px; display: block; padding-top: 5px;
}

div.clearanceItem-locations_entry {
	height: 18px; width: 52px; float: left; display: inline; padding: 0 5px 0 0
}

div.clearanceItem-name {
	width: 400px; display: block;
}

div.clearanceItem-price {	
	width:130px; display: inline; float: right;
}

div.clearanceItem-price_original {
	width: 65px; display: inline; float: left; font-size: 15px; color: #FF0000; text-decoration:line-through; font-weight:bold;
}

div.clearanceItem-price_sale {
	width: 65px; display: inline; float: right; font-size: 15px; color: #006666; font-weight:bold;
}

