/* CSS Document */

body {
font: 12px/1.2 arial, helvetica, sans-serif;
color: #525252;
margin: 0;
padding: 0;
}

#content {
width: 800px;
}

ul {
margin: 0;
padding: 0;
}

a img {
	border:none;
}

a {
font-size: 11px;
color: #2765a1;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}


.ratings {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}

.whiterate th, .whiterate td {
	border: solid #fff;
	color:#000;
	background: url(img/td_rate_r.gif) no-repeat bottom right;
}

.greyrate th, .greyrate td {
	border: solid #f8f8f8;
	color:#000;
	background: url(img/td_rate_r_grey.gif) no-repeat bottom right;
}

.ratings th {
	border-width: 0 5px 8px 0px;
	font-size:10px;
}

.ratings td {
	border-width: 0 5px 0 0;
	font-weight:bold;
	font-size:11px;
}

.ratings span {
	text-align:center;
	display:block !important;
	margin:0;
	padding:0 7px 3px 4px;
}




/* popup */

#popwindow {
width: 96%;
padding: 0 8px 0 8px;
margin: 0;
}
/*Float clearers*/
#popsubhdr:after, #popnav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#popsubhdr, #popnav {display: inline-block;}

/*\*/
* html #popsubhdr, * html #popnav {height: 1%;}
#popsubhdr, #popnav {display: block;}
/**/

#popsubhdr {
	padding: 8px 0 0;
	position:relative;
	border-bottom:1px solid #ddd;
	margin: 0 0 10px;
}

#poptitle, #popnav {
	padding:0 0 6px;
}

#poptitle {
	width:60%;
}

#poptitle h1 {
	margin:0;
	padding:0;
	font-size:16px;
}

#poptitle h1 span {
	color:#bd0027;
}

#popnav {
	position:absolute;
	bottom:0;
	right:0;
	width:40%;
	text-align:right;
	white-space:nowrap;
}

#popnav ul {
	float:right;
	list-style: none;
}

#popnav li {
	float:left;
	display:inline;
	margin: 0 0 0 8px;
	font-size:11px;
}

#popnav li a {
	padding: 0 0 0 15px;
	color:#919191 !important;
	white-space:nowrap;
	display:block;
}

#popnav li a {
	background-repeat:no-repeat;
	background-position: 0 0;
}

#popnav li a:hover {
	text-decoration:none;
	color:#000 !important;
	background-position: 0 -30px;
}

#popnav li.sponsor {
	font-style:italic;
}

li.close a, li.close a:hover {
		background-image: url(img/icon_close.gif);
	}
	
#pophdr {
	padding:7px 7px 10px;
	background: url(img/pop_bg_hdr.gif) repeat-x top;
}

#pophdr .logo {
	width:134px;
	height:15px;
	background: url(img/pop_logo.gif) no-repeat 0 0;
}

.logo {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	line-height:0;
	background-repeat:no-repeat;
}
.logo { overflow:hidden; }
/* key to ratings area */
	.keytorate ul {
	margin: 0px 0 15px 0;
	list-style: none;
	}
	
	.keytorate li {
	margin: 2px 0 0 0;
	}
	
	.keytorate span {
	font-weight: bold;
	}
	
	.keytorate p {
	margin: 0px 0 15px 0;
	}
	
	.ratingbox {
	margin: 0;
	padding: 0;
	}
	
	.rating {
	float: left;
	text-align: right;
	margin: 0 0 0px 0;
	padding: 0;
	}
	
	.ratedescription {
	float: left;
	text-align: left;
	margin: 0 0 0px 5px;
	}






