body {
/*  background-color: #f0e6d5;*/
  /*background-color: #eee;*/
/*  background-image: url(../images/bkg_tan.jpg);*/
  /*background-image: none;*/
/*  background-repeat: repeat;*/
/*background:none;*/
background-color:#BC8787; /* foundation pink*/
background: url(../images/bkg.jpg) #925859; 
background: url(../images/bkg_darker.jpg) #844949; 
/*background: url(../images/bkg_darkest.jpg) #441e1c;*/ 
/*background-color:#844949;*/ 
font-size: 14px;
}

h2 {padding-left:0px !important;}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.cms_block_content {padding-right:10px;}
.cms_block_content p {}

#container {
    background-image: url(../images/floral.png);
    background-repeat: no-repeat;
    background-position: center top;
    
}
.header-main {
  height: 60px;
}
.navigation-inner {
    /*background-image: url("../images/navigation_bkg2.png");*/
}

.search-container {
    background-image:none;
    margin-left:831px;
    /*background-image: url("../images/search_bkg2.png");*/
}

.login-block {right:5px;}
.login-block a, .login-block a:visited {
    color: #FFF;
}

.content-top {
  /*background-image: url("../images/contentblock_top2.png");*/
}
.content-top {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 10px;
    width: 1000px;
    /*background:#87b7b5;*/
    background:#f47ea8;
}

/************* LINKS ***********************/
#content a {
    /*color:#863200;*/
    /*text-decoration: underline ;*/
}
#content a:hover {
    text-decoration: none;
}



/************ SUPER FISH MENU ***************/
.navigation-inner {
    margin: 0 auto 8px;
    
}
.sfish-navgiation-item {
    /*padding: 0px;*/
    line-height: 41px !important;      
}
.sfish-navgiation-item a {
    line-height:20px;
}

.sf-menu ul {width:200px;}

.sf-menu li.sfish-navgiation-item,
.sf-menu li ul {
    /*border-color: #cfc9c1 !important;*/
}

.sf-menu li li {
  /*background: none repeat scroll 0 0 #8c8270 !important;*/
}

.sfish-navgiation-item.sfHover {
    /*background-color:#F0E6D5;*/
}

.sf-menu li.sfish-navgiation-item a {
    padding: 10px 5px 10px 20px;
}

.sf-menu li li {
  background: none repeat scroll 0 0 #EDCEC6;
}

.sf-menu li.sfish-navgiation-item {
    border-bottom: 1px dotted #844949;
}

.sf-menu li.sfish-navgiation-item:hover {
    background-color: #fff;
}

.sf-menu li.sfish-navgiation-item a:hover {
  color: #FFF;
}

.sf-menu li ul {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #844949;
}

.navigation-inner {
  background-image: url("../images/navigation_bkg_beautybeyond.png");
}

.navigation-inner ul li {
  padding: 0 18px;
}
.navigation-inner ul li a {
  color: #844949;
  font-size: 13px;
}

/*********** END SUPER FISH MENU ***********/
.content-inner ul {
    list-style: disc inside;
}
.content-inner ol {
    list-style: decimal inside;
}
.content-inner ul li,
.content-inner ol li {
    padding-left: 18px;
}
  

      
.block-content ul,
.block-content ol {
  margin-top: 18px;
  margin-bottom: 18px;
}

.block-content ul li,
.block-content ol li {
    margin-left: 18px;
}

.blocks960sidebar .block {
    border-bottom: none !important;
}

.hasSidebar {
    border-left: none;
    border-right: 1px solid #EDE6E9;
    padding: 0 15px 0 0;
}

/************** HEADINGS *****************/


h1 {
    color: #3A564F;
    font-family: 'Kaushan Script',tahoma,sans-serif;
    font-size: 36px;
    margin: 10px 0;
    line-height: normal;
}

h2 {
    /*background-color: #F2F2F2;*/
    color: #91A399;
    font-family: 'Kaushan Script',tahoma,sans-serif;
    font-size: 24px;
    line-height: normal;
    margin: 10px 0;
}
h3 {
    color: #863200;
    font-family: inherit;
    font-size: 18px;
    line-height: normal;
    margin: 10px 0;
}

h3, .full-width-content h3 {
    color: #91A399;
    font-family: 'Kaushan Script',tahoma,sans-serif;
    font-size: 20px;
    margin: 10px 0;
    background-color: inherit;
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
}

h4 {
    /*font-family: 'Kaushan Script',tahoma,sans-serif;*/
    color: #e51c7e;
    /*color: #f47ea8;*/
    font-size: 16px;    
    margin: 10px 0 5px 0px;
}

h5 {
    padding: 0 0 9px;
}
#footer h5 {color: #CED1C6;}

.full-width-content h3 {
    padding: 0;
}

.content-inner.home {
    min-height: 48px;
}


p {
    margin: 10px 0;
}

.copyright {
    color: #a0a0a0;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    font-size: 85%;
    text-align: center;
}
.copyright p {
    margin: 0 0 5px;
}

.cms_block_content strong {font-weight:bold;}


.full-width-content h1 {
    background: none;
    /*padding: 0 0 0 10px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    margin: 0 0 4px;
    border-bottom: 1px dotted #ccc;
}

.full-width-content h1 > span.cms_sub_heading {
    display:block;
    font-size: 16px;
    margin-bottom:10px;
}

h2.cms_page_block_heading > span {
    display:block;
    font-size:14px;
    font-family:initial;
}

.cms_large_text {
    font-size:16px !important;
    line-height:24px !important;
    font-weight:400 !important;
}
.cms_large_text strong {
    color:#7f1839;
}

.cms_bullet_arrow > li > p {
    display:inline;
}


div.group-items div.single-item img,
.list-items div.single-item img  {
    padding: 0px;
}

.products.product_grid .product_image,
div.single-item span.product_image {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    width: 200px;
    margin: 0 10px 10px 0;
}

.list-items div.single-item {
    width: 200px;
}

div.group-items div.single-item {
    position: relative;
}





.page {
    padding: 0;
}

.main_navi_image {
    display: inline-block;
    zoom: 1;
    width: 60px;
    height: 60px;
    float: left;
    background-position: center center;
    background-color: black;
    margin-right: 10px;
    *display: inline;
}

.products_button_with_image {
    padding: 0 8px 0 4px;
}

h1 span {
    font-size: 85%;
    font-family: 'Droid Sans',tahoma,"lucida sans",arial,sans-serif;
}

.active-menu-item {
    font-weight: bold;
    color:#441E1C !important;
}


.enquiryForm form textarea {
    background-color: #f1ece8;
    box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -moz-box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -webkit-box-shadow: inset 0px 1px 1px 0px #cfc7cb;
    border-radius: 4px;
    line-height: 19px;
    border: 0px none;
    padding: 5px;
    resize: none;
    height: 100px;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right:10px;
}

.enquiryForm form input[type="text"] {
    background-color: #f1ece8;
    box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -moz-box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -webkit-box-shadow: inset 0px 1px 1px 0px #cfc7cb;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    border: 0px none;
    padding: 0px 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right:10px;
}
.enquiryForm label {
    color: #667C72;
    display: block;
    font-size: 1.2em;
    font-style: italic;
}

.searchresults.breadcrumbs ul li {
  height: auto;
  line-height: inherit;
}



.products_smallmenu {
  margin-bottom: 4px;
}

.products_quickcart table td {
    vertical-align: middle !important;
}

.products_cartwrap .products_cartdrop .products_cartdrop_container {
  margin-top: 0;
  width: 490px;
}

/************** MARGINS ********************************/
.margin-bottom-5px {margin-bottom:5px !important;}

/****************** LOGO ******************************/
.logo {
    top: 5px;
    margin-left: 0px;
}

.products_button_red:hover {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c1c1c), color-stop(1, #696969) );*/
    /*background:-moz-linear-gradient( center top, #1c1c1c 5%, #696969 100% );*/
    background:none;
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#696969');*/
    background-color:#696969;
}
.products_button_white {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.products_button_red {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none;
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #1c1c1c) );*/
    /*background:-moz-linear-gradient( center top, #696969 5%, #1c1c1c 100% );*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#1c1c1c');*/
    background-color:#f47ea8;
    /*-moz-border-radius:6px;*/
    /*-webkit-border-radius:6px;*/
    /*border-radius:6px;*/
    /*border:1px solid #050505;*/
    border:1px solid #e51c7e;
    display:inline-block;
    color:#ffffff !important;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
    font-weight:bold;
    /*padding:6px 24px;*/
    text-decoration:none;
}

.products_button_red:active {
    position:relative;
    top:1px;
}

a.products_button_red {
    color: red;
}

.arrow {
    list-style: none !important;
}

.breadcrumbs ul li {
  padding:  0 14px 0 10px;
}

.breadcrumbs {
  margin: -26px 0 0;
}

.pagination_left_nav, .pagination_right_nav {
    list-style: none;
}

a.regular, a.regular:visited {
  border-bottom: none;
  color:#667C72;
}
a.regular:hover {color:#3a564F;}

.categories .list-items span.title,.categories .single-item span.title {
    text-align: center;
    margin-bottom: 5px;
}
.product_grid .list-items span.title,.product_grid .single-item span.title {
    text-align: center;
}

.product_grid .list-items span.price {
    text-align: center;
}



/* FONT */
.list-items span.title a, 
.list-items span.title a:active, 
.list-items span.title a:visited, 
.single-list-item span.title a, 
.single-list-item span.title a:active, 
.single-list-item span.title a:visited, 
.single-item span.title a, 
.single-item span.title a:active, 
.single-item span.title a:visited {
    color:#667C72;
    
}
/*color:#3A564F;*/
div.group-items span.price {
    color: #193833;
}

ul.footer-nav {margin-top:0px;}

.message {
    color: #f9f9fb;
    background-color: #C9CEC4;
    box-shadow: none;

}

.products.product_grid .product_smalltitle {
  height: 42px;
  overflow: hidden;
}

.products.product_grid .product_image, div.single-item span.product_image {
  margin: 4px 10px 10px 9px;
}

.products.product_grid .product_item {
  height: 244px;
}

.products.product_grid .product_price, .products.product_grid .product_onsale {
  margin-top: -171px;
}

.login-block span.facebook {
    background-image: url("../images/facebook_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 20px;
    padding-left: 34px;
}

a:hover {
    color: #4A665F;
}

.breadcrumbs ul li a {
  border-bottom: 1px dotted #91a399;
  color: #91a399;
}
.breadcrumbs ul li a:hover {
  color: #afbab2;
}

.login-block a:hover {
  color: #edcec6;
}



.breadcrumbs ul li {
  background-image: url("../images/breadcrumbs_arrow_mint.png");
}


.breadcrumbs ul li {
  color: #667c72;
}

.search-container {
  margin: 0 auto;
}

.search-inner {
  margin: 0 0 0 758px;
}

div.group-items span.title {
  height: 38px;
  overflow: hidden;
}

.products_checkout_icon {
  background: url("../modules/products/images/checkout_white.png") no-repeat scroll 0 0 transparent;
}

.full-width-content table td {
    border-bottom: none;
}

.products.product_grid .product_smalltitle {
  height: 42px;
  overflow: hidden;
}

.products.product_grid .product_image, div.single-item span.product_image {
  margin: 4px 10px 10px 9px;
}

.products.product_grid .product_item {
  height: 244px;
}

.products.product_grid .product_price, .products.product_grid .product_onsale {
  margin-top: -171px;
}

.login-block span.facebook {
    background-image: url("../images/facebook_icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 20px;
    padding-left: 34px;
}

a:hover {
    color: #4A665F;
}

.breadcrumbs ul li a {
  border-bottom: 1px dotted #91a399;
  color: #91a399;
}
.breadcrumbs ul li a:hover {
  color: #afbab2;
}

.login-block a:hover {
  color: #edcec6;
}



.breadcrumbs ul li {
  background-image: url("../images/breadcrumbs_arrow_mint.png");
}


.breadcrumbs ul li {
  color: #667c72;
}

.search-container {
  margin: 0 auto;
}

.search-inner {
  margin: 0 0 0 758px;
}

div.group-items span.title {
  height: 38px;
  overflow: hidden;
}

.products_checkout_icon {
  background: url("../modules/products/images/checkout_white.png") no-repeat scroll 0 0 transparent;
}

#main_navi li  {line-height:125% !important;}

.products_button_with_image {
  padding: 2px 10px 0 4px;
}


ul.products_search_results h1,
ul.products_search_results h2,
ul.products_search_results h3,
ul.products_search_results h4 {
    margin: 0 !important;
}


ul.search-results-list .breadcrumbs {
  margin: 0;
}

.search-results-list {
  margin-left: 0 !important;;
}

.content-inner ul li {
  margin-left: 0 !important;
}

.products_checkout_billing_details_notice {
  background-color: #ce5d86;
  color: white;
  margin-bottom: 1em;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

strong {
    font-weight: bold;
}

.cms_assets_image > img {
    width: 100%;
}

.cms_assets_image > img {
  border: 9px solid #d9f0f1;
  box-sizing: border-box;
}

.cms_assets_image  {
    color: #8ad2d5;
}

ul.cms_bullet_arrow li {
    list-style:none;
}

/***** ZANES CUSTOMISATIONS */
/* Code Flatout Used to try and modernise template - experimental */


body {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body{
    background: linear-gradient( to right bottom, #c6d2cb , white);
    /*     background-image: url("http://www.beautybeyond.co.nz/files/16062_20170118141241-1484701961_thumb.jpg"); */
}

.logo {
    margin-top:10px;
}

.search-inner {
    width: 242px;
    height: 34px;
    background-color: #48544c;
    background-image: none;
}

.search-field{
    color: #fff
}

.content-top {
    background-color:#48544c;
    min-height: 0px;
}


.navigation-inner {
    background:none;
    box-shadow: none;
    position: static;
    width: 1299px;
    font-size:30px;
}
.navigation-inner {
    background-image:none;
}

.navigation-inner ul li a {
    color: #48544c;
    font-size: 20px;
}

.login-block a, .login-block a:visited {
    color: #000;
}

.navigation-inner ul {
    margin-top:10px;
}

.sf-menu li ul {
    /*background-color: black !important;*/
    border: none;
}

.sf-menu li li {
    background: none repeat scroll 0 0 white;
}
.navigation-inner ul li {
    background-image: none;
}

.sf-menu li.sfish-navgiation-item {
    border-bottom: 1px solid #48544c;
}

.sf-menu li li a:hover {
    background-color: #fff;
    color: #000 !important;
}

.sf-menu li.sfish-navgiation-item:hover > a {
    /*background-color: black;*/
    color: #000 !important;
}

.active-menu-item {
    color: #48544c !important;
}


.home-icon {
    display: none;
}

.products_checkout_icon:hover {color:#FFF;}
.products_checkout_icon {color:#FFF;}

.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 20px;
}
.navigation-inner ul li {
    padding: 0 12px;
}



h1, h2, h4, h5 {
    font-family: "Bad Script", "cursive", Helvetica, Arial, sans-serif !important;

}

h3, .full-width-content h3 {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: inherit;
}

h4 {
    color: #48544c;
}


.sf-menu li ul {
    background: none repeat scroll 0 0 #fff;

}

.breadcrumbs {
    display: none;
}


/***** END ZANES CUSTOMISATIONS *****/