/*  
------------
	Universal CSS
	Main Template and Commonly Used styles
------------
*/
body, html {background:url(../images/background1.jpg) center 500px repeat-y;}

img { border: 0; }
/*
html, body { height: 100%; } 
*/

body {
	position:relative;
 	height:auto !important; /* real browsers */
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*	height:100%; IE6: treaded as min-height*/
/*	min-height:100%;  real browsers  */

}

.texto 	{ font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.nounder { text-decoration:none; }
.bold 	{ font-weight: bold; }
.black 	{ color:#000000; }
.white 	{ color:#FFFFFF; }
.red	{ color: #EA5200; }
.color? { color: #CCCCCC; }
.s10 	{ font-size: 10px; }
.s11 	{ font-size: 11px; }
.s12 	{ font-size: 12px; }
.s13 	{ font-size: 13px; }
.s14 	{ font-size: 14px; }
.s16 	{ font-size: 16px; }
.s18 	{ font-size: 18px; }

.input { padding:1px; height:22px; background:#EEEEEE }
.al_right { text-align:right ; }

.star_full, .star_half, .star_empty{ width:19px; height:30px; }
img.rating{ border:0px; padding:0px; margin:0px; }
.star_full{ background:transparent url(../images/ratings/star_full.gif) no-repeat; }
.star_half{ background:transparent url(../images/ratings/star_half.gif) no-repeat; }
.star_empty{ background:transparent url(../images/ratings/star_empty.gif) no-repeat; }