body {
	background-color: #fff;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #333;
	}

br
{
	clear: left;
}

.textmedium
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

h1,h2,h3,h4,h5,h6,p
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
}


/* ----------------- h1 ----------------------- */
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding: 1px 0px 3px 0px;
}


/* ----------------- h2 ----------------------- */
h2 {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	margin: 5px 0px;
}

h2 a{
	text-decoration: none;
	color: #ff0000;
}
h2 a:link{
	color: #ff0000;
}
h2 a:visited{
	color: #ff0000;
}
h2 a:active{
	color: #ff0000;
}
h2 a:hover{
	color: #ff0000;
	text-decoration: underline;
}

/* ----------------- h3 ----------------------- */
h3 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}

h3 a{
	text-decoration: none;
	color: #fff;
}
h3 a:link{
	color: #fff;
}
h3 a:visited{
	color: #fff;
}
h3 a:active{
	color: #fff;
}
h3 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
/* ----------------- h4 ----------------------- */
h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

/* ----------------- h5 ----------------------- */
h5 { font-size: 20px;margin: 5px 0px;}
h6 { font-size: 20px; }

/*
------------------------------------------------------------------------------------------
	Text Links, rollover, and visited
------------------------------------------------------------------------------------------
*/

A {
	text-decoration: none; 
	}
A:link {
	color: #FF0000;  font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif; text-decoration: none
	}

A:visited {
	color: #FF0000;  font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif; text-decoration: none
	} 

A:active {
	color: #FF0000;  font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif; text-decoration: none
	} 

A:hover {
	text-decoration: underline; color: #FF0000
	}



/*
------------------------------------------------------------------------------------------
		Main boxes
------------------------------------------------------------------------------------------
*/

#logotipo
{
	width: 980px;
	height: 132px;
	background: #fff url('/static/gatasardentes.com.br/templates/logotop.jpg') no-repeat top left;
	margin: 0 auto;
}


#menutop {
	width: 970px;
	height: 44px;
	margin: 0 auto;
	background: url('/static/gatasardentes.com.br/templates/menubar.jpg') no-repeat left top;
	overflow: hidden;
}

/* Menu */

#menu {
	float: left;
	width: 670px;
	height: 44px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #DADADA;
}

#menu .current_page_item a {
	color: #FFFFFF;
}


/* Search */

#search {
	float: right;
	width: 275px;
	margin: 0px 6px 0px 0px;
}

#search form {
	height: 31px;
	margin: 0;
	padding: 8px 20px 0 0px;
}


#textfield1 {
	width: 190px;
	border: 1px solid #fff;
	text-transform: lowercase;
}


#submit1 {
	height: 22px;
	padding: 3px;
	background: #ffcc00;
	font-size: 11px;
	color: #000;
	margin-top: 2px;
	border: #fff solid 1px;

}

#submit1:hover {
	background: #ff0000;
	color: #fff;
}



/* ----------------------------------------*/

#mainAlign
{
	text-align: center;
	margin:0 auto;
	
}

#mainContent
{
	position: relative;
	width: 980px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
}
#mainContent .leftblock
{
	float: left;
	width: 170px;
	margin-right: 7px;
}

#mainContent .mainblock
{
	float: right;
	width: 800px;
}


.bottom
{
	padding: 5px;
	height: 40px;
	background-color: #333;
	text-align: center;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.bottom a
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

/* ------------------ VIDEO LIST ------------------------*/
.videoList
{
	overflow: hidden;
	width: 395px;
	float:left;
	margin: 0px 5px 10px 0px;
	text-align: left;
	background: #fff url('/static/gatasardentes.com.br/templates/content-top.png') no-repeat left top;
	border: 0px #ffcc00 solid;

}
.videoList .videoListTopBar
{
	text-align: left;
	padding: 7px 0px 0px 13px;
	height: 30px;
}


.videoList .videoListThumb
{
	float: left;
	width: 170px;
	height: 130px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	
}

.videoList .videoListThumb img
{
	border: 1px #333 solid;
}

.videoList .videoListThumb img:hover
{
	border-color: #ff0000;
}

.videoList .videoListDesc
{
	float: left;
	width: 225px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
}

.videoList .videoListDesc p
{
	clear: left;
	margin: 5px 5px 0px 0px;
	padding: 4px 0px 0px 0px;
	border-top: 1px dotted #D1D1D1;
}



/* ----------------- Navigation ----------------- */

.categories
{
	overflow: hidden;
	width: 160px;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.categories .title
{
	padding: 0px 0px 0px 9px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}


.categories .eachnav
{
	padding: 0px 0px 0px 15px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	background: url('/static/gatasardentes.com.br/templates/arrow1.jpg') no-repeat 3%; 
}

.categories .eachnav a
{
	color: #333;
}

.categories .eachnav a:hover
{
	color: #ff0000;
}





/* --------------- Last viewed videos --------------------- */
.lastviewedvideos
{
	background-color: #fff;
	overflow: hidden;
	clear: both;
}

.lastviewedvideos .eachvideo
{
	float: left;
	width: 160px;
	height: 170px;
	background-color: #fff;
	margin-bottom: 3px;
	margin-right: 40px;
}

.lastviewedvideos .eachvideo a
{
	padding-top: 2px;
	color: #000;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.lastviewedvideos .eachvideo img
{
	border: 1px #333 solid;
}

.lastviewedvideos .eachvideo img:hover
{
	border-color: #ff0000;
}

.lastviewedvideos .eachvideo .rate
{
	border: none;
}



/* -------------- Pagination ---------------*/
#paginationblock
{
	margin: 0 auto;
	position: relative;
	border: 1px #efefef solid;
	background-color: #fff;
	margin-top: 30px;
	text-align: center;
	padding: 10px 40px 5px 40px;
	overflow: hidden;
	clear: both;
}

.pagination
{
	margin: 0 auto;
	overflow: hidden;
	width: 550px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}


.pagination .currentpagetext
{
	float: left;
	width: 80px;
	height: 20px;
	padding-top: 3px;
	margin-right: 3px;
	border: 1px #ff0000 solid;
	background-color: #ff0000;
}



.pagination .currentpagenumber
{
	float: left;
	width: 25px;
	height: 20px;
	padding-top: 3px;
	margin-right: 3px;
	border: 1px #ff0000 solid;
	background-color: #ff0000;
}




.pagination .linkpagetext a
{
	float: left;
	display:block; 
	padding-top: 3px;
	width: 80px;
	height: 20px;
	margin-right: 3px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	border: 1px #ff0000 solid;
	background-color: #ffd7d7;
}
	
.pagination .linkpagetext a:hover
{
	color: #fff;
	background-color: #ff0000;
	text-decoration: none;
}



.pagination .linkpagenumber a
{
	float: left;
	display:block;
	padding-top: 3px;
	width: 25px;
	height: 20px;
	margin-right: 3px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	border: 1px #ff0000 solid;
	background-color: #ffd7d7;
}

.pagination .linkpagenumber a:hover
{
	color: #fff;
	background-color: #ff0000;
	text-decoration: none;
}


/* ------------ ADS Random videos --------- */
.randomvideosads
{
	position: relative;
	width: 668px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	margin-left: 65px;
}

.randomvideosads .eachvideo
{
	float: left;
	background-color: #fff;
	padding: 0px;
	margin-right: 5px;
}

.randomvideosads .eachvideo img
{
	border: 1px #333 solid;
}

.randomvideosads .eachvideo img:hover
{
	border-color: #ff0000;
}



/* ---------------------- SEARCH TAGS -------------- */
.searchtags
{
	width: 975px;
	text-align: left;
	color: #333;
}

.searchtags .contenttags
{
	color: #333;
}

.searchtags .contenttags a
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

.searchtags .contenttags a:hover
{
	color: #ff0000;
}


/* ---------------- ADS THUMBS ------------*/
.adsthumbvideos
{
text-align: center;
margin-bottom: 10px;
font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #ff0000;
}

.adsthumbvideos img
{
border: none;
}

.adsthumbvideos .adstext
{
text-align: left;
margin-left: 5px;
}


/* Begin star rater CSS */
.sprate3 {
font-size : 11px; 
color : #7BA402; 
font-family : tahoma,verdana, arial, sans-serif;
text-decoration : none; 
}


.srating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(/static/gatasardentes.com.br/templates/strating.gif) top left repeat-x;		
}
.srating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.srating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;	
}
.srating li a:hover{
background: url(/static/gatasardentes.com.br/templates/strating.gif) 0px -20px repeat-x;
z-index: 1;
left: 0px;
}
.srating a.onestar{
left: 0px;
}
.srating a.onestar:hover{
width:20px;
}
.srating a.twostars{
left:20px;
}
.srating a.twostars:hover{
width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
left: 40px;
}
.srating a.fourstars{
left: 60px;
}	
.srating a.fourstars:hover{
width: 80px;
}
.srating a.fivestars{
left: 80px;
}
.srating a.fivestars:hover{
width: 100px;
}	
/* End star rater CSS */


