/* HTML5 Boilerplate CSS: h5bp.com  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #00e;
}
a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:invalid, textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
@media only screen and (min-width: 35em) {
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
body {
    background-color: #f1f3f2;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
}
textarea, input, select, button {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 6px;
}
a {
    color: #f1f1f2;
    text-decoration: none;
}
h2.preco {
    font-weight: normal !important;
}

#superMenu {
    min-height: 545px;
    background-color: #222224;
    background-image: url('/imagens/menu/superMenu_top_bg.png');
    background-repeat: repeat-x;
    background-position: top;
}
#superMenu a {
    color: #f1f1f2;
    text-decoration: none;
}
#superMenu a:hover {
    color: #1976bc;
    cursor: pointer;
}
#superMenu #login {
    color: #fff;
    width: 60px;
    margin-top: 14px;
    padding-left: 20px;
    padding-top: 2px;
    cursor: pointer;
    float: right;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -137px -1446px;
}
#superMenu #login:hover {
    background-position: -137px -1483px;
    color: #1976bc; 
}
#superMenu #logo { 
    width: 417px; 
    height: 262px;
    margin: auto;
    background-image: url('/imagens/logo_big.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0 70px 0;
}
#superMenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#superMenu ul li {
    width: 118px;
    height: 110px;
    color: #fff;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}
#superMenu ul li .titulo {
    height: 26px;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
#superMenu ul li .imagem {
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
}
#superMenu ul #sm_t-shirts .imagem, #superMenu ul #sm_hoodies .imagem, #superMenu ul #sm_sacos .imagem, #superMenu ul #sm_vinil .imagem, #superMenu ul #sm_estampagem .imagem, #superMenu ul #sm_impressao .imagem {
    width: 118px;
    height: 118px;
}
#superMenu ul #sm_t-shirts .imagem {
    background-position: -81px -1096px;
}
#superMenu ul #sm_t-shirts:hover .imagem, #superMenu ul #sm_t-shirts.activo .imagem {
    background-position: -81px -1233px;
}
#superMenu ul #sm_t-shirts:hover a, #superMenu ul #sm_t-shirts.activo a {
    color: #1976bc;
}
#superMenu ul #sm_hoodies .imagem {
    background-position: -81px -274px;
}
#superMenu ul #sm_hoodies:hover .imagem, #superMenu ul #sm_hoodies.activo .imagem {
    background-position: -81px -411px;
}
#superMenu ul #sm_hoodies:hover a, #superMenu ul #sm_hoodies.activo a {
    color: #1976bc;
}
#superMenu ul #sm_sacos .imagem {
    background-position: -81px -822px;
}
#superMenu ul #sm_sacos:hover .imagem, #superMenu ul #sm_sacos.activo .imagem {
    background-position: -81px -959px;
}
#superMenu ul #sm_sacos:hover a, #superMenu ul #sm_sacos.activo a {
    color: #1976bc;
}
#superMenu ul #sm_vinil .imagem {
    background-position: -81px -1370px;
}
#superMenu ul #sm_vinil:hover .imagem, #superMenu ul #sm_vinil.activo .imagem {
    background-position: -81px -1507px;
}
#superMenu ul #sm_vinil:hover a, #superMenu ul #sm_vinil.activo a {
    color: #1976bc;
}
#superMenu ul #sm_estampagem .imagem {
    background-position: -81px 0;
}
#superMenu ul #sm_estampagem:hover .imagem, #superMenu ul #sm_estampagem.activo .imagem {
    background-position: -81px -137px;
}
#superMenu ul #sm_estampagem:hover a, #superMenu ul #sm_estampagem.activo a {
    color: #1976bc;
}
#superMenu ul #sm_impressao .imagem {
    background-position: -81px -548px;
}
#superMenu ul #sm_impressao:hover .imagem, #superMenu ul #sm_impressao.activo .imagem {
    background-position: -81px -685px;
}
#superMenu ul #sm_impressao:hover a, #superMenu ul #sm_impressao.activo a {
    color: #1976bc;
}
#menu {
    background-color: #212224;
    color: #f1f3f2;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
}
#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}
#menu ul a {
    color: #f1f1f2;
    margin-top: 4px;
}
#menu ul .activo a {
    color: #1976bc;
}
#menu ul:hover {
    cursor: pointer;
}
#menu ul li {
    height: 18px;
    margin-right: 18px;
    float: left;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}
#menu ul #small_logo .imagem, #menu ul #small_t-shirts .imagem, #menu ul #small_hoodies .imagem, #menu ul #small_sacos .imagem, #menu ul #small_vinil .imagem, #menu ul #small_impressao .imagem, #menu ul #small_estampagem .imagem, #menu ul #small_login .imagem, #menu ul #small_criar .imagem {
    width: 22px;
    height: 22px;
    margin: 0;
    margin-top: -5px;
    margin-right: 3px;
    padding: 0;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    float: left;
}
#menu ul #small_t-shirts, #menu ul #small_hoodies, #menu ul #small_sacos, #menu ul #small_vinil, #menu ul #small_impressao, #menu ul #small_estampagem, #menu ul #small_login, #menu ul #small_criar {
    margin-top: 10px;
}
#menu ul #small_logo:hover .imagem, #menu ul #small_logo.activo .imagem {
    width: 50px;
    height: 31px;
    background-position: 0 -1433px;
}
#menu ul #small_logo:hover a, #menu ul #small_logo.activo a {
    color: #1976bc;
}
#menu ul #small_logo .imagem {
    width: 50px;
    height: 31px;
    background-position: 0 -1382px;
    margin-right: 7px;
}
#menu ul #small_t-shirts:hover .imagem, #menu ul #small_t-shirts.activo .imagem {
    background-position: 0 -1666px;
}
#menu ul #small_t-shirts:hover a, #menu ul #small_t-shirts.activo a {
    color: #1976bc;
}
#menu ul #small_t-shirts .imagem {
    background-position: 0 -1630px;
    margin-right: 7px;
}
#menu ul #small_hoodies:hover .imagem, #menu ul #small_hoodies.activo .imagem {
    background-position: 0 -1190px;
}
#menu ul #small_hoodies:hover a, #menu ul #small_hoodies.activo a {
    color: #1976bc;
}
#menu ul #small_hoodies .imagem {
    background-position: 0 -1152px;
    margin-right: 7px;
}
#menu ul #small_sacos:hover .imagem, #menu ul #small_sacos.activo .imagem {
    background-position: 0 -1592px;
}
#menu ul #small_sacos:hover a, #menu ul #small_sacos.activo a {
    color: #1976bc;
}
#menu ul #small_sacos .imagem {
    background-position: 0 -1556px;
    margin-right: 4px;
}
#menu ul #small_vinil:hover .imagem, #menu ul #small_vinil.activo .imagem {
    background-position: 0 -1737px;
}
#menu ul #small_vinil:hover a, #menu ul #small_vinil.activo a {
    color: #1976bc;
}
#menu ul #small_vinil .imagem {
    background-position: 0 -1701px;
    margin-right: 4px;
}
#menu ul #small_estampagem:hover .imagem, #menu ul #small_estampagem.activo .imagem {
    background-position: 0 -1115px;
}
#menu ul #small_estampagem:hover a, #menu ul #small_estampagem.activo a {
    color: #1976bc;
}
#menu ul #small_estampagem .imagem {
    background-position: 0 -1079px;
    margin-right: 7px;
}
#menu ul #small_impressao:hover .imagem, #menu ul #small_impressao.activo .imagem {
    background-position: 0 -1268px;
}
#menu ul #small_impressao:hover a, #menu ul #small_impressao.activo a {
    color: #1976bc;
}
#menu ul #small_impressao .imagem {
    background-position: 0 -1228px;
    margin-right: 7px;
}
#menu ul #small_login:hover, #menu ul #small_login.activo {
    color: #1976bc;
}
#menu ul #small_login:hover .imagem, #menu ul #small_login.activo .imagem {
    background-position: 0 -1345px;
}
#menu ul #small_login:hover a, #menu ul #small_login.activo a {
    color: #1976bc;
}
#menu ul #small_login.activo .imagem {
    background-position: 0 -969px;
}
#menu ul #small_login .imagem {
    background-position: 0 -1308px;
    margin-right: 0px;
}
#menu ul #small_criar:hover, #menu ul #small_criar.activo {
    color: #1976bc;
}
#menu ul #small_criar:hover .imagem, #menu ul #small_criar.activo .imagem {
    background-position: 0px -2039px;
}
#menu ul #small_criar:hover a, #menu ul #small_criar.activo a {
    color: #1976bc;
}
#menu ul #small_criar .imagem {
    background-position: 0px -2003px;
    margin-right: 0px;
}
#corpo {
    margin-top: 4px;
    background-color: #f1f3f2;
}
#corpo a {
    color: #1976bc;
}
#rodape {
    background-color: #212224;
    color: #f1f3f2;
    cursor: inherit !important;
}
#rodape a {
    color: #f1f1f2;
}
#rodape .activo a {
    color: #1976bc;
}
#rodape:hover {
    cursor: pointer;
}
#rodape #menuRodape {
    height: 40px;
    width: 750px;
}
#rodape #menuRodape #copyright {
    color: #ffffff;
    font-size: 10px;
    float: right;
    margin-top: 2px;
    margin-right: 10px;
}
#rodape #menuRodape #copyright a {

}
#rodape #menuRodape ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#rodape #menuRodape ul li {
    height: 20px;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
    text-align: left;
    cursor: pointer;
}
#rodape #menuRodape ul li:hover, #rodape #menuRodape ul li.activo {
    color: #1976bc;
}
#rodape #menuRodape ul  .imagem{
    width: 16px;
    height: 16px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    float: left;
    margin-right: 4px;
    margin-top: -2px;
}
#rodape #menuRodape ul #sobrenos:hover .imagem, #rodape #menuRodape ul #sobrenos.activo .imagem {
    background-position: 0 -1944px;
}
#rodape #menuRodape ul #sobrenos:hover a, #rodape #menuRodape ul #sobrenos.activo a {
    color: #1976bc;
}
#rodape #menuRodape ul #sobrenos .imagem {
    background-position: 0 -1908px;
}
#rodape #menuRodape ul #faqs:hover .imagem, #rodape #menuRodape ul #faqs.activo .imagem {
    background-position: 0 -530px;
}
#rodape #menuRodape ul #faqs:hover a, #rodape #menuRodape ul #faqs.activo a {
    color: #1976bc;
}
#rodape #menuRodape ul #faqs .imagem {
    background-position: 0 -494px;
}
#rodape #menuRodape ul #termos:hover .imagem, #rodape #menuRodape ul #termos.activo .imagem {
    background-position: 0 -729px;
}
#rodape #menuRodape ul #termos:hover a, #rodape #menuRodape ul #termos.activo a {
    color: #1976bc;
}
#rodape #menuRodape ul #termos .imagem {
    background-position: 0 -693px;
}
#rodape #menuRodape ul #contactos:hover .imagem, #rodape #menuRodape ul #contactos.activo .imagem {
    background-position: 0 -530px;
}
#rodape #menuRodape ul #contactos:hover a, #rodape #menuRodape ul #contactos.activo a {
    color: #1976bc;
}
#rodape #menuRodape ul #contactos .imagem {
    background-position: 0 -494px;
}
#rodape #menuRodape ul #facebook:hover .imagem, #rodape #menuRodape ul #facebook.activo .imagem {
    background-position: 0 -657px;
}
#rodape #menuRodape ul #facebook:hover a, #rodape #menuRodape ul #facebook.activo a {
    color: #1976bc;
}
#rodape #menuRodape ul #facebook .imagem {
    background-position: 0 -621px;
}
.conteudo {
    width: 750px;
    margin: auto;
}
.conteudo_cesto {
    width: 900px;
    margin: auto;
}

#cesto {
    position: absolute;
    margin-left: 840px;
    height: 155px;
    padding-top: 20px;
    padding-left: 7px;
}
#cesto.azul #imagemCesto {
    width: 61px;
    height: 75px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -252px;
}
#cesto.azul #textoCesto {
    color: #1976bc;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#cesto.branco #imagemCesto {
    width: 61px;
    height: 75px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -346px;
}
#cesto.branco #textoCesto {
    color: #f1f3f2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#cesto.preto #imagemCesto {
    width: 61px;
    height: 75px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -158px;
}
#cesto.preto #textoCesto {
    color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#cesto.activo {
    background-position: 0 -252px;
    color: #1976bc;
}
#cesto:hover {
    cursor: pointer;
}
#cesto.black {
    background-position: 0 -158px;
}
#cesto.black:hover {
    background-position: 0 -346px;
}
#cesto #texto {
    color: #f1f3f2;
    text-align: center;
}
#cesto #texto.black {
    color: #222;
}
#cesto #texto.azul {
    color: #1976bc;
}
.cestinho {
    width: 14px;
    height: 14px;
    float: left;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -90px;
}
.cestinho:hover {
    background-position: 0 -124px;
}
.span {
    padding-bottom: 25px;
}
.on {
    color: #1976bc;
}
.esquerda {
    width: 334px;
    margin: 0;
    margin-right: 120px;
    float: left;
    color: #18191b;
}
.esquerda h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
}
.esquerda h2 {
    margin: 10px 0 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.esquerda p {
    margin: 0 0 10px 0;
    line-height: 20px;
}
.esquerda h2.acordiao:hover {
    cursor: pointer;
}
.esquerda h2.acordiao.on .imagem, .esquerda h2.acordiao.off .imagem {
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    float: left;
}
.esquerda h2.acordiao.on h2 {
    color: red;
}
.esquerda h2.acordiao.on .imagem {
    background-position: 0 5px;
}
.esquerda h2.acordiao.off h2 {
    color: #222;
}
.esquerda h2.acordiao.off .imagem {
    background-position: 0 -22px;
}
h3.acordiao{
	margin-bottom: -8px;
}


.direita {
    width: 290px;
    margin: 0;
    float: left;
}
.direita .moldura {
    width: 290px;
    height: 290px;
}
.moldura {
    margin-top: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.cores .cor {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
    cursor: pointer;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -130px -3000px;
}
.cores .cor:hover {
    background-position: 4px -1770px;
}
.cores .selected {
    background-position: 4px -1770px;
    cursor: default;
}
.cores .c_ffffff {
    background-color: #ffffff;
}
.cores .c_d1d2d4 {
    background-color: #d1d2d4;
}
.cores .c_e8232c {
    background-color: #e8232c;
}
.cores .c_ee5e2c {
    background-color: #ee5e2c;
}
.cores .c_e9a422 {
    background-color: #e9a422;
}
.cores .c_006939 {
    background-color: #006939;
}
.cores .c_1c4a97 {
    background-color: #1c4a97;
}
.cores .c_222224 {
    background-color: #222224;
}
.cores .c_e887b4 {
    background-color: #e887b4;
}
.cores .c_119147 {
    background-color: #119147;
}
.cores .c_394366 {
    background-color: #394366;
}
.cores .c_00bacf {
    background-color: #00bacf;
}
.cores .c_3f3124 {
    background-color: #3f3124;
}
.cores .c_ffe8c8 {
    background-color: #ffe8c8;
}
input, .select {
    background-color: #212224;
    color: #f1f3f2;
    border: 0;
    width: 220px;
    height: 19px;
    padding: 6px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
select {
    width: 220px;
    margin: 0;
    padding: 2px 30px 2px 2px;
    border: none;
    overflow: hidden;
    background: transparent url('/imagens/seta_select.png') no-repeat right center;
    color: #f1f3f2;
}
label {
    text-transform: uppercase;
}
.celula {
    width: 249px;
    float: left;
}
.celula textarea {
  /*  height: 103px !important; /* era 97px    pd: 27-08-2012 */
    height: 97px !important;
    width: 220px !important
}

#contactos-faqs textarea{
	width: 334px !important;
}

#detalhes .esquerda {
    width: 470px;
}
#detalhes .esquerda .moldura {
    width: 500px;
    height: 500px;
    margin-bottom: 10px;
    background-image: url('../img/zoom_500x500.png');
}
#detalhes .direita {
    width: 152px;
    color: #222224;
}
#detalhes .direita h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#detalhes .direita h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 800;
}
#detalhes .direita .separador {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 6px;
}
#detalhes .direita p {
    margin: 5px 0 10px 0;
    padding: 0;
}
.botao, .shop {
    color: #f1f1f2;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 9px;
    margin-right: 6px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #222224;
    float: left;
}
.botao:hover, .shop:hover {
    background-color: #1976BC !important;
}
.seleccionado {
    background-color: #1976bc;
}
.seleccionado:hover {
    background-color: gray;
}
.shop {
    font-size: 15px;
    width: 104px;
    margin-top: 16px;
    padding: 24px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}
.shop:hover {
    background-color: #1976bc;
}
.janela_login .jlogin_coluna .botao {
    width: 102px;
    margin-top: 8px;
}
.janela_login .jlogin_coluna .botao:hover {
    background-color: #1976BC;
}
#montra h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#montra .item {
    width: 180px;
    margin-right: 6px;
    margin-bottom: 30px;
    float: left;
}
#montra .item h1 {
    font-size: 14px;
    margin: 0;
    margin-top: 14px;
    padding: 0;
}
#montra .item .moldura {
    width: 180px;
    height: 180px;
    background-color: #222224;
}
#checkout {
    padding-top: 8px;
}
#checkout h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}
#checkout h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}
#checkout .item {
    width: 500px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    margin-top: 14px;
    border-width: 1px !important;
    border-bottom: dashed;
    border-color: #8f8f8f;
}
#checkout .botao {
    height: 17px;
}
#checkout .esquerda {
    width: 500px;
    min-height: 600px;
    margin-right: 0px;
}
#checkout .esquerda p {
    margin-bottom: 6px;
}
#checkout .esquerda .moldura {
    width: 186px !important;
    height: 186px;
    float: left;
    margin-top: 0;
    margin-right: 26px;
}
#checkout .esquerda .informacao {
    float: left;
    width: 200px;
}
#checkout .esquerda .quantidades {
    margin-top: 1px;
}
#checkout .esquerda .quantidades .removeritem {
    color: #818286;
    margin-top: 0;
    font-size: 12px;
}
#checkout .esquerda .quantidades .btnAtualizar {
    margin-top: 4px;
}
#checkout .esquerda .quantidades .qtdNova {
    width: 20px;
    height: 15px;
}
#checkout .direita {
    width: 170px;
    float: left !important;
    margin-left: 70px;
    padding-top: 14px;
}
#checkout .direita #metodosPagamento {
    margin-top: 10px;
}
#checkout .direita #metodosPagamento .radio {
    width: 16px;
    height: 16px;
    background-image: url('/imagens/radio_unselected.png');
    background-repeat: no-repeat;
    float: right;
}
#checkout .direita #metodosPagamento .radio:hover {
    background-image: url('/imagens/radio_selected.png') !important;
}
#checkout .direita #metodosPagamento .selected {
    width: 16px;
    height: 16px;
    background-image: url('/imagens/radio_selected.png') !important;
}
#checkout .direita .botao {
    width: 153px;
    margin-top: 10px;
    background-color: #1976bc;
    font-size: 14px;
    font-weight: bold;
}
#checkout input {
    float: left;
    margin-right: 6px;
}
#pagamento {
    margin-top: -3px;
}
#e404 .titulo {
    margin-botton: 10px;
}
#e404 .titulo .imagem {
    width: 42px;
    height: 50px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -78px -2004px;
    float: left;
    margin-right: 12px;
}
#e404 .titulo .texto {
    padding-top: 16px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
#contactos-faqs {
    margin-bottom: 50px;
}
#contactos-faqs .esquerda {
    width: 355px;
    margin-right: 40px;
}
#contactos-faqs .esquerda .titulo > .imagem {
    background-position: -78px -1948px;
}
#contactos-faqs .direita {
    width: 355px;
}
#contactos-faqs .direita h3 {
	text-align: left; clear:both;
	width: 342px;
	line-height: 16px;	
	
	font-weight: normal;
	font-size: 14px;
}
#contactos-faqs .direita h3.on{
	font-weight: bold;
}


#contactos-faqs .direita h3:hover {
	color: #1976bc; cursor: pointer;
}


#contactos-faqs .direita h3.on .imagem, #contactos-faqs .direita h3.off .imagem {
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    width: 14px;
    height: 14px;
    margin-right: -1px;
    float: left;
    
}
/*#contactos-faqs .direita h3.off:hover .imagem*/
#contactos-faqs .direita h3.on .imagem{
    background-position: 0 5px;
}

#contactos-faqs .direita h3.off .imagem {
    background-position: 0 -23px;
}

#contactos-faqs .direita .titulo > .imagem {
    background: url('/imagens/faqs.png') no-repeat top left;
    margin-top: 4px;
    width: 44px;
}
#contactos-faqs .titulo {
    margin-bottom: 10px;
}
#contactos-faqs .titulo .imagem {
    width: 42px;
    height: 50px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    float: left;
    margin-right: 12px;
}
#contactos-faqs .titulo .texto {
    padding-top: 16px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
#contactos-faqs input {
    width: 338px;
}
/* 20.fev.2013 */
#termos .titulo .imagem {
	background-position: -78px -2004px !important;
}
#termos .titulo {
    margin-bottom: 10px;
}
#termos .titulo .imagem {
	width: 42px;
	height: 50px;
	background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
	float: left;
	margin-right: 12px;
}
#termos .titulo .texto {
    padding-top: 16px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
/* 20.fev.2013 */
#recupOverlay {
    margin-bottom: 18px;
    margin-top: 18px;
}
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
}
#overlay .janela {
    margin: 64px auto;
    background-color: #f4f4f4;
    border-style: solid;
    border-width: 10px;
    border-color: #1976bc;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -khtml-border-radius: 12px;
}
#overlay .janela .janela_titulo {
    color: #1976bc;
    margin: 18px;
    display: inline-block;
}
#overlay .janela .janela_titulo .imagem {
    width: 35px;
    height: 48px;
    margin-right: 10px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -831px;
    float: left;
}
#overlay .janela .janela_titulo .imagem.criar {
    width: 42px;
    height: 42px;
    background-position: -128px -1907px;
    margin-right: 0px;
}
#overlay .janela .janela_titulo .imagem.recup {
    width: 42px;
    height: 42px;
    background-position: -128px -1849px;
}
#overlay .janela .janela_titulo .texto {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    float: left;
}
#overlay .janela .center {
    margin: auto;
    height: 42px;
    display: block !important;
}
#overlay .janela .janela_login {
    text-transform: uppercase;
    text-align: left;
}
#overlay .janela .janela_login p {
    font-size: 12px;
    /*font-style: italic;*/
    text-transform: none;
}
#overlay .janela .janela_login #menuBar {
    height: 20px;
    background-color: #1976bc;
}
#overlay .janela .janela_login #menuBar #fechar {
    float: right;
    margin-top: -4px;
    margin-right: 22px;
    width: 17px;
    height: 18px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -765px;
}
#overlay .janela.w370 {
    width: 370px;
    text-transform: uppercase !important;
}
#overlay .janela.w730 {
    width: 670px;
    text-transform: uppercase !important;
}
#overlay .janela .jlogin_coluna {
    width: 288px;
    float: left;
}
#overlay .janela .jlogin_coluna:first-child {
    margin-right: 50px;
}
#overlay .janela .formLogin {
    margin: 0px 22px 22px 22px;
}
#overlay .janela .formLogin .celula {
    width: 284px !important;
}
#overlay .janela .jlogin_coluna input {
    width: 272px;
}
#overlay .janela #criarSucesso {
    font-size: 10px;
    color: #1976bc;
    padding-top: 20px;
    font-style: italic;
}
#overlay .janela #criarSucesso img {
    margin-left: 5px;
}

#innerOverlay {
    -webkit-box-shadow: 0 1px 14px 1px #2C2C2C;
    -moz-box-shadow: 0 1px 14px 1px #2C2C2C;
    box-shadow: 0 1px 14px 1px #2C2C2C;
}

#menuLogin {
    z-index: 1031;
    width: 61px;
    position: fixed;
    margin-left: -19px;
    top: 57px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1);
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    border-style: solid;
    border-width: 10px;
    border-color: #1976bc;
    background-color: #1976bc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    font-size: 11px;
}
#menuLogin ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#menuLogin ul li {
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    cursor: pointer;
}
#menuLogin ul li img {
    margin-right: 10px;
}
#meditarConta .imagem {
    width: 25px;
    height: 20px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -81px -2148px;
    float: left;
}
#meditarConta .texto {
    float: left;
    height: 11px;
    padding-top: 9px;
    margin-bottom: 6px;
}
#meditarConta:hover .imagem {
    background-position: -90px -2112px
}
#meditarConta:hover .texto {
    color: #222224;
}

#logout .texto {
    float: left;
    padding-top: 8px;
    height: 11px;
}
#logout .imagem {
    width: 18px;
    height: 20px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -30px -1519px;
    float: left;
}
#logout:hover .texto {
    color: #222224;
}
#logout:hover .imagem {
    background-position: 0 -1481px;
}
#barbatana {
    z-index: 1031;
    width: 80px;
    position: fixed;
    margin-left: 21px;
    top: 42px;
    width: 28px;
    height: 34px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -55px;
}

.conteudo_menuLogin {
    margin: auto;
    width: 750px;
    position: relative;
}
#mmenu {
    position: absolute;
    margin-left: 670px;
    padding-left: 7px;
}

#editarConta .janela_titulo {
    font-size: 20px;
    font-weight: bold;
    color: #1976bc;
    margin-top: 12px;
    margin-bottom: 16px;
}
#editarConta .janela_titulo .imagem {
    width: 28px;
    height: 34px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: 0 -440px;
    float: left;
    margin-right: 12px;
}

#editarConta .janela_titulo .texto {
    float: left;
    margin-top: 10px;
}
#editarConta .janela_titulo .texto:hover {
    color: #1976bc;
}

#editarConta .janela_titulo img {
    margin-bottom: 22px;
}
#editarConta .jEditarConta {
    width: 350px;
}
#editarConta .jEditarColuna {
    width: 275px;
    margin-right: 40px;
    float: left;
}
#editarConta .jEditarColuna .celula {
    width: 280px;
}
#editarConta .jEditarColuna .celula input {
    width: 260px;
}
#editarConta .jEditarColuna .celula .botao {
    height: 19px;
    margin-top: 4px;
}
#loginOverlay.inOverlay .janela_titulo {
    width: 100px;
    margin-top: 18px;
}
#recupOverlay.inOverlay .janela_titulo {
    width: 280px;
    margin-bottom: 20px;
}
#recupOverlay.inOverlay .jlogin_coluna {
    width: 330px;
}
#recupOverlay.inOverlay .jlogin_coluna:first-child {
    margin-right: 0px;
}
#recupOverlay.inOverlay input {
    width: 310px !important;
}
#recupOverlay.inOverlay .janela_titulo .texto {
    margin-left: -10px;
}

#loginOverlay.inOverlay input {
    width: 310px !important;
}
#loginOverlay.inOverlay {
    margin-bottom: 18px;
}
#loginOverlay.inOverlay .janela_titulo .texto {
    margin-top: 23px;
}
#logOutOverlay.inOverlay, #shopConfirmOverlay.inOverlay, #msgEnvOverlay.inOverlay, #formOrcFeedbackOverlay.inOverlay {

    margin-top: 0;
}
#logOutOverlay.inOverlay .janela_titulo, #shopConfirmOverlay.inOverlay .janela_titulo, #msgEnvOverlay.inOverlay .janela_titulo, #formOrcFeedbackOverlay.inOverlay .janela_titulo {
    width: 330px;
}
#logOutOverlay.inOverlay .janela_titulo .imagem, #shopConfirmOverlay.inOverlay .janela_titulo .imagem, #msgEnvOverlay.inOverlay .janela_titulo .imagem, #formOrcFeedbackOverlay.inOverlay .janela_titulo .imagem {
    margin: auto;
    float: none;
    margin-bottom: -15px;
    background-position: -128px -2016px;
    width: 50px;
}
#shopConfirmOverlay.inOverlay .janela_titulo .imagem {
    background-position: 0 0;
    background-image: url(//static.typeitstore.pt/imagens/cesto.png);
}
#msgEnvOverlay.inOverlay .janela_titulo .imagem {
    background-position: -128px -1958px;
}
#formOrcFeedbackOverlay.inOverlay .janela_titulo .imagem {
    background-position: -128px -2117px;
}
#logOutOverlay.inOverlay .janela_titulo .texto, #shopConfirmOverlay.inOverlay .janela_titulo .texto, #msgEnvOverlay.inOverlay .janela_titulo .texto, #formOrcFeedbackOverlay.inOverlay .janela_titulo .texto {
    text-align: center;
    width: 330px;
    text-transform: none;
}
#infoMedidasOverlay.inOverlay .janela_titulo {
    width: 335px;
}
#infoMedidasOverlay.inOverlay .janela_titulo .imagem {
    /*margin: auto;
    float: none;
    margin-bottom: -15px;
    background-position: -128px -1653px;
    width: 50px;*/
    background-position: 5000px 5000px;
    height: 0px;
}
#infoMedidasOverlay.inOverlay .janela_titulo .texto {
    width: 100%;
    text-align: center;
    text-transform: none;
    margin-top: -3px;
}
#infoMedidasOverlay #imgDiv img {
    padding-bottom: 15px;
    margin-top: 7px;
    margin-bottom: 3px;
}

#bemvindoOverlay.inOverlay {
    margin-bottom: 18px;
}
#bemvindoOverlay.inOverlay .janela_titulo {
    width: 630px;
}

.imgContaCriada {
    background-position: -123px -1900px !important;
}
.imgRecupEnviado {
    background-position: -128px -1849px !important;
}
#bemvindoOverlay.inOverlay .janela_titulo .imagem {
    margin-left: 140px;
    background-position: -76px -2051px;
    width: 50px;
}
#bemvindoOverlay.inOverlay .texto {
    text-align: center;
    color: #1976BC;
    font-weight: 600;
    margin-top: -15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}
#bemvindoOverlay.inOverlay {
    margin-top: 0;
}
#criarSucesso {
    margin-top: 10px;
}
#criarSucesso .texto {
    float: left;
    margin-right: 4px;
}
#criarSucesso .imagem {
    width: 18px;
    height: 16px;
    background: url('/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -127px -1715px;
    float: left;
}
#btnTamanhos select {
    width: 145px !important;
    background-position: 93%;
}
#montra .item h1 {
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    text-overflow: ellipsis;
}
p:not(#foo) > input[type='radio'], p:not(#foo) > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 20px;
    height: 20px;
    background: url('/imagens/uncheck_v2.png') no-repeat top left;
}
p:not(#foo) > input[type='radio'] + label, p:not(#foo) > input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    height: 22px;
    padding: 0px 0 0px 26px;
    cursor: pointer;
    background: url('/imagens/uncheck_v2.png') no-repeat top left;
}
p:not(#foo) > input[type='radio']:checked + label {
    background: url('/imagens/checked.png') no-repeat top left;
    height: 22px;
}
p:not(#foo) > input[type='checkbox']:checked + label {
    background: url('/imagens/checked_v2.png') no-repeat top left;
    height: 22px;
}
p > input {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: -100;
    opacity: 0;
    z-index: 1;
}
p > label {
    float: left;
    line-height: 16px;
    color: #222;
    padding: 0 0 0 18px;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    position: relative;
    z-index: 2;
}
.formServico label {
    display: inline-table;
    margin-top: 3px;
    margin-bottom: -6px;
}
.formServico small {
    font-size: 11px;
}
#mascaraUpload {
    width: 240px;
    height: 50px;
    display: block;
    float: left;
    overflow: hidden;
    height: 32px;
    margin-right: 5px;
    position: relative;
}
#mascaraUpload input {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 0;
    left: -9px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 30px;
    width: 252px;
}

#form1 textarea{
	width: 220px !important;
}

#mascaraUpload .button {
    background-color: #212224;
    color: #F1F3F2;
    border: 0;
    width: 220px;
    height: 19px;
    padding: 6px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
    margin-top: 4px;
}
.span {
    padding-top: 15px;
}
textarea {
    background-color: #212224;
    color: #f1f3f2;
    border: 0;
    padding: 6px 10px;
    margin-top: 4px;
    margin-bottom: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    /*width: 220px;*/
}
select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    background-color: #212224;
    color: #f1f3f2;
    border: 0;
    padding: 6px 10px;
    margin-top: 4px;
    margin-bottom: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    width: 236px;
    height: 31px;
    background-position: 96%;
}
button.enviar {
    background-color: #212224;
    color: #f1f3f2;
    border: 0;
    padding: 6px 10px;
    margin-top: 3px;
    margin-bottom: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    width: 120px;
    height: 31px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
button.enviar:hover {
    background-color: #1976BC;
}
#mascaraUpload button.enviar:hover {
    background-color: #212224 !important;
}
.select {
    padding: 3px 10px;
}
select option {
    background-color: #212224;
}
select, option, select:hover, select:active, option:hover, option:active, input, input:hover, input:active {
    outline: none;
}
select, option {
    cursor: pointer;
}
.XPTO {
    color: red;
}
.XPTO:hover {
    background-color: #DDD;
}
#cesto {
    top: 37px;
}
.sprite-cesto1_off {
    background-position: 0 -84px !important;
}
#scrolling {
    height: 800px;
    overflow: hidden;
}
#scrolling #animate {
    margin-top: 0px;
}
#superMenu ul li {
    padding-bottom: 35px;
}
#maisMontra, #menosMontra {
    cursor: pointer;
}
#montra .item {
    margin-top: 15px;
    margin-bottom: 15px;
}
#montra h1 {
    margin-top: 10px;
}
#pagInfo {
    padding-left: 2px;
}
#montra .item:hover {
    cursor: pointer;
}
#montra .moldura.molduraEnter {
    background-color: gray;
}
#montra .item.escolhido:hover {
    cursor: default !important;
}
#maisMontra {
    float: right;
    background: url('//static.typeitstore.pt/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -76px -1864px;
    width: 22px;
    height: 15px;
    margin-bottom: 14px;
    padding-left: 5px;
}
#maisMontra:hover {
    background-position: -76px -1899px;
    width: 22px;
    height: 15px;
}
#menosMontra {
    float: right;
    background: url('//static.typeitstore.pt/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -76px -1828px;
    width: 22px;
    height: 15px;
    margin-top: 2px;
    padding-left: 5px;
    visibility: hidden;
    opacity: 0.0;
}
#menosMontra:hover {
    background: url('//static.typeitstore.pt/imagens/csg-4fff00f246620_v4.png') no-repeat top left;
    background-position: -76px -1793px;
    width: 22px;
    height: 15px;
}
#maisMenos {
    height: 29px;
    width: 85px;
    float: right;
    padding-right: 7px;
}
.seleccionado:hover {
    cursor: default !important;
    background-color: #1976BC !important;
}
#detalhes > .span {
    padding-bottom: 10px;
}

.notAllowed {
    /*cursor: not-allowed !important;
    background-image: none !important;*/
}
#loaderDesCor {
    position: relative;
    left: 18px;
}
#loaderMaisMontra {
    float: right;
    margin-top: -18px;
}
.loaderItemMontra {
    float: right;
    margin-top: -3px;
    margin-right: 5px;
}
#menu ul {
    padding-top: 3px;
}
#menu ul li#small_login {
    float: right;
}
#menu ul li#small_criar {
    float: right;
}
#page #menu {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    top: 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#superMenu {
    background-image: none;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.40), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.removeritem {
    width: 73px;
}
.removeritem:hover {
    cursor: pointer;
    color: red !important;
}
.radio:not(.selected) {
    cursor: pointer;
}
#soma {
    margin-left: 212px;
    width: 175px;
}
#valor, #subtotal, #portes {
    float: right;
}
#checkout .direita {
    float: right;
    margin-right: 2px;
}
#btnRegistar {
    cursor: pointer;
}
label.error {
    color: #1976BC;
    font-size: 11px;
    /*font-style:italic;*/
    /*margin-top:-14px;*/
    position: relative;
    top: -2px;
    text-transform: none;
    cursor: default;
}
.errTemp {
    height: 15px;
}
#logSucesso {
    margin-top: 20px;
    font-size: 10px;
    color: #1976BC;
}
.shop {
    width: 97px;
}
.corServicos {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    background: url('/imagens/csg-4fff00f246620.png') no-repeat top left;
    background-position: -81px -1774px;
}
#cesto.preto:hover {
    cursor: default !important;
}
#cesto.branco:hover {
    cursor: default !important;
}
#confirmarPag:hover {
    cursor: pointer;
}
#infoMedidas {
    position: relative;
    top: -13px;
    color: #1976BC;
}
#infoMedidas:hover {
    cursor: pointer;
    color: #1976BC;
    text-decoration: underline;
}
#recuperarPass {
    font-size: 13px;
    color: #1976BC;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    display: inline-table;
    margin-top: 22px;
    margin-bottom: 11px;
}
#itemFrame:hover {
    cursor: pointer;
}
label {
    cursor: default;
}
#btnGenero {
    margin-top: -5px;
}
#btnGenero .botao {
    width: 52px;
}
#btnTamanhos .botao {
    width: 14px;
}
#btnTamanhos .unico {
    width: 52px;
}

.intAcord {
    width: 400px;
    padding-bottom: 8px;
    padding-top: 2px;
}

.nwsletter {
    margin-top: -24px;
}
#activatedOverlay.inOverlay .janela_titulo {
    width: 334px;
    text-transform: none;
}
#activatedOverlay.inOverlay .janela_titulo .imagem {
    background-position: -123px -2072px;
    width: 340px;
    margin-left: 140px;
}
#activatedOverlay.inOverlay .janela_titulo .texto {
    width: 300px;
    margin-top: 0px !important;
    margin-left: 100px;
}
.inOverlay .textoSecundario {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    width: auto;
    color: #1976BC;
    text-transform: none;
}
.inOverlay .textoContaCriada {
    color: #1976BC;
    font-size: 20px;
    font-weight: bold;
    color: #1976BC;
    text-align: center;
    text-transform: none;
    margin-top: -10px;
}
element.style {
}
#logOutOverlay.inOverlay .janela_titulo .imagem {
    background-position: -126px -2016px;
}

html.ipad #page #superMenu {
    width: 968px;
}

html.ipad #page #rodape {
    width: 968px;
}

html.ipad #montra {
    margin-left: 100px;
}

html.ipad #detalhes, html.ipad #contactos-faqs, html.ipad #container #termos {
    width: 740px;
    margin-left: 100px;	
}

html.ipad #contactos-faqs .esquerda {
margin-right: 30px;
}

html.ipad .srvcs {
    width: 740px;
}

html.ipad #checkout {
    width: 740px;
    margin-left: 100px;	
}

html.ipad #menuLogin {
    margin-left: 79px;
    top: 56px;
    width: 61px;
}

html.ipad #barbatana {
    margin-left: 100px;
}


html.ipad #container .srvcs {
    margin-left: 100px;
}

html.ipad #detalhes .esquerda {
    margin-right: 0;
    padding-right: 0;
}

html.ipad .srvcs .esquerda {
    margin-right: 0;
    padding-right: 0;
}

html.ipad #checkout .direita {
    margin-left: 67px;
}

html.ipad #detalhes .direita {
    float: right;
}

html.ipad .srvcs .direita {
    float: right;
}

html.ipad #page #rodape {
    width: 968px;
}

html.ipad #scrolling {
    width: 750px;
}

html.ipad #cesto {
    margin-left: 860px;
}

html.ipad .formServico .celula {
    width: 246px;
}

#medidasVinil{ margin-top: 0px;}
