﻿@font-face {
    font-family: "nzcom-icon-fontset";
    src: url("/Content/fonts/nzcom-icon-fontset.ttf") format("truetype"),url("/Content/fonts/nzcom-icon-fontset.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

html {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.4;
    color: #222;
    font-weight: 400;
    background: #f0f0f0;
    background: #e5e5e5;
}

/*body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
    margin: 0;
    padding: 0;
    background: none !important;
}*/

/*** ORGINAL CSS ***/

.loupe
{
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    position:absolute;
    margin:20px 0px 0px -25px;
}

a.logo,
a.meras-logo,
a.mmpo-logo
{ 
    text-indent:-9999px;
    display:block;
    }

a.logo {
    background-image: url(../images/logo.png?v=3.37);
    background-repeat: no-repeat;
    width: 494px;
    height: 62px;
}


.division_meras a.logo
{
    background-image: url(../images/logo-meras-full.png);
}

a.meras-logo,
a.mmpo-logo
{
    height: 90px;
}

a.meras-logo
{
    background-image: url(../images/logo-meras.png);
    width: 169px;
}

a.mmpo-logo
{
    background-image: url(../images/logo-mmpo.png);
    width: 186px;
}

a.button
{
    color:#666;
    text-decoration:none;
    display: inline-block;
    background-color: #e7e4df;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    box-shadow:  1px 2px 3px 2px #cac3b9;
    
    padding: 2px 4px;
    margin: 3px 10px 3px 0;
}
a.button:hover 
{
    color:#000;
}
img.border
{
    background-color: #efefef;
    border: 1px solid #cccccc;
    padding: 7px;
}

div.shop
{
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10pt;
    padding: 10px 15px;
}
div.shop .thumb { float:left; margin:15px 15px 15px 0px; }

.header-box,
.red-box
{
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
}

.red-box
{
    background-color: #b01d09;
}

.red-box a:hover
{
    text-decoration: none;
}

.header-box
{
    background-color: #fff;
    border:1px solid #666;
    border-radius:6px;
       
}
.header-box.fright 
{
    width:300px;
    margin:0px 0px 30px 20px;
    clear:right;
}
.header-box.fright p 
{
    padding:5px  10px;
}
.header-box h1 
{
    background-image:url(../images/headerbar.png);
    background-repeat:repeat-x;
    background-position:center bottom;
    height:57px;
    line-height:57px;
    padding:0px 5px;
    color:#fff;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    font-family:Times New Roman;
    overflow:hidden;
    display:block;
    width:291px;
}
.header-box h1 span {vertical-align:middle }
.header-box h1 img 
{
    vertical-align:middle;
    margin:0px 8px 0px 3px !important;
}
.header-box img 
{
    margin:10px !important;
}
.login-controls
{
    margin-bottom:20px;
}

.header-box.links h1 
{
    line-height: 28px;
    font-size: 18px;
    width:205px; 
}
.header-box.links  
{
    float:right; 
    width:215px; 
}
.header-box.links img 
{
    display:block;
    margin:20px auto;
}
.newsitems 
{
    width:300px;
}
.newsitems a 
{
    background-image:url(../images/news-bullet.png);
    background-repeat:no-repeat;
    background-position:5px center;   
    text-decoration:none;
    color:#663366;
    line-height:60px;
    padding:0px 0px 0px 20px;
    display:block;
}

.newsitems>div { padding:0px 0px 0px 10px; }
.newsitems .hr 
{
    width:300px;
    border-bottom:1px solid #666;
    margin-left:-10px;
    height:0px;
    line-height:0px;
}


.division_women .header-box 
{
    /*background-color:#4a6713;*/
}

.box-shadow
{
    box-shadow: 3px 3px 10px 3px #c3c3c3;
    -webkit-box-shadow: 3px 3px 10px 3px #c3c3c3;
    -khtml-box-shadow: 3px 3px 10px 3px #c3c3c3;
    -moz-box-shadow: 3px 3px 10px 3px #c3c3c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px;
    margin: 0 34px 25px 0;
}



.loupe
{
    display: inline-block;
    background-image: url(../images/loupe.png);
    width: 20px;
    height: 23px;
    background-position:center center;
    background-repeat:no-repeat;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}

.fclear
{
    clear: both;
}

.show
{
    display: block;
}

.hidden
{
    display: none;
}

/* Width Styles */
.widthauto
{
    width: auto;
}

.width5,
.width10,
.width15,
.width20,
.width25,
.width30,
.width35,
.width40,
.width45,
.width50,
.width55,
.width60,
.width65,
.width70,
.width75 {
    margin-right: 1%;
}

.width5 {
    width: 4%;
}

.width10 {
    width: 9%;
}

.width15 {
    width: 14%;
}

.width20 {
    width: 19%;
}

.width25 {
    width: 24%;
}

.width30 {
    width: 29%;
}

.width35 {
    width: 34%;
}

.width40 {
    width: 39%;
}

.width45 {
    width: 44%;
}

.width50 {
    width: 49%;
}

.width55 {
    width: 54%;
}

.width60 {
    width: 59%;
}

.width65 {
    width: 64%;
}

.width70 {
    width: 69%;
}

.width75 {
    width: 74%;
}

.width100 {
    width: 100%;
}

.fwidth5 {
    width: 5%;
}

.fwidth10 {
    width: 10%;
}

.fwidth15 {
    width: 15%;
}

.fwidth20 {
    width: 20%;
}

.fwidth25 {
    width: 25%;
}

.fwidth30 {
    width: 30%;
}

.fwidth35 {
    width: 35%;
}

.fwidth40 {
    width: 40%;
}

.fwidth45 {
    width: 45%;
}

.fwidth50 {
    width: 50%;
}

.fwidth55 {
    width: 55%;
}

.fwidth60 {
    width: 60%;
}

.fwidth65 {
    width: 65%;
}

.fwidth70 {
    width: 70%;
}

.fwidth75 {
    width: 75%;
}

/* Messages */
.messagePanel
{
    background-color: #fff;
    background-image: url(../icons/message.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    min-height: 70px;
    padding-left: 80px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: auto;
}

.messagePanel.alert
{
    color: Red;
    background-image: url(../icons/alert.png);
}

.messagePanel ul
{
    margin-bottom: 20px;
    padding-top: 15px;
}

/* page images */
img.imageright 
{
    float:right;
    margin:0px 0px 30px 20px;
}
img.imageleft 
{
    float:left;
    margin:0px 20px 30px 0px;
}
img.imagetop 
{
    margin:0px 0px 30px 0px;
}
img.imagebottom 
{
    margin:30px 0px 30px 0px;
}

#imageMap img {
    width:352px;
    height:425px;
    border:none;
}
#imageMap.centre 
{
    margin:0px auto;
}

#imageMap.right
{
    margin-left:auto;    
}

/* page gallery */
ul.gallery 
{
}
ul.gallery li 
{
    float:left;
    margin:0px 10px 10px 0px;
}
ul.gallery li a
{
}
ul.gallery li img
{
}

.subtext
{
    font-size:.75em;
    font-style:italic;
    
}

#imageMap 
{
    background-repeat:no-repeat;
    width:352px;
    overflow:hidden;
    background-image:url(../images/map.png);
    clear:left;
}

.checkbox-and-label label { float: none !important;width: auto;}

.bank-account .bank { width:15px; }
.bank-account .branch { width:30px; }
.bank-account .account { width:60px; }
.bank-account .suffix { width:25px; }
.bank-account input { text-align:center;}

div.ul-inline ul li, ul.ul-inline li {
    display: inline;
}

div.ul-inline ul li label, ul.ul-inline li label {
    width: auto !important;
    float:none !important;
}

 form .cleanLabel
        {
            display: inline-block;
            padding: 5px;
            padding-left: 0;
            margin-bottom: 3px;
        }

.g-recaptcha {
    margin: 10px auto;
}


#shop-cart-count {
    left: 4px;
    top: 8px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: absolute;
    color: #361B74;
}

.ui-datepicker-calendar {
    min-width: unset;
}

.o-contain li {

    list-style: none;
}

.o-contain label {
    display: unset;
}

