/* 
    Document   : repeticoes
    Created on : 13/Set/2012, 10:42:55
    Author     : filipemurteira
    Description:
        Purpose of the stylesheet follows.
*/

#repeticoes{
    background-color: #ffcc00;
    border: 10px solid #FFFFFF;
    padding: 10px;
}

#repeticoes .passos{
    background-color: #00ccff;
    padding: 10px;
    overflow: auto;
    margin-bottom: 30px;
}

#repeticoes .passos ul,
#repeticoes .passos ul li,
#repeticoes .passos ul ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#repeticoes .passos ul{
 position: relative;
 float: left;
 padding-left: 5px;
}

#repeticoes .passos ul li{
 float: left;
 zoom: 1;
 display: inline-block;
 color: #FFFFFF;
 width: 160px;
 border-right: 1px solid #FFFFFF;
 margin-right: 30px;
 padding-right: 30px;
}
#repeticoes .passos ul li.selected{
    color: #FFCC00;
}
#repeticoes .passos ul li.last{
    margin-right: 0px;
    border: 0px;
}
#repeticoes .passos ul li span {
    font-size: 36px;
    float: left;
    width: 40px;
}
#repeticoes .passos ul li div{
    float: left;
    width: 120px;
    font-size: 14px;
    padding-top: 5px;
}

#repeticoes h1{
    background-color: #00CCFF;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    margin-bottom: 10px;
    padding: 6px;
}

#repeticoes .area2,
#repeticoes .area3,
#repeticoes .area4,
#repeticoes .area1{
    position: relative;
}
#repeticoes .area1 .esq{
    width: 520px;
    float: left;
}
#repeticoes .area1 .dirContainer{
/*    position: absolute;
    top: 0px;
    right: 0px;*/
    position: relative;
    float: right;
    width: 290px;
}
#repeticoes .area1 .dir{
    overflow: auto;
    padding: 10px;
    background-color: #FFFF99;
    border: 1px solid #FFFFFF;
}
#repeticoes .area2 .esq,
#repeticoes .area4 .esq,
#repeticoes .area3 .esq{
    width: 630px;
    float: left;
}
#repeticoes .area3 .dirContainer,
#repeticoes .area4 .dirContainer,
#repeticoes .area2 .dirContainer{
/*    position: absolute;
    top: 0px;
    right: 0px;*/
    position: relative;
    float: right;
    width: 230px;
}
#repeticoes .area3 .dir,
#repeticoes .area4 .dir,
#repeticoes .area2 .dir{
    /*width: 210px;*/
    padding: 10px;
    /*float: right;*/
    font-size: 14px;
    background-color: #00ccff;
}

#repeticoes .area2 .dir.fixed {
    position: fixed;
    top: 10px;
}

#repeticoes .dir .fotoN{
    color: #FFFFFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}
#repeticoes .dir .totalN{
    color: #FFFFFF;
    text-align: center;
    font-size: 26px;
    margin: 0px;
    margin-bottom: 10px;
}
#repeticoes .dir .separator{
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}

/*#repeticoes .dir #qtdTotal{
    font-size: 20px;
    text-align: right;
    color: #FFFFFF;
    display: block;
}
#repeticoes .dir #valorTotal{
    color: #FFFFFF;
    text-align: right;
    font-size: 20px;
    margin: 0px;
}*/
#repeticoes .dir #valorTotalBig{
    text-align: center;
    font-size: 30px;
    margin: 0px;
}


#repeticoes .rowElem{
    clear: both;
    overflow: auto;
    padding-bottom: 5px;
}
#repeticoes .rowElem label{
    width: 120px;
    background-color: #FFFF99;
    float: left;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
}

#repeticoes .fInputText{
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    width: 340px;
    height: 23px;
    margin-top: 1px;
    font-size: 14px;
    margin-right: 10px; 
}
#repeticoes .fInputTextArea{
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    width: 340px;
    margin-top: 1px;
    font-size: 14px;
    margin-right: 10px;
    resize: none;
}
#repeticoes .fInputTextArea.fSize0{
    width: 408px;
}
#repeticoes .fInputText.fSize0{
    width: 410px;
}
#repeticoes .fInputText.fSize1{
    width: 28px;
}
#repeticoes .fInputText.fSize2{
    width: 67px;
}
#repeticoes .fInputText.fSize3{
    width: 128px;
}
#repeticoes .fInputSelect{
    margin-bottom: 0px;
}

#repeticoes .fInputButton{
    background-color: #00CCFF;
    border: 0px;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
}


#repeticoes .botoes{
    clear: both;
    text-align: right;
    padding-top: 10px;
    width: 632px;
}

#repeticoes .area1 .botoes{
    width: 520px;
}
#repeticoes .area5 .botoes{
    width: 100%;
}

/*#repeticoes .botoes .fInputButton{
    font-size: 10px;
    float: left;
}
#repeticoes .botoes .fInputButton.r{
    float: right;
}*/
#repeticoes .erroForm{
    clear: both;
    color: red;
}


/*
//Passo 2
*/
#repeticoes .catGroup{
    background-color: #ff6600;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px;
}
#repeticoes .catGroup h1{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}
#repeticoes .catGroup h1 a{
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../imagens/cat_bg.png);
    background-repeat: no-repeat;
    background-position: 98% 8px;
}
#repeticoes .catGroup h1 a.active{
    background-image: none;
}
#repeticoes .catGroup .tabelaProdutos{
    margin-top: 5px;
    /*display: none;*/
}

#repeticoes .tabelaProdutos{
    border-collapse: collapse;
    width: 100%;
}
#repeticoes .tabelaProdutos th{
    background-color: #00ccff;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px;
    border-bottom: 10px solid #ffcc00;
}
#repeticoes .tabelaProdutos th.col2,
#repeticoes .tabelaProdutos th.col3{
    text-align: center;
}
#repeticoes .tabelaProdutos td{
    background-color: #ffff99;
    color: #000000;
    padding: 4px;
    border-bottom: 2px solid #ff6600;
    font-weight: 700;
}
#repeticoes .tabelaProdutos th.col1,
#repeticoes .tabelaProdutos td.col1{
    width: 300px;
}
#repeticoes .tabelaProdutos th.col2{
    width: 80px;
}
#repeticoes .tabelaProdutos td.col2{
    width: 80px;
    text-align: center;
    color: red;
}
#repeticoes .tabelaProdutos th.col4,
#repeticoes .tabelaProdutos th.col3{
    width: 40px;
}
#repeticoes .tabelaProdutos td.col4,
#repeticoes .tabelaProdutos td.col3{
    background-color: transparent;
    width: 40px;
    text-align: center;
}
#repeticoes .tabelaProdutos .fInputText.fSize1{
    float: none;
    margin: 0px;
    width: 18px;
    text-align: center;
    height: 18px;
}

#repeticoes .tiposPagamento{
    list-style: none;
    margin: 0;
    padding: 0;
}

#repeticoes .tiposPagamento li{
    float: left;
    margin-right: 10px;
    background-color: #f3f3f3;
    border: 1px solid #e2e2e1;
    width: 195px;
    height: 62px;
}
#repeticoes .tiposPagamento li .img{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 72px;
}
#repeticoes .tiposPagamento li .texto{
    float: left;
    width: 110px;
    padding-top: 15px;
}


#repeticoes .resumo{
    padding: 10px;
    background-color: #ffff99;
    overflow: auto;
}

#repeticoes .tabelaCarrinho{
    border-collapse: collapse;
    width: 100%;
    /*width: 320px;*/
    /*float: left;*/
}
#repeticoes .tabelaCarrinho td{
    font-size: 14px;
    padding: 2px;
    padding-right: 10px;
}

#repeticoes .tabelaCarrinho .preco{
    color: red;
    text-align: right;
}

#repeticoes .tabelaCarrinho .total td{
    font-weight: 700;
    border-top: 1px solid #000000;
    font-size: 16px;
    padding-bottom: 10px;
}

#repeticoes .tabelaDadosCarrinho{
    border-collapse: collapse;
    width: 100%;
    /*width: 280px;*/
    /*float: right;*/
}
#repeticoes .tabelaDadosCarrinho td{
    font-size: 12px;
    padding: 3px 2px;
    vertical-align: top;
}
#repeticoes .tabelaDadosCarrinho td.direita{
    text-align: left;
    font-weight: 700;
    width: 100px;
}



.ui-tooltip-content{
    
}
.ui-tooltip-content .imagem{
    width: 80px;
    float: left;
    margin-right: 10px;
}
.ui-tooltip-content .imagem img{
    width: 80px;
}
.ui-tooltip-content .texto{
    width: 290px;
    float: left;
}
.ui-tooltip-content .texto *{
    font-size: 16px;
}