/* 
    Document   : yepkit.css
    Created on : 10/Mar/2013, 21:24:05
    Author     : paulo
    Description:
        Purpose of the stylesheet follows.
*/


a:focus {
    outline: none;
}

.tooltip{
    display: inline;
    position: relative;
}


/*******************************************************
 *  Top Bar Preta
 *******************************************************/

.top_bar{
    position:fixed;
    top:0;
    right:0;
    left:0;
    margin-bottom:0;
    z-index: 999;
}

.top_bar_inner{
    height:36px;
    padding-left:0;
    padding-right:0;
    background-color:rgb(45,45,45);
    color: #FFFFFF;
}


.top_bar_inner_right {
   /* position: relative;
    top: 0px;*/
   float: left;
   /* left: 0px;*/
    min-width: 150px;
    max-width: 200px;
    /*right: 100px;*/
    background-color:#000000; 
    height:36px; 
    padding-left:0;
    padding-right:0;
}

.top_bar_bottom {
    position: fixed;
    top:36px;
    right:0;
    left:0;
    margin-bottom:0;
    background-color: rgb(15, 15, 15);
    height: 90px;
    padding: 10px 0px 0px 50px;

}

.login_botao {
    /*background-color:#AA3333;
    background-color: rgb(194, 194, 194); */
    
    background-image: url("../images/background_login.png");
    background-repeat: repeat-x;
   /*
    background: -webkit-linear-gradient(to bottom, rgb(234, 234, 234) 0px, rgb(194, 194, 194) 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, rgb(234, 234, 234) 0px, rgb(194, 194, 194) 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to bottom, rgb(234, 234, 234) 0px, rgb(194, 194, 194) 100%) repeat scroll 0% 0% transparent;
    background: -o-linear-gradient(to bottom, rgb(234, 234, 234) 0px, rgb(194, 194, 194) 100%) repeat scroll 0% 0% transparent;
    background: linear-gradient(to bottom, rgb(234, 234, 234) 0px, rgb(194, 194, 194) 100%) repeat scroll 0% 0% transparent;
   */
    height:36px; 
    width: 80px;
    padding-left:0;
    padding-right:0;
    /*position: relative;
    top: 0px;*/
    float: left;
    text-align: left;
    padding-right: 10px;
    line-height: 36px;
    text-indent: 36px;
}

.login_botao span {
    background: url("../images/login.png") no-repeat scroll 10px;
    width: 80px;
    height: 36px;
    display: block;
   /* text-decoration: none;*/
    color: rgb(45, 45, 45);
    
}

.login_botao a {
    background: url("../images/login.png") no-repeat scroll 10px;
    width: 80px;
    height: 36px;
    display: block;
    text-decoration: none;
    color: rgb(45, 45, 45);
    
}

.login_botao a:focus {
    outline: none;
}

/*******************************************************
 *  Top Bar Preta - Shopping Cart
 *******************************************************/
div.top_bar_cart {
    float: right;
    color: #FFFFFF;
    height: 36px;
    padding: 0px 7px 0px 0px;
    text-align: center;
    vertical-align: middle;
}

div.top_bar_cart_img {
    float: left;
}

img.top_bar_cart_img {
    height: 12px;
    margin-top: 12px;
}

div.top_bar_cart_message {
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    padding: 0px;
    margin: 0px;
}

span.top_bar_cart_message {
    display: inline-block;
    line-height: normal;
    padding: 0px 0px 0px 3px;;
    margin: 0px;
}

/*******************************************************
 *  Top Bar Preta - Currency
 *******************************************************/
div.currency {
    float: right;
    color: #FFFFFF;
    height: 36px;
    padding: 0px 7px 0px 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-left: solid;
    border-left-style: solid;
    border-width: 1px;
    border-left-color: rgb(150,150,150);
    margin-left: 10px;
    
    cursor: pointer;
}

/*******************************************************
 *  Top Bar Preta - My Account
 *******************************************************/
div.account {
    float: right;
    color: #FFFFFF;
    height: 36px;
    padding: 0px 7px 0px 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-left: solid;
    border-left-style: solid;
    border-width: 1px;
    border-left-color: rgb(150,150,150);
    margin-left: 10px;
    
    cursor: pointer;
}

div.account a {
    text-decoration: none;
    color: #FFFFFF;
}


/*******************************************************
 *  Hidable Box - Currency
 *******************************************************/
#top_hidable_currency_box {
    position: fixed;
    top:36px;
    right:0px;
    margin-bottom:0;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 10px;
    
   /* width: 200px;*/
   /* height: 225px;*/
    float: right;
    background-color: #FFFFFF; 
    
    color: rgb(150,150,150);
}

div.top_hidable_currency_box_item {
   /* width: 200px; */
    height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dadada;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

div.top_hidable_currency_box_item a {
    text-decoration: none;
    color: rgb(150,150,150);
}

div.top_hidable_currency_box_item a:hover {
    text-decoration: none;
    color: rgb(0,170,221);
}

img.active_currency_indicator {
    width: 10px;
    height: 10px;
}

img.inactive_currency_indicator {
    width: 9px;
    height: 9px;
}



/********************************************
    
    MAIN HEADER

*********************************************/

div.mainHeader {
    height: 110px;
    margin: 36px 0px 0px 0px;
    /*background-color: rgb(220, 220, 220);*/
    /*background: url("../images/background_login.png");*/
}

.header {
    margin-top: 50px;
  /*  float: left;*/
    /*left: 0px;*/
}

div.header_login {
    margin-top: 150px;
  /*  float: left;*/
    /*left: 0px;*/
}

.logo {
    display: block;
    width: 262px;
    height: 90px;
    margin: 10px;
}

img.logo {
    width: 162px;
    height: 25px;
    margin: 20px;
    /*
    width: 262px;
    height: 90px;
    margin: 10px;
    */
}

a.logo:focus {
    outline: none;
}


div.mainHeaderTabs {
    height: 50px;  
    position: relative;
    top: 60px;
}

div.mainHeaderTab {
    margin-right: 5px;
    float: left;
}

a.mainHeaderTabActive  {
    height: 50px;
    line-height: 45px;
  /*  background-color: rgb(0,130,221);*/
    color: rgb(80,80,80);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    padding: 0px 20px 0px 20px;
}

a.mainHeaderTab {
    height: 50px;
    line-height: 45px;
   /* background-color: rgb(230,230,230);*/
    color: rgb(80,80,80);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    padding: 0px 20px 0px 20px;
}

a.mainHeaderTab:hover {
    height: 50px;
    line-height: 45px;
  /*  transition : background-color 0.3s ease-in-out;
    transition : color 0.3s ease-in-out;            
    background-color: rgb(0,130,221);*/
    color: #00AADD;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    padding: 0px 20px 0px 20px;
}

a.mainHeaderTabActive:hover {
    height: 50px;
    line-height: 45px;
    /*transition : background-color 0.3s ease-in-out;  
    background-color: rgb(0,130,221);*/
    color: #00AADD;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    padding: 0px 20px 0px 20px;
}






/***************************************/

.spacer {
    position: absolute;
    top: 50px;
    width: 960px;
    
}


.main_h_menu {
   /* position: relative;*/
  /*  float: left;*/
   /* top: 160px;*/
    width: 940px;
    margin-top: 15px;
}

.main_h_menu_item {
    float: left;
    width: 156px;
    height: 37px;
   /* background-color:rgb(45,45,45);*/
    color: #FFFFFF;
    background-image: url('../images/barra_cen_nsel.png');
    background-repeat:repeat-x;
    border-style:solid;
 /*   border-width:3px;*/
    border-color: #868686;
 /*   border-image: url(../images/barra_separador2.png) 10% 0% 10% 100% round;*/
    border-top-style: none;
    border-bottom-style: none;
    text-align: center;
    line-height: 35px;
}

 #h_menu_left.main_h_menu_item_left {
    float: left;
    width: 156px;
    height: 37px;
   /* background-color:rgb(45,45,45);*/
    color: #FFFFFF;
    background-image: url('../images/barra_cen_nsel.png');
    background-repeat:repeat-x;
 /*   border-width:3px;*/
    border-style:solid;
    border-color: #868686;
    border-top-left-radius:6px;
    border-bottom-left-radius: 6px;
/*    border-image: url(../images/barra_separador2.png) 10% 0% 10% 100% round;*/
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align:center;
    line-height: 35px;
   
}

 #h_menu_left.main_h_menu_item_left_selected {
    float: left;
    width: 156px;
    height: 37px;
   /* background-color:rgb(45,45,45);*/
    color: #FFFFFF;
     background-image: url('../images/barra_cen_sel.png');
    background-repeat:repeat-x;
 /*   border-width:3px;*/
    border-style:solid;
    border-color: #868686;
    border-top-left-radius:6px;
    border-bottom-left-radius: 6px;
 /*   border-image: url(../images/barra_separador2.png) 10% 0% 10% 100% round;*/
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align:center;
    line-height: 35px;
   
}


.main_h_menu_item_right {
    float: left;
    width: 156px;
    height: 37px;
   /* background-color:rgb(45,45,45);*/
    color: #FFFFFF;
    background-image: url('../images/barra_cen_nsel.png');
    background-repeat:repeat-x;
/*    border-width:3px;*/
    border-style:solid;
    border-color: #868686;
    border-top-right-radius:6px;
    border-bottom-right-radius: 6px;
/*    border-image: url(../images/barra_separador2.png) 10% 0% 10% 100% round;*/
    border-top-style: none;
    border-bottom-style: none;
    text-align:center;
    line-height: 35px;
}

.main_h_menu_item:hover {
    background-image: url('../images/barra_cen_sel.png');
}

#h_menu_left.main_h_menu_item_left:hover {
    background-image: url('../images/barra_cen_sel.png');
}

.main_h_menu_item_right:hover {
    background-image: url('../images/barra_cen_sel.png');
}


.main_h_menu a {
    display: block;
    width: 156px;
    height: 37px;
    text-decoration: none;
    color: #FFFFFF;
}

.main_h_menu a:focus {
    outline: none;
}


/*
*   Menu vertical lateral-esquerdo
*/
.main_v_menu {
    /*position: relative;*/
  /*  top: 200px;*/
   /* width: 160px;*/
    margin: 30px 0px;
    padding: 0px;
}

.main_v_menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.main_v_menu .list_v_menu li.first {
    background: none repeat scroll 0px center transparent;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    font-size: 14px;
}

.main_v_menu .list_v_menu li {
    font-size: 14px;
    background: url("../images/border_gradient_transparent.gif") no-repeat scroll 0px top transparent;
    padding: 8px 0px 8px 0px;
    margin: 0px 0px 0px 0px;
}


.v_menu_text {
    float: left;
    width: 134px;
    padding: 0px;
    margin: 0px;
}

.v_menu_arrow {
   float: right;
   position: relative;
   top: -18px;
  /*  position: relative;
    top: -17px;*/
   display: block;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    background: url("../images/submenu_pic.png") no-repeat scroll right 0px center transparent;
    cursor: pointer;
}

.v_menu_arrow_selected {
   float: right;
   position: relative;
   top: -18px;
  /*  position: relative;
    top: -17px;*/
   display: block;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    background: url("../images/submenu_pic_hover.png") no-repeat scroll right 0px center transparent;
    cursor: pointer;
}

.main_v_menu li a {
    display: block;
    width: 100px;
   /* height: 37px;*/
    text-decoration: none;
    color: #2E2E2E;
  /*  color: #FFFFFF;*/
    min-height: 16px;
    margin: 0px 0px 0px 10px;
}



a.selected_v_item {
    background: url("../images/submenu_pic_hover.png") no-repeat scroll right 0px center transparent !important;
}

.main_v_menu li a:focus {
    outline: none;
}

.list_v_menu .main_v_submenu {
     background: url("../images/border_gradient_transparent.gif") no-repeat scroll 0px top transparent;
     margin: 7px 0px;
     padding: 0px;
}


.list_v_menu .main_v_submenu li {
    font-size: 12px;
    color: #2E2E2E;
    background: none;
    padding: 8px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.list_v_menu .main_v_submenu li a {
    font-size: 12px;
    background: none;
}

.list_v_menu .main_v_submenu li a:hover {
    font-size: 12px;
    /*font-weight: bold;*/
    color:#00AAD4;
}




/***************************************

        BARRA DE COOKIES

 ***************************************/

div.cookiesNotice {
    position: fixed;
    bottom: 0px;
  /*  right: 0px;
    left: 0px; */
    width: 100%;
    background-color: rgb(220, 220, 220);
    min-height: 30px;
    z-index: 888;
    text-align: center;
    line-height: 30px;
    color: rgb(46,46,46);
    
}

div.cookiesNotice a {
    text-decoration: none;
    color: rgb(0,170,221);
}


div.cookiesNoticeText {
    text-align: center;
}

div.cookiesNoticeClose {
    float: right;
    margin-right: 35px;
    background-image: url("../images/close_cookies_banner.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: top left;
    cursor: pointer;
}

div.cookiesNoticeClose:hover {
    float: right;
    margin-right: 35px;
    background-image: url("../images/close_cookies_banner.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: bottom left;
    cursor: pointer;
}



/***************************************

                FOOTER

 ***************************************/
.footer {
    position: absolute;
    right:0;
    left:0;
    float: bottom;
    padding: 0px;
    margin: 20px 0px;
    padding-top: 20px;
    background-color: rgb(49, 49, 49);
    min-height: 370px;

}

div.footerLine {
    width: 100%;
    float: left;
}

div.footerLeftVerticalMenu {
    font-size: 16px;
    width: 250px;
    padding-left: 10px;
    float: left;
    margin-bottom: 40px;
}

div.footerLeftVerticalMenu ul {
    list-style-type: none;
    line-height: 35px;
    color: rgb(200,200,200);
}

div.footerLeftVerticalMenu a {
    text-decoration: none;
    color: rgb(170,170,170);
}

div.footerLeftVerticalMenu a:hover {
    color: rgb(0,170,221);
}



div.footerRights {
    text-align: center;
    font-size: 12px;
    color: white;
}

div.footerRights span {
    color: rgb(0,170,221);
    font-weight: bold;
}

div.footerImprint {
    text-align: center;
    font-size: 10px;
    color: rgb(140,140,140);
}

div.footerImprint a {
    text-decoration: none;
    color: rgb(140,140,140);
}

div.footerLinks {
    text-align: center;
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    color: rgb(170,170,170);
}

div.footerLinks a {
    text-decoration: none;
    color: rgb(170,170,170);
}

div.footerLinks a:hover {
    color: rgb(0,170,221);
}


div.securitySeals {
    text-align: right;
    float: right;
  
}

div.cardsItem {
    float: left;
    margin: 0px 12px 0px 0px;
}

div.cardsItem img {
    width: 487px;
    height: 31px;
}

div.securitySealsItem {
    float: left;
    margin: 0px 12px 0px 0px;
}


div.securitySealsItem img {
    width: 56px;
    height: 31px;
}



/***********************************************

    Novo Header Horizontal (por baixo do logo)

 ***********************************************/
div.novo_header {
    width: 940px;
    margin-top: 15px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0,170,221);
    border-bottom-width: 3px;

}



/***********************************************

    Estilo das mensagens

 ***********************************************/

div.yk_message {
    margin: 20px;
    font-size: 20px;
    color: rgb(0,170,221);
}

div.yk_button {
    float: right;
    padding: 0px 10px 0px 10px;
    /*height: 40px;*/
    background-color: rgb(0,170,221);
    font-weight: bold;
    /*cursor: pointer;*/
    text-align: center;
    vertical-align: middle;
}


div.yk_button a {
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    line-height: 30px;
}



/*********************************************************

        BARRA HEADER SECUNDÁRIA (por baixo do logo)
        
 *********************************************************/

 div.secondaryHeader {
     height: 110px;
     background-color: rgb(0,170,221); 
     margin-bottom: 30px;
 }
 
 div.headerTopText {
     height: 60px;
     line-height: 60px;
     font-size: 26px;
     padding: 10px 0px 10px 0px;
     text-align: left;
     color: #FFFFFF;
     text-transform: uppercase;
 }
 
 
 div.headerPath {
     color: #FFFFFF;
     font-size: 12px;
     text-transform: uppercase;
 }
 
 div.headerPath a {
     text-decoration: none;
     color: #FFFFFF;
     font-size: 12px;
 }
 
 div.headerPath a:hover {
     text-decoration: none;
     color: rgb(0,50,221);
     font-size: 12px;
 }

 
 
