/*
    Reset CSS
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: 0;
    padding: 0; /* for IE */
    outline: none; /* for chrome */
}

/*
    Reset CSS END
*/

body {
    background: #6a8799 url("../images/body_bg.jpg") no-repeat center top;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    color: #000000;
}

a { outline: 0; text-decoration: none; color: inherit; font-weight: normal; }
h1 { font-size: 24px; line-height: 45px; }
h2 { font-size: 20px; line-height: 40px; }
p { margin-bottom: 15px; line-height: 1.2em; }
small { font-size: smaller; }
strong { font-weight: bold; }
em { font-style: italic; }
.strong { font-weight: bold; }
.normal { font-style: normal; }
.italic { font-style: italic; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.dotted4 { border-bottom: 4px dotted; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.inline { display: inline-block; }
.overflow { overflow: hidden; }
.hidden { display: none; }
.black { color: #000000; }
.blue { color: #1d2255; }
.blue2 { color: #708d9e; }
.blue7 { color: #03baf2; }
.white { color: #ffffff; }
.red { color: #ff0000; }
.green { color: #008800; }
.relative { position: relative; }
.grey { color: #698498; }
.block { display: block; }
.nobottommargin { margin-bottom: 0; }
.w25p { width: 25%; }
.w50p { width: 50%; }
.w75p { width: 75%; }
.s18 { font-size: 18px; }
.george { font-family: Georgia, "Times New Roman", serif; }
.helv { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.page ul { list-style: disc outside none; margin-bottom: 15px; padding-left: 25px; }
.page li { margin-bottom: 15px; padding-left: 10px; line-height: 1.2em; }
.error {
    color: #ff0000;
}
/* custom form plugin */
.checkbox, .radio {
    width: 21px;
    height: 20px;
    padding: 0 5px 0 0;
    background: url("../images/icons/checkbox-darkblue.png") no-repeat;
    display: block;
    clear: left;
    float: left;
        cursor: pointer;
}

.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url(select.png) no-repeat;
    overflow: hidden;
}
/* end of custom form plugin */

#main {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 7px;
    overflow: hidden;
}

#main_header, #main_menu {
    width: 900px;
}

#nav_slider_container,
.main_finder,
#main_promo,
#main_wpromo,
.main_footer,
.main_heading,
.main_content_container {

    float: left;
    padding-left: 30px;
    padding-right: 30px;

}

#nav_slider_container {
    position: relative;
    width: 900px;
    height: 365px;
    margin-bottom: 20px;
}

#nav_slider_container .slider-link {
    display: block;
    width: 900px;
    height: 340px;
    z-index: 1000;
}

#nav_slider_container .tp-bullets {
    left: 455px;
        bottom: 0;
}

/* slider and all inside */
.slide_homepage {
    width: 900px;
    height: 340px;
    position: relative;
    overflow: hidden;
}

#pro_slider_container {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #ffffff;
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    float: left;
}

#pro_slider_container h2 {
    line-height: none;
    margin: 0;
    padding: 0;
}

.slide_product {
    width: 900px;
    height: 470px;
    position: relative;
    overflow: hidden;
}

.slide_product li {
    margin: 0;
    padding: 0;
}

.slide_product_shadow {
    background: url("../images/products/main_container_shadow.png") no-repeat;
    width: 900px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 600;
}

.tp-leftarrow.default {
    background-image: url("../images/slider/prev.png") !important;
    background-position: left bottom !important;
    width: 38px !important;
    height: 61px !important;
}

.tp-rightarrow.default {
    background-image: url("../images/slider/next.png") !important;
    background-position: left bottom !important;
    width: 38px !important;
    height: 61px !important;
}

.tp-bannertimer.tp-bottom {
    z-index: 20;
}

/* end of slider */

#main_header {
    padding: 11px 30px 10px 30px;
}

#main_header a.logo {
    background: #ffffff url("../images/wilkinsonsword-logo.jpg") no-repeat;
    width: 141px;
    height: 86px;
    display: inline-block;
}

#main_header a.logo span {
    text-indent: -1000em;
}

#main_header h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #275081;
    padding-top: 25px;
}

#main_menu {
    background: transparent url("../images/menu_bg_shadow.png") no-repeat center bottom;
    height: 40px;
    padding: 0 30px 15px 30px;
    margin-bottom: 8px;
}

#menu_container {
    background-color: #000000;
}
/*
    Menu items
*/
#main_nav {
    float: left;
}

#main_nav li.nav_btn {
    display: block;
    float: left;
}

#main_nav li a.nav_btna {
    font-size: 24px;
    display: block;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 60px 0 15px;
    background: url("../images/nav/mainmenu_arrow_down.png") no-repeat right center;
}

#main_nav #men {
    border-right: 1px solid #ffffff;
}

#main_nav a span.upper {
    font-weight: bold;
}

#menu_container .btn_search {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    height: 26px;
}

#menu_container .btn_search input {
    height: 26px;
    line-height: 26px;
}

#menu_container .btn_search a {
    height: 26px;
}

#main_social {
    display: inline-block;
    margin-left: 10px;
}

#main_social li {
    display: block;
    float: left;
}

#main_social li a.nav_btna {
    display: inline-block;
}

#main_social #social a.nav_btna {
    background: url("../images/nav/involved.png") no-repeat left 6px;
    width: 105px;
    height: 40px;
    text-align: center;
}

#main_social #social .nav_btna img {
    padding: 7px 16px 0 0;
}

#main_social #social .submenu_content .label {
    font-size: 31px;
    color: #666666;
    width: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.submenu {
    display: none;
}

.msubmenu a {
    -webkit-transition: all 0.2s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.2s ease-in-out;  /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in-out;  /* Opera 10.50–12.00 */
    transition: all 0.2s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.msubmenu a:hover {
    color: #698498;
}

#main_menu .msubmenu {
    position: absolute;
    width: 900px;
    z-index: 1500;
    height: auto;
    display: none;
    left: 50%;
    margin-left: -450px;
}

.msubmenu.social .label {
    color: #666666;
    font-size: 31px;
    font-style: italic;
    padding: 20px 0 30px 0;
    text-align: center;
}

.submenu_top {
/*  background: url("../images/nav/submenu_arrow.png") no-repeat 837px top;*/
    padding-top: 6px;
    border-bottom: 1px solid #989898;
}

.submenu_top .black_strip {
    background-color: #000000;
    height: 10px;
}

.msubmenu .arrow {
    width: 100%;
    height: 11px;
}

.msubmenu.men .arrow {
    background: url("../images/nav/submenu_arrow.png") no-repeat 100px top;
}

.msubmenu.women .arrow {
    background: url("../images/nav/submenu_arrow.png") no-repeat 330px top;
}

.msubmenu.social .arrow {
    background: url("../images/nav/submenu_arrow.png") no-repeat 837px top;
}

.submenu_content {
    background-color: #ffffff;
}

.submenu_content .submenu_container {
    background-color: #ffffff;
    padding: 20px 20px 20px 0;
}

.submenu_content .ws-box {
    width: 190px;
    height: 230px;
    border: 2px solid #dfe3e4;
    padding: 10px;
    display: inline-block;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 59%, #c1d3dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%,#ffffff), color-stop(100%,#c1d3dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 59%,#c1d3dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 59%,#c1d3dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 59%,#c1d3dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 59%,#c1d3dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1d3dc',GradientType=0 ); /* IE6-9 */
}

.submenu_content .ws-box .heading {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.submenu_content .ws-box .text {
    display: block;
    color: #666666;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.1em;
}

.submenu_content .ws-box a {
    display: block;
    width: 170px;
    height: 36px;
    color: #FFFFFF;
    font-size: 30px;
    padding: 5px 5px 5px 15px;
    font-style: italic;
    background: #000000 url('../images/nav/arrow_white.jpg') no-repeat 165px center;
}

.submenu_content .nav-items {
    display: inline-block;
    margin: 42px 0 0 0px;
    top: 0;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
}

.submenu_content .nav-items .category .category-name {
    clear: both;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.submenu_content .nav-items .category {
    margin: 10px 0 20px 20px;
    float: left;
}

.men .submenu_content .nav-items .category.first { width: 136px; }
.men .submenu_content .nav-items .category.second { width: 144px; margin-left: 15px; }
.men .submenu_content .nav-items .category.third { width: 155px;  margin-left: 15px; }

.submenu_content .nav-items .category ul {
    margin-bottom: 20px;
}

.submenu_content .nav-items .category ul li a {
    padding-bottom: 5px;
        display: block;
}

.submenu_content .nav-items .category ul li img {
    display: none;
}

.submenu_content .nav-items .category ul.special-links li {
    border-top: 5px solid #000000;
    height: 50px;
    background: url('/images/nav/arrow_grey.jpg') no-repeat right 14px;
}

.submenu_content .nav-items .category ul.special-links li a {
    margin: auto 0;
    display: block;
    margin-top: 18px;
    padding-right: 25px;
}

.submenu_content .nav-items .category ul.special-links li.first {
    border-top-color: #ffffff;
}

.submenu_content .nav-items .product-preview {
    width: 195px;
    float: right;
}

.submenu_content .nav-items .product-preview img {
    margin: 0 auto;
    display: block;
}

.submenu_content .social_blocks {
    height: 75px;
    position: relative;
}

.submenu_content .social_block {
    height: 60px;
    float: left;
    position:absolute;
    bottom: 0;
}

.submenu_content .social_block img {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.submenu_content .social_blocks .gender-labels span {
    text-transform: uppercase;
    font-size: 11px;
}

.submenu_content .social_blocks .gender-labels span:first-child {
    margin-left: 118px;
    width: 55px;
    display: inline-block;
}

.submenu_content .social_blocks .gender-labels span:nth-child(2) {
}

.submenu_content .social_block.facebook {
    margin-left: 65px;
}

.submenu_content .social_block.facebook img {
    position: relative;
        padding-bottom: 5px;
}

.social_block.facebook .fb1, .social_block.facebook .fb2 {
    display: inline-block;
    width: 54px;
}

.social_block.facebook .fb2 {
}

.submenu_content .social_block .fb_iframe_widget {
    padding-right: 5px;
}

.submenu_content .social_block span {
    display: inline-block;
}

.submenu_content .social_block.email {
    margin-left: 290px;
}

.submenu_content .social_block.email span {
    position: absolute;
    margin-top: 15px;
    margin-left: 75px;
    width: 500px;
        font-size: 13px;
}

.submenu_content .social_block.review {
    margin-left: 540px;

}

.submenu_content .social_block.review span {
    margin-left: 135px;
    position: absolute;
    width: 160px;
    font-size: 12px;
    margin-top: 20px;
}

.submenu_content .category-name a, .submenu_content .special-links a {
    font-weight: bold;
    font-size: 14px;
}

.submenu_bottom {
    background-color: #000000;
    border-top: 1px solid #989898;
    height: 30px;
}

.msubmenu.women .category.second {
    width: 130px;
}

.msubmenu.women .submenu_content .category.second li {
    line-height: 1.15em;
}

/*
    Menu items END
*/

.bit_space {
    margin-right: 16px;
}

.btn_buynow {
background: url('../images/btn/btn_buynow.jpg') no-repeat;
display: inline-block;
width: 129px;
height: 80px;
}

.main_finder {
    margin-bottom: 20px;
}

.main_finder ul {
    background: url('../images/nav/main_finder_bg.jpg') no-repeat;
    height: 57px;
    width: 870px;
    padding: 0 10px 0 20px;
}

.main_finder ul li {
    float: left;
    display: block;
}

.main_finder_li {
    padding: 10px 10px 11px 0;
}

.finder_label {
    font-style: italic;
    font-size: 23px;
    color: #ffffff;
    line-height: 36px;
    padding-right: 92px;
    margin-right: 193px;
    background: url('../images/btn/finder_magnifier.png') no-repeat right top;
}

.btn .label {
    display: inline-block;
}

.btn_search {
    background-color: #ffffff;
    width: 163px;
    height: 36px;
    padding: 0 0 0 5px;
}

.btn_search input {
    width: 139px;
    height: 36px;
    line-height: 34px;
    color: #666666;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    vertical-align: top;
}

.btn_search a {
    background: #ffffff url("../images/btn/btn_search_arrow_right.jpg") no-repeat right center;
    display: inline-block;
    width: 24px;
    height: 36px;
}

.btn_search .placeholder {
    color: #666666;
}

.btn_findrazor {
    color: #fefdfd;
    background: #698498 url("../images/btn/btn_findforme.png") no-repeat right center;
    font-size: 18px;
    font-style: italic;
    text-decoration: none;
    display: block;
    width: 227px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 13px;
}

.btn_findrazor2 {
    color: #ffffff;
    background: #698498 url("../images/btn/btn_arrow_white_h45.png") no-repeat 210px center;
    font-size: 18px;
    font-style: italic;
    text-decoration: none;
    display: block;
    width: 227px;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 13px;
}

.btn_discover {
    background: url('../images/btn/btn_discover.jpg') no-repeat;
    display: block;
    width: 204px;
    height: 80px;
}

.btn_discover .label {
    font-size: 18px;
    font-style: italic;
    color: #6e6f6f;
    padding: 50px 0 0 15px;
}

.btn_beautyroom {
    background: #6db0d7 url('../images/btn/btn_arrow_white_h45.png') no-repeat 134px;
    background-color: #c19ccd;
    height: 45px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.btn_beautyroom .label {
    padding: 0 35px 0 12px;
    width: 117px;
    height: 45px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    font-size: 18px;
}

.btn_groomingroom {
    background: #6db0d7 url('../images/btn/btn_arrow_white_h45.png') no-repeat 150px;
    width: 182px;
    height: 45px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.btn_groomingroom .label {
    padding: 0 30px 0 15px;
    /*width: 69px;*/
    height: 45px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_finder2 {
    background: url("../images/btn/btn_finder3.png") no-repeat; /* width 204, height 45 */
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    display: block;
    width: 159px;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 10px;
}

.btn_grey187 {
    background: url("../images/btn/btn_grey.png") no-repeat;
    display: inline-block;
    width: 187px;
    height: 30px;
    padding: 0 0 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.btn_black {
    background: url("../images/btn/btn_black.png") no-repeat;
    display: inline-block;
    width: 194px;
    height: 30px;
    padding: 0 0 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.btn_purple {
    background-color: #623a7d;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
}

.btn_view_full_range {
    background: #000 url("../images/btn/view-range-arrow.jpg") right top no-repeat;
    border: 1px solid #000;
    height: 28px;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 47px;
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
}

.icon-cancel {
    background: url("../images/icons/cancel.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.main_heading {
    width: 900px;
    margin-bottom: 13px;
}

.main_heading .right a {
    margin-left: 6px;
}

.main_content_container {
    position: relative;
    width: 900px;
}

.main_content_container ul, .main_content_container ol {
    padding-left: 7%;
    margin: 13px 0 13px 0;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 130%;
}

.main_content_container #pro_slider_container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.main_content_container ol {
    list-style-type: decimal;
}

.main_content_container .loweralpha {
    list-style-type: lower-alpha;
}

#slide_wheretobuy_container {
    position:absolute;
    right:-555px;
    top: -430px;
    width:525px;
    height: 431px;
    background: #ffffff;
    z-index:1000;
    border-top: 7px solid #000000;
    border-bottom: 7px solid #000000;
}

.wheretobuy_links, .wheretobuy_product {
    float:left;
    padding-top: 18px;
}

.wheretobuy_product {
    padding-left: 22px;
    width:185px;
    margin-right: 55px;
}

.wheretobuy_links {
    width: 242px;
}

.cross {
    float:right;
    width: 15px;
    height: 15px;
    background: url("../images/btn/btn_cross.png") no-repeat;
    cursor: pointer;
}

#slide_wheretobuy_container .cross {
    margin:2px 3px 0 0;
    position: absolute;
    right: 2px;
    top: 1px;
}

.wheretobuy_product p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    margin-bottom: 15px;
}

.wheretobuy_product p span { font-weight: bold; }

.wheretobuy_links a {
    float:left;
    border: 1px solid #cbcdcd;
    width:240px;
    height: 33px;
    margin-bottom: 3px;
    background: url("../images/btn/btn_offer.png") right top no-repeat;
}

.wheretobuy_links a.wtb-halfprice {
    background: url("../images/btn/btn_offer.png") right center no-repeat;
}

.wheretobuy_links a.wtb-50off {
    background: url("../images/btn/btn_offer.png") right bottom no-repeat;
}

.wheretobuy_links a:last-of-type {
    margin-bottom: 0px;
}

.wheretobuy_links a span { height:32px; width: 130px; display: block; }
.wheretobuy_links .store-wilkinson { background: url("../images/products/retailers.png") 10px 0 no-repeat; }
.wheretobuy_links .store-amazon { background: url("../images/products/retailers.png") 10px -34px no-repeat; }
.wheretobuy_links .store-asda { background: url("../images/products/retailers.png") 10px -67px no-repeat; }
.wheretobuy_links .store-boots { background: url("../images/products/retailers.png") 10px -102px no-repeat; }
.wheretobuy_links .store-morrisons { background: url("../images/products/retailers.png") 10px -136px no-repeat; }
.wheretobuy_links .store-ocado { background: url("../images/products/retailers.png") 10px -171px no-repeat; }
.wheretobuy_links .store-sainsburys { background: url("../images/products/retailers.png") 10px -204px no-repeat; }
.wheretobuy_links .store-superdrug { background: url("../images/products/retailers.png") 10px -238px no-repeat; }
.wheretobuy_links .store-tesco { background: url("../images/products/retailers.png") 10px -271px no-repeat; }
.wheretobuy_links .store-wilko { background: url("../images/products/retailers.png") 10px -307px no-repeat; }

#slide_feature_container {
    float: left;
}

#pro_feature {
    position: relative;
    width: 900px;
    height: 686px;
    margin-bottom: 10px;
}

.pro_feature_content {
    width: 900px;
    height: 686px;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
}

.men .pro_feature_content {
    background: #ADC2D2 url("../images/products/feature_male_bg.png") no-repeat center bottom;
}

.men .pro_feature_content.mobile {
    background: #ADC2D2;
}

.women .pro_feature_content {
    background: #ADC2D2 url("../images/products/feature_male_bg.png") no-repeat center bottom;
}
.men .pro_feature_content.x3black{
	background: #ADC2D2 url("../images/products/feature_male_bg2.png") no-repeat center bottom;

}
.women .pro_feature_content.mobile {
    background: #ADC2D2;
}


.men.product-xtreme3-sensitive .pro_feature_content { background: #9fc1bb url("../images/products/men/xtreme3_feature_bg.png") no-repeat center bottom; }
.men.product-extra2-sensitive .pro_feature_content { background: #a3c1be url("../images/products/men/extra2_sensitive_feature_bg.png") no-repeat center bottom; }

#pro_feature * {
    z-index: 550;
}

.pro_feature_copy {
    position: absolute;
    top: 55px;
    left: 550px;
    z-index: 600;
    width: 330px
}

.pro_feature_copy a {
    text-decoration: underline;
}

.pro_feature_copy p {
    font-size: 13px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pro_feature_copy li span {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pro_feature_head {
    padding: 5px 15px 5px 15px;
    margin: 25px 0 15px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pro_feature_blades {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding: 10px 15px 10px 15px;
}

.men .pro_feature_blades {
	background-color: #8aa6bb;
}
.men .x3black .pro_feature_blades {
	background-color: #253449;
	color: #ffffff;
}

.product-extra2-sensitive .pro_feature_blades { background-color: #7db4af; }
.product-hydro-silk .pro_feature_blades { background-color: #9cc4ce; }
.product-quattro-titanium-sensitive .pro_feature_blades { background-color: #82b6ad; }
.product-xtreme3-sensitive .pro_feature_blades { background-color: #7cada4; }
.product-xtreme3-ultimate .pro_feature_blades { background-color: #91b9c2; }
.product-extra3-sensitive .pro_feature_blades { background-color: #9eb9a7; }

.product-intuition .pro_feature_blades { background-color: #5caf82; }
.product-intuition-revitalising-care .pro_feature_blades { background-color: #ca1b6f; }
.product-intuition-dry-skin .pro_feature_blades { background-color: #af8e5a; }
.product-quattro-for-women-bikini .pro_feature_blades { background-color: #da1177; }
.product-quattro-for-women .pro_feature_blades { background-color: #f497b4; padding-left: 125px; }
.product-xtreme3-beauty .pro_feature_blades { background-color: #c5cfde; }
.product-xtreme3-beauty-coconut-dream .pro_feature_blades { background-color: #f3c7c2; }
.product-extra2-beauty .pro_feature_blades { background-color: #e2bfd0; }
.product-extra3-beauty .pro_feature_blades { background-color: #cf9cd0; }
.product-quattro-for-women-sensitive .pro_feature_blades { background-color: #deb8a5; }
.product-xtreme3-beauty-sensitive .pro_feature_blades { background-color: #ec95bf; }
.product-xtreme3-beauty-sensitive .pro_feature_head.salmon { background-color: #ec95bf; }

/* adjusted */
.product-xtreme3-beauty-sensitive .pro_feature_head.salmon { background-color: #ec95bf; }


.hydroshaverange-bg1 { position: relative; background: url('../images/products/hydroshaverange_bg1.png') no-repeat; width: 454px; height: 466px; }
.hydroshaverange-bg2 { position: relative; background: url('../images/products/hydroshaverange_bg2.png') no-repeat; width: 168px; height: 466px; }
.hydroshaverange-bg3 { position: relative; background: url('../images/products/hydroshaverange_bg3.jpg') no-repeat; width: 199px; height: 466px; }
.product-hydro-shave-range-soaps-and-brushes .hydroshaverange-bg1 { float: left; margin-right: 12px; padding-left: 55px; }
.product-hydro-shave-range-soaps-and-brushes .hydroshaverange-bg2 { float: left; margin-right: 12px; }
.product-hydro-shave-range-soaps-and-brushes .hydroshaverange-bg3 { float: left; }
.hs-item {
    height: 466px;
    display: table-cell;
    vertical-align: bottom;
}

.hs-label {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 25px;
}

.hydroshaverange-bg1 .hs-label { width: 509px; }
.hydroshaverange-bg2 .hs-label { width: 168px; }
.hydroshaverange-bg3 .hs-label { width: 199px; }

.hydroshaverange-bg1 .hs1 { padding-left: 15px; }
.hydroshaverange-bg1 .hs2 { padding-left: 10px; }
.hydroshaverange-bg1 .hs3 { padding-left: 10px; }
.hydroshaverange-bg1 .hs4 { padding-left: 10px; }
.hydroshaverange-bg1 .hs5 { padding-left: 10px; }

.hydroshaverange-bg2 .hs1 { padding-left: 20px; }

.hydroshaverange-bg3 .hs1 { padding-left: 20px; }

.pro_feature_head.green,
.pro_feature_head.gray,
.pro_feature_head.orange,
.pro_feature_head.blue,
.pro_feature_head.green2,
.pro_feature_head.green3,
.pro_feature_head.green4,
.pro_feature_head.green5,
.pro_feature_head.green6,
.pro_feature_head.gray2,
.pro_feature_head.blue2,
.pro_feature_head.blue3,
.pro_feature_head.blue4,
.pro_feature_head.blue5,
.pro_feature_head.blue6,
.pro_feature_head.blue7,
.pro_feature_head.blue8,
.pro_feature_head.brown,
.pro_feature_head.pink,
.pro_feature_head.pink2,
.pro_feature_head.pink3,
.pro_feature_head.pink4,
.pro_feature_head.pink5,
.pro_feature_head.pink6,
.pro_feature_head.pink7,
.pro_feature_head.pink8,
.pro_feature_head.pink9,
.pro_feature_head.salmon,
.pro_feature_head.red,
.pro_feature_head.purple {
    color: #fefefe;
    font-size: 24px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}

.pro_feature_head.features-heading {
     color: #fefefe;
     font-size: 24px;
     font-style: italic;
     font-family: Georgia, "Times New Roman", serif;
}

.pro_feature_head.green { background-color: #95c440; }
.pro_feature_head.gray { background-color: #5e5d5d; }
.pro_feature_head.orange { background-color: #fdb421; }
.pro_feature_head.blue { background-color: #01709d; }
.pro_feature_head.green2 { background-color: #85bc44; }
.pro_feature_head.green3 { background-color: #00923d; }
.pro_feature_head.green4 { background-color: #74b945; }
.pro_feature_head.green5 { background-color: #0c8e83; }
.pro_feature_head.green6 { background-color: #017f69; }
.pro_feature_head.gray2 { background-color: #787b7d; }
.pro_feature_head.blue2 { background-color: #006fb9; }
.pro_feature_head.blue3 { background-color: #009ed9; }
.pro_feature_head.blue4 { background-color: #5998c7; }
.pro_feature_head.blue5 { background-color: #849db1; }
.pro_feature_head.blue6 { background-color: #55a5b7; }
.pro_feature_head.blue7 { background-color: #03baf2; }
.pro_feature_head.blue8 { background-color: #396aa8; }
.pro_feature_head.brown { background-color: #caac89; }
.pro_feature_head.pink { background-color: #ada0c9; }
.pro_feature_head.pink2 { background-color: #e2a3bb; }
.pro_feature_head.pink3 { background-color: #ea9fb8; }
.pro_feature_head.pink4 { background-color: #f47db7; }
.pro_feature_head.pink5 { background-color: #d33eaf; }
.pro_feature_head.pink6 { background-color: #ee2c74; }
.pro_feature_head.pink7 { background-color: #eebebb; }
.pro_feature_head.pink8 { background-color: #f2728a; }
.pro_feature_head.pink9 { background-color: #ce2d75; }
.pro_feature_head.salmon { background-color: #edafa8; }
.pro_feature_head.red    { background-color: #e6146e; }
.pro_feature_head.purple { background-color: #95b1d9; }
.pro_feature_head.black { background-color: #253449; color: #fefefe; font-size: 24px; font-family: Georgia; font-style: italic;}



.pro_feature_copy .packshot {
    margin-top: 70px;
}

.product-quattro-for-women .pro_feature_copy .packshot { margin-top: 40px; }

.pro_feature_copy .packshot .pro_feature_head {
    padding-left: 85px;
    padding-right: 0px;
}

.product-xtreme3-beauty .pro_feature_copy .packshot .pro_feature_head { padding-left: 120px; }
.product-extra3-sensitive .pro_feature_copy .packshot .pro_feature_head { padding-left: 120px; }
.product-extra2-sensitive .pro_feature_copy .packshot .pro_feature_head { padding-left: 190px; padding-right: 0px; }
.product-extra2-precision .pro_feature_copy .packshot .pro_feature_head { padding-left: 190px; padding-right: 0px; }
.product-extra2-beauty .pro_feature_copy .packshot .pro_feature_head { padding-left: 130px; padding-right: 0px; }
.product-quattro-for-women-sensitive .pro_feature_copy .packshot .pro_feature_head { padding-left: 100px; padding-right: 0px; }
.product-quattro-for-women .pro_feature_copy .packshot .pro_feature_head { padding-left: 125px; }
.product-xtreme3-sensitive .pro_feature_copy .packshot .pro_feature_head { padding-left: 120px; padding-right: 0px; }
.product-xtreme3-ultimate .pro_feature_copy .packshot .pro_feature_head { padding-left: 110px; padding-right: 0px; }
.product-intuition-dry-skin .pro_feature_copy .packshot .pro_feature_head { padding-left: 90px; }

.pro_feature_copy .packshot img {
    position: absolute;
    margin-top: -10%;
    margin-left: 5px;
}

.product-extra2-sensitive .pro_feature_copy .packshot img { margin-top: -13%; margin-left: -14px; }
.product-extra2-precision .pro_feature_copy .packshot img { margin-top: -13%; margin-left: -5px; }
.product-xtreme3-beauty .pro_feature_copy .packshot img { margin-top: -16%; margin-left: 15px; }
.product-xtreme3-sensitive .pro_feature_copy .packshot img { margin-left: 15px; margin-top: -12%; }
.product-xtreme3-ultimate .pro_feature_copy .packshot img { margin-top: -13%; margin-left: 10px; }
.product-xtreme3-beauty-coconut-dream .pro_feature_copy .packshot img { margin-top: -15%; margin-left: 6px; }
.product-extra2-beauty .pro_feature_copy .packshot img { margin-top: -14%; margin-left: 6px; }
.product-extra3-beauty .pro_feature_copy .packshot img { margin-top: -14%; margin-left: 6px; }
.product-extra3-sensitive .pro_feature_copy .packshot img { margin-top: -16%; margin-left: 20px; }
.product-quattro-for-women-sensitive .pro_feature_copy .packshot img { margin-top: -14%; margin-left: 6px; }
.product-quattro-for-women .pro_feature_copy .packshot img { margin-top: -3%; margin-left: 15px; }

.pro_feature_copy h3.first {
    margin-top: 0;
}

#pro_nav {
    float: left;
    width: 900px;
    margin-bottom: 45px;
}

#pro_nav .social {
    margin-top: 5px;
}

#pro_nav .facebook {
    margin-right: 10px;
}

#pro_expand {
    float: left;
    width: 900px;
    height: 37px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

#pro_expand a {
    color: #ffffff;
}

#pro_expand_container {
    overflow: hidden;
    padding-bottom: 9px;
}

.pro_expand_content {
    height: 37px;
    background-color: #000000;
    cursor: pointer;
}

.pro_desc {
    width: 275px;
    white-space: normal;
}

.pro_desc a {
    color: inherit;
    text-decoration: underline;
}

.pro_desc a:hover {
    color: inherit;
}

.pro_h1 {
    font-size: 30px;
    font-weight: bold;
}

.pro_h2 {
    font-size: 20px;
    font-style: italic;
}

.pro_p {
    color: #333333;
    font-size: 13px;
    line-height: 1.3em;
    width: 280px;
}

/* adjusting width of p tag as overunning into img, only affecting long text*/
.product-hydro5-sensitive .pro_p,
.product-hydro5 .pro_p,
.product-hydro3 .pro_p{
    width: 250px;
}

#main_promo {
    margin-bottom: 30px;
}

.promo {
    margin-right: 0;
    float: left;
    height: 230px;
    border-bottom: 6px solid #050505;
}

.promo a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.promo.margin {
    margin: 0 20px 20px 0;
}

.promo.s1x1 {
    width: 210px;
}

.promo.s2x1 {
    width: 440px;
}

.promo.s3x1 {
    width: 670px;
}

.promo.s4x1 {
    width: 900px;
}

.promo .img {
    display: block;
    height: 170px;
}

.promo .label {
    display: block;
    position: relative;
    color: #000000;
    background: url('../images/promo/arrow_black.jpg') no-repeat right center;
    font-size: 13px;
    height: 60px;
}

.promo .label_in {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding-right: 30px;
}

#promo_slide_container {
    float: left;
    width: 230px;
    height: 236px;
    overflow: hidden;
}

.wpromo {
    float: left;
}

.wpromo.margin {
    margin: 0 20px 20px 0;
}

.wpromo.s24 {
    width: 440px;
}

.wpromo .heading {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #708D9E;
    margin-bottom: 7px;
}

.outofs {
    text-indent: -9999px;
    float: left;
}

.main_footer {
    width: 900px;
    padding-top: 25px;
    padding-bottom: 140px;
    background: #000000 url('../images/wilkinsonsword-logo-black.jpg') no-repeat 790px 25px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.main_footer a:hover {
    text-decoration: underline;
}

.main_footer a {
    display: inline-block;
    background: url('../images/nav/footer_arrow.png') no-repeat;
    padding-left: 13px;
    margin-right: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}

.main_footer .alink:hover {
    text-decoration: underline;
}

.switch_container { float:left; width: 900px; height: 40px; background: #000; }
.rotate_container { margin: 0 auto; width: 300px; height: 40px; display: block; cursor: pointer; position: relative; text-align: center; }
.rotate {opacity: 0; color: #ffffff; position: absolute; top: 0; text-transform: uppercase; font-weight: bold; }
.rotate.arrow {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 4px;
}
.rotate.arrow_down {
    background: url("../images/products/arrow_white_down.png") no-repeat;
}

.rotate.arrow_up {
    background: url("../images/products/arrow_white_up.png") no-repeat;
}

.search-results {
    margin-bottom: 50px;
}

.search-result {
    margin-bottom: 20px;
}


/* Contact page */
.page-contact-us .bold-header-strip,
.page-contact-us-uk-form .bold-header-strip,
.page-contact-us-de-form .bold-header-strip,
.page-contact-us-form .bold-header-strip {
    background: #708d9e;
    color: #fff;
    font-size: 24px;
    padding: 15px 35px;
}
.page-contact-us-confirmation .bold-header-strip,
.page-contact-us-form-confirmation .bold-header-strip {
    background: #708d9e;
    color: #fff;
    font-size: 24px;
    padding: 15px 35px;
}

.page-contact-us .header-strip-arrow,
.page-contact-us-uk-form .header-strip-arrow,
.page-contact-us-de-form .header-strip-arrow,
.page-contact-us-form .header-strip-arrow {
    height: 13px;
    overflow: hidden;
    background: url("../images/nav/header_strip_blue.gif") 90px 0px no-repeat;
    margin-bottom: 40px;
}
.page-contact-us-confirmation .header-strip-arrow,
.page-contact-us-form-confirmation .header-strip-arrow {
    height: 13px;
    overflow: hidden;
    background: url("../images/nav/header_strip_blue.gif") 90px 0px no-repeat;
    margin-bottom: 40px;
}

.page-contact-us .sub,
.page-contact-us-form .sub {
    padding: 0 35px 35px 35px;
}

.page-contact-us .lightblueem,
.page-contact-us-form .lightblueem {
    color: #708d9e;
    font-style: italic;
}
.page-contact-us-confirmation .lightblueem,
.page-contact-us-form-confirmation .lightblueem {
    color: #708d9e;
    font-style: italic;
}

.page-contact-us .lightblueem .large,
.page-contact-us-from .lightblueem .large {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.page-contact-us-confirmation .lightblueem .large,
.page-contact-us-form-confirmation .lightblueem .large {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 100px;
    padding: 0;
}

.page-contact-us .pr45,
.page-contact-us-form .pr45 {
    width: 45%;
}

.page-contact-us .form-group,
.page-contact-us-form .form-group {
    padding: 0 0 10px 0;
    font-size: 16px;
    font-family: Georgia;
    font-style: italic;
    overflow: hidden;
}

.page-contact-us .form-group label,
.page-contact-us-form .form-group label {
    width: 40%;
    display: block;
    float: left;
    line-height: 32px;
    color: #708d9e;
}

.page-contact-us .form-group label.error,
.page-contact-us-form .form-group label.error {
    width: 100%;
    color: #FF0000;
}

.page-contact-us-form .form-group input,
.page-contact-us-form .form-group textarea,
.page-contact-us-form .form-group select {
    background: blue;
    width: 50%;
    background: #d7dfe4;
    border: 1px solid #C5D1D8;
    color: #708d9e;
    float: right;
    font-size: 14px;
    padding: 5px;
    font-family: Georgia;
    font-style: italic;
}

.page-contact-us-form .form-group select {
    height: 32px;
    width: 53%;
}

.page-contact-us-form .form-group input {
    height: 20px;
}

.page-contact-us-form .form-group textarea {
    height: 150px;
    resize: none;
}

.page-contact-us-form div.product_related {
    display: none;
    padding-bottom: 10px;
}

.page-contact-us-form div.product_related p {
    padding-top: 10px;
}

.page-contact-us-form .submitBttn {
    clear: both;
    margin: 20px 0;
}

.page-contact-us-form .submitBttn input {
    width: 125px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    background: #708d9e;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#contactProductOption,
#contactNonProductOption {
    cursor: pointer;
}

#contactCountryOptions button{
    cursor: pointer;
}

#contactCountryOptions button:first-child{
    margin-left: 20px;
}



/* registration page */

.myws {
    display: inline-block;
    background: url("../images/icons/myws.png");
    width: 231px;
    height: 88px;
}

.myws-header {
    display: inline-block;
    background: url("../images/pages/registration-header.png") no-repeat;
    width: 503px;
    height: 137px;
}

.page-registration .main_content_container {
    padding: 0 0 270px 0;
    margin: 0 30px 30px 30px;
    background: #53b9ec url("../images/pages/registration-bg.png") no-repeat center bottom;
}

.page-registration .content {
    background: url("../images/pages/registration-gradient.png") repeat-x top left;
}

.page-registration .header_container {
        padding: 50px 0 25px 75px;
    overflow: hidden;
}

.page-registration .header {
    font-size: 21px;
    font-style: italic;
    color: #ffffff;
    padding: 15px 0 0 30px;
}

.page-registration label {
    display: block;
    padding: 15px 0 8px 0;
}

.page-registration .content input {
    padding: 4px;
    height: 20px;
    border: 1px solid #708d9e;
    -webkit-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
    -moz-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
    box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
}

.page-registration input.submit {
    height: auto;
    cursor: pointer;
    background: #014288 url('../images/btn/btn_arrow23.png') no-repeat 85px center;
    width: 110px;
    border-color: #014288;
    padding: 5px 30px 5px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.page-registration input.submit:focus {
    border: 1px solid #ff8D9E;
}

.page-registration #fieldName,
.page-registration #fieldalue,
.page-registration #fieldEmail {
    width: 220px;
}

.page-registration #fieldalus {
    width: 230px;
}

.page-registration select {
    padding: 4px;
    height: 28px;
    border: 1px solid #708d9e;
    -webkit-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
    -moz-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
    box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.75);
}

.page-registration select#fieldalug {
    width: 77px;
}

.page-registration select#fieldalugdy {
    width: 65px;
}

.page-registration select#fieldalugyr {
    width: 79px;
}

.page-registration .terms-and-conditions {
    padding-top: 40px;
    font-size: 12px;
}

.page-registration .terms-and-conditions label {
    padding: 0;
}

.page-registration .checkbox-line .checkbox {
    margin-bottom: 15px;
    background-image: url('../images/icons/checkbox-darkblue2.png');
}

.main_content_container .page-hydro-silk-claims ul {
    list-style: disc outside none;
    margin-bottom: 15px;
    padding-left: 25px;
}

.main_content_container .page-hydro-silk-claims ul li {
    margin-bottom: 15px;
    padding-left: 10px;
    line-height: 1.2em;
}

.page-terms-and-conditions ol li {
    font-size: 20px;
    line-height: 40px;
}

.page-terms-and-conditions ol p, .page-terms-and-conditions ol ul li {
    line-height: 1.2em;
    font-size: 14px;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*  img, embed, object, video {
        width: 100%;
        max-width: 100%;
    }*/
    .slide, #slider_container {
        width:750px;
        height:412px;
    }
    .slideshadow {
        width:750px;
    }
}

/* All Mobile Sizes (devices and browser) */
/* @media only screen and (max-width: 767px) {} */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slide, #slider_container {
        width:470px;
        height:258px;
    }
    .slideshadow {
        width:470px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .slide, #slider_container {
        width:300px;
        height:165px;
    }
    .slideshadow {
        width:300px;
        margin-top:-5px;
    }
    .page-contact-us .pr45 {
        width: 100%;
    }
}

#pro_nav .customer_rating {
    font-size: 14px;
    font-style: italic;
}

.rating_container {
    display: inline-block;
    overflow: hidden;
}

.rating_container .star {
    display: inline-block;
    margin-right: 2px;
    float: left;
    width: 13px;
    height: 12px;
}
.rating_container .goldstar {
    background: url("../images/products/star.png") no-repeat;
}
.rating_container .greystar {
    background: url("../images/products/grey_star.png") no-repeat;
}

#pro_nav .read_reviews {
    margin-left: 10px;
    font-size: 16px;
    color: #050505;
    padding-right: 20px;
    background: url("../images/products/arrow_black_star.png") no-repeat right center;
}

.ui-tooltip {
    position: absolute;
}

.btn-grey {
    background: #698498 url("../images/btn/btn_findforme.png") no-repeat scroll right center;
    padding: 10px 50px 10px 10px;
    color: #ffffff;
    font-size: 18px;
}

.btn-blue {
    background: #014288 url("../images/btn/btn_findforme.png") no-repeat scroll right center;
    padding: 10px 50px 10px 10px;
    color: #ffffff;
    font-size: 18px;

}

.btn-light-blue {
    background: #07b2f8 url("../images/btn/btn_findforme.png") no-repeat scroll right center;
    padding: 10px 50px 10px 10px;
    color: #ffffff;
    font-size: 18px;

}

.error_container {
    background: #53b9ec url('../images/pages/error-bg.png') no-repeat left bottom;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.error_container .left,
.error_container .right {

}

.error_container .icon-oops {
    margin-left: 170px;
    margin-right: 40px;
}

.error-l1 {
    font-size: 28px;
    margin-top: 15px;
}

.error-btns {
    margin-bottom: 150px;
}

.error-btns .btn-blue {
    margin-right: 6px;
    display: inline-block;
}

.icon-oops {
    display: inline-block;
    background: url("../images/icons/oops.png") no-repeat scroll center center;
    width: 163px;
    height: 126px;
}

.arrow-blue {
    display: inline-block;
    background: url("../images/men/groomingroom/tab4-arrow2.png") no-repeat scroll center center;
    width: 14px;
    height: 22px;
}

.page-sitemap ul {
    margin-top: 0;
}

.cookie-container {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999999999;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

    background-color: #666666;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cookie {
    width: 900px;
    margin: 0 auto;
}


.faqs-title {
    text-align: center;
    font-family: Georgia, Times New Roman, serif;
}

/* tv-campaigns */

.video-container {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

.video-label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}

.video-description {
    float: left;
    position: relative;
    width: 300px;
    height: 325px;
    margin-left: 21px;
    font-family: Georgia, "Times New Roman", serif;
}

.video-description .vd-copy {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    color: #050505;
    position: relative;
    z-index: 100;
}

.video-description .vd-pack {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-cell {
    width: 579px;
    float: left;
}

.vd1 .vd-logo { padding: 5px 0 10px 9px; }
.vd2 .vd-logo { padding: 20px 0 20px 27px; }
.vd3 .vd-logo { padding: 20px 0 20px 10px; }

.video-container .vd1 { background-color: #c5add1; }
.video-container .vd2 { background-color: #caac89; }
.video-container .vd3 { background-color: #ea9fb8; }



.topmenu-menu {
    display: inline-block;
    width: 18%;
    height: 100%;
    padding: 0;
    margin: 0;

}
.topmenu-logo {
    display: inline-block;
    width: 60%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.topmenu-suitcase {
    display: inline-block;
    width: 18%;
    height: 100%;
    padding: 0;
    margin: 0;
}