/* CSS Document */

body {
	background: #B9E3F7 url(http://i8o8.com/images/bg_main.jpg) repeat top fixed;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #069;
}
p, form, table {
	margin: 0;
	padding: 0 0 15px 0;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	color: #069;
}
input, select, option, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	text-align: center;
}
img {
	border-color: #069;
}
.txtlink:hover {
	text-decoration: none;
	color: #FFF;
	background: #069;
}
.box {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	width: 900px;
	text-align: left;
	position: relative;
/*
	position: absolute;
	left: 50%;
	margin-left: -450px;
*/
	top: 50px;
}
.bar {
	width: 900px;
	background: transparent;
	vertical-align: baseline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.content {
	background: transparent url(http://i8o8.com/images/content_bg3_r8_c1.png) repeat-y;
	margin: 0 auto;
	padding: 0 25px;
}
#header_logo {
	width: 936px;
	margin-top: 0;
	padding-top: 0;
}
#boxC {
	width: 936px;
}
#subcontent {
	width: 890px;
}
.move {
	cursor: move;
}
.imglink {
	margin: 0 5px 10px 5px;
	padding: 0;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.footer2 {
	margin: 80px auto;
	text-align: center;
}
.tag_cloud {
	text-decoration: none;
	text-align: justify;
	font:100%/1.2 arial, sans-serif;
}
.tag_cloud:link {
	color: #069;
}
.tag_cloud:visited {
	color: #069;
}
.tag_cloud:hover {
	color: #FFF;
	background: #069;
}
.tag_cloud:active {
	color: #FFF;
	background: #069;
}
.wrapper {
	/*	padding: 0 15px 3px 10px; */
	padding: 0 5px 10px 5px;
	text-align: justify;
}
.wrapperp {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: justify;
}
#tooltiparrow{
	position:absolute;
	left: -550px;
	z-index: 101;
	visibility: hidden;
}
#tooltip{
	position: absolute;
	left: -550px;
	width: 490px;
	padding: 10px 10px 20px 10px;
	background: transparent url(http://i8o8.com/images/tooltipbg.png) no-repeat;
	visibility: hidden;
	z-index: 100;
	text-align: center;
}
/*
.star-rating,

.star-rating a:hover,

.star-rating a:active,

.star-rating a:focus,

.star-rating .current-rating{
*/
.star-rating,

.star-rating .current-rating{

	background: url(http://i8o8.com/images/star.gif) left -1000px repeat-x;

}

.star-rating{

	position:relative;

	width:200px;

	height:20px;

	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:20px;

	line-height:20px;

	outline:none;

	overflow:hidden;

	border: none;

}

/*
.star-rating a:hover,

.star-rating a:active,

.star-rating a:focus{

	background-position: left bottom;

}
*/

.star-rating one-star, .star-rating a.one-star{

	background: url(http://i8o8.com/images/star.gif) left bottom repeat-x;

	width:10%;

	z-index:11;

}

.star-rating a.two-stars{

	width:20%;

	z-index:10;

}

.star-rating a.three-stars{

	width:30%;

	z-index:9;

}

.star-rating a.four-stars{

	width:40%;

	z-index:8;

}

.star-rating a.five-stars{

	width:50%;

	z-index:7;

}

.star-rating a.six-stars{

	width:60%;

	z-index:6;

}

.star-rating a.seven-stars{

	width:70%;

	z-index:5;

}

.star-rating a.eight-stars{

	width:80%;

	z-index:4;

}

.star-rating a.nine-stars{

	width:90%;

	z-index:3;

}

.star-rating a.ten-stars{

	width:100%;

	z-index:2;

}

.star-rating .current-rating{

	z-index:1;

	background-position: left center;

}

.inline-rating{
/*
	display:-moz-inline-block;

	display:-moz-inline-box;
*/
	display:inline-block;

	vertical-align: middle;

}