/* HTML tag styles                             */
/***********************************************/

body{
	font-family: arial;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma;*/
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../img/bg_grad.jpg) fixed;
	font-size:70%;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	outline: none; /*retirar bordas depois*/
	color: #FF9900;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
}

/************** header tag styles **************/

h1{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 170%;

}

h2{
	font-family: Tahoma, Arial;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Tahoma, Arial;
	font-size: 115%;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #669999;
}

h5{
	color: #87969D;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

#form {

}

#form h4, #DetailContent #form h4{
	color: #666666;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

label{
	color: #334d55;
	font-family: Arial, Tahoma;
	font-weight: bold;
}

#advert #form1 label {
	color: #CC9900;
}
	
input,textarea,select{
	font-family: Arial;
	font-weight: bold;
	font-size: 100%;
	border: 2px solid #999999;
	padding-left: 3px;
	background-image: url(../img/BgForm.gif);
	margin-top: 2px;
}

select{
padding-right: 0;padding-left: 0;
}

input:focus,textarea:focus,select:focus,input.focus,textarea.focus,select.focus {
	border-color: #CC9900;
}

.input100 {width: 411px;}
.select100 {width: 418px;}
.input50 {width: 199.5px;}
.select50 {width: 206.5px;}
.input75 {width: 304.5px;}
.select75 {width: 312px;}
.input25 {width: 93.5px;}
.select25 {width: 100.5px;}
.submit{
	color: #FFFFFF;
	background-image: none;
	background-color: #7D8B94;
	border: 2px solid #ccc;
	cursor: pointer;
	padding: 1px 5px 1px 5px;
}
.submit:hover{
	border-color: #cccc99;

}

.submitPagSeguro{
	border: 2px solid #ccc;
	cursor: pointer;
	padding: 0px;
	margin-right: -2px;
}
.submitPagSeguro:hover{
	border-color: #FF9900;
}

#rate .submit {
	background-color: #CC9900;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image: none;
	margin-top: -2px;
}
#rate select {
	margin-top: -2px;
}

#pollQuestion input {
	background-image: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageCell1{
	position:absolute;
	top: 95px;
	left: 0px;
	width:779px;
	background-image: url(../img/PageCellBg.gif);
}

#pageCell2{
	position:absolute;
	left: 785px;
	width:210px;
	top: -94px;
	bottom: 0px;
	background-image: url(../img/ColumnBg.gif);
	padding: 0px;
	height: auto;
	font-size: 85%;
	padding: 1px;
}
#fastNav {
	right: 5px;
	bottom: 0px;
	background-color: #CCCCCC;
	position: fixed;
	text-align: left;
	padding: 3px 5px 3px 5px;
	font-family: Tahoma, Arial;
	color: #666666;
}
#fastNav a {
	color: #FFFFFF;
}
#fastNav a:hover {
	color: #000000;
}


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	/*left: 2%;
	right: 2%;*/
	width:779px;
	
}

acronym, abbr { cursor:help; border-bottom:1px dashed #CC9900; }
.display-none { display:none; }
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 6px 0px 8px 10px;
	color: #FFF;
	font-weight: normal;
}
#siteName a:link, #siteName a:visited {
	color: #FFF;
}
#siteName a:hover {
	color: #CCCC99;
}

/************** utility styles *****************/

#utility{
	font-family: Verdana;
	position: absolute;
	top: 4px;
	color: #919999;
	right: 0px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	height: 141px;
	padding: 0px 0px 0px 32px;

	background-image: url(../img/ContentHeader.jpg);
}

#pageName h2{
	font: bold 175% Arial;
	color: #fff;
	padding-top: 50px;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../img/nav/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	min-width: 640px;
	margin-top: 0px;
	left: 5px;
	z-index: 100;
	
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}





a.glink:link, a.glink:visited{
  	border-right: 1px solid #8FB8BC;
  	color: #000000;
	font-weight: bold;
	padding: 2px 3px 2px 5px;
}

a.glink:hover{
	background-image: url(../img/nav/glblnav_selected.gif);
	text-decoration: none;
	color: #5B6876;
}

.skipLinks {
	display: none;
}


/************* globalNav styles ****************/

/*#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(nav/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 5px;
	z-index: 100;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 5px;
	z-index: 100;
}



a.glink, a.glink:visited{
  	
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(nav/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {
	display: none;
}
*/
/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 70px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #919999;
}
.subglobalNav img {
	border: 1px solid #999999;
	margin-bottom: -2px;
	margin-right: -3px;
}


.subglobalNav a:link, .subglobalNav a:visited {
	color: #F4F4F4;
	padding-right: 3px;
	padding-left: 3px;
}

.subglobalNav a:hover{
	color: #FFFFFF;
	background-color: #67777E;
}

/*************** translate styles ****************

#translate{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#translate input{
  
  margin: 0px  0px 0px 10px;
 }
 
#translate a:link, #translate a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#translate a:hover{
	margin: 0px;
}

*/

/*************** search styles *****************/

#search{
	position: absolute;
	top: 4px;
	right: 10px;
	
}

#searchButton{
	padding: 0;
	border: 0;
	background-image: url(../skin/1/BgBot.jpg);
	margin: 0px;
	vertical-align: middle;
	}


/*#search a:link, #search a:visited {
	font-size: 60%;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}*/

#search a:hover {
	background-color: #666666;
}

#search label{
	font-weight: bold;
	margin-right: 5px;
	color: #999999;vertical-align: middle;
}
/*******
#search input, #search select{
	font-family: Arial, sans-serif;
	font-weight: bold;
	
	margin: 0;
 }
*********/
 


/************* content styles ***************/

#mastCont {
	background-repeat: no-repeat;
	background-image: url(../img/ContentTop.gif);
	float: left;
	width: 484px;
	padding-top: 10px;
	display: block;
}

#mastcontenttop {
	background-repeat: no-repeat;
	background-image: url(../img/ContentTop.gif);
	float: left;
	width: 484px;
	margin-top: 0px;
	padding-top: 0px;
}

#contentCont {
	/*background-color: #FAFAF5;*/
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;

}

#contentContMargin {
	/*background-color: #FAFAF5;*/
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 8px;

}


/********************* pageNav styles *********************/

#pageNavRight {
	padding-bottom: 0px;
	float: right;
	width: 139px;
	margin-right: 5px;
	margin-left: 5px;
	
}

#pageNavRightTop {
	background-color: #F3F3F3;
	width:149px;
	padding: 0px;
	height: 8px;
	margin-left: -6px;
}

.pageNavRightSeparator{
	border-top: 1px  dotted #FFF;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
	

}

#pageNavRight h2 {
	color: #C7C7C7; background-color: #F7F7F7;
	display: block;	
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 100%;
	margin: 0px 5px 8px 5px;

}
#pageNavRight h2 a:link, #pageNavRight h2 a:visited {
	color: #ADB5C0;
}
	
#pageNavRight h2 a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #ADB5C0;
	padding-bottom: 2px;
}


/********************* pageNav styles **********************/


#pageNavMenu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#pageNavMenu li {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #pageNavMenu li {list-style: none; margin: 0; padding: 0;}


#pageNav{
	float: left;
	width:145px;
	padding: 0px;
	
}


#pageNavMenu ul a:link, #pageNav ul a:visited {
	display: block;

}
#pageNavMenu li {
	border-bottom: 1px solid #EAEAD5;border-top: 1px solid #FFFFFF;
	
}

#pageNavMenu li a{
	padding: 3px 0 3px 0; margin-right: 1px; margin-left: 10px;
	border-bottom: 1px dotted #FFFFFF;
	display: block;
	color: #333300;
	text-decoration: none;
	font-family: Tahoma, Arial;
}
	
#pageNavMenu li a:hover{
	background-color: #FFFFFF; color: #999900;
	text-decoration: none;
	
}

#pageNav h2  {
	color: #999966; border-top: 2px solid #996; border-bottom: 2px solid #E4E4C9;
	font-family: Tahoma, Arial;
	margin: 0 1px 0 1px;
	padding: 1px 0 1px 8px;
	font-size: 100%;
	background-image: url(../img/pageNav_Channel.gif);
	min-height: 17px;
	
}

#pageNav h2 a {
	color: #999900; padding: 1px 0 3px 1px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	

}
	
#pageNav h2 a:hover{
	background-image: url(../img/pageNav_Channel_Hover.gif);
	color: #FFFFFF;
	background-position: -1px;
}

#pageNavSpace {
	color: #666666;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid;
	padding: 3px 3px 3px 10px;
	font-family: Tahoma, Arial;
	padding-top: 3px 3px 3px 10px;
	font-family: Tahoma, Arial;
}

/********************* PARTNERS **********************/

#partners img {
	margin: 10px 0px 0px 10px;
	border: solid 2px #DFDFBF;
	background-color: #DFDFBF;
}

/********************* ADS **********************/
#ads {
	margin: 0px;
	padding: 10px;
	font-size: 80%;
}

#ads p {
	margin: 0px;
	padding: 0px;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding-top: 0px 10px 10px 10px;
}

.relatedLinks h3{
	margin: 0px;
}

.relatedLinks a{
	display: block;
	font-family: Tahoma, Arial;
	color: #CCCCCC;
}


/**************** advert styles *****************/

#advert{
	color: #CCCCCC;
	margin-bottom: 15px;
	margin-left: 9px;
}

#advert p{
	margin-bottom: 10px;
	margin-top: 10px;
}

#advert img{
	margin-bottom: 6px;
	margin-top: 4px;
}
#advert img:hover {
	border-color: #85929A;
}



/********************* PRODUCTS **********************/


#advertProducts {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#advertProducts img {
	display: block;
}

#advertProducts ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#advertProducts li {float:left;list-style: none; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #advertProducts li {float:left;list-style: none; padding: 0;}

#advertProducts {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
}
#advertProducts * img { width:50px; height:50px; }
#advertProducts li {
	float:right;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}
#advertProducts li a {
	font-size: 100%;
}
#advertProducts li a img { border:3px solid #7B8992; }
#advertProducts li a img:hover { border:3px solid #CC9900; }


/********************* PRODUCTS **********************/


#advertBooks {
	padding: 0px;
	margin-top: 0px;
	margin-left: 3px;
}
#advertBooks img {
	display: block;
}

#advertBooks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#advertBooks li {float:left;list-style: none; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #advertBooks li {float:left;list-style: none; padding: 0;}

#advertBooks * img { width:50px; height:60px; }
#advertBooks li {
	float:right;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
#advertBooks li a {
	font-size: 100%;
}



#advertBooks li a img { border:3px solid #ccc; }
#advertBooks li a img:hover { border:3px solid #CC9900; }


/********************* PRODUCTS **********************/


#advertCds {
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
}

#advertCds img {
	display: block;
}

#advertCds ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#advertCds li {float:left;list-style: none; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #advertCds li {float:left;list-style: none; padding: 0;}


#advertCds * img { width:50px; height:50px; }
#advertCds li {
	float:right;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
#advertCds li a {
	font-size: 100%;
}
#advertCds li a img { border:3px solid #CC9; }
#advertCds li a img:hover { border:3px solid #996; }

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	background-image: url(../img/ContentFooter.gif);
	height: 58px;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #FFCC00;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/************* breadCrumb styles ***************/

#breadCrumb {
	border-bottom: 2px double #CCCC99;
	font-family: Tahoma, Arial;
	font-size: 90%;
	color: #666666;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#breadCrumb a:link , #breadCrumb a:visited {
	color: #999999;
	text-decoration: none;
	padding: 2px;
}
#breadCrumb a:hover {
	border-bottom: 1px dotted #FFFFFF;
	background-color: #CCCC99;
	color: #FFFFFF;
}

/************* displayStats styles ***************/

#displayStats {
	font-family: Tahoma, Arial, Verdana;
	font-size: 90%;
	color: #CCCCCC;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	padding-left: 2px;
}

#displayStatsNum {
	color: #666666;
}


/************** DETAIL styles *****************/
#FooterLinks {
	border-top: 2px solid #999900;
	font-family: Tahoma, Arial, Verdana;
	font-size: 90%;
	border-bottom: 1px dotted #ccc;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: right;
	margin-bottom: 20px;
}
#FooterLinks h2 {
	color: #999966; background-image: url(../img/bgSubtitles.gif);	
	display: block;
	padding: 2px;
	font-size: 110%;
	margin-bottom: 3px;
}
#FooterLinks a:link, #FooterLinks a:visited {
	color: #999999;
	text-decoration: none;
	padding: 0px 3px 1px 3px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 150%;
}

#FooterLinks a:hover {
	background-color: #CCCC99;
	color: #FFFFFF;	
	text-decoration: none;
}

#FooterAlert {
	color: #999900; background-image: url(../img/bgSubtitles.gif);border: 1px solid #FFFFFF;
	padding: 5px;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 90%;
}
#FooterAlert p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#FooterAlert a {
	color: #FFFFFF; background-color: #CCCC99;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px 2px 1px 2px;

}
#FooterAlert a:hover {
	background-color: #999999;
}


/************** DETAIL styles *****************/

#DetailContent {
	color: #585858;
	margin-bottom: 40px;
	
}

#DetailContent p {
	line-height: 150%;
	text-align: justify;
}

#DetailContent li {
	line-height: 150%;
	margin-bottom: 10px;
}


#DetailContent a:link, #DetailContent a:visited {
	color: #CC9900;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}

#DetailContent * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#DetailContent a:hover{
	color : #fff;
	background-color: #CC9900;
	text-decoration: none;
}


#DetailContent h2{
	color: #CC9900;
	font-size: 140%;
	margin-bottom: 5px;
}

#DetailContent h3{
	color: #999;
	text-align: left;
	margin-bottom: 15px;
	font-family: Tahoma, Arial;
	line-height: 130%;
	font-size: 100%;
}

#DetailContentFeature h3 {
	margin-bottom: 0px;
	font-size: 110%;
}

#DetailContent h4 {
	margin-bottom: -5px;
	margin-top: 20px;
}

#DetailContent h5 {
	margin-bottom: -8px;
}

/* Tables */
#DetailContent table {
	/* border-collapse: collapse; */
}

.TableClass table th {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #ccc #fff;
	padding: 2px;
	text-align:center;
	background-color:#f0f0f0;
}

.TableClass table tr td {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #f0f0f0 #fff;
	padding: 2px;
	text-align:center;
}

.TableClass table tr:hover {
	background: #F9F9F9;
}

.TableClass table .teste {
	background: #F9F9F9;
}
/* */

#DetailContentFeature {
	height: auto;
	display: block;
}

#DetailContentFeature h2 a:link, #DetailContentFeature h2 a:visited {
	display: block;
	text-align: left;
}
#DetailContentFeature h2 a:hover {
	color: #CC9900;
}

#DetailContentFeature img {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}

#DetailContentFeature a:link, #DetailContentFeature a:visited {
	color: #CC9900;
}
#DetailContentFeature a:hover {
	color: #996600;
	background-color: #FAFAF5;
}

/**************/


#DetailContentAds {
	text-align: justify;
	color: #666666;
	line-height: 150%;
	
}

#DetailContentAds hr {
	color: #CCCC99;
	
}

#DetailContentAdsImgTitle {
	border: 1px solid #CCCC99;
	padding: 4px;
	display: block;
	float: right;
	margin-left: 5px;
	background-color: #FFFFFF;
}

#DetailContentAdsInfo {
	border-top: 3px solid #CCCC99;
	border-bottom: 2px solid #CCCC99;
	text-align: justify;
	color: #000000;
	line-height: 180%;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: bold;
}

#DetailBoxImg {
	padding-left: 10px;
	float: right;
	margin-right: 2px;
	max-width: 155px;
}

#DetailBoxImg img{
	border: 2px solid #999966;
	padding: 2px;
	float: right;
	margin-top: 5px;
	margin-bottom: 12px;
	max-width: 150px;
}

#DetailBoxImg a:link, #DetailBoxImg a:visited {
	border-color:#7E8C9C;
}

#DetailBoxImg img a:hover {
border-color:#000000;
}


#DetailContentAds a:link, #DetailContentAds a:visited {
	color: #CC9900;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#DetailContentAds a:hover{
	color : #fff;
	background-color: #C90;
	text-decoration: none;
}

#DetailContentAds * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}




#DetailContentAds h2 a:link, #DetailContentAds h2 a:visited{
	display: block;
	padding-top: 0px;
	padding-bottom: 4px;
}
#DetailContentAds h2 a:hover{
	color: #960;background-color: #FAFAF5;

}

#DetailContentAds h3{
	color: #666666;
	margin-bottom: 15px;
	font-family: Arial, Tahoma;
	font-size: 100%;
}

#top {
	display: block;
	text-align: right;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
	margin-top: 30px;
	margin-bottom: 45px;
	font-size: 80%;
}

#top a:link, #top a:visited{
	display: block;
	color:#FF9900;
	background-image: url(../icons/Top.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:13px;
}

#top a:hover{
	background-color:#FF9900;
	color: #fff;
}



/************** SERVICEBOX styles *****************/

#servicebox{
	border-top: 2px solid #CCCC99;		
	min-height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 3px;

}

#servicebox  a:link, #servicebox a:visited {
	color: #CC9900;
}

#servicebox a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

#servicebox h2 {
	color: #996600;
	display: block;
	padding: 5px 0 0 0;
	font-size: 130%;
}

#servicebox h2 img{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	margin-bottom: 45px;
	margin-right: 5px;
}

#servicebox h2 img:hover{
	background-color: #FFF;
	border: 1px solid #cc9;
}

#servicebox h3 {
	color: #FFFFFF;
	padding: 0px 0px 3px 3px;
	font-weight: normal;
	font-size: 130%;
	background-image: url(../img/bgSubtitles.gif);
}

#serviceboxRelease{
	border-bottom: 1px solid #F0F0E1;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	line-height: 130%;	
	padding-bottom: 5px;
}

#serviceboxPosterLinks{
	background-color: #F7F7F0;
	color: #CCCCCC;
	font-weight: bold;
	border-top: 1px solid #FFF;
	padding: 2px 0 5px 0;
	font-family: Arial, Tahoma;
	border-bottom: 1px dotted #CCCCCC;
}

#serviceboxPosterLinks img{
	padding: 0 3px 1px 2px;
	vertical-align: middle;
}

#serviceboxPosterLinks a:link, #serviceboxPosterLinks a:visited{
	color: #996;
	text-decoration: none;
	margin-right: 1px;
	padding: 1px;
	
}


#serviceboxPosterLinks a:hover{
	background-color: #CCCC99;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFF;
}


#servicebox * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#serviceLinksCont{
	margin-bottom: 5px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5B6876;
}

#serviceLinks{
	background-color: #F7F7F0;border-top: 2px solid #CCCC99;
	color: #CCCCCC;
	border-bottom: 1px dotted #ccc;
	margin-top: 2px;	
	padding-bottom: 4px;
	padding-top: 3px;
	text-align: right;
	font-family: Tahoma, Arial;
}

#serviceLinks img{
	padding: 0 3px 0 0;	
	
}


#serviceLinks a:link, #serviceLinks a:visited {
	/* background-color: #EEEEDD;*/
	color: #999999;
	font-weight:bold;
	text-decoration: none;
	margin-right: 4px;
	padding: 2px;
	font-size: 90%;
	
}
#serviceLinks a:hover{
	background-color: #CCCC99;	
	color: #FFFFFF;
	
}


/************** Home Box styles *****************/

#homebox310mast {
	margin-bottom: 5px;
	float: left;
	width: 310px;
	/*display: block;*/
	margin-left: 8px;
	display: block;
}


#homebox150mast  {
	margin-bottom: 5px;
	width: 150px;
	margin-right: 8px;
	float: right;
}

#homeboxRalf {
	margin-bottom: 5px;
	float: left;
	width: 228px;
	display: block;
}
#homeboxRalfRight {
	margin-bottom: 5px;
	float: right;
	width: 232px;
	display: block;
}

html>body #homebox310 {
}

#homebox310{
	width: 310px;
}
#homebox230{
	width: 230px;
}

/*#homebox310bottom{
	width: 310px;
	background-image: url(../img/skin/box/310.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	margin-bottom: 8px;
}*/

#homebox310 h2, #homebox150 h2, #homeboxRalf h2, #homeboxRalfRight h2, #detailRelatedListing h2{
	color: #999966; border-top: 2px solid #996; border-bottom: 2px solid #E4E4C9;
	font-size: 100%;
	padding: 2px 2px 4px 2px;
	margin-bottom: 5px;
	background-image: url(../img/bgSubtitles.gif);	


}

html>body #homebox150 {
}

#homebox150{
	width: 150px;
}

#homeboxSeparator{
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5B6876;

}



/************** Home Listing styles *****************/


/************** Home Listing styles *****************/


#homeListing ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#homeListing li {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #homeListing li {list-style: none; margin: 0; padding: 0;}


#homeListing{
	
}

/* CONFIRMAR E EXCLUIR
#homeListing  a:link, #homeListing a:visited {
	color: #CC9900;
	margin: 0px;
	padding: 0px;
}

#homeListing a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}
CONFIRMAR E EXCLUIR*/




#homeListing  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 40px;
	width: 40px;
	margin-top: 3px;
	float: left;
}

#homeListing img:hover{
	background-color: #FFF;
	border: 1px solid #CC9900;
}

#homeListing  a.title:link, #homeListing a.title:visited {
	color: #CC9900;
	display: block;
	margin-left: 51px;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	margin-bottom: 1px;
	font-family: Tahoma, Arial;
	font-size: 130%;
}

#homeListing a.title:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
	
}

#homeListing a.subtitle:link, #homeListing a.subtitle:visited {
	color: #666666;
	line-height: 120%;
	display: block;
	text-align: justify;
	margin-left: 51px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 30px;
}

#homeListing a.subtitle:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
}

#homeListingsubtitle { /* SEM LINK */
	color: #666666;
	line-height: 120%;
	display: block;
	text-align: justify;
	margin-left: 51px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 30px;
}

#homeListing a.type:link, #homeListing a.type:visited {
	background-color: #F3F3E9;	
	color: #999999;	
	display: block;
	padding: 1px;
	font-family: Tahoma, Arial;
}

#homeListing a.type:hover{
	background-color: #CCCC99;
	color: #FFFFFF;
	text-decoration: none;
}

#homeListing * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#homeListing h3 {
	color: #999999;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
}

#homeListing h4 {
	padding: 0;
}



/************** Home Listing styles *****************/


#homeListingSmall ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#homeListingSmall li {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #homeListingSmall li {list-style: none; margin: 0; padding: 0;}


#homeListingSmall{
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	
}

/* CONFIRMAR E EXCLUIR
#homeListingSmall a:link, #homeListingSmall a:visited {
	color: #CC9900;
	margin: 0px;
	padding: 0px;
}

#homeListingSmall a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}
* CONFIRMAR E EXCLUIR*/


#homeListingSmall img{
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: 20px;
	width: 20px;
	margin-right: 3px;
	float: left;
	background-color: #FFFFFF;
}

#homeListingSmall img:hover{
	background-color: #FFF;
	border: 1px solid #CC9900;
}

#homeListingSmall  a.title {
	color: #CC9900;	
	display: block;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-family: Arial, Tahoma;
}

#homeListingSmall a.title:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
}

#homeListingSmall a.subtitle {
	color: #666666;
	line-height: 120%;
	display: block;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
}

#homeListingSmall a.subtitle:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
}

#homeListingSmallsubtitle { /* SEM LINK */
	color: #666666;
	line-height: 120%;
	display: block;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
}

#homeListingSmall a.type:link, #homeListingSmall a.type:visited {
	color: #999999;
	background-color: #F3F3E9;
	display: block;
	padding: 1px;
	font-family: Tahoma, Arial;
}

#homeListingSmall a.type:hover{
	background-color: #CC9;	
	text-decoration: none;
	color: #FFFFFF;
}

#homeListingSmall * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#homeListingSmall h3 {
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1px;
}

#homeListingSmall h4 {
	padding: 0px;
}


/************** CHANNEL LISTING styles *****************/


#channelListing ul {
	list-style: none;
	margin: 1px;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#channelListing li {
	list-style: none;
	padding: 0;
}

/* fix for browsers that don't need the hack */
html>body #channelListing li {list-style: none; margin: 0; padding: 0;}


#channelListing{
	
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5B6876;
}


#channelListing h3 {
	font-size: 100%;
	font-family: Arial;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 1px;

}

#channelListing h3 a:link, #channelListing h3 a:visited {
	color: #996600;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}

#channelListing h3 a:hover {
	color: #FFFFFF;
	background-color: #CC9900;
}


#channelListing  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 3px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

#channelListing img:hover{
	background-color: #FFF;
	border: 1px solid #996600;
}


#channelListingSubtitle {
	color: #666666;
	line-height: 120%;
	display: block;
	text-align: justify;
	margin-bottom: 2px;
}

#channelListingSubtitle a:link, #channelListingSubtitle a:visited {
	color: #666666;
	display: block;
}

#channelListingSubtitle a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5B6876;
}

.channelListingPoster {
	color: #999999;
	display: block;
	text-align: justify;
	font-size: 90%;
	font-family: Tahoma, Arial;
	margin-left: 42px;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}

.channelListingPoster a:link, #channelListingPoster a:visited {
	color: #CCCC00;
	padding-right: 1px;
	padding-left: 1px;
	display: block;

}

.channelListingPoster a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}

.channelListingPoster * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(../icons/LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

/************** CHANNEL ARTICLES LISTING styles *****************/


#channelArtListing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#channelArtListing li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* fix for browsers that don't need the hack */
html>body #channelArtListing li {list-style: none; margin: 0; padding: 0;}


#channelArtListing{
	
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5B6876;
}


#channelArtListing h3 {
	background-color:#F3F3E9;
	font-size: 100%;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	margin-bottom: 2px;
	font-weight: lighter;
	

}

#channelArtListing h3 a{
	color: #999999;
	text-decoration: none;
	display: block;
	font-size: 90%;
	padding: 2px 2px 3px 2px;
}

#channelArtListing h3 a:hover {
	color: #FFFFFF;
	background-color: #CCCC99;
}

#channelArtListing h4 a{
	color: #CC9900;
	display: block;
	font-family: Arial, Tahoma;
	padding: 1px;

}

#channelArtListing h4 a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}


#channelArtListing  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 3px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#channelArtListing img:hover{
	background-color: #FFF;
	border: 1px solid #5B6876;
}


.channelArtListingSubtitle {
	color: #666666;
	line-height: 120%;
	margin-bottom: 2px;
	margin-left: 1px;
}

.channelArtListingSubtitle a{
	color: #666666;
	display: block;
	padding: 1px;
}

.channelArtListingSubtitle a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

.channelArtListingPoster {
	color: #999999;
	display: block;
	margin-bottom: 30px;
	font-size: 90%;
	font-family: Tahoma, Arial;
	border-top: 1px dotted #CCCCCC;
	margin-left: 1px;
	margin-right: 1px;
}

.channelArtListingPoster a{
	color: #999999;
	display: block;
	padding: 1px;
}

.channelArtListingPoster a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}


/************** DETAIL RELATED LISTING styles *****************/


#detailRelatedListing ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#detailRelatedListing li {
	list-style: none;
	padding: 0;
}

/* fix for browsers that don't need the hack */
html>body #detailRelatedListing li {list-style: none; margin: 0; padding: 0;}


#detailRelatedListing{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;

}

#detailRelatedListing h2  {
	padding: 3px 4px 3px 4px;
}

#detailRelatedListing h2 a {
	color: #666600;	
	padding: 2px;
	text-decoration: none;
}

#detailRelatedListing h2 a:hover {
	background-color: #999900;
	color: #FFFFFF;
}

#detailRelatedListing h3 a{
	color: #CC9900;
	display: block;
	font-size: 85%;
	font-family: Arial, Tahoma;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: -1px;

}

#detailRelatedListing h3 a:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
	
}


#detailRelatedListing  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	margin-top: -1px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#detailRelatedListing img:hover{
	border: 1px solid #CC9900;
	background-color: #FFF;
}


.detailRelatedListingSubtitle {
	color: #666666;
	line-height: 120%;
	display: block;
	text-align: justify;
}

.detailRelatedListingSubtitle a{
	color: #666666;
	display: block;
}

.detailRelatedListingSubtitle a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

.detailRelatedListingPoster {
	color: #CCCCCC;
	display: block;
	text-align: justify;
	margin-bottom: 15px;
	font-size: 90%;
	font-family: Tahoma, Arial;
}

.detailRelatedListingPoster a{
	color: #999999;
	padding-right: 1px;
	padding-left: 1px;
}

.detailRelatedListingPoster a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}





/*************** POLL styles ******************/

html>body #pollCont {
}

#pollCont {
	border-bottom: 2px solid #CCCC99;
	margin-bottom: 20px;
	text-align: center;
	padding: 5px;

}

#poll {
	padding: 0px;
	text-align: left;
}

#poll h3 {
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}

#pollQuestion {
}

#pollQuestion input {
	margin-left: 0px;
	border: 0;
}
#pollVote {
	background-color: #999966;
	background-image: none;
	border: 1px solid #ccc;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pollVote:hover {
	background-color: #666633;border-color: #CCCC99;
	background-image: none;
	
}

#pollParcials {
	float: right;
	margin-top: -22px;
	padding: 2px;
	margin-bottom: 10px;
}
#pollParcials a:link, #pollParcials a:visited {
	color: #999999;
	text-decoration: none;
	background-color: #EEEEEE;
	font-size: 90%;
	margin-top: 5px;
	padding: 2px;
}
#pollParcials a:hover {
	color: #FFFFFF;
	background-color: #999999;
}



/*************** story styles ******************/

.story {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	color: #996600;
	display:block;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	width: 250px;
}









/**************** advert styles *****************/





/************** feature styles ****************

#content{
	
	min-height: 200px;
	line-height: 200%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: justify;
}
html>body #content {height: auto;}

#content  a:link, #content a:visited {
	color: #CC9900;
}

#content a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}
#content * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#content h3{
	color: #CC9900;
	font-size: 150%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 120%;
}

#content h4 {
	color: #999999;
	font-size: 125%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 120%;
	font-weight: normal;
}


#content img{
	float: left;
	padding: 4px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
*/

/*************** listing styles *****************
#Listing{
	background-color: #FAFAF5;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	
}


#Listing  a:link, #Listing a:visited {
	color: #CC9900;
}

#Listing a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

#Listing  img{
	background-color: #FFF;
	border: 1px solid #CCCC99;
	padding: 3px;
	height: 40px;
	width: 40px;
}

#Listing img:hover{
	background-color: #FFF;
	border: 1px solid #999900;
}

#Listing  a.title:link, #Listing a.title:visited {
	color: #CC9900;
	display: block;
	margin-left: 51px;
	padding-right: 1px;
	padding-left: 1px;
}

#Listing a.title:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}


#Listing  a.subtitle:link, #Listing a.subtitle:visited {
	color: #666666;
	font-family: Tahoma, Arial;
	line-height: 130%;
	display: block;
	text-align: justify;
	margin-left: 51px;
	padding-right: 1px;
	padding-left: 1px;
}

#Listing a.subtitle:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}

#Listing  a.type:link, #Listing a.type:visited {
	color: #666600;
	background-color: #EFEFDE;
	display: block;
	padding-bottom: 2px;
}

#Listing a.type:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCC99;
}

#Listing * [rel~=external] {
	cursor:pointer;
	padding-right:13px;
	background-image: url(LinkExternal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#Listing h3 {
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 130%;
	font-weight: normal;
}

#Listing h4 {
	color: #996600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 90%;
}

*/










/********************* BANNERS **********************/

#bannerSuperBanner {
	position: absolute;
	top: 122px;
	/*left: 2%;
	right: 2%;*/
	width:728px;
	height: 90px;
	z-index: 10;
	left: 27px;
}

#bannerFullBanner {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	z-index: 2;
}

#bannerFullSite {
	width: 468px;
	position: absolute;
	top: 125px;
	width:468px;
	height: 60px;
	z-index: 10;
	left: 299px;
}

#bannerFullLinks {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	z-index: 2;
}

/********************* end *********************
.feature h5 {
	color: #996600;
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Tahoma;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
*/

/***.ads ul li { font-size:1.1em; margin:0.1em 0; }
.livros { margin:1.1em 0; width:100%; }
.ads .livros * img { width:50px; height:60px; }
.ads .livros li { float:right; margin-bottom:10px; }
.ads .livros li a { margin-left:4px; }
.ads .livros li a img { border:3px solid #420404; }
.ads .livros li a img:hover { border:3px solid #ffb400; }***/






/***.destaque { margin:1.1em 0; width:100%; }
.destaque * img { width:50px; height:50px; }
.destaque img a { margin-left:5px; }
.destaque  a img { border:3px solid #996600; }
.destaque  a img:hover { border:3px solid #CC9900; }




#masthomecontent {
	margin-top: 0px;
	margin-right: 157px;
	margin-bottom: 8px;
	margin-left: 152px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
***/





#printMast {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image:none;
	padding-bottom: 30px;

}
#printContainer {
	padding-top: 10px;background-color: #FFFFFF;

}

#printServiceLinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	color: #CCCCCC;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	display: block;
	bottom: 0px;
	right: 17px;
	left: 17px;
	text-align: right;
	
}
#printServiceLinks  a:link, #printServiceLinks  a:visited {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

#printServiceLinks  a:hover{
	color: #FFFFFF;
	background-color: #CCCC99;
}


#advert a:link, #advert a:visited {
	color: #FF9900;
}
#advert a:hover {
	background-color: #3C444D;
	color: #FFCC00;
}


/********************* TOOLTIPS RIGHT**********************/
a.tooltipRight{
	position:relative;
	padding:0;
	text-decoration:none;
	z-index:24;
}
a.tooltipRight:hover{
/*	background:transparent;*/
	z-index:25; 
}
a.tooltipRight span{display: none}
a.tooltipRight:hover span{
	background-image: url(../img/bgSubtitles.gif);border-color: #c90;color:#996600;
	display:block;
	position:absolute;
	width:230px;
	top:0px;
	text-align:justify;
	left:-252px;
	padding:5px 10px;
	border-width: 3px 1px 1px 1px;
	border-style: solid solid dotted solid;
}

a.tooltipRight * img{
	float:left;
	margin-right: 5px;
}


/********************* TOOLTIPS **********************/

a.tooltip{
	position:relative;
	padding:0;
	text-decoration:none;
	z-index:24;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;*/
}
a.tooltip:hover{
	background:transparent;
	z-index:25; 
}
a.tooltip span{display: none}
a.tooltip:hover span{
	display:block;
	position:absolute;
	width:230px;
	top:0px;
	text-align:justify;
	left:56px;
	padding:5px 10px;
	color:#996600;
	border-width: 3px 1px 1px 1px;
	border-style: solid solid dotted solid ;
	border-color: #CC9;
	background-image: url(../img/bgSubtitles.gif);
}
a.tooltip * img{
	float:left;
	margin-right: 5px;
}

/************* FEATURE styles ***************/

#feature{
	min-height: 40px;
	
}

#feature img{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}

#feature img a:hover{
	background-color: #FFF;
	border: 1px solid #999900;
}

#featureRelease{
	min-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	line-height: 130%;
	margin-bottom: 10px;
	color: #999999;
}

.featureReleaseHighlight {
	color: #000;
}


#feature h2 {
	color: #996600;
	font-size: 145%;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-image: url(../img/bgSubtitles.gif);
	font-weight: bolder;
	border-bottom: 2px solid #E4E4C9;
}

#feature h2 a {
	color: #996600;
	text-decoration: none;
}
/* CONFIRMAR E EXCLUIR
#feature h2 a:hover {
	padding-top: 0px;
	padding-bottom: 0px;
}*/


/************* TYPES styles ***************/

#typeListing ul {
	list-style: none;
	margin: 5px;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#typeListing li {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

/* fix for browsers that don't need the hack */
html>body #typeListing li {list-style: none; padding: 0; margin-bottom: 40px;}




#typeListingDisplay {
	color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	display: block;
}

.typeListingDisplayHighlight {
	color: #666666;
}

#typeListing{
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}

#typeListing img {
	border: 1px solid #CCCC99;
	float: right;
	margin-left: 5px;
}

#typeListing img:hover{
	background-color: #990;border: 1px solid #990;
}

	/* CONFIRMAR E EXCLUIR
	#typeListing h4 {
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 130%;
	background-color: #F1F2F3;
}*/


#typeListing h3{
	border-bottom: 2px solid #CCCC99; color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 1px;
	margin-bottom: 2px;	
}

.typeListingTitle a{
	color: #CC9900;
	text-decoration: none;
	display: block;
	padding-bottom: 1px;
	padding-top: 1px;
}

.typeListingTitle a:hover{
	background-color: #CC9900;
	text-decoration: none;
	color: #FFFFFF;
}

.typeListingArticleRelease{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	padding-bottom: 2px;
	margin-bottom: 1px;
	text-align: justify;
	border-bottom: dotted 1px #CCCCCC;
}

.typeListingPost, .typeListingPoster {
	font-family: Tahoma, Arial;
	font-size: 90%;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom: 2px;
}
.typeListingHighlight {
	color: #333333;
}

.typeListingPost a{
	color: #999999;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	display: inline;
}

.typeListingPost a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}

.typeListingAdsRelease{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin-bottom: 2px;
	padding-right: 1px;
	padding-left: 0px;
	text-align: justify;
}

.typeListingAdsLocation{
	line-height: 140%;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 0px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 1px;
}

/*
.typeListingAdsType  {
	font-family:Tahoma, Arial;
	font-size:90%;
	color: #C4C4C4;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 1px;
}

.typeListingAdsType a:link, #typeListingAdsType a:visited {
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.typeListingAdsType a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
*/


/*   TYPE NEW WINDOW  ***************************/

#typeNewWindow {
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: -10px;
}

#typeNewWindow input {
	background-image: none;
	border: 0;
	top: 1px;
	position:relative;
	cursor: pointer;	
}

#typeNewWindow label {
	color: #CC9;
	cursor: pointer;
}

#typeNewWindow label:hover {
	color: #999900;
	
}




/*   ALERT WINDOW  ***************************/


#alertWindow, #alertWindowCenter{
	border-top: 2px solid #CCCC99;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	color: #666666;
}

#alertWindow a, #alertWindowCenter a {
	color: #CCCC00;
	padding: 0 2px 0 2px;
}

#alertWindow a:hover, #alertWindowCenter a:hover {
	background-color: #CCCC00;
	color: #FFFFFF;
	
}

#alertWindow p, #alertWindowCenter p {padding: 0 10px 0 10px;}

#alertWindowCenter p, #alertWindowCenter h3 {text-align: center;}


#alertWindow h3, #alertWindowCenter h3 {
	background-image: url(../img/bgSubtitles.gif);
	font-size: 130%;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
	padding: 3px 4px 3px 4px ;
}

.alertWindowHighlight {
	color: #000;
}



/************* PAGINATION styles ***************/

html>body #Pag {
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#Pag {
	border-top: 2px solid #CCCC99;
	border-bottom: 1px dotted #CCCCCC;
	text-align: right;
}
#Pag a{
	background-color: #F0F0E3;
	color: #999999;
	text-decoration: none;
	padding: 0px 4px 0px 5px;
	margin: 0px 0 0px 3px;
	
}

#Pag a:hover{
	background-color: #CCCC00;	
	color: #FFFFFF;
}
.PagActive {
	background:#CCCC99;		
	color:#FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	padding: 0px 2px 0px 3px;
}
/* Tabs   **********************************************/

#tabs {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #5B6876;
	padding-bottom:2px;
	padding-top:1px;
}
#tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#tabs li {display:inline;}
#tabs li a:link, #tabs li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding: 2px 20px 5px 5px;

/********top right botton left???***************************************/	
}

#tabs li a.tabactive {
	background-color:#FF9900;
	position:relative;
	color: #FFFFFF;
	

}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5 {
	margin-bottom:20px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 1px;
	color: #666666;
}



#tabcontent1 ul, #tabcontent2 ul, #tabcontent3 ul, #tabcontent4 ul, #tabcontent5 ul {
	margin-top: 10px;
	margin-bottom: 15px;
	
	
}


#tabcontent1 h3, #tabcontent2 h3, #tabcontent3 h3, #tabcontent4 h3, #tabcontent5 h3 {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 100%;
	color: #FF9900;
	margin: 0px;
	padding: 0px 0px 0px 5px ;
}



#tabcontent1 li,  #tabcontent2 li,  #tabcontent3 li,  #tabcontent4 li,  #tabcontent5 li {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 2px;
	border-bottom: 1px dotted #999;
}
#PlanPrice {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
	display: block;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #FFFFFF;
}


/* GRID                              */
/***********************************************/
#grid {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

#grid u {
	text-decoration: none;
	color: #333333;
}

.gridLineHighlight {
	color: #000;

}

.gridLine1 {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 150%;

}

.gridLine1Center {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;

}

.gridLine2 {
	background-color: #FBFBFB;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 150%;

}

.gridLine2Center {
	background-color: #FBFBFB;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;

}

.gridLineHead, .gridPrice {
	border-bottom: 1px solid #D78100;
	color: #FFFFFF;
	font-weight: bold;
	border-left:1px solid #FFD79B;
	background-color: #FF9900;
}

.gridLineHead2 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5B6876;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #454F5A;
	border-left-color: #8D99A7;
}

#grid td {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 150%;
}

#tabcontent1 u, #tabcontent2 u, #tabcontent3 u, #tabcontent4 u {
	text-decoration: none;
	color: #000000;
}
.subtitleStats {
	font-family: Tahoma, Arial;
	font-size: 90%;
	color: #CCCCCC;
}

#DetailContent hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
#alertPopUp {
	position: absolute;
	background-color: #FFFFFF;
	width: 442px;
	margin-left: 0px;
	height: 200px;
	border-bottom: 2px solid #FF9900;
	margin-top: 4px;
}
.FontGray {
	color: #999999;
}





/************** COLUMN PROD LISTING styles *****************/

#pageCell2 h2{
	color: #B6B68F; border-top: 2px solid #999900; border-bottom: 1px dotted #FFFFFF; background-image: url(../img/bgSubtitles.gif); font-size: 120%;		
	margin-bottom: 10px;
	padding: 3px 3px 5px 3px;

}

#pageCell2 h2 a {
	padding: 2px;
	padding-right: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

#pageCell2 h2 a:hover{
	color: #FF9900;
	background-color: #FFFFFF;
}


#columnProd ul {list-style: none; margin: 0; padding: 0;line-height: 130%;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#columnProd li {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #columnProd li {list-style: none; margin: 0; padding: 0;}


#columnProd h3 {
	font-size: 100%;
	font-family: Arial, Tahoma;
}


#columnProd  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

#columnProd img:hover{
	background-color: #FFF;
	border: 1px solid #996600;
}


#columnProd li a:link, #columnProd li a:visited {
	color: #996600;
	display: block;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;

}
	
#columnProd li a:hover{
	background-color: #996600;
	color: #FFFFFF;
}





/********************* columnShop styles **********************/


#columnBanners ul {list-style: none; margin: 0 0 10px 0; padding: 0;line-height: 130%;align:center;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#columnBanners li {list-style: none; margin: 0 0 10px 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #columnBanners li {list-style: none; margin: 0 0 10px 0; padding: 0;}

#columnBanners  img {
	border: 2px solid #CCCC99;
	margin: 0;
	padding: 0;
}

#columnBanners  img:hover {
	border-color: #999966;
}






/********************* columnShop styles **********************/


#columnShop ul, #columnCurses ul {list-style: none; margin: 0; padding: 0;line-height: 130%;margin-right: 10px;
	margin-left: 10px;border-top: 1px dotted #FFFFFF;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#columnShop li, #columnCurses li {list-style: none; margin: 0; padding: 2px 0px 2px 0px;}

/* fix for browsers that don't need the hack */
html>body #columnShop li, #columnCurses li {
	list-style: none;
	margin: 0;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #FFFFFF;
}


#columnShop h3, #columnCurses h3 {
	font-size: 100%;
	font-family: Arial, Tahoma;
}


#columnShop img, #columnCurses img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

#columnShop img:hover, #columnCurses img:hover {
	background-color: #FFF;
	border: 1px solid #996600;
}


#columnShop li a:link, #columnShop li a:visited, #columnCurses li a:link, #columnCurses li a:visited {
	color: #996600;	
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 2px;

}
	
#columnShop li a:hover, #columnCurses li a:hover {
	background-color: #996600;
	color: #FFFFFF;
}

/****************ANUNCIE ************************************/
#anuncieIndice li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 2px;
	border-bottom: 1px dotted #999;
}

#anuncieIndice a {
	display: block;
}


/* ERROR PAGES *************/
#errorContent {
	padding-top: 10%;
	margin-right: 20%;
	margin-left: 20%;
}

#errorContent p{
	color: #f5f5f5;
}
