﻿/* 
---> Assinatura: Contem o classes especificas da página de assinatura.
*/

@import url("../controles/carrinhocompra.css");
/* Configurações Globais */

/* Inicio - Definições da Assinatura */
.assine_caixa_produto
{
    width: 540px;
    height: 84px;
    margin-bottom: 10px;
    clear: both;
}

.assine_caixa_produto_detalhe
{
    float: left;
    width: 182px;
}

.assine_caixa_produto_conteudo
{
    float: left;
    height: 64px;
    width: 348px;
    padding: 10px 0px;
    background: transparent url('/imagens/assinatura/caixa-plano-bg.gif') repeat-x scroll left top;
}

.assine_caixa_produto_direita
{
    float: left;
    height: 84px;
    width: 10px;
    background: transparent url('/imagens/assinatura/caixa-plano-direita.gif') no-repeat scroll left top;
}

.planos_hospedagem
{
    position: absolute;
    float: left;
    height: 130px;
    width: 90px;
    background-color: #cccccc;
    margin-top: -15px; /*left: 0px;     top: -15px;*/
}
/* Fim - Definições da Assinatura */


/* Inicio - CSS referente ao efeito de TAB da página (Itens de windows e linux)*/
ul.tabs
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    padding-left: 20px;
    height: 30px;
}

/* single tab */
ul.tabs li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
    width: 110px;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
    font-size: 11px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #666666;
    padding-left: 5px;
}

ul.tabs a:active
{
    outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
    background-position: -420px -31px;
    color: #B80000;
}

/* initially all panes are hidden */
.panes .pane
{
    display: none;
}

/* tab pane styling */
.panes div
{
    padding: 0px 5px 0px 5px;
    font-size: 14px; /*background-color: #f3f3f3;*/
    margin: 0px 0px 0px 0px;
}
.tabs-selected a
{
    background-color: #f3f3f3;
    color: #666;
}

ul.tabs a#ctl00_ctl00_conteudo_conteudoEsquerda_lbPlanoHospedagemWindows
{
    background: #FFFFFF url('/imagens/assinatura/win.png') no-repeat 0px -36px;
}
ul.tabs a#ctl00_ctl00_conteudo_conteudoEsquerda_lbPlanoHospedagemLinux
{
    background: #FFFFFF url('/imagens/assinatura/linux.png') 0px -36px no-repeat;
}
ul.tabs a.current
{
    /*background-color: #f5f5f5 !important;*/
    background-position: 0px 0px !important;
    color: #fff;
}
#ctl00_ctl00_conteudo_conteudoEsquerda_lbPlanoHospedagemWindows, #ctl00_ctl00_conteudo_conteudoEsquerda_lbPlanoHospedagemLinux
{
    line-height: 30px;
}

table.grid_campos td
{
    padding-top: 5px;
}
.inputRadio td
{
    height: 26px;
}

.tipo-plano-topo-centro, .tipo-plano-topo-esquerdo, .tipo-plano-topo-direito
{
    width: 80px;
    height: 36px;
    padding-bottom: 4px !important;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: default;
}
.tipo-plano-topo-centro
{
    background: url("/imagens/assinatura/bg.png") repeat-x !important;
}
.tipo-plano-topo-esquerdo
{
    background: url("/imagens/assinatura/bg-esquerda.png") no-repeat !important;
}
.tipo-plano-topo-direito
{
    background: url("/imagens/assinatura/bg-direita.png") no-repeat !important;
}

/* Fim */

