body { 
	background-color: #ffffff;
	margin: 0px;
	font-size: 11px;
	font-family: tahoma;
	color: #484848;
	background-image: url(images/higru.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-bottom: 7px;
}

select, input, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #484848;
	background-color: #ffffff;
	border-style: solid;
	border-color: #ebebeb;
	border-width: 1px;
}

a:link, a:active, a:visited {
	color: #484848;
	text-decoration: none;
}

a:hover {
	color: #555555;
	text-decoration: none;
	border-bottom: 0px dotted #484848;
}

img {
	border-width: 0px;
}

form {
	margin-top: 0px;
}

.boldfont {
	font-weight: bold;
}

.smallfont {
	font-size: 9px;
}
.red {
	color: #ad0000;
}

.green {
	color: #007900;
}

.blue {
	color: #56baef;
}

.yellow {
	color: #ccc000;
}

.grey {
	color: #bcbcbc;
}

.text {
	padding: 5px;
}

.yellowbg {
	background-color: #f9ffa2;
}

.maindiv {
	background-color: #ffffff;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px #cbced1 solid;
	margin-bottom: 5px;
}

.maindiv2 {
	background-color: #ffffff;
	padding-right: 1px;
	padding-bottom: 1px;
	border: 1px #cbced1 solid;
}

.greybg {
	background-color: #fbfbfb;
	background-image: url(images/rowbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border-left: 1px #ffffff solid;
	border-right: 1px #dcdcdc solid;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #dcdcdc solid;
}

.greybg2 {
	background-color: #fbfbfb;
	background-image: url(images/greybg.gif);
	background-repeat: repeat-x;
	padding: 6px;
	width: 764px;
	height: 16px;
}

.bluebg {
	color: #ffffff;
	background-color: #6094c6;
	background-image: url(images/bluebg1.gif);
	font-weight: bold;
	padding: 5px;
	border-left: 1px #ffffff solid;
	font-size: 12px;
}

.bluebg2 {
	color: #ffffff;
	background-color: #6094c6;
	background-image: url(images/bluebg2.gif);
	font-weight: bold;
	border-left: 1px #ffffff solid;
	padding: 5px;
}

.navihg {
	color: #ffffff;
	background-color: #6094c6;
	background-image: url(images/bluebg2.gif);
	font-weight: bold;
	
	border-left: 1px #ffffff solid;
}

.fullcontent {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.paddingbox {
	padding: 5px;
}

#loginuheader {
	margin-bottom: 10px;
}

#navigation {
	text-align: center;
	height: 22px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation li {
	float: left;
	background: url(images/top_bg.gif);
	width: 75px;
	height: 12px;
	padding-top: 6px;
}

#navigation li:hover {
	background: url(images/top_bgh.gif);
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	text-decoration: none;
	color: #ffffff;
}

#greybg-padding {
	background-color: #f4f4f4;
	padding: 1%;
	margin-bottom: 4px;
}

#leftcontent {
	width: 590px;
	float: left;
	margin-top: 5px;
}

#rightcontent {
	width: 150px;
	float: right;
	margin-top: 5px;
}

#content {
	width: 768px;
	background-color: #ffffff;
	margin: 0 auto;
	height: 100%;
}

#content2 {
	width: 750px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding-left: 7px;
	height: 100%;
}

#navi_top {
	width: 750px;
	text-align: right;
	color: #8b8b8b;
	margin-bottom: 6px;
}

#login_box {
	height: 64px; 
	width: 230px;
	float: right; 
}

#banner {
	width: 511px;
	height: 82px;
}

#footer {
	text-align: center;
	color: #d0d0d0; 
	font-weight: bold; 
}

#footer a:link {
	color: #d0d0d0; 
}

#footer a:hover {
	color: #d0d0d0; 
}

#footer a:visited {
	color: #d0d0d0; 
}

#footer a:active {
	color: #d0d0d0; 
}
.itemdiv{
	float: left;
	display: inline;
	margin-right: 3px;
	text-align: center;
	height: 200px;
	width: 200px;
	vertical-align: top;
	margin-bottom: 20px;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.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 a:hover,
.star-rating a:active,
.star-rating a:focus{
	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;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

