@charset "utf-8";
/* CSS Document */

	div#interstitial {
		position: relative;
		width: 777px;
		overflow: visible;
		text-transform: uppercase;
		text-decoration: none;
		background: url(../images/bgrd.jpg) repeat-x #f8f8f8;
		}

	img#hero_image {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		}
		
	div#category_content {
		position: relative;
		top: 0;
		left: 534px;
		width: 211px;
		z-index: 2;
		min-height: 580px;
		}
		
	* html div#category_content {
		height: 580px;
		}

	#category_content h2 {
		height: 110px;
		width: 211px;
		}
		
	#category_content li {
		display: inline;
		}
		
	#category_content li a {
		display: block;
		padding: 1px 5px 1px 15px;
		margin-top: 1px;
		background: url(../images/category_off.gif) left top no-repeat #444444;
		color: #FFF;
		font-size: 0.8em;
		font-weight: bold;
		}
		
	#shop_by_department ul {
		width: 211px;
		}
		
	#shop_by_department li a {
		width: 191px;
		}
		
	#category_content li a:active, #category_content li a:hover, #category_content li a:focus {
		background: url(../images/category_on.gif) left top no-repeat #FFF;
		color: #000;
		text-decoration: none;
		}
		
	div#we_love_item {
		background: #FFF;
		margin: 1px 0;
		position: relative;
		width: 211px;
		}
		
	#we_love_item h4 {
		position: absolute;
		top: 15px;
		left: 7px;
		background: url(../images/we_love.gif) left top no-repeat;
		width: 75px;
		}
		
	#we_love_item dl {
		width: 211px;
		height: 160px;
		position: relative;
		top: 5px;
		}
		
	#we_love_item dt {
		width: 113px;
		height: 155px;
		float: right;
		}
		
	#we_love_item dd {
		width: 87px;
		float: left;
		font-size: 0.7em;
		padding: 25px 0 0 10px;
		}
		
	#we_love_item dd  a {
		color: #313131;
		}
		
	#we_love_item span {
		display: block;
		clear: both;
		font-weight: bold;
		}
		
	#we_love_item p {
		clear: both;
		}
		
	#we_love_item p a {
		position: absolute;
		bottom: 5px;
		left: 10px;
		display: block;
		background: url(../images/buy_now.gif) left center no-repeat;
		padding-left: 8px;
		color: #313131;
		}
		
	div#category_messaging p {
		clear: both;
		background: #f8f8f8;
		padding: 3px 8px;
		color: #878787;
		text-align: right;
		text-transform: none;
		}
		
	div#category_messaging p a {
		text-decoration: none;
		color: #878787;
		}
		
	div#category_messaging p a:active, div#category_messaging p a:hover, div#category_messaging p a:focus {
		text-decoration: underline;
		}
		
	li.replacement a:hover {
		background-position:bottom left !important;
		}
