body {
	margin: 5px;
	padding: 0px;
	background: #590000 url(/static/ordinarias.com.br/templates/img01.jpg) repeat-x left 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD7A7A;
}

br
{
	clear: left;
}

.textmedium
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #efefef;
}


/* ----------------- h1 ----------------------- */
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: 22px;
	color: #fff;
	text-align: center;
	padding-bottom: 3px;
}

/* ---------------------- h2 ------------------ */
h2
{
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
}


h2 a
{
	color: #fff;
}
h2 a:link{
	color: #fff;
}
h2 a:visited{
	color: #fff;
}
h2 a:active{
	color: #ffff00;
}
h2 a:hover{
	color: #ff0000;
	text-decoration: underline;
}

/* ---------------------- h3 ------------------ */
h3 {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
h3 a
{
	color: #fff;
}
h3 a:link{
	color: #fff;
}
h3 a:visited{
	color: #fff;
}
h3 a:active{
	color: #ffff00;
}
h3 a:hover{
	color: #ff0000;
	text-decoration: underline;
}

/* ----------------- h4 ----------------------- */
h4 {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}


/* ---------------------- h5 ------------------ */
h5
{
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}
/* ---------------------- h6 ------------------ */
h6
{
	font-size: 20px;
	color: #fff;
}

/*
------------------------------------------------------------------------------------------
	Text Links, rollover, and visited
------------------------------------------------------------------------------------------
*/

a {
	text-decoration: none;
	color: #CC0001;
	}
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; background: none;
	}



/*
------------------------------------------------------------------------------------------
		Main boxes
------------------------------------------------------------------------------------------
*/
/* Header */

#header {
	width: 980px;
	height: 76px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#logo img
{
	border: 0px;
}



/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 31px;
	margin: 0;
	padding: 30px 0 0 0px;
}


#textfield1 {
	width: 145px;
	background: #FFFFFF;
	border: none;
}


#submit1 {
	height: 19px;
	background: #CD7A7A;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 910px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #590000;
	margin-right: 3px;
	text-decoration: none;
}

#menu .first {
	background: #590000;
	margin-right: 3px;
}


#mainAlign
{
	text-align: center;
	margin:0 auto;
}

#mainContent
{
	position: relative;
	width: 980px;
	margin:0 auto;
	text-align:left;
}

#mainContent .internal
{
	overflow: hidden;
	padding-top: 10px;
}

#mainContent .left
{
	float: left;
	width: 520px;
	margin-right: 8px;
}

#mainContent .leftsmall
{
	float: left;
	width: 514px;
	margin-right: 5px;
}

#mainContent .leftbig
{
	float: left;
	width: 810px;
	margin-right: 5px;
}

#mainContent .leftbig2
{
	float: left;
	width: 800px;
	margin-right: 5px;
}


#mainContent .center
{
	float: left;
	width: 280px;
	margin-top: 36px;
}


#mainContent .right
{
	float: right;
	width: 160px;
	text-align: center;
}

#mainContent .rightbig
{
	float: right;
	width: 174px;
	text-align: center;
}




.bottom
{
	overflow: hidden;
	padding: 5px;
	height: 230px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2F0000;
	font-weight: normal;
	font-size: 14px;
	color: #CD7A7A;
	border-top: 1px dashed #590000;
}

.bottom a
{
	color: #fff;
}

/* ------------------ VIDEO LIST ------------------------*/
.videoList
{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0px 10px 10px 0px;
	text-align: left;
	border: 1px dashed #590000;
	background-color: #2F0000;

}
.videoList .videoListTopBar
{
	height: 36px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10px;
	color: #CD7A7A;
	text-align: left;
}


.videoList .videoListTopBar a
{
	color: #fff;
}

.videoList .videoListTopBar a:hover
{
	color: #ff0000;
}




.videoList .videoListThumb
{
	float: left;
	width: 170px;
	height: 130px;
	text-align: center;
	margin: 0px 10px 0px 5px;
}

.videoList .videoListThumb img
{
	border: 1px dashed #590000;
}

.videoList .videoListThumb img:hover
{
	border-color: #fff;
}


.videoList .videoListDesc
{
	width: 305px;
	float: left;
	padding-right:5px;
	text-align: left;
}


.videoList .videoListDesc p
{
	clear: left;
	margin: 5px 5px 0px 5px;
	padding: 2px 0px 0px 0px;
	border-top: 1px dashed #fff;
}

.videoList .videoListDesc a:hover
{
	color: #fff;
}


/* ------------------ PHOTO LIST ------------------------*/
.photoList
{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0px 10px 25px 0px;
	text-align: left;
	border: 1px dashed #590000;
	background-color: #2F0000;

}
.photoList .photoListTopBar
{
	height: 35px;
	padding-left: 10px;
	padding-top: 5px;
}

.photoList .photoListThumb
{
	float: left;
	width: 170px;
	height: 220px;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

.photoList .photoListThumb img
{
	border: 1px dashed #590000;
}

.photoList .photoListThumb img:hover
{
	border-color: #fff;
}


.photoList .photoListDesc
{
	width: 300px;
	float: left;
	padding-right:5px;
	text-align: left;
}

.photoList .photoListDesc p
{
	clear: left;
	margin: 5px 5px 0px 5px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dashed #fff;
}

.photoList .photoListDesc a:hover
{
	color: #fff;
}



/*


.photolisttitle
{
	height: 36px;
	padding-left: 5px;
}

.photolistall
{
	border: 1px dashed #590000;
	background-color: #2F0000;
	padding-top: 3px;
	overflow: hidden;
}

.photoList
{
	float: left;
	width: 170px;
	height: 320px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}


.photoList .photoListTop
{
	width: 168px;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CD7A7A;
	text-align: left;
}

.photoList .photoListTop a
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ff0000;
	border-bottom: 1px dotted #CC0001;
}

.photoList .photoListTop a:hover
{
	border: 0px;
	color: #fff;
}


.photoList .photoListThumb
{
	width: 166px;
	height: 220px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
}


*/

/* -------------- Each video  --------- */
.individualvideo
{
	overflow: hidden;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.individualvideo .video
{
	float: left;
	width: 600px;
	margin: 0px 10px 30px 0px;
}

.individualvideo .options
{
	float: left;
	width: 190px;
	margin: 0px 0px 10px 0px;
	border: 1px dashed #ff0000;
	background-color: #2F0000;
	padding: 2px;
	color: #CD7A7A;
}

.individualvideo .title
{
	color: #fff;
}


.individualvideo a
{
	color: #ff0000;
}

.individualvideo .permanent
{
	color: #fff;
	clear: both;
}


/* -------------- Each photo set --------- */
.individualphoto
{
	overflow: hidden;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.individualphoto .photoset
{
	float: left;
	width: 545px;
	margin: 10px 10px 30px 0px;
}

.individualphoto .options
{
	float: left;
	width: 220px;
	margin: 10px 0px 10px 0px;
	border: 1px dashed #ff0000;
	background-color: #2F0000;
	padding: 2px;
	color: #CD7A7A;
}

.individualphoto .title
{
	color: #fff;
}


.individualphoto a
{
	color: #ff0000;
}

.individualphoto .permanent
{
	color: #fff;
	clear: both;
}



/* --------------- Side Bar Photos --------------------- */
.sidebarphotostitle
{
	width: 160px;
	height: 36px;
	text-align: left;
	padding-left: 1px;
}

.sidebarphotosall
{
	padding-top: 5px;
	overflow: hidden;
	border: 1px dashed #590000;
	background-color: #2F0000;
}

.sidebarphotos
{

}

.sidebarphotos .eachphoto
{
	width: 150px;
	height: 190px;
	margin-bottom: 7px;
}

.sidebarphotos .eachphoto img
{
	border: 1px dashed #590000;
}

.sidebarphotos .eachphoto img:hover
{
	border-color: #fff;
}


/* --------------- Side Bar Vídeos --------------------- */
.sidebarvideostitle
{
	width: 172px;
	height: 36px;
}

.sidebarvideosall
{
	border: 1px dashed #590000;
	background-color: #2F0000;
	padding-top: 3px;
	overflow: hidden;
}

.sidebarvideos
{
}

.sidebarvideos .eachvideo
{
	width: 160px;
	margin-right: 4px;
}

.sidebarvideos .eachvideo img
{
	border: 1px dashed #590000;
}

.sidebarvideos .eachvideo img:hover
{
	border-color: #fff;
}


.sidebarvideos .eachvideo .eachdesc a
{
	color: #fff;
}

.sidebarvideos .eachvideo .eachdesc a:hover
{
	color: #ff0000;
}




/* ----------------- Navigation ----------------- */

.categories
{
	margin-bottom: 10px;

}

.categories .title
{

	padding: 5px 0px 10px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}


.categories .eachnav
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	padding: 1px 0px 0px 20px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #fff;
	background-color: #2F0000;

}

.categories .eachnav a
{
	color: #fff;
}

.categories .eachnav a:hover
{
	color: #ff0000;
}

.catdropdown
{
	border-style: dashed;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #C0C0C0;

}





/* --------------- Last viewed videos Vídeos --------------------- */
.lastviewedvideos
{
	background-color: #2F0000;
	overflow: hidden;
	clear: both;
	border: 1px dashed #590000;
	padding-top: 5px;
	padding-left: 15px;
	margin-top: 10px;
}

.lastviewedvideos .eachvideo
{
	float: left;
	width: 162px;
	height: 170px;
	margin-bottom: 3px;
	margin-right: 25px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.lastviewedvideos .eachvideo a
{
	padding-top: 2px;
	color: #fff;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.lastviewedvideos .eachvideo img
{
	border: 1px dashed #590000;
}

.lastviewedvideos .eachvideo img:hover
{
	border-color: #fff;
}

.lastviewedvideos .eachvideo .rate
{
	border: 0px #fff solid;
}

/* --------------- Set List -------------*/
.setlist
{
	width: 580px;
	overflow: hidden;
}

.setlisteach
{
	float: left;
	width: 92px;
	height: 120px;
	background-color: #2F0000;
	padding: 8px;
}

.setlisteach img
{
	border: 1px dashed #590000;
}

.setlisteach img:hover
{
	border-color: #fff;
}

/* -------------- Pagination ---------------*/
.pagination
{
	margin: 0 auto;
	margin-top: 5px;
	margin-left: 40px;
	text-align: center;
	overflow: hidden;
	height: 30px;
	clear: both;
}

.pagination .currentpagetext
{
	float: left;
	height: 20px;
	padding:2px;
	margin-right: 3px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border: 1px #efefef dashed;
	background-color: #2F0000;
}

.pagination .linkpagetext a
{
	float: left;
	display:block; 
	padding:2px;
	height: 20px;
	margin-right: 3px;
	font-size: 13px;
	color: #2F0000;
	font-weight: bold;
	border: 1px #efefef dashed;
	background-color: #fff;
}


.pagination .linkpagetext a:hover
{
	color: #fff;
	background-color: #ff0000;
	text-decoration: none;
}

.pagination .currentpagenumber
{
	float: left;
	height: 20px;
	width: 20px;
	padding: 2px;
	margin-right: 3px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border: 1px #efefef dashed;
	background-color: #2F0000;
}

.pagination .linkpagenumber a
{
	float: left;
	display:block;
	height: 20px;
	width: 20px;
	padding: 2px;
	margin-right: 3px;
	font-size: 13px;
	color: #2F0000;
	font-weight: bold;
	border: 1px #efefef dashed;
	background-color: #fff;
}

.pagination .linkpagenumber a:hover
{
	color: #fff;
	background-color: #ff0000;
	text-decoration: none;
}

/* ----------------- Navigation ----------------- */

.topnavigation
{
	text-align: center;
	margin:0 auto;
}

.categoriesvideo
{
	padding-top: 6px;
	padding-left: 9px;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-align: center;
}


.categoriesvideo .eachnav
{
	float: left;
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	padding-top: 2px;
	font-weight: normal;
	font-size: 12px;
}

.categoriesvideo .eachnav a
{
	font-size: 12px;
	color: #E3BF4D;
}

.categoriesvideo .eachnav a:hover
{
	color: #04BE91;
}

.categoriesvideo .eachnavsep
{
	float: left;
	width: 9px;
}


/* ------------ ADS Random videos --------- */
.randomvideosads
{
	position: relative;
	width: 915px;
	margin: 0 auto;
	background-color: #222;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 30px;
	border: 1px dashed #590000;
	background-color: #2F0000;
}

.randomvideosads .eachvideo
{
	float: left;
	padding: 9px;
}

.randomvideosads .eachvideo img
{
	border: 1px dashed #590000;
}

.randomvideosads .eachvideo img:hover
{
	border-color: #fff;
}


/* ---------------------- SEARCH TAGS -------------- */
.searchtags
{
	width: 900px;
	text-align: left;
	color: #fff;
	margin: 10px 0px 10px 0px;
}

.searchtags .contenttags
{
	color: #fff;
}

.searchtags .contenttags a
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CD7A7A;
}

.searchtags .contenttags a:hover
{
	color: #fff;
}

/* ---------------- PLAYER FRAME ------------*/
.playerframe
{
width: 260px;
height: 216px;
}

/* ---------------- PLAYER FRAME ------------*/
.adsthumbvideos
{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.adsthumbvideos img
{
	border: 1px dashed #590000;
}

.adsthumbvideos img:hover
{
	border-color: #fff;
}

.adsthumbvideos .adstext
{
text-align: left;
margin-left: 5px;
}


/* Begin star rater CSS */
.sprate3 {
font-size : 11px; 
color : #ff0000; 
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/ordinarias.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/ordinarias.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 */

