header {
    height: 130px;
}

header .productSearch {
    color: #333333;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 15px;
    line-height: 15px;
    margin-top: 38px;
    padding-right: 65px;
    width: 300px;
}
.productSearch .ui-autocomplete {
    z-index: 300 !important;
    width: 250px !important;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #C1C1C1;
    box-shadow: 0 0 2px #CCCCCC;
}

.productSearch .ui-autocomplete li {
    margin: 0;
    padding: 0 1px !important;
}

.productSearch .ui-autocomplete a {
    width: auto !important;
}
div.productSearch div {
	width: 261px;
	height: 28px;
	position: relative;
	line-height: 28px;
	background: url("/images/input.jpg") no-repeat scroll left bottom transparent;
}
div.productSearch div img {
    cursor: pointer;
    margin-top: 6px;
    position: absolute;
    right: 10px;
}
div.productSearch div input {
    border-width: 0;
    padding-left:31px;
    background: transparent;
    position: absolute;
    padding-top: 1px;
    height: 28px;
    font-size: 11pt;
    width: 202px;
}
div.productSearch div input::-webkit-input-placeholder {
    color:    #B9B9B9;
    font-size: 11pt;
    font-family: Arial;
}
div.productSearch div input:-moz-placeholder {
    color:     #B9B9B9;
    font-size: 11pt;
    font-family: Arial;
}
div.productSearch div input::-moz-placeholder {
    color:     #B9B9B9;
    font-size: 11pt;
    font-family: Arial;
}
div.productSearch div input:-ms-input-placeholder {
    color:    #B9B9B9;
    font-size: 11pt;
    font-family: Arial;
}

header .phone {
    background: url("i/icon-phone.jpg") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 15px;
    line-height: 15px;
    margin-top: 15px;
    padding-left: 30px;
    width: 159px;
    font-family: Arial;
    color: #333;
}

header .phone span {
        color: #39C;
        display: block;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }

sup {
    font-size: 50%;
}

#cart {
	position: relative;
	clear: right;
	float: right;
	background: url("/img/icon-cart.png") no-repeat 10px 5px #f7f7f7;
	z-index: 49;
	display: block;
	width: 190px;
	height:58px;
	border: 1px solid #ccc;
	border-radius:5px;
	top: 3px;
	color: #666;
}
#cart.open {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
#cart > div > a {
	text-decoration: none;
	color: #666;
	font-size: 15px;
}
#cart > div > a span {
	color: #3399cc;
}
#cart > div > button {
	background: url("/img/cart-btn.jpg") no-repeat;
	width: 13px;
	height: 13px;
	margin-top: 3px;
	border: 0;
	position: absolute;
	right: 5px;
	cursor: pointer;
}
#cart.open > div > button {
	background-position: -13px 0;
}
#cart > div {
	padding: 5px;
	cursor: pointer;
}
#cart > div > p > b {
	float: right;
	text-indent: 0px;
}
#cart > div > p {
	font-size: 14px;
	width: 105px;
	text-indent: 50px;
	line-height: 30px;
	cursor:pointer;
}
#cart > div > p > a {
	color: #666;
}
#cart > div > p span {
	font-size: 16px;
}
#cart .items {
	padding: 0;
	position: relative;
	background: #fff;
	width: 190px;
	height: auto;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
	top: 2px;
	left: -1px;
	box-shadow: 0 5px 5px #999;
	-moz-box-shadow: 0 5px 5px #999;
	-webkit-box-shadow: 0 5px 5px #999;
	display:none;
	cursor: default;
}
#cart .items:hover {
	background-color: #fff;
}
#cart .items li {
	display: block;
	padding: 5px;
	background: #f7f7f7;
	position: relative;
}
#cart .items li:hover {
	background-color: #fff;
}
#cart .items li.nohighlight .secondName, #cart .items li.withimage .secondName {
	clear: both;
	color: #3399CC;
	display: block;
	font-size: 11px;
	line-height: 9px;
	text-decoration: none;
	width: 85%;
}
#cart .items li.nohighlight {
	cursor: default;
}
#cart .items li.nohighlight:hover {
	cursor: default;
	background: #f7f7f7;
}
#cart .items li.withimage:hover {
	cursor: default;
	background: #DAF9C9;
}
#cart a.cartItemLink {
	position:absolute;
	width:100% !important;
	height:100%;
	display:block !important;
	top:0;
	left:0;
}
#cart .items strong {
	float: left;
	color: #3399cc;
}
#cart .items .total > div, #cart .items li > div {
	float: right;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
}
#cart .items .total span.price, #cart .items li > div > span.price, #cart .items li > div > span.value {
	font-size: 16px;
}
#cart .items li > div .value {
	margin-right: 15px;
}
#cart .items li > div .value:after {
	content: 'x';
	position: absolute;
	margin-top: -1px;
	padding: 0 3px;
	font-size: 11px;
}
#cart .added .value {
/*color: orange;*/
    }
#cart .items .withimage {
	background: #DAF9C9;
	border-bottom: 1px solid #ccc;
	display: none;
}
#cart .items .icon {
	width: 140px;
	height: 80px;
	line-height: 80px;
	margin: 5px auto;
	text-align: center;
	border:1px solid #E4E4E4;
	background: #fff;
	float: none;
}
#cart .items .icon > img {
	vertical-align: middle;
}
#cart .items .icon > div {
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin: -15px 0 0 5px;
}
#cart .items a {
	text-decoration: none;
	width: 85%;
	clear: both;
	font-size: 11px;
	color: #3399CC;
	display: block;
	line-height: 13px;
}
#cart .totalItemsCount {
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	text-indent: 50px;
	width: 105px;
}
#cart .totalHeader {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
#cart .items .total {
	padding: 10px 5px;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: default;
}
#cart .items .viewCart {
	color: #39c;
	display: block;
	width: 160px;
	margin: 10px 15px;
	float: left;
	font-size: 16px;
	text-decoration: underline;
}
#checkout {
	padding: 0;
	border: 0;
	width: 75px;
	height: 20px;
	background: url("/img/btn-checkout.png");
	margin: 10px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
}

.main-menu {
    display: block;
    position: absolute;
    top: 94px;
    float: left;
    background-color: #f7f7f7;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 2px #999;
    border-radius: 5px;
    z-index: 80;
    margin-left: -10px;
}
    .main-menu > ul > li:first-child {
        border-radius: 5px 0 0 5px;
    }
    .main-menu > ul > li:last-child {
        border-radius: 0 5px 5px 0;
    }
nav .sub-menu {
    display: none;
}
    nav > ul > li {
        display: block;
        float: left;
    }
    .main-menu > ul > li + li {
        border-left: 1px solid #cdcdcd;
    }
    .main-menu a {
        text-decoration: none;
        font-size: 15px;
    }
        .main-menu > ul > li > a > span{
            color: #666;
        }

    .main-menu > ul > li > a {
        color: #39c;
        padding: 5px 10px;
        line-height: 28px;
        vertical-align: middle;
    }
        .main-menu li .arrow {
            vertical-align: middle;
            display: inline-block;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #666666;
            border-bottom: none;
            margin-top: -2px;
            margin-left: 10px;
        }

    .main-menu li:hover {
        background-color: #000;
    }
    .main-menu > ul > li:hover > a,
    .main-menu > ul > li:hover > a > span {
        color: #fff;
    }
	.main-menu li:hover > .sub-menu {
        display: block
    }

.sub-menu {
    position: absolute;
    padding-top: 3px;
}
    .sub-menu > div {
        padding: 5px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 3px #666;
    }
    .sub-menu.products {
        width: 950px;
    }
    .sub-menu.gift-sets-menu {
        margin-left: -244px;
    }
    .sub-menu.risk-free {
        width: 250px;
    }
    .sub-menu.anti-aging {
        width: 170px;
    }
        .sub-menu.anti-aging ul,
        .sub-menu.risk-free ul{
            width: 100%;
        }
        .sub-menu.products > div > div {
            display: inline-block;
            vertical-align: top;
        }
    .sub-menu h4 {
        border-bottom: 1px solid #d0d0d0;
        background-color: #fff;
        font-weight: bolder;
        font-size: 16px;
        color: #3399CC;
        margin-bottom: 5px;
        margin-top: 5px;
    }
        .sub-menu h4.rft {
            width: 216px;
        }
        
        .sub-menu h4 > span {
            background-color: #FFF;
            padding: 0 5px;
        }
            .sub-menu > div > ul {
                display: inline-block;
                vertical-align: top;
            }
                .sub-menu ul li{
                    border-radius: 5px;
                }
                    .sub-menu ul li:hover {
                        background-color: #ccc;
                    }
        .sub-menu ul li a {
            padding: 2px 5px;
            font-size: 12px;
            line-height: 18px;
            color: #666;
            display: inline-block;
            width: 100%;
        }
        .sub-menu a b {
            color: #000;
            font-weight: bold;
        }
        .sub-menu a em {
            color: #39c;
            font-style: normal;
        }

    .sub-menu .hydroxatone {
        width: 682px;
        margin-right: 5px;
    }
        .sub-menu .hydroxatone ul {
            float: left;
        }
        .sub-menu .hydroxatone .col-1 {
            width: 37%;
        }
        .sub-menu .hydroxatone .col-2 {
            width: 38%;
        }
        .sub-menu .hydroxatone .col-3 {
            width: 25%;
        }
    .sub-menu .risk-free {
        width: 245px
    }
        .sub-menu .risk-free ul {
            width: 100%;
        }
    .sub-menu .gift-sets {
        width: 100%;
    }
        .sub-menu .gift-sets ul {
            float: left;
        }
        .sub-menu .gift-sets ul.col-1 {
            width: 236px;/*252px*/
        }
        .sub-menu .gift-sets ul.col-2 {
            width: 236px;/*259px*/
        }
        .sub-menu .gift-sets ul.col-3 {
            width: 236px;/*180px*/
        }
        .sub-menu .gift-sets ul.col-4 {
            width: 236px;/*245px*/
        }
