﻿/*************************************/
/*Novo template - divs - Todo o esqueleto do site*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/BackDegradee.gif);
	background-repeat: repeat-x;
	background-color: #83b8c0;
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}
#faux
{
	background: url(../images/AreaCentralEsqMain.gif);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}
#header
{
	color: #333;
	width: 922px;
	padding: 0px;
	height: 120px;
	margin: 5px 0px 0px 0px;
	background: #fff;
}
#navigation
{
	color: #333;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	background: #00555a;
}
#leftcolumn
{
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
}
#rightcolumn
{
	float: right;
	color: #fff;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
}
#footer
{
	width: 902px;
	clear: both;
	color: #333;
	background: #88d0c7;
	margin: 0px 0px 10px 0px;
	padding: 10px;	
}
.clear
{
	clear: both;
	background: none;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/*************************************/
.titleCat {
	height: 50px;
	margin: 0px 5px;
	padding: 8px 0px 0px 10px;
	font-size: 14pt;
	background: url(../images/BarraCat.png) no-repeat left top;	
}
.titleCat a {
	border-bottom: none;
	color: #cc0202;
	text-decoration:none;
}

.titleCat a:hover {
	border-bottom: none;
	color: #f14e22;
	text-decoration:none;
}

.SubtitleCat {
	font-size: 9pt;
	font-weight:normal;
	color: #000000;
	margin:0;
	padding: 8px 0 10px 10px;
}




.linkTop
{
	color: #cc0202;
	font-weight: bold;
	text-decoration: none;
}
.linkTop:hover
{
	color: #f14e22;
	font-weight: bold;
	text-decoration: none;
}

.linkFooter
{
	color: #cc0202;
	font-weight: bold;
}
.linkFooter:hover
{
	color: #f14e22;
	font-weight: bold;
}

.PagerCat a
{
	padding: 5px;
	color:Green;
}

.PagerCat a:hover
{
	padding: 5px;
	color:red;
}

.PagerCat table
{
	color:Black;
}

input
{
	font-size: 10pt;
	color: black;
	margin: 0px auto;
}

input[type="submit"]
{
	background-color: #CE3F2B;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}


.imgThumbnail
{
	padding: 2px;
	padding-bottom: 6px;
	height: 90px;
	width: 120px;
	border: 1px solid #d7d7d7;
	background: #FFFFFF;
}

.imgThumbnail:hover
{
	padding: 2px;
	padding-bottom: 6px;
	height: 90px;
	width: 120px;
	border: 1px solid #000000;
	background: #BBE344;
}

.textThumbnail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.imgAddToProfile
{
	padding: 2px;
	padding-bottom: 6px;
	height: 90px;
	width: 120px;
	border: 1px solid #000000;
	background: #BBE344;
}

.textLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.textLink a:hover
{
	color: #ff6600;
	text-decoration: none;
}


#rightcolumn .textThumbnail a
{
	color: #003333;
	text-decoration: none;
}

#rightcolumn .textThumbnail a:hover
{
	color: #ff6600;
	text-decoration: none;
}




/*I: STAR RATING */
/*************************************/
.star-rating
{
	list-style: none;
	margin-left: 5px !important;
	padding: 0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(../images/stars.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(../images/stars.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(../images/stars.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/*F: STAR RATING */
/*************************************/