/* 
------------------------------------------------------------------------------------------------
	Copyright (c) 2003-2006 Novedge LLC
------------------------------------------------------------------------------------------------
*/

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 85px;
	height: 17px;
	position: relative;
	background: url(/images/star_dims2.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:15px;
	height: 17px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/star_dims2.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:17px;
}
.star-rating a.two-stars{
	left:17px;
}
.star-rating a.two-stars:hover{
	width: 34px;
}
.star-rating a.three-stars{
	left: 34px;
}
.star-rating a.three-stars:hover{
	width: 51px;
}
.star-rating a.four-stars{
	left: 51px;
}	
.star-rating a.four-stars:hover{
	width: 68px;
}
.star-rating a.five-stars{
	left: 68px;
}
.star-rating a.five-stars:hover{
	width: 85px;
}
.star-rating li.current-rating{
	background: url(/images/star_dims2.gif) left bottom;
	position: absolute;
	height: 17px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.cmd-bar-text{
	float:left;
	margin-top:6px;
	color:#444;
	font-size:0.9em;
	text-align:right;
}

.vote-histo-bars
{
	background-image: url(/images/BG_Grid.gif);
	background-repeat:repeat;
}

.vote-histo-bars td
{
	border-bottom:solid 1px #CCC;
	vertical-align:bottom;
	height:150px;
}

.vote-histo-bars td img
{
	width:48px;
	border:solid 1px #999;
	border-bottom:0;
	margin:8px 2px 0 2px;
	background-color:#FEFCCF;
	text-align:center;
}

.vote-histo
{
	margin:0;
}

.vote-histo-title
{
	border-top:solid 1px #ccc;
	font-weight:normal;
	color:#666;
	padding:2px 4px 0;
	background-color:#FFF;
	text-align:center;
}
.vote-title
{
	font-weight:normal;
	font-size:0.9em;
	padding:2px 4px;
	background-color:#dcdcdc;
}


.vote-histo-top-labels td
{
	font-size:0.9em;
	line-height:0.9em;
	border-bottom:solid 1px #CCC;
	padding-top:2px;
	text-align:center;
}
.vote-histo-top-labels td span 
{
	font-size:0.9em;
}

.vote-histo-bottom-labels td
{
	font-size:0.8em;
	text-align:center;
}

.cmd-bar-text select
{
	margin:0;
	padding:0;
	color:#333;
	font-size:0.9em;
	background-color:#dcdcdc;
	border:solid 1px #dcdcdc;
}

.cmd-bar-text select:hover
{
	border-color:#ccc;
	background-color:#fff;
}

#gallery-select
{
	margin:0;
	padding:0;
	font-size:0.85em;
	background-color:#FEFCCF;
	border:solid 1px #FEFCCF;
}

#gallery-select:hover
{
	border-color:#ccc;
	background-color:#fff; 
}

#gallery-select option
{
	padding:0;
	margin:0;
}

#picture_name 
{
	width:100%;
	font:normal 12px Arial;
	color:#666;
	padding:0;
	margin:0;
	border:solid 1px #FFF;
}

#picture_name:hover 
{
	border-color:#ccc;
	background-color:#f2f2f2;
}

#info-product-name 
{
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-0.0em;
	word-spacing:-0.1em;
}

#info-price
{
	font-size:0.9em;
	color:#900;
	font-weight:bold;
}

.btn-first b b b, a.btn-first:hover b b b, .btn-first:active b b b {
  background:url("/images/__icons/btn-first.gif") no-repeat 100% 50%;
  padding-right:15px;
  }
.btn-next b b b, a.btn-next:hover b b b, .btn-next:active b b b {
  background:url("/images/__icons/btn-next.gif") no-repeat 100% 50%;
  padding-right:15px;
  }
.btn-prev b b b, a.btn-prev:hover b b b, .btn-prev:active b b b {
  background:url("/images/__icons/btn-prev.gif") no-repeat 100% 50%;
  padding-right:15px;
  }
.btn-last b b b, a.btn-last:hover b b b, .btn-last:active b b b {
  background:url("/images/__icons/btn-last.gif") no-repeat 100% 50%;
  padding-right:15px;
  }

