@charset "utf-8";
/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4D4D4F;
}
.font_topo {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.font_footer {
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.font_menu {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.font_bem_vindo{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.topo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	font-weight: bold;
	padding: 5px;
	margin-right: 15px;
}
a.banner:link {
	text-decoration: none;
	color:#000000;
}
a.banner:visited {
	text-decoration: none;
	color: #000000;
}
a.banner:hover {
	text-decoration: none;
	color: #b11f24;
}
a.banner:active {
	text-decoration: none;
	color: #b11f24;
}

a.header:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.header:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.header:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.header:active {
	text-decoration: none;
	color: #FFFFFF;
}

.form_contato_btn{
	background-color:#F3F3F3;
	border: 1px solid #F3F3F3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:30px;
	width:70px;
	color:#666666;
}
.form_contato_txt{
	background-color:#F3F3F3;
	height: 20px;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_contato_txt_multiline{
	background-color:#F3F3F3;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_contato_combo{
	background-color:#F3F3F3;
	border: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.font_sub_titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.font_formulario{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B12025;
}

a.esqueci:link {
	text-decoration: none;
	font-weight:bold;
	color:#B12025;
}
a.esqueci:visited {
	text-decoration: none;
	font-weight:bold;
	color:#B12025;
}
a.esqueci:hover {
	text-decoration: none;
	font-weight:bold;
	color:#B12025;
}
a.esqueci:active {
	text-decoration: none;
	font-weight:bold;
	color:#B12025;
}

/*STYLE PARA O SCROLL*/
#Example-3 {
	position: relative;
	width: 400px;
	height: 200px;
}

#Example-3-Content {
	position: absolute;
	top: 10px; 
	width: 400px;
	height: 180px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Example-3 p {
	margin: 0; 
	padding: 0px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #777;
}

#Example-3-Scrollbar {
	position: absolute;
	left: 410px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 190px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 160px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
-->

/********* news ***/

div#news_content
{
	width: auto;
	height: auto;
	min-height: 250px;
	background: url(../img/bg_noticias.jpg) repeat-x;
}
div#news_content img#page_subtitle
{
	width:auto 191px;
	height: 50px;
	float: right;
	margin-top: 10px;
	left: 7px;
	position: relative;
}
div#news_content div#content
{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 15px 15px 35px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
}

div#content div#highlight_content
{
	width: 340px;
	height: auto;
	min-height: 250px;
	border-right: solid 1px #b11e24;
	float: left;
}
div#highlight_content div.highlight
{
	width: auto;
	height: auto;	
	padding-right: 20px;
	margin-bottom: 40px;
}
div.highlight img
{
	width: 112px;
	height: 100px;
	margin-right: 15px;
	float: left;
}
div.highlight span
{
	font-weight: bold;
}
div.highlight a,
div.highlight a:link,
div.highlight a:visited,
div.highlight a:active
{
	float: right;
	padding-top: 4px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
div.highlight a:hover
{
	text-decoration: underline;
}

div#content div#previous_content
{
	width: 330px;
	height: auto;
	min-height: 250px;
	padding-left: 20px;
}

div#previous_content div.news_lead
{
	width: auto;
	height: auto;
	margin-bottom: 30px;
}
div.news_lead span
{
	font-weight: bold;
}
div.news_lead a,
div.news_lead a:link,
div.news_lead a:visited,
div.news_lead a:active
{
	float: right;
	padding-top: 4px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/********* end of news ***/

/********* scrolling ***/
.holder 
{
	float: left;
	margin: 10px;
}
.scroll-pane 
{
	width: auto;
	overflow: auto;
	height: 250px;
	padding-right: 20px;
}
.scroll-pane-price
{
	width: 320px;
	overflow: auto;
	height: 290px;
}
/********* end of scrolling ***/


/********* prices list ***/
div#highlight_content div.price
{
	padding-left: 26px;
	padding-right: 20px;
	background: url(../img/icone_titulo.gif) no-repeat;
	display: block;
}
div#highlight_content.no-line
{
	border: none !important;
}
div.price span.product
{
	padding-top: 3px;
	display: block;
	color: #666 !important;
	font-weight: normal !important;
}
div.price span
{
	color:#b11f24;
	font-weight: bold;
}
div.price div
{
	height: 30px;
}
div.price a
{
	float: right;
	border: 0px;
	display: block;
}
div.price a img
{
	margin-top: 6px;
	margin-left: 12px;
	border: 0px;
}
/********* end of prices list ***/

/********* products ***/
div#previous_content div#product_details
{
	width: 304px;
	height: 290px;
	padding-left: 26px;
	background: url(../img/icone_titulo.gif) no-repeat;	
}
div#product_details span.title
{
	font-weight: bold;
	color:#b11f24;
}
div#product_details div#details
{
	background: url("../img/bg_detalhe_produto.jpg") no-repeat;
	width: 279px;
	height: 174px;
	padding: 8px;
}
div#product_details div#icon.doc
{
	background: url( "../img/icone_office_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details div#icon.pdf
{
	background: url( "../img/icone_pdf_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details div#icon.zip
{
	background: url( "../img/icone_zip_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details div#icon.exe
{
	background: url( "../img/icone_exe_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details div#icon.xls
{
	background: url( "../img/icone_excel_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details div#icon.ppt
{
	background: url( "../img/icone_ppt_gr.gif" ) no-repeat left center;
	width: 153px;
	height: 25px;
	text-align: left;
	padding-left: 37px;
	padding-top: 10px;
	display: block;
}
div#product_details a
{
	float: right;
	margin: 15px;
}
/********* end of products ***/

/********* downloads ***/
div#download_content
{
	width:310px;
	height: 200px;
	float: left;
	padding: 0 20px 0 0;
	border-right: solid 1px #b11e24;
}
div#download_content div.category
{
	padding-left: 26px;
	margin-bottom: 15px;
	background: url(../img/icone_titulo.gif) no-repeat;	
}
div#download_content div.category a,
div#download_content div.category a:active,
div#download_content div.category a:link,
div#download_content div.category a:visited
{
	text-decoration: none;
	color:#666;
}
div#download_content div.category a:hover
{
	text-decoration: underline;
}
div#download_detail_content,
div#video_detail_content
{
	width:310px;
	height: 200px;
	padding: 0 0 0 20px;
}
div#download_detail_content span.title
{
	display: block;
	padding-left: 26px;
	min-height: 26px;
	background: url(../img/icone_titulo.gif) no-repeat;		
}
div#download_detail_content div.item
{	
	margin: 0 0 15px 15px;
	padding-left: 17px;
}
div#download_detail_content div.doc
{
	background: url(../img/icone_office_pq.gif) no-repeat;		
}
div#download_detail_content div.zip
{
	background: url(../img/icone_zip_pq.gif) no-repeat;		
}
div#download_detail_content div.pdf
{
	background: url(../img/icone_pdf_pq.gif) no-repeat;		
}
div#download_detail_content div.exe
{
	background: url(../img/icone_exe_pq.gif) no-repeat;		
}

div#download_detail_content div.xls
{
	background: url(../img/icone_excel_pq.gif) no-repeat;		
}

div#download_detail_content div.ppt
{
	background: url(../img/icone_ppt_pq.gif) no-repeat;		
}

div#download_detail_content div.item a
{
	float: right;
}
div#download_detail_content div.item a img
{
	border: none;
	margin-top: 7px;
}
div#legend
{
	width: 350px;
	min-height: 110px;	
}
div#legend img.title
{
	position: relative;
	left: -42px;
	margin-bottom: 15px;
}
.scroll-pane-download
{
	width: 310px;
	overflow: auto;
	height: 180px;
	padding-right: 20px;
}
.scroll-pane-download-category
{
	width: 290px;
	overflow: auto;
	height: 220px;
	padding-right: 20px;
}
/********* end of downloads ***/

/********* videos ***/
div#video_content
{
	width: 340px;
	height: auto;
	min-height: 250px;
	border-right: solid 1px #b11e24;
	float: left;
}
div#scrollpanel-video div.item
{
	padding-left: 26px;
	background: url(../img/icone_titulo.gif) no-repeat;	
	margin-bottom: 20px;
}
div.item a
{
	float: right;
}
div.item span
{
	display: inline;
}
div.item a img
{
	border: 0;
	margin: 0 5px;
}
.scroll-pane-video
{
	width: 300px !important;
	overflow: auto;
	height: 220px;
	padding-right: 20px;
}
div#video_detail
{
	padding: 0 20px 0 26px;
	background: url(../img/icone_titulo.gif) no-repeat;	
	border: none;
}
div#video_detail span
{
	font-weight: bold;
}
div#video_detail div#player
{
	width: auto;
	height: auto;
}
div#video_detail span.downloads
{
	float:right;
	font-weight: normal;
}
div#video_detail div#rate_content
{
	width: 110px;
	height: auto;
}
/********* end of videos ***/