@charset "utf-8";
/* CSS Document */

body {background: #000;}
#canvas{background-color:#000; padding:0;}

#home #content {border: 2px solid #7e7e7e; width:772px;}

/* 7-15 crossover styles*/
#shelf-header {
	height: 23px;
	color: #333;
	vertical-align: middle;
	padding: 10px 0px 0px;
	background: #818181;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;	/*display: none;*/
} 
#shelf-control {
	clear:both;
	height: 43px;
	color: #666;
	background: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;	/*text-transform: uppercase;*/
} 
#shelf-control A {
	color: #666;
	font-size: 11px;
	text-decoration: none;
} 
#shelf-control A:hover {color: #000000; font-size: 11px; text-decoration: underline;} 
#shelf-control #filter-control {float: left; font-size: 11px; vertical-align: middle; padding: 11px 0px 0px 10px;} 
#shelf-control #filter-control .filter-menu {font-size: 12px; width: 125px; vertical-align: middle;} 
#shelf-control #page-control {float: right; font-size: 11px; vertical-align: middle; padding: 15px 10px 0px 0px;} 

#search-content{
	background: #FFFFFF url(/web_assets/search/search_bg.jpg) no-repeat;
}
#store-locator{
	background: #FFFFFF url(/web_assets/store_locator/locator_bg.jpg) no-repeat;
}
#black-book-content{
	padding: 25px 300px 20px 35px;
	background: #FFFFFF url(/web_assets/black_book/loyalty_bg.jpg) no-repeat right top;
	height: auto;
}

/*Catalog*/
#catalog{display:none; background:#000000;}

/*simple colors*/
#blueText {color: #00F;}
#redText{color:#FF0000;}

