body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6
{
	color:#008521;
	font-weight:400;
	margin:0;
	padding:0 0 2px;
}

h2
{
	font-size:20px;
	color:#666;
}

h1
{
	font-size:30px;
	font-weight:590;
	display:inline;
	color:#000; /* #090 */
	top:30px;
}

.name
{
	color:black;
	display:inline;
	font-weight:bold;
}

sup
{
	font-weight:normal;
	color:#666; /* #090 */
}

.sup
{
	font-weight:590;
	color:#666; /* #090 */
}

h3
{
	font-weight:700;
	margin-top:18px;
	color:#52AA65;
}

h3 a
{
	color:#52AA65;
	text-decoration:none;
}

#content a {
		text-decoration:none;
}

#header {
	background-color:#f2f9ee;
	border:1px solid #52AA65;
	padding:8px 10px 6px 8px;
	margin: 0 0 24px 0;
	width:90%;
	text-align:center;
}

#menu {
	margin-bottom:25px;
}

#menu a {
	text-decoration:none;
}

#content {
	border-top:1px solid grey;
	padding:12px 10px 6px 8px;
	margin: 0 0 0px 0;
	width:90%;
	text-align:center;
}

.button {
	padding:10px 10px 10px 8px;
	border:1px solid #69a5ec;
	display:inline;
	width:100px;
}

.button p {
	display:inline;
}

h5 {
	font-size:250px;
	font-weight:900; 
	margin:0; 
	padding:0; 
	font-family: arial; 
	color:black;
	margin-top:-50px; 
}

img { 
	max-width:700px; 
	max-height:462px;
}
.imgf {
	max-height:400px; 
}

.preview {
	border:2px solid #0b556d;
}

/* STAR RATING */
.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(http://www.imageshit.com/img/alt_star.gif) top left repeat-x;		
}
.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
}
.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
}
.star-rating li a:hover{
		background: url(http://www.imageshit.com/img/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
}
.star-rating a.one-star{
		left: 0px;
}
.star-rating a.one-star:hover{
		width:25px;
}
.star-rating a.two-stars{
		left:25px;
}
.star-rating a.two-stars:hover{
		width: 50px;
}
.star-rating a.three-stars{
		left: 50px;
}
.star-rating a.three-stars:hover{
		width: 75px;
}
.star-rating a.four-stars{
		left: 75px;
}	
.star-rating a.four-stars:hover{
		width: 100px;
}
.star-rating a.five-stars{
		left: 100px;
}
.star-rating a.five-stars:hover{
		width: 125px;
}
.star-rating li.current-rating{
		background: url(http://www.imageshit.com/img/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}

ul{border:0; margin:0; padding:0;}

#pagination-clean li{
border:0; margin:0; padding-top:0;
font-size:16px;
list-style:none;
}
#pagination-clean li, #pagination-clean a{
border-left:solid 1px #69a5ec;
border-right:solid 1px #69a5ec;
border-bottom:solid 1px #69a5ec;
margin-right:2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
color:#888888;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
font-weight:bold;
border-left:solid 1px #69a5ec;
border-right:solid 1px #69a5ec;
border-bottom:solid 1px #69a5ec;
} 
#pagination-clean .active{
color:#00000;
font-weight:bold;
display:block;
float:left;
padding:3px 4px;
}
#pagination-clean a:link,
#pagination-clean a:visited {
color:#0033CC;
display:block;
float:left;
padding:3px 4px;
text-decoration:none;
}
#pagination-clean a:hover{
text-decoration:none;
}

.no {
	
	text-decoration:none;

}