﻿html, body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    background-color: #ffefd2;
    background-image: url(../img/background.gif);
    background-repeat: repeat-x;
    height: 100%;
}

input[type="text"], input[type="file"], input[type="password"], input[type="submit"]
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #c5c5c5;
    margin: 0px 5px 0px 5px;
}

textarea
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #c5c5c5;
    margin: 0px 5px 0px 5px;
}

select
{
    font-family: Verdana;
    font-size: 11px;
    border: solid 1px #c5c5c5;
    margin: 0px 5px 0px 5px;
}

img
{
    border: 0px;
}

button
{
    border: solid 1px #c5c5c5;
}

h1
{
    font-size: 14px;
    color: #472a2b;
    font-weight: bold;
    margin-bottom: 0px;
}

h3
{
    font-size: 13px;
    color: #472a2b;
    font-weight: bold;
    margin-bottom: 0px;
}

p
{
    color: #472a2b;
    text-align: justify;
}

a
{
    color: #472a2b;
    text-decoration: none;
}

li
{
    color: #472a2b;    
}

#divLeftBar
{
    background-color: #472a2b;
    width: 11px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}
#divLeft
{
    width: 344px;
    height: 100%;
    float: left;
    position: absolute;
    left: 11px;
}
#divLista
{
    position: absolute;
    top: 304px;
    left: -308px;
    width: 343px;
    height: 326px;
    background-color: #472a2b;
    background-image: url(../img/listaBack.jpg);
    background-repeat: no-repeat;
    z-index: 20;
    font-family: Arial;
}

#divListaAbrir
{
    width: 35px;
    height: 326px;
    position: relative;
    float: right;
    top: 0px;
}

#divListaAbrirTop
{
    width: 35px;
    height: 163px;
    background-image: url(../img/titListaComprasAbrir.jpg);
    background-repeat: no-repeat;
    background-position: 6px 10px;
    position: relative;
}

#divListaAbrirBottom
{
    width: 35px;
    height: 163px;
    position: relative;
}

#divListaAbrirBT
{
    width: 10px;
    height: 45px;
    background-image: url(../img/btListaAbrir.gif);
    background-repeat: no-repeat;
    margin-top: 108px;
    margin-left: 13px;
    cursor: pointer;
}

#divListaFechar
{
    width: 343px;
    height: 326px;
    display: none;
}

#divListaFecharBT
{
    width: 10px;
    height: 55px;
    background-image: url(../img/btListaFechar.gif);
    background-repeat: no-repeat; /*margin-top: 261px; 	margin-left: 13px;*/
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 13px;
}

#divListaFecharLoader
{
    width: 16px;
    height: 16px;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat; /*margin-top: 261px; 	margin-left: 13px;*/
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

#divListaFecharLeft
{
    width: 34px;
    height: 326px;
    float: left;
    position: relative;
}

#divListaFecharRightTop
{
    width: 309px;
    height: 49px;
    background-image: url(../img/titListaCompras.gif);
    background-repeat: no-repeat;
    background-position: 0px 17px;
    float: left;
}

#divListaFecharRightCenter
{
    width: 309px;
    height: 234px;
    background-image: url(../img/linhasLista.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    float: left;
}

.divListaOrder
{
    width: 290px;
    height: 234px;
    padding-top: 3px;
}

.divListaOrderDetail
{
    width: 293px;
    height: 18px;
}

.divListaOrderDetailName
{
    width: 174px;
    height: 18px;
    float: left;
}

.divListaOrderDetailQuantityKg
{
    width: 12px;
    height: 18px;
    float: left;
    text-align: left;
    position: relative;
}

.divListaOrderDetailQuantity
{
    width: 30px;
    height: 18px;
    margin: 0px 6px 0px 6px;
    float: left;
    text-align: left;
    position: relative;
}

.divListaOrderDetailQuantityMais
{
    width: 30px;
    height: 9px;
    float: left;
    background-image: url(../img/setaAumentaQuantidade.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0px;
}

.divListaOrderDetailQuantityMenos
{
    width: 30px;
    height: 9px;
    float: left;
    background-image: url(../img/setaDiminuiQuantidade.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.divListaOrderDetailPrice
{
    width: 36px;
    height: 18px;
    float: left;
    text-align: right;
}

.divListaOrderDetailDelete
{
    width: 9px;
    height: 18px;
    margin-left: 20px;
    float: left;
    background-image: url(../img/btListaApagar.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#divListaFecharRightBottomLeft
{
    width: 154px;
    height: 36px;
    background-image: url(../img/totalLista.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
}

#divListaFecharPrice
{
    font-weight: bold;
    font-size: 13px;
    color: #472a2b;
    margin: 22px 0px 0px 40px;
}

#divListaFecharRightBottomRight
{
    width: 155px;
    height: 36px;
    float: left;
}

.divListaFinalizarBT
{
    width: 100px;
    height: 14px;
    background-image: url(../img/btListaFinalizar.gif);
    background-repeat: no-repeat;
    margin-top: 22px;
    margin-left: 19px;
    cursor: pointer;
}

.divListaFinalizarBTOpacity
{
    width: 100px;
    height: 14px;
    background-image: url(../img/btListaFinalizarOpacity.gif);
    background-repeat: no-repeat;
    margin-top: 22px;
    margin-left: 19px;
    cursor: pointer;
}

#divFlags
{
    height: 31px;
    padding: 5px 0px 0px 13px;
}

#divFlagPT
{
    width: 20px;
    height: 19px;
    background-image: url(../img/flagPT.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.aFlag
{
    width: 20px;
    height: 19px;
}

#divFlagES
{
    width: 20px;
    height: 19px;
    background-image: url(../img/flagESOpacity.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

#divFlagUK
{
    width: 20px;
    height: 19px;
    background-image: url(../img/flagUKOpacity.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

#divFlash
{
    width: 344px;
    height: 403px;
}

.linhaMenuEsquerdo
{
    border: 0px;
    border-bottom: solid 1px #facc93;
}

#divConteudoEsquerdo
{
    position: relative;
    margin-left: 50px;
    padding-right: 20px;
    background-image: url(../img/sombraLeft.gif);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 10;
}

#divMenuEsquerdo
{
    height: 191px;
}

.divMenuEsquerdaItem
{
    padding-left: 18px;
    background-image: url(../img/setasMenuEsquerda.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 3px;
    padding-bottom: 1px;
    height: 22px;
    font-size: 18px;
    font-family: Arial;
}

#divNewsletterHome
{
    height: 18px;
    background-image: url(../img/titNewsletterHome.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    margin: 35px 0px 35px 0px;
}

#txtNewsletter
{
    width: 175px;
    height: 14px;
    font-family: Verdana;
    font-size: 10px;
    color: #949494;
    float: left;
    border: solid 1px #c5c5c5;
}

#divPesquisaHome
{
    width: 170px;
    height: 18px;
    background-image: url(../img/txtPesquisa.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 85px;
    position: absolute;
    right: 0px;
    top: 8px;
}

#txtPesquisa
{
    width: 132px;
    height: 14px;
    font-family: Verdana;
    font-size: 10px;
    color: #949494;
    float: left;
    border: solid 1px #c5c5c5;
}

#divBTNewsletter
{
    width: 18px;
    height: 18px;
    background-image: url(../img/btOKNewsletter.gif);
    background-repeat: no-repeat;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

#divBTPesquisa
{
    width: 18px;
    height: 18px;
    background-image: url(../img/btOKNewsletter.gif);
    background-repeat: no-repeat;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
#divLinhaApoio
{
    border: 0px;
    border-top: solid 1px #fcd29c;
    border-bottom: solid 1px #fcd29c;
    height: 39px;
    background-image: url(../img/txtLinhaApoio.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#divBTFaleConnosco
{
    height: 49px;
    /*background-image: url(../img/btFaleConnosco.gif);
    background-repeat: no-repeat;
    background-position: center center;*/
    margin-top: 10px;
    margin-bottom: 35px;
}

.txtProduzido
{
    color: #ee7b00;
    font-weight: bold;
    text-decoration: none;
}

a.txtProduzido:link a.txtProduzido:visited
{
    color: #ee7b00;
    font-weight: bold;
    text-decoration: none;
}

a.txtProduzido:hover
{
    color: #472a2b;
    font-weight: bold;
    text-decoration: none;
}

.txtPowered
{
    color: #000000;
}

.txtFotografado
{
    color: #f68e1e;
}

a.txtFotografadoLink:link a.txtFotografadoLink:visited
{
    color: #f68e1e;
    text-decoration: none;
}

a.txtFotografadoLink:hover
{
    color: #f68e1e;
    text-decoration: none;
}

#divRight
{
    width: 638px;
    float: left;
    position: absolute;
    left: 355px;
    background-image: url(../img/sombraRight.jpg);
    background-repeat: no-repeat;
    background-position: right 36px;
}

#divRightTop
{
    height: 36px;
    position: relative;
}

#divSombraTopLeft
{
    width: 13px;
    height: 13px;
    float: left;
    background-image: url(../img/topSombraLeft.gif);
    background-repeat: no-repeat;
    position: relative;
}

#divSombraTop
{
    width: 599px;
    height: 13px;
    float: left;
    background-image: url(../img/topSombra.gif);
    background-repeat: repeat-x;
    position: relative;
}

#divSombraTopRight
{
    width: 13px;
    height: 13px;
    float: left;
    background-image: url(../img/topSombraRight.gif);
    background-repeat: no-repeat;
    position: relative;
}

#divSombraBottomLeft
{
    width: 26px;
    height: 13px;
    float: left;
    background-image: url(../img/bottomSombraLeft.gif);
    background-repeat: no-repeat;
    position: relative;
}

#divSombraBottom
{
    width: 573px;
    height: 13px;
    float: left;
    background-image: url(../img/bottomSombra.gif);
    background-repeat: repeat-x;
    position: relative;
}

#divSombraBottomRight
{
    width: 26px;
    height: 13px;
    float: left;
    background-image: url(../img/bottomSombraRight.gif);
    background-repeat: no-repeat;
    position: relative;
}

#divConteudo
{
    width: 615px;
    min-height: 900px;
    height: auto;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 5px;
    float: left;
}

#divConteudoContainerTop
{
    /*position: relative;*/
    padding-bottom: 22px;
    /*overflow: auto;*/
    float: left;
}

#divConteudoContainerBottom
{
    /*position: absolute;*/
    bottom: 0px;
    padding: 0px 20px 10px 20px;
    float: left;
}

#divLogos
{
    width: 575px;
    float: left;
    height: 68px;
    margin-bottom: 35px;
}

#divLogoRedunicre
{
    height: 68px;
    float: left;
    position: relative;
}

#divLogoSaphety
{
    height: 46px;
    margin-top: 11px;
    margin-left: 25px;
    float: left;
    position: relative;
}

.txtMenuGamas
{
    color: #f68e1e;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

a.txtMenuGamas:link a.txtMenuGamas:visited
{
    color: #f68e1e;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

a.txtMenuGamas:hover
{
    color: #472a2b;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.txtMenuPrincipal
{
    color: #472a2b;
    font-weight: bold;
    text-decoration: none;
}

a.txtMenuPrincipal:link a.txtMenuPrincipal:visited
{
    color: #472a2b;
    font-weight: bold;
    text-decoration: none;
}

a.txtMenuPrincipal:hover
{
    color: #f68e1e;
    font-weight: bold;
    text-decoration: none;
}

.txtMenuSecundario
{
    color: #472a2b;
    text-decoration: none;
}

a.txtMenuSecundario:link a.txtMenuSecundario:visited
{
    color: #472a2b;
    text-decoration: none;
}

a.txtMenuSecundario:hover
{
    color: #f68e1e;
    text-decoration: none;
}

.divMenus
{
    float: left;
    margin-bottom: 5px;
    width: 575px;
}

#divCopyright
{
    color: #472a2b;
    margin-top: 15px;
    width: 575px;
}

.divProdutoPreview
{
    height: 135px;
    width: 150px;
    margin: 5px 0px 5px 0px;
    position: relative;
    float: left;
}

.divProdutoPreviewImage
{
    height: 100px;
    width: 150px;
    position: relative;
    text-align: center;
    float: left;
    z-index: 999;
}

.divProdutoPreviewImageApagar
{
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(../img/btListaApagar.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.divProdutoPreviewName
{
    height: 24px;
    width: 128px;
    color: #f68e1e;
    font-size: 10px;
    float: left;
    position: relative;
}

a.txtProdutoPreviewName:link, a.txtProdutoPreviewName:visited
{
    height: 12px;
    width: 128px;
    color: #f68e1e;
    font-size: 10px;
    float: left;
    text-decoration: none;
}

a.txtProdutoPreviewName:hover
{
    height: 12px;
    width: 128px;
    color: #472a2b;
    font-size: 10px;
    float: left;
    text-decoration: none;
}

.divProdutoPreviewBTCarrinho
{
    height: 10px;
    width: 12px;
    margin: 1px 5px 1px 5px;
    float: left;
    background-image: url(../img/btCarrinho.gif);
    background-repeat: repeat-x;
    position: relative;
    cursor: pointer;
}

.divProdutoPreviewLinha
{
    height: 1px;
    width: 150px;
    background-image: url(../img/linhaProdutoPreview.gif);
    background-repeat: repeat-x;
    position: relative;
    float: left;
}

.divProdutoPreviewPrice
{
    height: 12px;
    width: 150px;
    color: #f68e1e;
    font-size: 10px;
    position: relative;
    float: left;
}

.txtProdutoPreviewPrice
{
    color: #472a2b;
    font-size: 10px;
}

.divDestaqueProdutosHome
{
    width: 150px;
    float: left;
}

.divGamaSeparator
{
    float: left;
    width: 5px;
    height: 5px;
    position: relative;
}

.divGamaTopoHome
{
    float: left;
    width: 150px;
    height: 54px;
    margin-bottom: 3px;
    position: relative;
}

.divGamaTopoHomeText
{
    width: 145px;
    height: 25.2px;
    position: absolute;
    bottom: 0px;
    left: 5px;
    font-size: 18px;
}

.divGamaSwfHome
{
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
}

#divTextRecomendar
{
}

#divMenuSuperior
{
    float: left;
    width: 385px;
    height: 14px;
    position: relative;
    margin-top: 10px;
}

.divTopoDetalhe
{
    width: 615px;
    height: 54px;
    margin-bottom: 5px;
    position: relative;
}

.divImagem
{
    width: 456px;
    height: 342px;
    margin-right: 5px;
    margin-bottom: 25px;
    float: left;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.imgFoto
{
    width: 456px;
    height: 342px;
    display: block;    
}

#divImagemGama
{
    width: 615px;
    height: 215px;
    float: left;
    position: relative;
}

#divDetalheProduto
{
    width: 148px;
    height: 342px;
    position: relative;
    float: left;
}

#divDetalheProdutoTexto
{
    width: 148px;
    height: 264px;
    position: absolute;
    top: 0px;
    padding-bottom: 68px;
    padding-top: 5px;
}

#divDetalheProdutoBTs
{
    width: 148px;
    height: 68px;
    position: absolute;
    bottom: 0px;
}

.divProdutoLinha
{
    height: 1px;
    width: 100%;
    background-image: url(../img/linhaProdutoPreview.gif);
    background-repeat: repeat-x;
    position: relative;
    float: none;
}

.divProdutoPrice
{
    height: 12px;
    width: 100%;
    color: #f68e1e;
    font-size: 10px;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#divTitProdutosAssociados
{
    width: 289px;
    height: 34px;
    position: relative;
    background-image: url(../img/titProdutosAssociados.gif);
    background-repeat: no-repeat;
    float: left;
    margin-top:10px;
}

#divProdutosAssociados
{
    width: 615px;
    float: left;
}

.divDetalheProdutoBTAdicionarCarrinho
{
    width: 128px;
    height: 22px;
    position: relative;
    background-image: url(../img/btAdicionarCarrinho.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.divDetalheProdutoBTAdicionarWishlist
{
    width: 122px;
    height: 22px;
    position: relative;
    background-image: url(../img/btAdicionarWishlist.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.divDetalheProdutoBTRecomendar
{
    width: 125px;
    height: 22px;
    position: relative;
    background-image: url(../img/btRecomendarProduto.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

#divBTSLista
{
    margin: 16px 0px 0px 261px;
    width: 32px;
    height: 10px;
    position: relative;
    display: none;
}

.divBTListaLeft
{
    width: 10px;
    height: 10px;
    position: relative;
    background-image: url(../img/setaListaEsqOn.gif);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.divBTListaRight
{
    width: 10px;
    height: 10px;
    position: relative;
    background-image: url(../img/setaListaDirOn.gif);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

.divBTListaLeftOff
{
    width: 10px;
    height: 10px;
    position: relative;
    background-image: url(../img/setaListaEsqOff.gif);
    background-repeat: no-repeat;
    float: left;
    cursor: default;
}

.divBTListaRightOff
{
    width: 10px;
    height: 10px;
    position: relative;
    background-image: url(../img/setaListaDirOff.gif);
    background-repeat: no-repeat;
    float: right;
    cursor: default;
}

#divDetalheProdutoBTsContainerRelative
{
    position: relative;
    width: 148px;
    height: 68px;
}

#divDetalheProdutoBTsContainer
{
    position: absolute;
    bottom: 0px;
}

.divTodaGamaHome
{
    width: 150px;
    height: 19px;
    background-image: url(../img/setaTodaGama.png);
    background-repeat: no-repeat;
    background-position: 134px 3px;
    position: relative;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.divGama
{
    width: 305px;
    height: 125px;
    position: relative;
    float: left;
    margin-top: 10px;
}

.divGamaImage
{
    width: 145px;
    height: 100px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.divGamaText
{
    width: 145px;
    height: 80px;
    position: relative;
    float: left;
    color: #472a2b;
    text-align: justify;
    font-family: Verdana;
}

.divGamaFooter
{
    width: 305px;
    height: 19px;
    position: relative;
    float: left;
    margin-top: 5px;
    background-image: url(../img/setaTodaGama.png);
    background-repeat: no-repeat;
    background-position: 288px 3px;
}

.divGamaTitle
{
    font-size: 17px;
}

.divGamaLink
{
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}

.divLinhaForm
{
    width: 615px;
    float: left;
    margin-top: 10px;
    overflow: visible;
}

.divFormLabel
{
    width: 120px;
    text-align: right;
    float: left;
    overflow: visible;
}

.divFormTextBox
{
    width: 400px;
    float: left;
    overflow: visible;
}

.txt350
{
    width: 350px;
}

.txtCodPostal
{
    width: 50px;
}

.txtCodPostal2
{
    width: 30px;
}

.txtCodPostalLocalidade
{
    width: 245px;
}

.linkGama
{
    font-size: 16px;
}

.divTopoDetalheTextVoltar
{
    font-size: 16px;
}
.divTopoDetalheText
{
    position: absolute;
    bottom: 0px;
    font-size: 20px;
}

.divTitleRegisto
{
    width: 615px;
    height: 15px;
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #472a2b;
}

#divFormBT
{
    width: 475px;
    height: 15px;
    position: relative;
    float: left;
    text-align: right;
}

.divErrorLogin
{
    color: Red;
}

.divItemMenuSuperior
{
    float: left;
    font-size: 14px;
    padding-left: 10px;
    background-image: url(../img/setaMenuSuperior.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

/*********************/
.flash-replaced .alt
{
    display: block;
    height: 0;
    position: absolute;
    overflow: hidden;
    width: 0;
}

/*********************/

#tblCart thead td
{
    border-top: solid 2px #f68e1e;
    border-bottom: solid 1px #f68e1e;
}

#tblCart thead td
{
    color: #472a2b;
    font-weight: bold;
}

#tblCart .sku
{
    font-size: 9px;
    color: #909090;
}

#tblCart .row
{
    border-bottom: solid 1px #cccccc;
}

#tblCart .altRow
{
    border-bottom: solid 1px #cccccc;
    background-color: #fff1e1;
}

#tblCart .total
{
    border-bottom: solid 2px #909090;
    background-color: #ffbf79;
    font-weight: bold;
}

#tblAC .head
{
    border-top: solid 2px #f68e1e;
    border-bottom: solid 1px #f68e1e;
    color: #472a2b;
    font-weight: bold;
}

#tblAC .sku
{
    font-size: 9px;
    color: #909090;
}

#tblAC .row
{
    border-bottom: solid 1px #cccccc;
}

#tblAC .altRow
{
    border-bottom: solid 1px #cccccc;
    background-color: #fff1e1;
}

#tblAC .total
{
    border-bottom: solid 2px #909090;
    background-color: #ffbf79;
    font-weight: bold;
}

.txtCartNum
{
    text-align: right;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}