/**
 * Sliding Panles 1.0.2 - jQuery plugin for accessible, unobtrusive Sliding Panels
 * @stylesheet
 */
body { font-family:Century Gothic, Lucida Sans Unicode, Lucida Grande, sans-serif }
#mcontent { width:750px; padding:6em 0 0 5px; margin-bottom:120px }
h2.panel{
	border:1px solid #CCCCCC;
	cursor:pointer;
	width:720px;
	margin:4px 0;
	font-family:Century Gothic, Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding: 5px 10px;
}
h2.panel a { text-decoration:none; color:#000000; background:none; }
h2.panel-up{ background:url(/assets/up.gif) no-repeat scroll top right; }
h2.panel-down{ background:url(/assets/down.gif) no-repeat scroll top right; }
.panel-target{ width:740px; }
.panel-closed{ display:none; width:740px; }

.divide3 { float:left; width:245px; }
.divide3 ul { padding:15px; margin:0; list-style:none; }
.divide3 ul li { padding:0px; margin:0; }
#regions { width:98%; display:block; }
#mcontent { font-size:1.2em; padding-top:15px }
.regionsButton { background:red; }
.regionsButtonDown { background:blue; }
#vintage {  }

#searchTab { width:720px; }
#searchTab .searchHeading { font-weight:bold; width:100px; }
#searchTab .sName a { color:#afb713; font-size:1.2em; font-weight:bold; }
