@charset "utf-8";
body  {
	background: #000 url(bg.gif);
	font: 100% Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar {
	width: 165px;
	margin: 0px;
	float:left;
}

#content {
	width: 855px;
	margin-left: 10px;
	float: right;
	text-align: center;
}

.thumbs {
	background: #fff url(th_bg.gif);
	width: 855px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align:center;
}

.thumb {
	width: 160px;
	height: 200px;
	margin: 0 0 1px 0;
	padding: 0px;
}

.prthumb {
	width: 202px;
	height: 180px;
	margin: 1px;
	padding: 0px;
	border: 1px solid #c06;
}

.thumbs a{
	text-decoration: none;
	border: 0px;
}

.sidebar-box {
	float: left;
	background: #FFF url(sidebar-bg.gif) repeat-x;
	background-position: 0px 30px;
	padding-bottom: 15px;
	font-size: 12px;
}

.sidebar-box ul li {
	color: #000;
	margin: 0px 0px;
	display: block;
	float: left;
	width: 165px;
}

.sidebar-box ul {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 165px;
}

.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
	color: #000; 
	border-bottom: 1px solid #CCC;
	width: 155px;
	padding: 5px 5px;
	margin: 0px 0px;
	display: block;
	text-decoration: none;
} 

.sidebar-box ul li a:hover {
	color: #c06; 
	border-bottom: 1px solid #c06;
	text-decoration: none;
} 

.sidebar-box h3 { 
	font-size: 12px; 
	color: #FFF; 
	font-weight: normal; 
	text-transform: lowercase; 
	font-weight: bold; 
	font-family: Trebuchet MS; 
	background-image: url(h3-bg.gif); 
	background-repeat: no-repeat; 
	background-position: left; 
	width: 155px;
	height: 20px; 
	padding: 5px;
	margin: 0px 0px;
}

.side_ft {
	margin-bottom: 15px;
}

.side_hd {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#header {
	width: 1030px;
}

.thumbtitle {
	font-size: 14px;
	background: url(thtitle.png) left top no-repeat;
	font-weight: normal;
	font-style: italic;
	color: #000; 
	width: 335px;
	height: 20px; 
	padding: 3px 10px 3px 10px;
	margin: 0px 0px;
	text-align: left;
	float:left;
}

.promo {
	margin-bottom: 10px;
}
	
.prlink {
	font-size: 14px;
	text-decoration: underline;
}

.descs {
	background: #fff url(th_bg.gif);
	width: 855px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
}

.descs ul {
	float:left;
	list-style-type: none;
	margin: 5px 0 5px 12px;
	padding: 0px 0px;
}

#foot {
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#foot a {
	color:#F0C;
}

.descs p {
	padding: 0px 10px; margin: 0 auto;
}
.descs a {
	text-decoration:none;
}
.descs a:hover {
	font-weight: bold;
}
a.tag1 {color: #cc00ff;}
a.tag2 {color: #cc00cc;}
a.tag3 {color: #9900cc;}
a.tag4 {color: #990099;}
a.tag5 {color: #660099;}
a.tag6 {color: #660066;}
a.tag7 {color: #cc33cc;}
a.tag8 {color: #9933cc;}
a.tag9 {color: #993399;}
a.tag10 {color: #663399;}

.navtab li{
	float:left;
}

.navtab {
	height: 26px;
	width: 855px;
}

.navtab, .navtab ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

.navtab a {
	background-image:url(button.gif);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 110px;
	height: 21px;
	margin: 0px 3px;
	text-align:center;
	padding-top: 5px;
	text-decoration: underline;
	text-transform: uppercase;
}

.navtab a:hover {
	color: #ffccff;
	text-decoration: none;
}

.navtab A IMG {
 border: none; 
}

#stars {
	text-align: center;
	}
	
.sidebar-box A IMG {
 border: solid 1px #CCCCCC; 
}

.sidebar-box A:hover IMG {
 border: solid 1px #c06; 
}


.thumbnail {
	background: #a31685;
	border: 1px solid #a31685;
	width: 160px;
	height: 213px;
	overflow: hidden;
}

.thumbnail a img {
	border: none;
}

.thtags {
	color: #fff;
	font-size: 9px;
	text-align:left;
	overflow: hidden;
}

.thtags a {
	color: #fff;
	}

.thtags a:hover {
	color: #ff00cc;
	text-decoration:underline;
	}

.th {
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}

.th li {
	padding:0;
	width: 160px; 
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align:	 top;
	margin: 2px;
	}
#header a img {
	border:none;
}	