#footer div.searchWrapper {
	display: block;
}

/* Home Page Dresser */
div.drawer div.drawer-content {
	height: 0px;
	width: 186px;
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
}
div.drawer.opened div.drawer-content {
	height: 105px;
}
#dresser {
	height: 253px;
	width: 186px;
	border: 2px solid #ffffff;
	overflow: hidden;
}
div.drawer a.drawer-handle {
	display: block;
	height: 35px; 
	padding: 2px 8px 0 8px; 
	width: 170px; 
	background: #74706a url(../../img/sb_spotlight_lg.gif) repeat-x;
	text-decoration: none;
}
div.drawer a.drawer-handle span.title {
	font: normal normal 15px Georgia;
	color: #ffffff;
	text-decoration: none;
	line-height: 17px;
	display: block;
}
div.drawer a.drawer-handle span.subTitle {
	font: normal normal 10px Trebuchet MS;
	color: #f7e6d7;
	line-height: 11px;
	display: block;
}
div.drawer a.drawer-handle:hover, div.drawer.opened a.drawer-handle {
	background-color: #74706a;
	background-position: 0 -37px;
}
div.drawer a.drawer-handle:hover span.title, 
div.drawer.opened a.drawer-handle span.title {
	color: #f2d3c0;
}
div.drawer a.drawer-handle:hover span.subTitle, 
div.drawer.opened a.drawer-handle span.subTitle {
	color: #ffffff;
}


a.drawer-handle span.title {
	float: left;
	padding: 0 7px 0 0;
}
a.drawer-handle span.subTitle {
	clear: left;
}
a span.accordianArrows {
	display: block;
	padding: 20px 0 0 0;
	background: transparent url(../../img/aro_accordian_right.gif) no-repeat right;
}
a:hover span.accordianArrows, div.drawer.opened a span.accordianArrows {
	display: block;
	padding: 20px 0 0 0;
	background: transparent url(../../img/aro_accordian_down.gif) no-repeat right;
}