/* GLOBAL STYLES */
@import url(global.css);

/* CLASSES UNIQUE TO STORE ARTISTS */
.artists							{ width: 100%; margin-bottom: 7px; }
	.bio							{ width: 462px; padding-right: 20px; float: right; border: 0px solid #B2B2B2; }
	.bio h1							{ font: normal 1.8em Georgia,'Times New Roman',Times,serif; color: #000; margin: 0px; padding: 0px; }
.categoryDesc                       { font-size: 1.8em; margin: 0px; padding: 10px; float: right; }


/* CLASSES UNIQUE TO STORE CATEGORIES */
.storefolder							{ width: 269px; margin: 2px; float: left; }

	.storefolder .infobar						{ background: #8C4066; margin: 0px; padding: 5px 7px 7px 7px; text-align: left; }
	.storefolder .infobar h1						{ font: normal 1.5em Georgia,'Times New Roman',Times,serif; margin: 0px; text-align: center; }
	.storefolder .infobar div					{ color: #FFF; padding: 4px 0px 4px 7px; border-left: 1px dotted #FFF; float: right; }
	.storefolder .infobar .one					{ font-style: italic;}
	.storefolder .infobar .onsale 				{ color: #F00; }

	.storefolder a,
	.storefolder a:visited,
	.storefolder a:hover,
	.storefolder a:active				{ display: block; color: #FFF; text-decoration: none; }

	.empty							{ background: #F9E0EC; border: 0px !important; }	

/* width: 146px; height: 210px; */
.storeitem							{ width: 146px; height: 204px; margin: 5px; padding: 0px; border: 1px solid #B2B2B2; float: left; }
.storeitem img						{ width: 146px; height: 179px; margin: 0px; border-bottom: 1px solid #B2B2B2; }
	.storeitem .infobar						{ margin: 0px; padding: 5px 5px 7px 7px; text-align: left; }
	.storeitem .infobar div					{ color: #8C4066; border-left: 1px dotted #E5A4C5; padding: 0px 0px 0px 4px; float: right;}
	.storeitem .infobar .one				{ color: #FFF; }
	.storeitem .infobar .onsale 			{ color: #F00; }

	.storeitem .infobar a,
	.storeitem .infobar a:visited,
	.storeitem .infobar a:active			{ color: #8C4066; background: #FFF; text-decoration: underline; }
	.storeitem .infobar a:hover				{ text-decoration: none; }

