/**
 * Filename:    default.css
 * 
 * Description: Implementation of the default css.
 * 
 * Revision:    $Revision$
 * 
 * URL:         $URL$
 * 
 * Author:      Lucas Bellin, Helena Barden
 * EMail:       lb@interact.com.br
 * Internet:    www.interact.com.br
 * 
 * Copyright © 2008 by Interact Solutions Ltda.
 * Rua Alex Thomas, 20 / 301
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */


html, body
{     
    background-color: #2f2f2f;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #454545;
    background-image: url(/img/bg_body.png);
    background-repeat: repeat-x;
}

a 
{
    text-decoration: none;    
}

a:link
{
    color: #454545;
}

a:visited
{ 
    color: #454545;
}

h1 
{
    clear: both;
    
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
}

h2 
{
    clear: both;
    
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    margin: 10px 0 5px;
}

h3 
{
    clear: both;
    
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    margin: 10px 0 5px;
}

#container 
{
    width: 930px;
    padding: 0px;
    position: absolute;
    left: 50%;
    margin-left: -465px;   
    z-index: 1;    
    position:absolute;
}

#containerMiddle 
{    
    width: 920px;        
    background-color: #ffffff;
    
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #6ea1d2;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #6ea1d2;
    
    margin-left: 5px;
    margin-right: 5px;
}

#containerLeft 
{
    float:left; 
    
    background-image: url(/img/ruler-left.png);
    background-repeat: repeat-y;
    background-position: top left;
    padding-left: 0px;    
}

#containerRight 
{
    float:right; 
    
    background-image: url(/img/ruler-right.png);
    background-repeat: repeat-y;    
    background-position: top right;
    padding-right: 0px;        
}

#coverPageText
{
    font-size: 8pt;
}

#coverPageLink
{
    font-size: 8pt;
}

/*********************************************************************/
/* Primary Navigation                                                */
/*********************************************************************/
#primary-navigation
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 55px;
    left: 280px;
    font-size: 11px;
    z-index: 10;
}

#primary-navigation li 
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    /*background: url(/img/separator.png) no-repeat 102% 1px;*/
    background: url(/img/separator.png) no-repeat;
}

#primary-navigation li.last 
{
    background-image: none;
}

#primary-navigation li a 
{
    display: block;
    float: left;
    height: 22px;
    line-height: 16px;
    color: #376a9d;
    padding: 0 0 0 3px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}

#primary-navigation li a.active 
{
    color: #F69401;
}

#primary-navigation li a span 
{
    display: block;
    float: left;
    padding: 3px 9px 0 5px;
    cursor: pointer;
    height: 19px;
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

#primary-navigation li a:hover 
{
    color: #F69401;
}

#primary-navigation li.hover a 
{
    color: #F69401;
    height: 19px;
    overflow: hidden;
    z-index: 10;
    position: relative;
    margin-left: -1px;
    padding-left: 4px;
    background: url(/img/link-main-left.gif) no-repeat;
}

#primary-navigation li.hover a span 
{
    cursor: pointer;
    background: url(/img/link-main-right.gif) no-repeat top right;
}

#primary-navigation li div 
{
    display: none;
    background: url(/img/dropdown-top.gif) no-repeat;
    padding: 4px 0 0 0;
    width: 168px;
    position: absolute;
    top: 18px;
    left: -1px;
}

#primary-navigation ul 
{
    margin: 0;
    padding: 0 8px 4px 8px;
    list-style: none;
    width: 152px;
    background: url(/img/dropdown-bottom.gif) no-repeat bottom left;
}

#primary-navigation ul li 
{
    display: block;
    float: none;
    margin: 0;
    padding: 1px 0 1px 0;
    background: none;
    border-top: 1px solid #C9D6E8;
    /*
    _border-top: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
    */
    width: 152px;
}

#primary-navigation ul li:first-child 
{
    border-top: none;
}

#primary-navigation li.hover ul li a 
{
    white-space: normal;
    display: block;
    float: none;
    height: auto;
    font-weight: normal;
    color: #376a9d;
    background: none;
    padding: 8px 0 8px 0;
    width: 100%;
    margin: 0;
    line-height: 14px;
}

#primary-navigation li.hover ul li a:hover, #primary-navigation li.hover ul li:hover a 
{
    background: url(/img/gradient.gif) repeat-y top;
    margin: 0;
    padding: 8px 0 8px 0;
    color: #477AC3;
}

#primary-navigation li.hover ul li a.active
{
    font-weight: bold;
    background: url(/img/gradient.gif) repeat-y top;
    margin: 0;
    padding: 8px 0 8px 0;
    color: #477AC3;
}

#primary-navigation li.hover div 
{
    display: block;
}

/* Code for removing the primary navigation */
.nonav #top-of-page 
{
    height: 77px;
}

.nonav #content 
{    
    background-color: #ffffff;
}
/* END Primary Navigation */

/* page config */
#topPage 
{
    height: 85px;    
    z-index: 2;
}

#topPageLeft 
{
    float:left;
    background-image: url(/img/header-left.png);
    width: 20px;
    height: 86px;       
}

#topPageMiddle 
{
    float:left;
    background-image: url(/img/header-middle.png);
    background-repeat: repeat-x;  
    width: 890px;
    height: 86px;    
}

#topPageRight 
{
    float:right;
    background-image: url(/img/header-right.png);
    width: 20px;
    height: 86px; 
}

#topLogo 
{     
    float: left;    
    top: 15px;
    padding-bottom: 0px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 5px;  
    position: relative;
}

#topSearch
{
    padding: 5px;
    margin-top: 0px;
    /*margin-left: 200px;*/
    float: left; 
    left: 50%;
    margin-left: 250px;          
    
    background-color: #ff0033;
}

#languageSelector 
{ 
    float: right;
    
    padding: 5px;
    
    margin-top: 10px;
    margin-left: 20px;
    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #cccccc;
}

#languageSeparator 
{ 
    padding-top: 5px;
}

#language
{ 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #cccccc;
    padding-top: -5px;    
    
}

#language a
{ 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #cccccc;
}

#topPane
{
    width: 100%;
    float: right;
    height: 362px;
    position: relative;
    background-image: url(/img/banners/banner-2010-3.png);
    background-position: left top;
    background-color: #6ea1d2;
}

#topPaneEn
{
    width: 100%;
    float: right;
    height: 362px;
    position: relative;
    background-image: url(/img/banners/banner-2009-3-en.png);
    background-position: left top;
    background-color: #6ea1d2;
}

#rulePane
{
    float: right;    
    width: 230px;
}

#rulePaneSplit 
{
    float: left; 
    background: url(/img/ruler-menu.png) no-repeat; 
    width: 200px; 
    height: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#middlePane 
{
    position: relative;
    float: right;
    
    width: 100%;
    z-index:auto;    
}

#bottomPane 
{
    float: left;
    position: relative;    
    
    width: 100%;
    height: 430px;
    padding-top: 10px;
    
    background-color: #779fc7;    
    background-image: url(/img/gradient-top.png);
    background-repeat: repeat-x;
    z-index:auto;   
}

#underBottomPane
{    
    float: left; 
    width: 910px;
    height: 100%;
    padding-left: 10px;        
    
    background-image: url( /img/gradient-bottom.png); 
    background-repeat: repeat-x;   
    background-position: left bottom;    
    
    z-index:auto;
    position: relative;       
}

#textBox 
{    
    margin-right: 1px;
    margin-top: 10px;    
    margin-bottom: 5px;
    margin-left: 5px;   
}

#textBoxBody
{
    background-image: url(/img/box/box-gradient.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    
    background-color: #ffffff;
}

#textBoxTitle 
{    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #2b3477;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    
    background-color: #ffffff;
    
    padding-left: 12px;
    margin-top: -5px;
    margin-bottom: 5px;
}

#textBoxIcon
{    
    margin-top: 0px;
    margin-bottom: 0px;
    padding:0px;
}

#textBoxText 
{    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #999999;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;    
    
    padding-left: 10px;
    padding-right: 10px;
    
    padding-top: 10px;
}

#textBoxLink
{
    text-align: right;
    padding-left: 5px;
    padding-right: 10px;
}

#textBoxLink a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #F69401;
    font-weight: bold;
}

#summaryBox 
{
    margin-right: 5px;
    margin-top: 0px;    
    margin-bottom: 5px;
    margin-left: 5px;
}

#summaryBoxTitle 
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #F69401;
    font-weight: bold;  
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}

#summaryBoxIcon
{
    margin-top: 5px;
    margin-bottom: 2px;
}

#summaryBoxText 
{
    font-size: 10px;
    _color: #999999;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 2px;
}

#summaryBoxLink a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #2b3477;
    text-align: justify;
    
    float: right;
    right: 1px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 3px;    
}

#pointLine
{
    float: left;    
    padding-top: 0px;
    padding-bottom: 10px;  
    text-align: center;
}

#newsSummaryHeader
{
    float: left;    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #2b3477;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 10px;
    
    width: 100%;
}

/**
* containers
*/

#containerPanel
{
    /*border: 1px solid rgb(151, 147, 175); */
    padding: 5px; 
    position: relative; 
    
    /*background-color: rgb(229, 229, 255);*/
  margin-left: 15px;
  margin-bottom: 10px;
}

#containerPanelTitle
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;  
}

#containerPanelText ul 
{
    margin-left: 12px; 
    margin-bottom: 1.5em; 
    margin-top: 0.5em; 
    list-style-type: square; 
    /*list-style-image: url(/img/bullet.gif); */
    padding-left: 10pt;
    text-align: left;
}

#containerPanelText ol 
{
    margin-bottom: 1.5em; 
    margin-top: 0.5em; 
    /*list-style-image: url(/img/bullet.gif); */
    padding-left: 10pt;
    text-align: left;
    margin-left: 10px;
}

#containerPanelLink a
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;    
    
    color: #2b3477;
    text-align: left;
    float: right;
    right: 1px;
    
    margin-top: 15px; 
    margin-bottom: 5px; 
    margin-right: 5px; 
    
    padding-left: 5px;
    padding-right: 3px;        
}

#screenShot
{
    clear: both;
    
    margin-top: 5px;    
    margin-bottom: 5px;
    
}

#screenShotTitle
{    
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 22px;    
    color: #ffffff;
}

#screenShotText 
{
    float: right;
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    
    margin-top: 5px;        
    margin-right: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;    
    
    width: 55%; 
    color: #ffffff;
    padding-left: 5px;
}

#screenShotThumbnail
{
    float: left;    
    
    padding-top: 10px;    
    margin-top: 10px;
    margin-bottom: 2px;
    margin-bottom: 15pt;    
    margin-left: 10px;    
}

/* Rodapé */

#footer 
{
    clear: both;
    width: 930px;
}

#footerPageLeft 
{
    float: left;
    background-image: url(/img/footer-left.png);
    width: 24px;
    height: 96px;       
}

#footerPageMiddle 
{
    float: left;
    background-image: url(/img/footer-middle.png);
    background-repeat: repeat-x; 
    width: 882px;
    height: 96px;      
}

#footerPageRight 
{
    float:right;
    background-image: url(/img/footer-right.png);
    width: 24px;
    height: 96px; 
}

#footer_text_div 
{
    float:left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    _margin-left: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left;
    color: #999999;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 350px;
    /* width: 180px; */
    z-index:8456;        
}

#footer_text_div_1 
{
    float:left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    _margin-left: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: left;
    color: #999999;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 350px;
    /* width: 180px; */
    z-index:8456;        
}

#footer_div_separator 
{
    float:left;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cccccc;
    height: 30px;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 5px;
}


#footer_text_copyright 
{
    float:left;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    color: #5983ab;
    width: 879px;            
}


#middleProductSelect 
{
    background-image: url(/img/jump-start-bar.png);
    background-repeat: repeat-x;
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
}

#middleProductCombo
{    
    float: right;
    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    
    padding-left: 5px;
    padding-top: 5px;        
}

/* classes  */

.container
{    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;    
}

.containerFull
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 854px;
    __width: 720px;
    
    float: left;
    
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 13px;    
    padding-right: 13px;    
    
    background-color: #ffffff;
}

.whiteText
{    
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
}

.formField
{    
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2997c;
    border-bottom-color: #b2997c;
    border-left-color: #b2997c;
    border-right-color: #b2997c;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 3px;
    margin-top: 3px;
    background-color: #fee7ce;
    color: #537ca4;
}

.newsMonth
{
    font-weight: bold;
    color: #1b449c;
    padding-top: 15px;
    padding-bottom: 10px;
}

.newsDate
{
    padding-left: 30px;
    padding-bottom: 10px;
}

.newsNotice
{
    font-weight: bold;
    padding-bottom: 10px;
}

.eventsTitle
{
    color: #454545;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 10pt;
    padding-top: 15px;

}

.eventsDate
{
    color: #454545;
    padding-bottom: 10px;
    padding-left: 30px;
    font-weight: normal;
}

.eventsDescription
{
    padding-left: 70px;
    padding-bottom: 10px;
    font-size: 10pt;
}

/*** cover tabs ***/
#coverTabs
{
     width: 900px;
}

#coverTabs a 
{ 
    color: white; 
    text-decoration: none; 
}

#coverTabs #activeTab 
{  
    text-align: center; 
    padding-top: 4px; 
    background-image: url(/img/tab-active.png); 
    background-repeat: repeat-x; 
    font-family: Arial,Helvetica,SansSerif;
    font-size: 11pt;
    font-weight: bold;
}

#coverTabs #inactiveTab 
{ 
    text-align: center; 
    padding-top: 4px; 
    background-image: url(/img/tab.png); 
    background-repeat: repeat-x; 
    color: white; 
    font-family: Arial,Helvetica,SansSerif;
    font-size: 11pt;
    font-weight: bold;
}

#coverTabs ul
{
  list-style-type: square;
  list-style-image: url(/img/bullet.gif);    
}

#coverTabs_menu
{
    width: 900px;
    font-family: Helvetica; 
    font-size: 11pt; 
    font-weight: bold;
}

#coverTabs_1
{
    height: 240px;
}

#coverTabs_2
{
    height: 300px;
    background-image: url(/img/tab-content-margin-left-bg.png);
    background-position: bottom; 
    background-repeat: repeat-y;
}

#coverTabs_3
{
    height: 80px;
}

#coverTabs_4
{
    background-image: url(/img/tab-content-bg.png); 
    background-position: bottom; 
    background-repeat: repeat-x; 
    background-color: white;
}

#coverTabs_5
{
    width: 10px;
}

#coverTabs_6
{
    height: 300px;
    background-image: url(/img/tab-content-margin-right-bg.png); 
    background-position: bottom; 
    background-repeat: repeat-y;
}

#coverTabs_7
{
    width: 10px;
    height: 10px;
}

#coverTabs_8
{
    height: 10px;
    background-image: url(/img/tab-content-margin-bottom.png);
}

#coverTabs_9
{
    width: 10px;
    height: 10px;
}

.products h1
{
    font-size: 16pt;
    color: #18459c;
    font-weight: bold;
}

.products h2
{
    font-size: 11pt;
    color: #18459c;
}

.products p
{
    font-size: 10pt; 
    text-align: justify;
}

.products li
{
    font-size: 10pt; 
    padding: 2pt;
}

.products h3
{
  font-size: 9pt;
  font-weight: bold;
  color: #18459c;  
}

/* Customers list Style */
#customers #table 
{
  width: 640px; 
  height: 40px; 
  border: 1px solid #C1BFBF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
}
        
#customers #name-1 
{ 
  height: 40px;
  width: 250px;
  background-color: #d6e3ee; 
}
        
#customers #name-2 
{ 
  width: 250px;
  height: 40px; 
}

#badge0
{
    position: absolute;
    top: 315px;
    left: 20px;
    width: 55px;
    height: 41px;
}

#badge1
{
    position: absolute;
    top: 315px;
    left: 100px;
    width: 55px;
    height: 41px;
}

#badge2
{
    position: absolute;
    top: 315px;
    left: 180px;
    width: 55px;
    height: 41px;
}

#badge3
{
    position: absolute;
    top: 315px;
    left: 260px;
    width: 55px;
    height: 41px;
}

#badge4
{
    position: absolute;
    top: 310px;
    left: 340px;
    width: 50px;
    height: 50px;
}

#badge5
{
    position: absolute;
    top: 315px;
    left: 420px;
    width: 100px;
    height: 41px;
}

#badge6
{
    position: absolute;
    top: 315px;
    left: 540px;
    width: 81px;
    height: 41px;
}

#badge7
{
    position: absolute;
    top: 315px;
    left: 600px;
    width: 55px;
    height: 41px;
}

#badge8
{
    position: absolute;
    top: 315px;
    left: 680px;
    width: 55px;
    height: 41px;
}

#badge9
{
    position: absolute;
    top: 315px;
    left: 760px;
    width: 55px;
    height: 41px;
}

#badge10
{
    position: absolute;
    top: 315px;
    left: 840px;
    width: 55px;
    height: 41px;
}

#badge0-en
{
    position: absolute;
    top: 315px;
    left: 20px;
    width: 55px;
    height: 41px;
}

#badge1-en
{
    position: absolute;
    top: 315px;
    left: 100px;
    width: 55px;
    height: 41px;
}

#badge2-en
{
    position: absolute;
    top: 315px;
    left: 180px;
    width: 55px;
    height: 41px;
}

#badge3-en
{
    position: absolute;
    top: 315px;
    left: 260px;
    width: 55px;
    height: 41px;
}

#badge4-en
{
    position: absolute;
    op: 315px;
    left: 180px;
    width: 55px;
    height: 41px;
}

#badge5-en
{
    position: absolute;
    top: 315px;
    left: 420px;
    width: 100px;
    height: 41px;
}

#badge6-en
{
    position: absolute;
    top: 315px;
    left: 500px;
    width: 55px;
    height: 41px;
}

#badge7-en
{
    position: absolute;
    top: 315px;
    left: 580px;
    width: 55px;
    height: 41px;
}

#badge8-en
{
    position: absolute;
    top: 315px;
    left: 660px;
    width: 55px;
    height: 41px;
}

#badge9-en
{
    position: absolute;
    top: 315px;
    left: 740px;
    width: 55px;
    height: 41px;
}

#badge10-en
{
    position: absolute;
    top: 315px;
    left: 820px;
    width: 55px;
    height: 41px;
}


/*INICIO CSS BANNERS*/

/*Tamanho da div de cada imagem*/
.jshowoff div {
    width: 920px;
    height: 362px;
}

/*Posição da numeração das imagens*/
.jshowoff p.jshowoff-slidelinks {
    position: absolute;
    float: left;
    right: 0px;
    left: 2px;
    margin: 0px;
    padding: 0;
    top: 0px;
}



/*Style da numeração*/
.jshowoff-slidelinks a, .jshowoff-controls a {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:0px;
    background-color: navy;
    color: #FFF;
    display:block;
    float:left;
    font-size:11px;
    line-height:14px;
    margin:0px 0 0 5px;
    outline-style:none;
    outline-width:medium;
    padding:5px 7px;
    text-decoration:none;
}

/*Cor da numeração ao ser a que está passando*/
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    background-color: #6EA1D2;
    color: #fff;
}

/*FIM CSS BANENRS*/