

 

 
table#row1 { background-color: #990000; }
table#row2 { background-color: #990000; }

.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: #990000; border-left:1px solid #990000; border-right:1px solid #990000;}
.pb1 {margin:0 5px; background: #990000;}
.pb2 {margin:0 3px; border-width:0 2px;}
.pb3 {margin:0 2px;}
.pb4 {height:2px; margin:0 1px;}
.pboxcontent {display:block; background: #990000; border:0 solid #990000; 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: #FFFFFF;  text-align: left;  border: 1px solid #990000;			 }	

.little-box { border: 1px solid #990000; max-width: 550px; background: #990000; padding: 3px; text-align: center; }
.tag-box { border: 1px solid #990000; max-width: 600px; line-height: 3em; background: #990000; padding: 3px; text-align: center; }
.user-box { border: 1px solid #990000; max-width: 300px; line-height: 1.5em; background: #990000; padding: 3px; text-align: center; }
.embed-box { border: 1px solid #990000; max-width: 320px; line-height: 1.5em; background: #990000; 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://karabit.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://karabit.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%;
}




#pageloading { position : absolute; left : 50%; top : 50%; margin-top : -50px; margin-left : -90px; text-align : center; }

.white a:link {color: #fff; text-decoration: none;}

.top_menu a:hover { text-decoration: underline; }

.top_menu span { margin-left: 5px; }

.botband { background: url('../images/bot_mid.jpg') repeat-x top left; height: 18px; width: 983px; margin: 0px auto 0px auto; clear: both;}

.bot_left {background: url('../images/bot_left.jpg') no-repeat top left; height: 18px; width: 11px; float: left;}
.bot_right {background: url('../images/bot_right.jpg') no-repeat top left; height: 18px; width: 16px; float: right;}

.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 */




#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; }






