body {
    background-image: url(images/blue-grad-backgroud.gif);
    background-repeat: repeat-x;
}
table {
    font-family:Arial, Times, serif;
}
/*.page{
    width: 1003px;
    height: 1340px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 40px;
}*/
.page > .pageContent {
    margin: auto;
    /* margin: 15px 80px 40px 80px;*/
    width: 843px;
    height: 1025px;
    /*    margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 80px;
        margin-right: 80px;*/
}
.page > .pageContent > .pageTop {
    height: 90px;
    width: inherit;
}
.page > .pageContent > .pageTop > .companyLogo {
    width: 50%;
    float: left;
    height: inherit;
    cursor: pointer;
    *height: 80px;
}
.companyLogo > .imgLogo {
    padding-top: 10px;
    padding-left: 5px;
    float: left;
    height: inherit;
    *height: 80px;
}
.companyLogo > .textLogo {
    margin-left: 90px;
    font-weight: bold;
    color: #137c5c;
    font-family:"Myriad Pro", Times, serif;
    height: inherit;
    *height: 80px;
}
.textLogo > .companyTextLogo {
    font-size: 35px;

}
.textLogo > .countryTexLogo {
    font-size: 27px;
}
.pageTop > .topNavigations {
    margin-left: 50%;
    height: inherit;
    *height: 80px;
}
.topNavigations > #standardNav > ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 35%;
}
#standardNav li {
    float: left;
    margin: 0 7px;
    font-family:Arial, Times, serif;
    font-size: 11px;
    color: #888;
}

#standardNav li a {
    text-decoration: none;
    color: #888;
}
#standardNav li a:hover {
    color: #504d4e;
}
.topNavigations > #specialNav {
    padding-top: 55px;
}
.topNavigations > #specialNav > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#specialNav li {
    padding-top: 4px;
    background-image: url(images/bluebutton.png);
    background-repeat: no-repeat;
    float: left;
    font-family:Arial, Times, serif;
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 133px;
    height: 32px;
    line-height: 32px;
}
#specialNav li a {
    padding-right: 15px;
    text-decoration: none;
    color: white;
}
#specialNav li.double-line{
    line-height: 12px;
}
#specialNav li.double-line a{
    display: block;
    margin-top: 5px;
}
#specialNav li a:hover {
    color:#ffa600;
}
#specialNav li img {
    padding-left: 10px;
    padding-top: 5px;
}
.noDecImg {
    float: left;
}
.pageContent > .pageMenus {
    padding: 0;
    height: 68px;
    width: 841px;
}
.pageMenus > .pageMenu1 {
    border-color: #0c783c;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    padding: 0;
    height: 33px;
    background-image: url(images/menu1bg.gif);
    background-repeat: repeat-y;
    -moz-border-radius-topright:30px;
    -webkit-border-top-right-radius:30px;
    -khtml-border-top-right-radius: 30px;
    border-top-right-radius: 30px;

}
.pageMenu1 > ul {
    width: 814px;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pageMenu1 li {
    white-space: nowrap;
    float: left;
    font-family:Arial, Times, serif;
    color: white;
    font-weight: normal;
    font-size: 13px;
    margin: 0 5px;
    line-height: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-weight: bold;
}
.pageMenu1 li li {
    font-size: 12px;
    line-height: 21px;
}
.pageMenu1 li a {
    color: white;
    display: inline-block;
    text-decoration: none;
    width: 99%;
}
.line2 {
    float:left;
}
.line2 > .pageMenu2 {
    float: left;
    background-image: url(images/menu2bg.gif);
    background-repeat: repeat-y;
    border-top-style: solid;
    border-left-style: solid;
    /*border-bottom-style: solid;*/
    border-top-color: #5d9b7e;
    border-left-color: #2e8c60;
    border-bottom-color: #c7d7d0;
    border-width: 1px;
    border-right-style: none;
    padding: 0;
    background-color: #137c5c;
    height: 34px;
    width: 814px;
}
.pageMenu2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pageMenu2 li {
    float: left;
    font-family:Arial, Times, serif;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 0 7px;
    line-height: 30px;
}
.pageMenu2 li a {
    text-decoration: none;
    color: white;
}
.cornerM2 {
    margin-left: 812px;
    background-repeat: no-repeat;
    background-image: url(images/roundm12.png);
    height: 34px;
    width: 29px;
    border-bottom-style: solid;
    border-bottom-color: #5fc26f;
    border-width: 1px;
    *margin-top: -35px;
}
.dynamicContent {
    top: 0;
    min-height: 950px;
    width: 839px;
    border-style: solid;
    border-width:0px 1px 1px 1px;
    border-color: #e6e6e6;
    background-color: white;
}
.banner {

}
.copyright {
    padding-top: 4px;
    color: #808080;
    font-size: 12px;
}
.ticker {
    height: 32px;
}
.ticker > .tickerLatest {
    text-align: center;
    width: 66px;
    height: inherit;
    border-color: #005b2e;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */
    background-image: url(images/green-gradient.gif);
    background-repeat: repeat-x;
    line-height: 32px;
    font-weight: bold;
    color: white;
    font-family:Arial, Times, serif;
    float: left;
}
.ticker > .tickernews {
    float: left;
    width: 746px;
    margin-left: 0px;
    background-image: url(images/trans-ticker24.png);
    background-repeat: repeat-x;
    line-height: 32px;
    font-weight: bold;
    color: #4d4d4d;
    height: 32px;
    margin-right: 0px;
}
.ticker .tickernews p{
    padding: 0;
    margin: 0;
    display: inline;
}
.ticker > .tickerPlay {
    width: 27px;
    height: inherit;
    margin-left: 812px;
    border-color: #005b2e;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */
    background-image: url(images/green-gradient.gif);
    background-repeat: repeat-x;
    height: 32px;
}
.separator{
    background-image: url(images/tick-triangle.png);
    background-repeat: no-repeat;
    width: 14px;
    top: 4px;
    position: relative;
    *position: inherit; /*ie7*/
}
.bodyContent {
    margin: auto;
    width: 825px;
    margin-top: 10px;
}
.contentBoxes {
    height: 528px;
}
.contentCol1 {
    width: 339px;
    margin-right: 13px;
    float: left;
}
.contentCol2 {
    float: left;
    left: 0px;
    width: 473px;
}
.box {
    position: relative;
    min-height: 166px;
    background-color: #f2f4f5;
    border-color: #e8eaeb;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
    margin-bottom: 14px;
}
.blueTop {
    text-align: right;
    line-height: 27px;
    height: 27px;
    font-weight: bold;
    color: white;
    font-family:Arial, Times, serif;
    background-image: url(images/small-blue-grad.gif);
    background-repeat: repeat-x;
    padding-right: 15px;
    border-color: #145375;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */
}
.box .desc {
    padding-top: 9px;
    max-height: 139px;
    width: 122px;
    float: left;
    color: #808080;
    font-size: 13px;
    font-family:Arial, Times, serif;
    padding-left: 7px;
    padding-right: 4px
}
.box .imgBox {
    float: left;
    height: 139px;
    width: 206px;
    position: relative;
}
.img {
    position: relative;
    overflow: hidden;
    height: 139px;
}
.img img {
/*    margin-top: -15px;*/
}
.homeForms {
/*    height: 350px;*/
    background-color: #daeef3;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
}
.orangeButt, input[type=button], input[type=submit],input[type=reset] {
    color: white;
    font-family:Arial, Times, serif;
    width: 76px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-image: url(images/orange-but.gif);
    background-repeat: repeat-x;
    border-color: #f28947;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3+, Chrome */
    border-radius: 2px; /* Opera 10.5, IE 9 */
    -moz-box-shadow: 4px 5px 10px grey; /* FF3.5+ */
    -webkit-box-shadow: 4px 5px 10px grey; /* Saf3.0+, Chrome */
    box-shadow: 4px 5px 10px grey; /* Opera 10.5, IE 9.0 */
    cursor: pointer;
}

a.orangeButt {
    height: 18px;
    line-height: 18px;
}

.imgBox .orangeButt {
    position: absolute;
    top:109px;
    left: -15px;
}

.shopAssistant {
    margin: auto;
    padding-top: 15px;
    width: 451px;
    padding-bottom: 10px;
/*        border-bottom: dashed thin;
    border-bottom-color: #aeb5b8;*/
}
.newsletter {
    padding-top: 20px;
    margin: auto;
    width: 451px;
}
.formTitle {
    color: #808080;
    font-size: 16px;
    font-family:Arial, Times, serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.formDesc {
    color: #424648;
    font-size: 12px;
    font-family:Helvetica,sans-serif;
    margin-bottom: 15px;
}

.theForm {
    color: #424648;
    font-size: 14px;
    font-family:Arial, Times, serif;
    font-weight: bold;
}
.theForm .row {
    margin-bottom: 15px;
    *margin-bottom: 9px;
}
.theForm .row1 {
    margin-bottom: 12px;
    *margin-bottom: 8px;
}
.row .orangeButt, .row1 .orangeButt {
    margin-left: 20px;
    font-weight: normal;
    width: 76px;
}
.elementLable {
    display: inline-block;
    width: 110px;
}
.elementLable1 {
    padding-left: 7px;
    display: inline-block;
    width: 80px;
}
.elementLable, .elementLable1 {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}
.theForm select {
    border: none;
    width: 135px;

}
.theForm input {
    border: none;
    width: 120px;
    height: 18px;
}

.bottomContent {
    height: 88px;
    width: 389px;
    margin: auto;
    margin-top: 34px;
}
.leftBottomBox {
    margin: auto;
    float: left;
    width: 187px;
    height: inherit;
    border-right: solid 1px;;
    border-right-color: #d5d5d5;
    margin-right: 17px;
}
.leftBottomBox .kidsZoneImg {
    float: left;
    width: 64px;
    height: 64px;
    display: inline-block;
    background-image: url(images/kidsZone.png);
    background-repeat: no-repeat;
    margin:12px 17px 12px 16px;
}
.leftBottomBox .kidsZoneDesc {
    color: #a1a1a1;
    font-family:Arial, Times, serif;
    font-weight: bold;
    margin-right: 10px;
}
.rightBottomBox {
    float: left;
    width: 183px;
    height: inherit;
}
.rightBottomBox .icImg {
    float: left;
    width: 65px;
    height: 67px;
    display: inline-block;
    background-repeat: no-repeat;
    margin:11px 17px 10px 9px;
    background-image: url(images/ic.png);
}
a.kzlink {
    text-decoration: none;
    color: #585858;
    font-size: 13px;
}
a.kzlink:hover {
    color: #000000;
}
.kzdescTitle {
    color: #eb942b;
    margin-bottom: 5px;
}
.kzdescBody{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightBottomBox .icDesc {
    font-family:Arial, Times, serif;
    font-weight: bold;
    margin-right: 10px;
}
.icdescTitle {
    color: #ee35a8;
}
a.iclink {
    margin-top: 15px;
    color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-image: url(images/rose.gif);
    background-repeat: repeat-x;
    -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3+, Chrome */
    border-radius: 3px; /* Opera 10.5, IE 9 */
    padding: 0px 10px 0px 10px;
}
a.iclink:hover {
    color: #ff99cc;
}
/* Desing elements */
a.anchor {
    text-align: center;
    height: inherit;
    font-weight: bold;
    color: #005b2e;
    text-decoration: none;
    font-family:Arial, Times, serif;
}
a.anchor:hover, a.backAnchor:hover {
    color: #5fc26f;
}
a.backAnchor {
    text-align: center;
    height: inherit;
    font-weight: bold;
    color: #005b2e;
    text-decoration: none;
    font-size: 12px;
    font-family:Arial, Times, serif;
}
div.titlePage {
    color: #006699;
    text-align: center;
    height: inherit;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    font-family:Arial, Times, serif;
    margin-bottom: 10px;
}
div.descPage {
    width: 600px;
    margin: auto;
    color: #006699;
    font-family:Arial, Times, serif;
    margin-bottom: 9px;
    font-size: 12px;
}
.titleInBox {
    color: #006699;
    font-size: 15px;
    font-weight: bold;
    font-family:Arial, Times, serif;
}
.titleInBox span {
    color: #137c5c;
}

.box .tableCol {
    float: left;
    vertical-align: middle;
    padding: 10px 0px 0px 10px;
}
.box .colImg {
    float: right;
    padding-right: 10px;
    padding-top: 7px;
}
.shaddowBox .box {
        margin-bottom: 0px;
}
.shaddowBox .shaddow {
    background-image:url("images/shaddow.png");
    background-repeat:repeat-x;
    width: 100%;
    height: 15px;
}
.highlightedText{
    padding-left: 10px;
    background-color: #cc0033;
    -moz-border-radius: 8px; /* FF1+ */
    -webkit-border-radius: 8px; /* Saf3+, Chrome */
    border-radius: 8px; /* Opera 10.5, IE 9 */
    height: 170px;
    font-family:Arial, Times, serif;
    line-height: 56px;
    margin-bottom: 10px;
    display: inline-block;
    width: 510px;
    color: white;
    font-size: 40px;
    line-height: 49px\0/;/* for ie 8 only*/
}
.headOffer {
    margin-top: 10px;
}
.floatingBoxes {
    display: inline-block;
}
.floatingBoxes .box {
    float: left;
    width: 48%;
    margin-left: 10px;
}
.blueTop .sku {
    margin-left: 4px;
    float: left;
    text-align: left;
    font-size: 12px;
}
.floatingBoxes .skuImg {
    float: left;
    margin: 5px;
}
.highlight {
    color: #ff0040;
}
.floatingBoxes .skuText {
    margin-top: 5px;
    display: inline-block;
}
.skuText .titleInBox {
    display: block;
}
.skuText .desc {
    width: auto;
}
.superposedBoxes .box {
    width: inherit;
    min-height: 130px;
}
.superposedBoxes .skuImg, .similarInBox .stitle {
    float: left;
    margin: 5px;
    width: 134px;
}

.similarInBox .stitle {
    margin-top: 0px
}
.superposedBoxes .skuText {
    margin-top: 3px;
    display: inline-block;
    width: 680px;
}
.superposedBoxes .descInBox {
    padding-top: 9px;
    color: #808080;
    font-size: 13px;
    font-family:Arial, Times, serif;
    text-align:justify;
    padding-right: 5px;
}
.botBox {
    clear: both;
    line-height: 18px;
    height: 18px;
    padding-left: 5px;
    font-weight: bold;
    background-color: #DAEEF3;
    font-family:Arial, Times, serif;
}
.botBox a {
    color: #006699;
    text-decoration: none;
}
.botBox a:hover {
    color: #61c1ff;
}
.theSubTitle div{
    color: #ffffff;
    text-align: center;
    height: inherit;
    font-weight: bold;
    font-size: 20px;
    font-family:Arial, Times, serif;
}
.theSubTitle .subTitleDesc {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
}
.ageInBox {
    color: #ff5d21;
}
.similarInBox{
    background-color: #ffdf61;
    color: #006699;
    font-weight: bold;
    font-size: 12px;
    font-family:Arial, Times, serif;
    margin-bottom: 5px;
}
a.blue {
    color:#0082B0
}

.roundCorner {
    width: 840px;
    position: absolute;
    height: 31px;
    z-index: 900;
    background-image: url(images/round-green.png);
    background-repeat: no-repeat;
    visibility: visible;
}
h2 {
    color: #060;

}
h3 {
    color: #0077C0
}
.style1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
    color: #54A800
}
.style4 {
    color: #008756;
    font-weight: bold;
}
.style5 {color: #008756}
.style6 {
    font-size: 10px;
    color: #000000;
}
.style7 {font-size: 14px}
.style8 {
    color: #FF0000;
    font-weight: bold;
}

.eigthyTransparent {
    filter: alpha(opacity=80); /* internet explorer */
    -khtml-opacity: 0.8;      /* khtml, old safari */
    -moz-opacity: 0.8;       /* mozilla, netscape */
    opacity: 0.8;           /* fx, safari, opera */
}

.sixtyTransparent {
    filter: alpha(opacity=60); /* internet explorer */
    -khtml-opacity: 0.6;      /* khtml, old safari */
    -moz-opacity: 0.6;       /* mozilla, netscape */
    opacity: 0.6;           /* fx, safari, opera */
}

.fortyTransparent {
    filter: alpha(opacity=40); /* internet explorer */
    -khtml-opacity: 0.4;      /* khtml, old safari */
    -moz-opacity: 0.4;       /* mozilla, netscape */
    opacity: 0.4;           /* fx, safari, opera */
}
