﻿
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/* Accordion */

.accordionskin
{
    font-size:8.5pt;
    font-family:Tahoma;
    background:url(ajax/accordion/item_bg.gif);
    background-repeat: repeat-y;
    background-position: right center; 
}
.accordionheader 
{
    height:31px;    
    cursor:pointer;
    background:url(ajax/accordion/hd_bg.gif) repeat-x;
    border-bottom:solid 1px #57566f;
}
.accordionheader DIV
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordionheader SPAN
{
    cursor:pointer;
    font-weight:bold;
    display:block;
    padding-top:8px;
    color:#fff;
}        
.accordionheader:hover
{
    cursor:pointer;
    height:31px;
    background-color:Transparent;
    background:url(ajax/accordion/hd_hover_bg.gif) repeat-x;
    border-bottom:none;
}                
.accordion UL        
{
    padding:0;
    margin:5px 5px 5px 15px;
    list-style-type:none;
}
.accordion LI
{
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:left center;
    vertical-align:middle;
    padding:6px 5px 6px 25px;
    cursor:hand;
}
.accordion LI DIV
{
    padding-left:10px;
    color:#666666;
    cursor:hand;
}
.accordion LI:hover
{
    text-decoration:underline;
}


/* Rating Novo */

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.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;
	cursor: default;
}

.star-rating a.one-star{
	width:17%;
	z-index:6;
}
.star-rating a.two-stars{
	width:34%;
	z-index:5;
}
.star-rating a.three-stars{
	width:51%;
	z-index:4;
}
.star-rating a.four-stars{
	width:68%;
	z-index:3;
}
.star-rating a.five-stars{
	width:85%;
	z-index:2;
}
.star-rating a.six-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:60px;
	height:10px;
}
.small-star,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(ajax/star_small.gif);
	line-height: 10px;
	height: 10px;
}



