



.ptop, .pbottom {display:block; background:transparent; font-size:1px;}
.pb1, .pb2, .pb3, .pb4 {display:block; overflow:hidden;}
.pb1, .pb2, .pb3 {height:1px;}
.pb2, .pb3, .pb4 {background: #86A4C0; border-left:1px solid #86A4C0; border-right:1px solid #86A4C0;}
.pb1 {margin:0 5px; background: #86A4C0;}
.pb2 {margin:0 3px; border-width:0 2px;}
.pb3 {margin:0 2px;}
.pb4 {height:2px; margin:0 1px;}
.pboxcontent {display:block; background: #86A4C0; border:0 solid #86A4C0; border-width:0 1px;padding: 30px 0px 5px 0px;}

#search_suggest { position: absolute; z-index: 1; left:50%; margin-left:-162px; margin-top : -1px; background-color: #131313;  text-align: left;  border: 1px solid #86A4C0;			 }	

.little-box { border: 1px solid #262626; max-width: 730px; background: #131313; padding: 3px; text-align: center; }
.tag-box { border: 1px solid #262626; max-width: 600px; line-height: 3em; background: #131313; padding: 3px; text-align: center; }
.user-box { border: 1px solid #262626; max-width: 300px; line-height: 1.5em; background: #131313; padding: 3px; text-align: center; }
.embed-box { border: 1px solid #262626; max-width: 320px; line-height: 1.5em; background: #131313; padding: 3px; text-align: center; }

/* Star rating */

.star-rating{ position:relative; width:125px; height:25px; overflow:hidden; list-style:none; margin:0; padding:0; background-position: left top; }
.star-rating li{ display: inline; }

.star-rating a, 
.star-rating .current-rating{ position:absolute; top:0; left:0; text-indent:-1000em;height:25px;line-height:25px;outline:none;overflow:hidden;border: none;
}
 
 
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{ background: url("http://mp3.starsofthebars.com/images/star.png") left -1000px repeat-x; }


.star-rating a:hover{ background-position: left bottom; }
.star-rating a.one-star{ width:20%; z-index:6; }
.star-rating a.two-stars{ width:40%;z-index:5; }
.star-rating a.three-stars{ width:60%;z-index:4; }
.star-rating a.four-stars{ width:80%;z-index:3; }
.star-rating a.five-stars{ width:100%; z-index:2; }
.star-rating .current-rating{ z-index:1; background-position: left center; }	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{ background: url("http://mp3.starsofthebars.com/images/star.png") left -1000px repeat-x; }

.star-rating2{ position:relative;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position: left top; }
.star-rating2 li{ display: inline; }

.star-rating2 a, 
.star-rating2 .current-rating { position:absolute;top:0;left:0;text-indent:-1000em;height:25px;line-height:25px;outline:none;overflow:hidden;border: none;cursor:default; }

.star-rating2 a.one-star{ width:20%; z-index:6; }
.star-rating2 a.two-stars{width:40%;z-index:5; }
.star-rating2 a.three-stars{ width:60%; z-index:4;}
.star-rating2 a.four-stars{width:80%;z-index:3;}
.star-rating2 a.five-stars{width:100%;z-index:2;}
.star-rating2 .current-rating{z-index:1;background-position: left center;}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{display:-moz-inline-block;display:-moz-inline-box;display:inline-block;vertical-align: middle;}
.voted_twice {background: #FFDDDD no-repeat 5px 50%;padding:5px 5px 5px 16px;text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;color:#333;width:110px;font-size:11px;}
.voted {background: #E7FFCE no-repeat 5px 50%;padding:5px 5px 5px 16px;text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;color:#333;width:110px;font-size:11px;}
	
.star-rating{position:relative;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position: left top;}
.star-rating li{display: inline;}
.star-rating a, 
.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:25px;line-height:25px;outline:none;overflow:hidden;border: none;}


/* The text that displays the rating information */
.rated_text {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin-bottom:5px;color:#666;}

/* Green text that shows 3.34/5 */
.out5Class {color:#00CC00;font-weight:bold;}
.percentClass {

/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
/* Insert styles here for the votes display. Example (2 Votes) */
	}
.topRatedList {padding:0;margin:0;}
.topRatedList li {list-style-type:none;}

 #recaptcha_response_field {
   border-color: #86A4C0 !important; //Text input field border color
 }

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}



.clear_main
{
	clear: both;
	margin: 0px auto 0px auto;
	width: 1000px;
}

table { border-collapse:collapse; }



.white a:link {color: #fff; text-decoration: none;}

.top_menu a:hover { text-decoration: underline; }

.top_menu span { margin-left: 5px; }


.suggest_link { width: 235px; font: 11px verdana; text-transform:capitalize; color: #83A2B9; background-color: #FFFFFF; padding: 4px 9px 4px 9px; }

.suggest_link_over { width: 235px; font: 11px verdana; text-transform:capitalize; color: #83A2B9; background-color: #E9E9E9; padding: 4px 9px 4px 9px; }

#txtSearch { width: 200px; overflow: visible; padding-left:2px; }
 
* html div#search_suggest { overflow:visible;  } /* box model hack */






.style1 { color: #000; font-size: 10pt; font-family: verdana, sans-serif; }
.style2 { color: #000; font-size: 8pt; font-family: verdana, sans-serif; }
.style3 { color: #000; font-size: 12pt; font-family: verdana, sans-serif; }
.style4 { color: #000; font-size: 11pt; font-family: verdana, sans-serif; }


.leftdiv {width: 720px; float: left; text-align: right; border: 0px solid #000000;}

#xsnazzy p {margin:0 10px; padding-top: 0.75em; padding-bottom: 0.75em; font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 11px; color: #FFFFFF;}
#xsnazzy {background: transparent; }




.searchdiv { width: 450px;  margin: 0px 0px 0px auto; text-align: center;}
.searchdiv form {margin: 0px;}
.search_but {width: 74px; height: 21px; border: 0px; background: url('../images/search.jpg') no-repeat top center;}
.searchinput { font-family: Verdana, Sans-serif; font-size: 12px; color: #000000; }

.ov_down {margin-top: 20px; font-family: Verdana, Sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold;}

.rightdiv {width: 250px; text-align: left; float: right;}

.sharelinks { text-align: center; padding: 40px 0px 10px 0px; color: #007cb5; font-family: Verdana, Sans-serif; font-size: 11px; font-weight: bold;}
.sharelinks img {margin-left: 10px; margin-right: 5px; vertical-align: middle}
/*.sharelinks a:link, a:visited { color: #007cb5; font-family: Verdana, Sans-serif; font-size: 11px; font-weight: bold; text-decoration:none;} */

.boxes {padding:20px 0px 5px 0px; text-align: center; clear: both; }

.g_ad {padding: 40px 0px 5px 0px; text-align: center; clear: both;}

.footer {padding: 10px 0px 0px 0px; text-align: center; clear: both; font-family: Verdana, Sans-serif; font-size: 10px; color: #fff; line-height: 1.5em;}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover { font-family: Verdana, Sans-serif; font-size: 10px; color: #fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

a.llink { font-family: Verdana, Sans-serif; font-size: 12px; color: #FFFFFF;}
.list { padding-right: 200px; padding-bottom: 5px; font-family: Verdana, Sans-serif; font-size: 12px; color: #FFFFFF;}

/* Comments
------------*/

.pagination ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.pagination ul li {
	display: inline;
	font-size: 12px;
}

h3.comments {
	margin-top: 7px;
	padding: 3px 3px 1px 10px;
	background: #f8f8f9;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px dotted #b5b5b5;
}
.comment {
	width: 401px;
	padding-top: 10px;
	background: url(../images/comment_bg_top.gif) no-repeat top left;
}
.comment .body {
	margin: 0 10px 5px 10px;
	overflow: auto;
}
.comment .posted-by {
	padding: 20px 0 20px 0;
	background: #FFF url(../images/comment_bg_bottom.gif) no-repeat top left;
	text-align: right;
}
.comment .posted-by p {
	margin-right: 20px;
	margin-bottom: 5px;
}

p{
	margin:0 0 1em 0;
}


#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}

.ads{
  text-align: center;
  display: block;
}
table.pagination{
  background-color: #131313;
}
.pagetxt{
  color: #FF0000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 30px;
}
