
/* PAGE BG styles
=========================================================== */

.STUDIO {
width:100%;
background:url(../images/studioBG.jpg) fixed repeat-x; }


/* SEARCH RESULTS
=========================================================== */

#contentHead {
padding:20px 0 15px 0; }

#contentHead h2 {
font-size:22px; 
margin-bottom:10px; }

#search_breadcrumbs {
clear:left; font-size:12px; 
line-height:13px;
margin-bottom:7px; }

#searchResults_container {
background:url(../images/searchresults_bg.jpg) top center no-repeat;
width:950px;
padding:15px 15px 95px 15px; }

#returnedresults {
width:300px;
margin:0; padding:0; }

#searchAgain_head {
background:url(../images/searchagain.gif) top left no-repeat;
height:10px;
float:left;
border-bottom:1px solid #6d7d8c;
width:300px;
margin-bottom:10px;
padding-bottom:3px; }

span.searchAgain {
background:url(../images/buttons/search_btn.gif) top center no-repeat;
border:none;
width:60px; height:20px;
display:block;
margin-left:5px;
float:right; }

span.searchAgain button {
background:url(../images/buttons/search_btn.gif) top center no-repeat;
border:none;
width:60px; height:20px;
float:right; }

span.searchAgain button:hover {
background-position:0 -20px; }

#searchAgain {
background:url(../images/inputfieldbg.gif) repeat-x;
border:1px solid #3e3e3e;
width:225px;
height:15px;
margin:0;
padding:3px 2px 0 2px; 
float:left;
font:11px Arial, Helvetica, sans-serif;
color:#000; }

.RC_divider {
margin:35px 0 20px 0;
height:1px;
width:100%;
background:#6d7d8c;
display:block;
line-height:1px; overflow:hidden;
clear:left; }

#searchSuggestions {
background:url(../images/searchsuggestions.gif) top left no-repeat;
height:10px;
float:left;
width:127px; }

#searchResults_container ul {
float:left; clear:left;
font-size:11px; margin:15px 0 0 25px; }

#searchResults_container ul li {
display:block;
background:url(../images/dash.gif) top left no-repeat;
clear:left;
line-height:14px;
padding-left:8px; }

/* Search Refinements 'You Selected' Box */
#refinementsSelectedBox  {
	/*margin:15px 0px;*/
	line-height:13px;
}

#refinementsSelectedBox .list {
	border-bottom:1px solid white;
	color:#FFFFFF;
	margin-bottom:3px;
	margin-top:2px;
	padding-bottom:5px;
	padding-left:8px;
}
#refinementsSelectedBox .list a {
	text-decoration:none;
}
#refinementsSelectedBox .title {
	color:#5C9CDA;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid white;
	height:18px
}

#narrowBy, #browseBy {
	color:#5C9CDA;
	font-weight:bold;
}

#narrowBy {
margin-top:25px;
}

.format-version { padding-bottom:5px; }
.format-version-hl { text-decoration:none; }


/* END: Search Refinements 'You Selected' Box */
