/* override category.css - to be removed once all interstitials are live */

body#categorydisplay #content {
	background: none;
	}

#interstitial {
	width: 822px;
	padding: 30px 0 0 0;
	overflow: auto;
	}
	
div#category_header {
	width: 100%;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	margin-bottom: 15px;
	}
	
body#categorydisplay #content h1 {
	float: left;
	font-size: 3em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #666 !important;
	font-weight: normal;
	margin: 0 40px 0 0;
	width: auto;
	}
	
#interstitial a {
	line-height: 2.4em;
	color: #999 !important;
	}
	
#interstitial a:hover {
	color: #09C !important;
	}
	
a#view_all_link {
	float: left;
	margin-top: 15px;
	line-height: 2.1em;
	color: #999;
	text-decoration:underline;
	display: none; 
	}
	
a#view_all_link:hover, a#view_all_link:active, a#view_all_link:focus {
	color: #ccc;
	}
	
div#advertisement {
	float: right;
	}
	
img#hero_image {
	float: left;
	}
	
div#category_content {
	display:block;
	width: 195px;
	float: right;
	}	

#category_content p {
	font-size:1em;
	color: #000;
	margin: 0px 0px 10px 0px;
	}
	
#category_content h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #000;	
	border-bottom: 1px solid #CCC;
	padding: 20px 0 10px 0;
	font-weight: normal;
	}
	
#category_content ul {
	margin: 0;
	padding: 0;
	}	

#category_content ul li {
	margin:0;
	border-bottom: 1px solid #CCC;
	float: none;
	}		
	
#category_content ul li a {
	font-size:1.5em;
	font-weight: normal;
	text-transform:uppercase;
	text-align:left;
	line-height:1.8em;
	color: #666;
	}

#category_content li a:hover, #category_content li a:active, #category_content li a:focus {
	background-position:bottom left;
	color: #ccc;
	text-decoration: underline;
	}


/* Scroller */

#interstitial_scroller_wrapper {
float: left;
	clear: both;
	padding-top: 15px;
	}

#interstitial_scroller_wrapper h2 {
	background-position: left top;
	background-repeat: no-repeat;
	width: 617px;
	height: 27px;
	}

#interstitial_scroller_wrapper div.new_scroller {
	background: url(../images/scroller_bg.gif) left top no-repeat;
	height: 202px;
	margin: 0;
	position: relative;
	width: 616px;
	}

#interstitial_scroller_wrapper div.scroller_mask {
	height: 185px;
	left: 50px;
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 510px;
	}

#interstitial_scroller_wrapper ul.scroller_content {
	left: 0;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 1040px;
	}

#interstitial_scroller_wrapper .scroller_content li {
	float: left;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	margin: 0 10px 0 0 !important;
	width: 120px;
	}

#interstitial_scroller_wrapper .scroller_content li a,
#interstitial_scroller_wrapper .scroller_content li a img {
	display: block;
	}

#interstitial_scroller_wrapper .scroller_control {
	display: none;
	position: absolute;
	top: 20px;
	}

#interstitial_scroller_wrapper .previous {
	display: block;
	width: 24px;
	height: 47px;
	top: 75px;
	left:18px;
	background: url(../images/scroller_left_arrow.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
	}

#interstitial_scroller_wrapper .next {
	display: block;
	width: 24px;
	height: 47px;
	top: 75px;
	right: 18px;
	background: url(../images/scroller_right_arrow.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
	}



