﻿.FilledRatingStar {
    background-image: url("images/star_gold_full.png");
}


.EmptyRatingStar {
    background-image: url("images/star_empty.png");
}
.RatingStar {
    background-position: center center;
    background-repeat: no-repeat;
    height: 12px;
    padding: 0 9px 0 0;
    width: 12px;
}


#wrapper {
	width: 960px;
	margin: 0px auto;
	color: #FFFFFF;
}
#header {
	height: 40px;
	background-color: #DDDDDD;
	text-align: center;
	line-height: 100px;
}

#content {
	height: 600px;
	position: relative;
	overflow: hidden;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#panel {
	width: 300px;
	height: 400px;
	position: absolute;
	top: -400px;
	left: 0px;
	z-index: 200;
	background-color: #333333;
}

#panel-tab {
	width: 140px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	right: 0px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#panel-tab:focus {
	outline: none;
}