@import url(luna_core.css);
@import url(business_gray_core.css);

/* ========================================================================
 * Website  : http://http://www.datafeed-tutorial.com.ssan.com/
 * Copyright (c) 1996 Roussel Enterprises  All Rights Reserved.
 * Redistribution in part or in whole strictly prohibited.
 * 
 * This design is a copyrighted work, which is protected under United States
 * and International copyright laws. Looking at the Source Code to see how
 * the site is developed is considered THEFT.
 * 
 * My prices are reasonable so buy the template and stop stealing.
 * ========================================================================/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:160px;
	height:14px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(./images/star-matrix-10.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
.sixstar  {background-position:0 -96px}
.sevenstar  {background-position:0 -112px}
.eightstar  {background-position:0 -128px}
.ninestar  {background-position:0 -144px}
.tenstar  {background-position:0 -160px}
ul.rating li {
	cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li.six  a {left:80px;}
ul.rating li.seven  a {left:96px;}
ul.rating li.eight  a {left:112px;}
ul.rating li.nine  a {left:128px;}
ul.rating li.ten  a {left:144px;}
ul.rating li a:hover {
	z-index:2;
	width:160px;
	height:14px;
	overflow:hidden;
	left:0;	
	background: url(./images/star-matrix-10.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -192px;}
ul.rating li.two a:hover {background-position:0 -208px;}
ul.rating li.three a:hover {background-position:0 -224px}
ul.rating li.four a:hover {background-position:0 -240px}
ul.rating li.five a:hover {background-position:0 -256px}
ul.rating li.six a:hover {background-position:0 -272px}
ul.rating li.seven a:hover {background-position:0 -288px}
ul.rating li.eight a:hover {background-position:0 -304px}
ul.rating li.nine a:hover {background-position:0 -320px}
ul.rating li.ten a:hover {background-position:0 -336px}
/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

#contentheader .error, #contentheader .message {
  margin: 0px 310px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}