/* GLOBAL STYLES */
@import url(global.css);


/*  STORE STYLES UNIQUE TO SALES */
.small	 				{ border: 2px solid #F9E0EC; } /* #B2B2B2 */

.content				{ padding: 0px; clear: both; }
.content h1				{ font: bold 2.3em Georgia,'Times New Roman',Times,serif; margin: 5px 0px 5px 0px; }

.storefolder				{ width: 268px; margin: 2px; float: left; }
	.storefolder h1 a,
	.storefolder h1 a:visited,
	.storeifolde h1 a:active		{ background: #8C4066; color: #FFF; margin: 0px; padding: 2px 0px 2px 0px; text-decoration: none; }
	.storefolder h1 a:hover         { background: #8C4066; color: #DDD; }
.storefolder .infobar							{ background: #8C4066; padding: 10px; }
	.storefolder .infobar h1						{ width: 160px; font: normal 2em Georgia,'Times New Roman',Times,serif; color: #FFF; margin: 0px; text-align: center; }
	.storefolder .infobar div					{ font: italic 1.3em Georgia,'Times New Roman',Times,serif; color: #FFF; border-left: 1px dotted #FFF; padding-left: 8px; float: right; }
	.storefolder .infobar .one					{ padding: 8px 0px 8px 6px; }

.storeitem							{ width: 146px; height: 226px; margin: 5px; padding: 0px; border: 1px solid #B2B2B2; float: left; }
.storeitem img						{ width: 146px; height: 179px; }
	.storeitem .infobar						{ margin: 0px; padding: 7px; border-top: 1px solid #B2B2B2; text-align: left; }
	.storeitem .infobar h3					{ font: bold 1em Georgia,'Times New Roman',Times,serif; margin: 0px; border: none; }
	.storeitem .infobar div					{ color: #8C4066; border-left: 1px dotted #E5A4C5; padding: 0px 7px 0px 7px; float: right;}
	.storeitem .infobar:hover					{ background: #8C4066; color: #FFF; cursor: hand; }
	.storeitem .infobar:hover a,
	.storeitem .infobar:hover div				{ color: #FFF; }
	.storeitem .infobar .onsale 				{ color: #F00; }
	.empty							{ border: 0px !important; }	
