/***  chrome  ***/

  #outercontainer {
	margin: 0 auto;
	width: 978px;
	background: #353434 url('/images/dropshadow.jpg') repeat-y;

} #pagecontainer {
	margin: 0 5px;
	width: 968px;
	background-color: black;


/***  header  ***/

} #header {
	position: relative;
	width: 100%;
	height: 116px;
	margin-bottom: 12px;
	background: black url('/images/header-logo.png') no-repeat top left;

} #headerclick {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 219px;
	height: 90px;
	cursor: pointer;

} #headerlinks {
	position: absolute;
	right: 8px;
	top: 3px;
	font-size: 11px;

} #headerlinks a {
	display: block;
	float: right;
	margin-left: 5px;

} #headersearch {
	position: absolute;
	left: 6px;
	top: 100px;
	width: 225px;
	height: 22px;
	overflow: hidden;

/*7c8489*/
} #header input {
	height: 100%;
	border: 1px solid white;
	background-color: #3C3D3C;
	color: white;
	font-size: 11px;

} input#searchbox {
	width: 150px;
	margin-right: 3px;

} input#searchbutton {
	width: 62px;
	cursor: pointer;
	height: 17px;

} #headerad {
	position: absolute;
	left: 235px;
	top: 30px;
	width: 728px;
	height: 90px;
	overflow: hidden;


/***  footer  ***/

} #footer {
	clear: both;
	margin: 12px 5px 0;
	background-color: #3c3d3c;
	color: #999;

} #footer div {
	text-align: center;

} #footerlinks {
	margin-top: 20px;

} #footerlinks a {
	color: #999;

} #footerlistinglink {
	margin-top: 10px;

} #copyright {
	margin: 10px 0 12px;
	font-size: 10px;


/***  category browser  ***/

} #categorybrowser {
	float: right;
	position: relative;
	width: 308px;
	height: 337px;
	margin-right: 5px;
	margin-bottom: 12px;
	background: #565151 url('/images/browsecategories.gif') no-repeat top left;
	
} #categorybrowser div {
	position: absolute;
	width: 288px;
	height: 300px;
	left: 10px;
	bottom: 5px;
	overflow: auto;
	color: #bbb;
	
} #categorybrowser div a {
	color: white;
	text-decoration: none;

} #categorybrowser div a:hover {
	color: #cecf7d;
	text-decoration: underline;

} #categorybrowser div ul {
	list-style: none;
	margin-left: 5px;
	padding-bottom: 10px;

} #categorybrowser div ul li {
	font-size: 13px;

} #categorybrowser div ul li ul {
	margin-left: 15px;

} #categorybrowser div ul li ul li {
	font-size: 11px;

} #categorybrowser div ul li ul li a {
	text-decoration: underline;


/***  login box  ***/

} .loginbox {
	float: right;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 12px;
	padding: 20px 10px;

} .loginbox label input {
	width: 100px;
	height: 15px;
	margin-top: -20px;
	margin-left:-5px;


/***  auth box  ***/

} #authbox {
	margin: 5px 5px 8px;
	padding: 5px;

} #authlinks {
	float: right;

}