/* Made with Joy by What Cheer */

/******************** body ********************/
body {
	background: #1B1B1B url(/images/interface/repeat.jpg) repeat-x;
	color: #999;
}

/******************** layout ********************/
.container {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px;
}

.header {
	height: 175px;
	padding: 0px 0px 0px 20px;
	clear: both;
}

.content { padding: 25px 20px 0px 20px; }

.widget { }

.item-container {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: #404040 1px dotted;
}

.item { }

.f230x230 {
	width: 210px;
	height: 210px;
	padding: 10px 10px 10px 10px;
	background: url(/images/interface/frame/230x230.gif) no-repeat;
}

.f200x200 {
	width: 180px;
	height: 180px;
	padding: 10px 10px 10px 10px;
	background: url(/images/interface/frame/200x200.gif) no-repeat;
}

.f160x160 {
	width: 140px;
	height: 140px;
	padding: 10px 10px 10px 10px;
	background: url(/images/interface/frame/160x160.gif) no-repeat;
}

.f160x116 {
	width: 140px;
	height: 96px;
	padding: 10px 10px 10px 10px;
	background: url(/images/interface/frame/160x116.gif) no-repeat;
}

.f82x82 {
	width: 70px;
	height: 70px;
	padding: 6px 6px 6px 6px;
	margin: 0px 0px 10px 0px;
	background: url(/images/interface/frame/82x82.gif) no-repeat;
}

.selected .f82x82 { background: url(/images/interface/frame/82x82-selected.gif) no-repeat; }

.f72x72 {
	width: 60px;
	height: 60px;
	padding: 6px 6px 6px 6px;
	background: url(/images/interface/frame/72x72.gif) no-repeat;
}

.f52x52 {
	width: 40px;
	height: 40px;
	padding: 6px 6px 6px 6px;
	background: url(/images/interface/frame/52x52.gif) no-repeat;
}

.date {
	font-size: 77%;
	color: #777;
	padding: 0px 0px 0px 0px;
}

.item-type {
	font-size: 85%;
	color: #777;
	padding-top: 2px;
}

	/* Clear Helper */
	.clear { clear: both; }

br.clear { height: 1px; }

#loading {
	padding: 10px 20px 0px 0px;
	width: 24px;
	height: 24px;
	display: none;
	margin-top: -28px;
}

/******************** logo ********************/
.logo {
	width: 462px;
	height: 95px;
	padding: 7px 150px 18px 0px;
	display: block;	/*float: left;*/
	float: left;
}

.logo a, .logo a:link, .logo a:active, .logo a:visited {
	text-indent: -9999px;
	width: 462px;
	height: 95px;
	background-image: url(/images/interface/logo.gif);
	display: block;
	background-repeat: no-repeat;
}

/******************** navigation ********************/
.nav {
	width: 720px;
	height: 42px;
	float: left;
}

.nav ul { margin: 0px; }

.nav li {
	list-style: none;
	display: block;
	width: 120px;
	height: 42px;
	float: left;
}

.nav a, .nav a:link, .nav a:active, .nav a:visited {
	display: block;
	width: 120px;
	height: 42px;
	text-indent: -9999px;
}

.nav a:hover, .nav a:visited:hover { background-position: bottom left; }

/******************** dropdown ********************/
.nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	font-size: 11px;
}

.nav li ul a, .nav li ul a:link, .nav li ul a:visited, .nav li ul a:active {
	display: block;
	color: #999;
	width: 110px;
	height: auto; /* !important */
	text-decoration: none;
	text-indent: 0px;
}

.nav li ul a:hover, .nav li ul a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.nav li > ul {
	top: auto;
	left: auto;
}

/*.nav li:hover ul, .nav li.over ul { display: block; }*/

/******************** store search ********************/
.searchstore {
	width: 238px;
	height: 32px;
	padding: 5px 11px 0px 11px;
	float: right;
}

.searchstore input[type=text], .searchstore input[type=password], .searchstore textarea { width:160px; *width:150px; }

.searchstore a, .searchstore a:link, .searchstore a:visited, .searchstore a:active {
	display: block;
	width:  27px;
	height: 13px;
	margin: 5px 0px 0px 10px;
	background: url(/images/interface/go.gif) no-repeat;
	text-indent: -9999px;
}

.searchstore a:hover, .searchstore a:visited:hover { background-position: bottom; }

/******************** titles ********************/
.title {
	display: block;
	height: 35px;
	background: url(/images/interface/titles/title.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: #404040 1px solid;
}

.title-large {
	display: block;
	height: 35px;
	background: url(/images/interface/titles/title-large.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: #404040 1px solid;
}

/******************** footer ********************/
.footer-container {
	height: 240px;
	background-color: #090909;
}

.footer {
	width: 980px;
	height: 240px;
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
}

.push { height: 240px; }

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #999;
	text-decoration: none;
}

.footer a:hover, .footer a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
.footer input#news_signup {
	margin-right: 5px;
	}