/* GLOBAL STYLES */
@import url(global.css);


/* CLASSES UNIQUE TO NEWEST ITEMS */
.products				{ background: #FFF url(../_images/cosmetic/title-grad-bg.gif) repeat-x; margin: 0px; padding: 5px; }
.products h1				{ border-bottom: 1px dotted #ECBFC1; }

.content				{ width: 100%; margin: 0px; padding: 2px;}
.content h1				{ font: bold 2.3em Georgia,'Times New Roman',Times,serif; margin: 5px 2px 5px 2px; }
.content p,
.content img				{ margin: 5px;}

.contentbox						{ width: 23%; height: 118px; margin: 0px 5px 5px 0px; padding: 0px 2px 5px 2px; border: 2px solid #F9E0EC; float: left;}
	.contentbox h2					{ font: normal 1.2em Georgia,'Times New Roman',Times,serif; margin: 2px; border: none; }
	.contentbox h3					{ font: bold 1em Georgia,'Times New Roman',Times,serif; margin: 0px; border: none; }
	.contentbox a:hover					{ cursor: hand; }
	.contentbox a,
	.contentbox a:visited,
	.contentbox a:active				{ color: #8C4066;}
.empty							{ border: 0px !important; }	
