@charset "utf-8";
/* defaults */
.callout-hero
{
	display:block;
	float:left;
	width:470px;
	height:305px;
	margin-right:15px;
	background:#FFFFFF;
	margin-bottom:20px;
}
.right-space
{
	display:block;
	float:left;
	width:203px;
	height:305px;
	margin-bottom:20px;
}
.featured-categories-header
{
	display:block;
	float:left;
	width:195px;
	height:28px;
	padding:8px 0px 0px 8px;
	color:#FFFFFF;
	font-size:16px;
	background:url(/makeup/img/featured-cat-header-bg.jpg) no-repeat #006666;
}
ul.featured-makeup-categories
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	width:203px;
	height:142px;
	margin-top:10px;
}
ul.featured-makeup-categories li
{
	display:block;
	float:left;
	width:183px;
	height:18px;
	padding:4px 0px 0px 20px;
	background:url(/makeup/img/featured-bullet.jpg) no-repeat;
}
ul.featured-makeup-categories li a, ul.featured-makeup-categories li a:link, ul.featured-makeup-categories li a:visited
{
	text-decoration:none;
	color:#666666;
}
ul.featured-makeup-categories li a:hover
{
	color:#999999;
}
.callout-rigthspace
{
	display:block;
	float:left;
	width:203px;
	height:117px;
	background:#E4E4E4;
}
.makeup-allcategories-header
{
	display:block;
	float:left;
	margin-bottom:20px;
	width:678px;
	height:29px;
	padding:9px 0px 0px 10px;
	color:#FFFFFF;
	font-size:16px;
	background:url(/makeup/img/all-cat-header-bg.jpg) no-repeat #006666;
}
.makeup-category
{
	width:220px;
	display:block;
	float:left;
	margin-bottom:25px;
	font-size:12px;
}
a.makeup-category-title, a.makeup-category-title:link, a.makeup-category-title:visited
{
	text-decoration:none;
	color:#58B7DD;
	font-weight:bold;
	font-size:14px;
}
a.makeup-category-title:hover
{
	text-decoration:none;
	color:#4CA8CD;
}
.makeup-category img
{
	display:block;
	float:left;
	background:url(/makeup/img/cat-call-bg.jpg) repeat-x #E8E8E8;
	width:210px;
	height:95px;
	padding:5px;
	margin-bottom:10px;
}
/* position and dimensions of the navigator */
.navi
{
	position:absolute;
	z-index:1000;
	width:70px !important;
	height:20px !important;
	margin:285px 0px 0px 400px !important; 
}
.navi a{width:18px;height:18px;float:left;background:url(/makeup/img/navigator-arrow.png) 0 0 no-repeat;display:block;font-size:1px; cursor:pointer;}
.navi a:hover{background-position:-18px 0px;}
.navi a.active{background-position:-36px 0px;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-makeup {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:470px;
	height:305px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable-makeup .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable-makeup a, .scrollable-makeup a:link, .scrollable-makeup a:visited, .scrollable-makeup a:hover 
{
	margin:0px;
	padding:0px;
}
/* single scrollable item */
.scrollable-makeup img {
	float:left;
	background-color:#FFF;
	cursor:pointer;
	width:470px;
	height:305px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* active item */
.scrollable-makeup .active {
	z-index:9999;
	position:relative;
}
.scrollable-makeup .items div
{
	display:block;
	width:470px;
	height:305px;
	float:left;
}
table.makeup-reg{
	margin-top:20px;
	border-collapse:collapse;
	border:1px solid #E4E4E4;
}
table.makeup-reg td.tmr, table.makeup-reg th.tmr {
	border:1px solid #E4E4E4;
	padding:10px;	
}
table.makeup-reg th.tmr{
	background:url(/makeup/img/reg-form-title-bg.jpg) repeat-x;	
}
table.makeup-reg td span.checkbox-wrap{
	display:block;
	float:left;
	width:120px;
}
table.makeup-reg td span.checkbox-label{
	display:block;
	float:left;
	width:50px;
	padding-top:5px;
}
form.form-makeup-register input{
	border:none;
}
