@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFB89C;
}
body,td,th {
	color: #850400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #A82B25;
	text-decoration: none
}
a:visited {
	color: #A82B25;
	text-decoration: none
}
a:active {
	color: #A82B25;
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: underline
}
a:link img.thumb {
	background-color: #FFF9C1;
	border: thin dashed #863523;
}
a:hover img.thumb {
	background-color: #FFF9C1;
	border: thin dashed black;
}
a:visited img.thumb {
	background-color: #FFF9C1;
	filter: Gray;
	border: thin dashed #DF0200;
}
a.trader:link, a.trader:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}    
a.trader:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.bg_left {
	background-image: url(../img/bg_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumbs {
	background-color: #FFF8B1;
	border: thin solid #E95700;
	padding: 5px;
	width: 946px;
}
.toplist {
	background-color: #FFF8B1;
	border: thin solid #E95700;
	padding: 5px;
	width: 882px;
}
.bottom {
	padding: 20px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #A82B25;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../img/bottom_bg.gif);
}


#searchBox {  width: 195px;  height: 24px;  float: left; border: 0px;  color: #FFFFFF;  background: none; margin-left: 24px; }

.categoryBox { border: 1px solid white; padding: 5px; float: left; width: 160px; margin: 5px }
.categoryBox a { color: white; font: bold 16px arial; }
.categoryBox a:hover { color: red; font: bold 16px arial; }


.contentDefault { margin: 20px 0 0 20px;}
.register_group { color: white; margin: 10px 0 0 20px;}
.register_group input{ padding: 5px; width: 500px}
.register_group select{ padding: 5px; width: 500px}
.contentDefault .add_footer { margin: 10px 0 0 20px;} 

/* STAR RATER
--------------------------------------------------------------*/

.star-rating{ list-style:none; margin: 0px; padding:0px; width: 125px; height: 25px; position: relative; overflow:hidden; background: url(../img/alt_star.gif) top left repeat-x;	}
.star-rating li{ padding:0px; margin:0px; /*\*/ float: left; /* */ 	}
.star-rating li a{ display:block; width:25px; height: 25px; line-height:25px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; overflow:hidden; 	}
.star-rating li a:hover{ background: url(../img/alt_star.gif) left bottom; z-index: 2; left: 0px; border:none; }

.star-rating a.one-star{ left: 0px; }
.star-rating a.one-star:hover{ width:25px; }
.star-rating a.two-stars{ left:25px; }
.star-rating a.two-stars:hover{ width: 50px; }
.star-rating a.three-stars{ left: 50px; }
.star-rating a.three-stars:hover{ width: 75px; }
.star-rating a.four-stars{ 	left: 75px; }
.star-rating a.four-stars:hover{ width: 100px; }
.star-rating a.five-stars{ left: 100px; }
.star-rating a.five-stars:hover{ width: 125px; }
.star-rating li.current-rating{ background: url(../img/alt_star.gif) left center; 	position: absolute; height: 25px; display: block; text-indent: -9000px; z-index: 1; }	
/* remove halo effect in firefox   */


#pagination { font-size:1.2em; font-weight:700; padding-bottom:20px; padding-top:30px; text-align:center; width:100%; }
#pagination a {  padding: 2px 5px 2px 5px; text-align:center; color: red; border: 1px solid #333}
#pagination em { padding: 2px 5px 2px 5px; text-align:center; color: #333; border: 1px solid #333}

form { margin: 0px; padding: 0px; }
#searchBoxBg { width: 300px; height: 24px; float: left; background-image: url(../img/search-bg.gif); 
background-repeat: no-repeat;
}

#searchBox {  width: 195px;  height: 24px;  float: left; border: 0px;  color: #FFFFFF;  background: none; margin-left: 24px; }

.categoryBox { border: 1px solid white; padding: 5px; float: left; width: 160px; margin: 5px }
.categoryBox a { color: white; font: bold 16px arial; }
.categoryBox a:hover { color: red; font: bold 16px arial; }


.contentDefault { margin: 20px 0 0 20px;}
.register_group { color: #333; margin: 10px 0 0 20px;}
.register_group input{ padding: 5px; width: 500px}
.register_group select{ padding: 5px; width: 500px}
.contentDefault .add_footer { margin: 10px 0 0 20px;} 


.post { width: 180px; height: 200px; float: left; margin-left: 8px; }
.postText { width: 180px; height: 30px; float: left; overflow: hidden; }
.postHalf { width: 190px; height: 14px; float: left; overflow: hidden; }
.postHalf .boldWhite a { color: #FFEAB4; }