@CHARSET "UTF-8"; /*declaração da codificação de caracteres */
/* 
    Document   : 
    Created on : 
    Author     : MSSOUSA
    Description: Estilo default para o menu do widget de destaque dinâmico
*/

#content {
/*  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 50px auto;
*/
   width: 210px;
}

div#feature_list {
    min-height: 210px;
    overflow: hidden;
    position: relative;
}

div#feature_list ul {
    position: absolute;
    list-style: none;	
    font-family: "Trebuchet MS", sans-serif;
    top: 0;
    margin: 0;
    padding: 0;
}

ul#tabsFL {
    left: 0;
    z-index: 2;
    width: 210px;
    min-height:210px;
}
#bg {
    width: 204px;
    min-height: 210px;
/*    box-shadow: 3px 3px 5px #999999!important;*/
}

ul#tabsFL li {
    height: 42px;
    font-size: 12px;
    font-weight: bold;
    line-height: 42px;
    width: 220px;
    padding: 0;
    clear: both;
    float: left;
}
ul#tabs li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}
ul#tabsFL li a {
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;	
    display: block;
    outline: none;  
    text-transform: uppercase;
    padding: 0;
}

/*DIV com o texto*/
#textoa {
    text-transform: uppercase;
    font-family: "Trebuchet MS", sans-serif;
    padding-left: 20px;
    z-index: 999;
/*    padding-right: 10px;*/
    font-weight: bold;
}

#linha{
    height: 1px;
    width: 161px;
    color: #414141;
    background: #414141;
    margin-left: 20px;
}

/* Select and style a link when you mouse over it: */
ul#tabsFL li a:hover {
    text-decoration: none;
}

ul#tabsFL li a.current {
    font-size: 16px;
    font-weight: bold;
    background-image: url('../../../assets/site/background/Seletordestaques.png');
    background-position: right;
    background-repeat:no-repeat;
    overflow: visible;
    z-index: 99;
}
/* Select and style a link when you mouse over it: */
ul#tabsFL li a.current:hover {
    text-decoration: none;
    cursor: default;
    font-weight: bold;
    font-size: 16px;
    overflow: visible;
}
ul#outputFL {
    right: 0;
    min-height: 210px;
    position: relative;
}

ul#outputFL li {
    position: absolute;
  height: 100%;
}

ul#outputFL li.a {
    position: absolute;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #009DE0;
    -moz-border-radius: 5px;
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
}

ul#outputFL li.a:hover {

}
