/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #fff;
	background-color: white;
	/*font: 14px/1.231 Helvetica, Calibri, Arial, sans-serif;*/
	/* font: 70% Verdana, "Trebuchet MS", sans-serif; */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	/*font-size: 80%;*/
	*font-size: small;
	*font: x-small;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}



@font-face {
    font-family: 'DidotRegular';
    src: url('http://www.myshowcase.com/fonts/didot_regula r/didot_headline-webfont.eot');
    src: url('../fonts/didot_regular/didot_headline-webfont.eot') format('embedded-opentype'),
         url('../fonts/didot_regular/didot_headline-webfont.woff') format('woff'),
         url('../fonts/didot_regular/didot_headline-webfont.ttf') format('truetype'),
         url('../fonts/didot_regular/didot_headline-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'DidotBold';
    src: url('../fonts/didot_bold/didot_headline_bold-webfont.eot');
    src: url('../fonts/didot_bold/didot_headline_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/didot_bold/didot_headline_bold-webfont.woff') format('woff'),
         url('../fonts/didot_bold/didot_headline_bold-webfont.ttf') format('truetype'),
         url('../fonts/didot_bold/didot_headline_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DidotDemiRegular';
    src: url('http://www.myshowcase.com/fonts/didot_demi-regular/didot_headline_demi-webfont.eot');
    src: url('http://www.myshowcase.com/fonts/didot_demi-regular/didot_headline_demi-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.myshowcase.com/fonts/didot_demi-regular/didot_headline_demi-webfont.woff') format('woff'),
         url('http://www.myshowcase.com/fonts/didot_demi-regular/didot_headline_demi-webfont.ttf') format('truetype'),
         url('http://www.myshowcase.com/fonts/didot_demi-regular/didot_headline_demi-webfont.svg#DidotHeadlineDemiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* from MyFontsWebfontsKit */
.bodoni-italic {
	font-family: BodoniAnt-LigIta;
	font-weight: normal;
	font-style: normal;
	font-size:150%;
	line-height: 1.3em;
}
.bodoni-bold {
	font-family: BodoniAnt-DemBol;
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
}

.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}
.lato-italic {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	}
.lato-bold {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: bold;
	}

.channel { 
	font-family: Channel;
	font-weight: normal;
	font-style: normal;
}
.channelLeft-Slanted { 
	font-family: ChannelLeft-Slanted;
	font-weight: normal;
	font-style: normal;
}
.channelSlanted1 { 
	font-family: ChannelSlanted1;
	font-weight: normal;
	font-style: normal;
}
.channelSlanted2 { 
	font-family: ChannelSlanted2;
	font-weight: normal;
	font-style: normal;
}

.pink {
	color: #cb1963;
	}
	
.beige {
	color: #dfdacd;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

div#bodyOuterWrapper {
	margin: 0px;
	padding: 0;
	background: #FFF;
	/* 
	background-image: url(../media/images/furniture/bg-white.png);
	background-repeat: repeat-x;
	background-position: center top;
    */
}

div#bodyWrapper {
	/*margin: auto;*/
	/*width: 1026px;*/
	padding: 0px 0px 0px 0px;
	color: #000;
}

div#contentWrapper {
	/*width: 1026px;*/
	margin: auto;
	
	min-height: 400px;
	/* 
     * A padding-top is added because the #headerWrapper has a fixed position.
     * The height of #headerWrapper can change, so a JS script adjust the padding-top on the fly (see adjustContentWrapperPadding() in myshowcase.js)
	 * The default value (124px) is the height of the #headerWrapper when the admin bar is not displayed
	 */
	padding: 124px 0px 20px 0px; 
}


/*#headerWrapper {
	width: 1026px;
}*/
#headerWrapper {
	min-height: 120px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	z-index: 999;
	background-color: white;
	/*width: 1026px;*/
	width: 100%;
	transform: translateZ(0);
}

body.user-logged div#contentWrapper {
	padding: 154px 0px 0px 0px; /* 126 + 28 = 154px*/
}

#headerWrapperAdmin {
	min-height: 80px;
	padding: 0px 0px 0px 0px;
	/*border-bottom: 3px solid #cb1963;*/
	position: fixed;
	z-index: 999;
	/*width: 1026px;*/
	width: 100%;
	background-color: white;
}

/*div#footerWrapper {
	margin: 20px 0 0 0;
	padding: 0px;
}*/


div#home,div#bodycontent {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.45em;

}

div#progress {
	margin: 45px 0px 0px 5px;
	padding: 10px 0px 5px 0px;
  	font-size: 1.6em;
  	text-transform: uppercase;
  	border: 2px dotted grey;
  	font-weight: 100;
}

div#progress ol {
	clear: both;
	margin: 0px auto 0px auto;
/*	height: 95px;*/
}

div#progress ol li {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 38px;
	margin: 0 43px -5px 43px;
}

div#progress.sign-up ol li {
	margin: 0 80px -5px 80px;
}

/*div#progress span, #progress a {*/
div#progress div.text {
	padding: 0 24px 0px 24px;
	display: inline-block;
	position: relative;
  	top: -11px;
  	line-height: 23px;
	/*border-bottom: 2px solid #999;*/
}
div#progress div.sub-text {
	font-size: 0.6em;
	line-height: 15px;
	  margin: 0 0 10px 0;
}
div#progress div.text a {
	color: black;
}
div#progress div.text .pink {
	font-weight: bold;
}
div#progress div.number {
	
  	margin: 0 auto;
  	
  	/* vertical align. */
  	vertical-align: middle;
    
    position: relative;
  	top: -24px;
}

div#progress div.number a {
	color: white;
}
div#progress li.active div.number {
	background-color: #cb1963;
}
  
/*div#progress span {
	color: #666;
	}*/


div#progress span.header {
	font-size: 1.8em;
	font-family: BodoniAnt-DemBol;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 4px;
	color: #000;
}

div#progress span.active {
	/*font-weight: bold;*/
	color: #000;
	/*padding-bottom: 4px;
	border-bottom: 6px solid #000;*/
}

div#progress a.complete {
	/*font-weight: bold;*/
	color: #333333;
	background: none;
	/*border-bottom: 2px solid #999;*/
}

/*
div#progress a.complete:hover {
	font-weight: bold;
	padding-bottom: 4px;
	color: #000;
	background: none;
	border-bottom: 6px solid #999;
}
*/

div#product-detail-carousel {
	padding: 50px 0px 0px 40px;
	border-top: 1px dashed #a7a7a5;
	border-bottom: 1px dashed #a7a7a5;
}

div#rsvp {
	background: #7FC2D6;
	float: right;
	width: 25%;
	height: 160px;
	}

div#rsvp h1 {
	color: #fff;
	padding: 10px 0px 10px 50px;
	}

div.sectioncontent {
	padding-right: 12px;
}

div.section {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
}



div.section-half-dottedright {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 5px 5px 10px 10px;
	border-right: 1px dashed #a7a7a5;
}

div.section-half {
	float: left;
	width: 48%;
	margin: 0 10px 0 0;
	padding: 0px 0px 10px 10px;
	
}

div.section-half.right {
	float: right;
}

div.dotted {
	float: left;
	width: 1%;
	margin: 0px;
	border-right: 1px dashed #a7a7a5;
}



.minheight300 {
	min-height: 300px;
	}

.quote {
	font-family: BodoniAnt-LigIta;
	font-size: 120%;
	line-height: 120%;
	width: 80%;
	margin: 0 auto;
	}

.dottedright {
	 border-right: 1px dashed #a7a7a5;
	}

.dottedleft {
	border-left: 1px dashed #a7a7a5;
	min-height: 1400px;
	}

.dottedtop {
	 border-top: 1px dashed #a7a7a5;
	}
.dottedbottom {
	 border-bottom: 1px dashed #a7a7a5;
	}
.dottedbottomtop {
	 border-top: 1px dashed #a7a7a5;
	  border-bottom: 1px dashed #a7a7a5;
	}



.right {
	float: right;
}

.left {
	float: left;
}


.error {
	color:red;
	border: 1px red;
}
div.section-third {
	display: inline;
	float: left;
	width: 25%;
	margin: 20px 0px 0px 15px;
}

div.section-third.product {
	margin: 5px 0px 0px 5px;
}

div.section-twothird {
	display: inline;
	float: left;
	width: 73%;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.long-height {
	min-height: 1089px;
	}

div.section-quarter {
	display: inline;
	float: left;
	width: 25%;
	text-align: center;
}
div.section-five {
	display: inline;
	float: left;
	width: 20%;
	text-align: center;
}
div.homepage-box {
	display: inline;
	float: left;
	width: 250px;
	height: 300px;
	border: 1px solid black;
	padding: 20px;
	margin: 10px 35px 10px 0px;
	font-size: 160%;
	font-family: BodoniAnt-DemBol;
	line-height: 1.2em;

	}

div.section-quarter small {
	padding: 0px 5px 0px 0px;
}

div.section-fifth {
	display: inline;
	float: left;
	width: 20%;
	text-align: center;
}

.thintext {
	font-family: "Arial Narrow";
}


img.next {
	float: right;
	}
img.prev {
	}

form p {
	line-height: 1.2em;
	display: block;
	clear: both;
	color: #666;
	/* padding: 5px 0px 5px 5px; */
	/*min-height: 2.4em;*/
}


form p label,
div.form p label,
div.form  label,
label.form-label {
	display: block;
	float: left;
	width: 200px;
	margin-right: 10px;
	color: #000;
	margin-right: 10px;
}
form p label.no-float,
div.form p label.no-float,
div.form  label.no-float {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
}

form p label.radiobutton {
	width: auto;
	float: none;
	display: inline;
}

form p label.value {
	width: 706px;
}

form p label.valuehalf {
	width: 253px;
}


form.narrow {
	margin: 10px auto;
	display: block;
	width: 480px;
}

form.narrow p label {
	width: 230px;
}

form.main {
	display: block;
	width: 550px;
	margin: 10px auto;
}

form.med {
	padding: 10px 0px 0px 10px;
	}






div#headerbar a {
	color: #000;
	text-decoration: none;
	padding: 4px;
	text-decoration: none;
}

a {
	/* color: #e2006d; */
	color: #cb1963;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E9B7D2;
	}


a.pink, p a, ul li a, a.grey, td a, a.table_link {
	color: #cb1963;
}

a.basket-quantity-change {
	font-size: 16px;
	font-weight: bold;
	}

a.pink:hover, ul li a:hover, a.grey:hover, p a:hover, td a:hover, a.table_link:hover {
	/*background-color: #000;
	color: #fff;*/
	color: #E9B7D2;
}

.spacer-right {
	margin-right: 20px;
	}




div#panel a.xmas {
	color: #CE3C35;
	}
div#panel a.xmas:hover {
	color: white;
	background: #CE3C35;
	}

a img {
	border: none;
}

/*img.logo {
    float: left;
    padding: 25px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    height: 57px; /* All image in the header needs to have a fixed height, see adjustContentWrapperPadding() in myshowcase.js */
}*/
	
div#panel a.logo {
	padding: 0px 0px 0px 0px;
	}

.smallgrey {
	color: #666666;
	font: 60% Calibri, "Trebuchet MS", sans-serif;
}

.red {
	color: #CB1963;
	}

span {
	margin: 0px;
	padding: 0px;
	}

span.title {
	font-size: 150%;
	font-family: BodoniAnt-LigIta;
	font-style: normal;
	}

div.product-price {
    line-height: 1;
    margin: 7px 0 10px;
    font-weight: bold;
}

.price span.was-price {
	
}

.price span.now-price {
	/* color: #d11f52; */
    font-weight: bold;
    font-size: 1.2em;
}

div#tagline {
	position: relative;
	top: 44px;
	left: 40px;
	z-index: -1;
	/*font-size: 100%;*/
}
div#login {
	padding: 7px 0px 0px 0px;
	float: right;
	/*margin: -32px 0px 0px 0px;*/
	max-width: 730px;
	}
div#menu-share {
    float:right;
    position: relative;
    top: 12px;
}	
div#order-info {
	float: right;
	width:350px;
	border: 1px solid #333;
	padding: 5px;
	clear: none;

	}
span.dotted {
	margin: 10px 0px 0px 0px;
	}

span.smallgrey {
	font-size: 90%;
}

p.small {
	font: 60% Calibri, "Trebuchet MS", sans-serif;
}

p.centred {
	text-align: center;
}

.highlight {
	color: blue;
}

.spacer {
	margin: 24px 0px;
}




p,.med,dd,dt,li,td,th,caption {

}

p {
	padding: 5px 5px 5px 5px;
	}

br.clear {
	clear: both;
}

li {
	margin: 0px 0px 3px 24px;
}


tt {
	font: 11px Consolas, Lucida Console;
}

dt {
	font: bold 90% Calibri, "Trebuchet MS", sans-serif;
	font-size: 90%;
	margin-bottom: 5px;
}

dl {
	margin: 10px;
}

dd {
	margin-bottom: 10px;
}

.warning {
	color: #FF0000;
}

.notification,.notification li {
	color: #66BB66;
}

.offer {
	color: #CC0000;
}


h1, h2, h3 {
	font-size: 2.0em;
	/*font-family: BodoniAnt-DemBol;*/
	font-family: 'Lato', sans-serif;
	
	font-weight: normal;
	font-style: normal;
	/*font-family: 'DidotRegular',Arial,sans-serif;
	text-transform:uppercase;*/
	
	letter-spacing: 0;
	display: block;
	line-height: 100%;
	clear: both;
}

h1 {
	width: 99%;
	padding: 20px 0px 10px 5px;
	margin: 0px 0px 5px 0px;
	/*background: #CCCCCC;*/
	}
h2 {
	font-size: 1.4em;
	padding: 10px 10px 2px 5px;
	}
h3 {
	font-size:1.2em;
	padding: 10px 10px 10px 5px;
	}
h4 {
	font-size:1.1em;
}
	
h2 a, .h2 a, h2.a
 {
	color: #000;
}
/*h2 a:hover, .h2 a:hover {
	color: #666;
}*/
a:hover .pink, .a:hover, .a:hover .pink {
	color: #E9B7D2;
}

/*div#product-list h2 a {
	color: #CB1963;
}*/
/*h2.breadcrumb a:hover, div#product-list h2 a:hover {
	color: black;
}*/
/*h2.fancy-title.breadcrumb, .h2.view-all.fancy-title
 {
	font-size: 30px;
}*/
.big {
	
}
.h2.view-all {
	clear: both;
}
.h2.view-all.fancy-title img {
	margin: 0 0 0 10px;
}
h2 span.bg-pink {
	background: #cb1963;
	color: white;
	padding: 5px 5px 0px 5px;
	}

h2 span.bg-green {
	background: #86ECC9;
	padding: 5px 5px 0px 5px;
	}

.inline {
	display: inline;
	}
.center {
	text-align: center;
	}
.center-vertically {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	}
.upper {
	text-transform:uppercase;
	}
/* .bg-green {
	background-color: #86ECC9;
}
.bg-yellow {
	background-color: #FCE3A5;
}
.bg-blue {
	background-color: #7FC2D5;
	}

.bg-pink {
	background: #cb1963;
	color: white;
	}
	 */
/* .bg-grey {
	background-color: #CCCCCC;
	} */
.bg-red {
	background: #FF6161;
	color: white;
	}
.bg-yellow {
	/* background-color: #FDF400; */
	background-image: url(../media/images/furniture/bg-vip.png);
    background-repeat: repeat-y;
    background-position: center top;
	color: black;
	padding: 0px 0px 0px 10px;
}
.bg-black {
	background: black;
	}
.bg-dotted {
	background-color: #ccc;
	background-image: url(../media/images/furniture/bg-dotted.png);
	background-repeat: repeat-y;
	background-position: center top;
	}

tr.bg-red a {
	color: black;
	}
tr.bg-red a:hover {
	color: grey;
	}


h1 italic, h2 italic {
	font-family: BodoniAnt-LigIta;
}







input {
	margin: 0 0 0px 0;
	color: #000;
}

input.textbox,select.textbox,input.required,select.required,textarea.textbox
	{
	border: 1px solid #AAA;
	padding: 4px;
	/*border-radius: 4px;*/
	background: #fff;
}



input.fancybutton,a.fancybutton, button.fancybutton, span.fancybutton
	{
	text-align: center;
	cursor: pointer;

	/*font-size: 90%; font-weight: bold;*/
	font-size: 90%;
	border: 0;
	/*border-radius: 4px;*/
	background: #000;
	color: #fff;
	/*border: 2px solid #AAA;*/
	padding: 4px 8px 4px 8px;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;

}

button.fancybutton.inactive {
	background: #C0C0C0;
	color: #fff;	
}

button.fancybutton.inactive:hover {
	background: #C0C0C0;
	color: #fff;
}

input.fancybutton.reset,a.fancybutton.reset, button.fancybutton.reset
{
	background-color: #666666;
}

input.bigbutton,a.bigbutton {
	padding: 16px 32px 16px 32px;
	/* border-radius: 8px; */
	font-size: 120%;
}


div.more {
	margin: 0px 3px 10px 670px;
	}
div#share {
    float: right;
    margin: -62px 0 0 600px;
    width: 200px;
}
img.share {
	width: 50px;
	}
img.shadow {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
margin: 5px 5px 5px 5px;
}
a.morebrands {
	float: left;
	margin: 0px 0px 16px 5px;
	}

span.morebrands {
	width: 826px;
	float: left;
	}
input.fancybutton.small, a.fancybutton.small, button.fancybutton.small {
	font-size: 0.8em;
	padding: 2px 8px 2px 8px;
	background-color: #666;
	margin: 0px 0px 0px 3px;;
}
input.fancybutton:hover, a.fancybutton:hover, button.fancybutton:hover {
	color: white;
	/* background-color: #999; */
	background-color: #cb1963;
	}


.hide {
	display:none;
	}

a.narrowpadding {
	padding-left: 12px;
	padding-right: 12px;
}

textarea {
	width: 100%;
}

textarea.item {
	height: 80px;
	}
.button1 {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 90%;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	cursor: hand;
}

ul.inline1 {
	margin: 0px;
	list-style-type: none;
}

ul.inline1 li {
	display: inline;
	list-style: none;
	margin: 0px 17px 0px 0px;
	padding: 0px;
}

ul.nodisc {
	list-style-type: none;
}

ul.arrow {

	}
.carousel {
	float: left;
	}
.carousel li {
	width:180px;
	height: 350px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	/*
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 90%;
	font-weight: bold;
	*/
	}
a.prev {
	padding: 100px 0px 0px 0px;
	float:left;
	}
a.next {
	padding: 100px 0px 0px 0px;
	float:left;
}
.product-height {
	min-height:372px;
	position: relative;
	
}
.product-height .remove {
	position: relative;
	left: 77px;
	float: right;
	top: 18px;
	left: 2px;
}
.product-height .product-description {

}
.product-height .product-description p {
	margin: 5px 0 0 0;
	padding:0;
	font-size: 14px;
}

.product-height img#product {
	width: 160px;
}
.product-height .product-brand {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 14px;
}
.product-height .product-name {
	font-family: BodoniAnt-LigIta;
}
.catalogue-carousel {
	float: left;
	width:432px;
}
.catalogue-carousel li {
	background-image: url(http://www.fashionetteparis.com/images/furniture/carousel-bg-on.png);
	height: 99px;
	width: 72px;
	}



/* Positioning */


div#headerbar {
	overflow: hidden;
	padding: 0
}

div#panel h1 {
	margin: 0px;
	padding: 6px 12px 6px 12px;
}

div#headerbar ul {
	padding: 4px 0px 4px 10px;
	list-style: none inside none;
	text-transform:uppercase;
}

ul#subnav {
	/* font-size: 1.0em; */
	list-style: none inside none;
	display:table;
	vertical-align: middle;
	margin: 10px 0px 0px 0px;
	}
	
ul#subnav li {
	display: table-cell;
	height: 20px;
	padding: 0px 20px 0px 0px;
	vertical-align: middle;
	}


div#headerbar {

	}
div#subnav {


}



ul#tabs {
	/* font-size: 1.0em; */
	clear: left;
	float: left;
	list-style: none inside none;
	display:table;
	/* font: 140% 'DidotBold',Arial,sans-serif; */
	/* font: 140% 'BodoniAnt-DemBol',Arial,sans-serif; */
	/*vertical-align: middle;*/
	width: 100%;
	text-align: center;
	table-layout: fixed;
	/*width: 1020px;*/
	}
span.menu-header {
	font: 140% 'Lato',Arial,sans-serif;
	}
ul#tabs li {
	display: table-cell;
	height: 21px;
	padding: 10px 10px;
	/*vertical-align: middle;*/
	position:relative;
	}

ul#tabs li a {
	color: black;
	}


ul#tabs li a:hover {
	color: #E9B7D2;
}

ul#tabs li#share a:hover {
	background-color: #fff;
}
ul#tabs li span.menu-header {
	position: relative;
	top: 4px;
	text-transform:uppercase;
}

/**
 * Sub menu.
 */

/*
 * Note if you changed the width of ul#tabs li.sub-tabs. 
 * Please change the following value as well:
 * - The width line which hide the part of the panel: ul#tabs li.sub-tabs div.hide-menu-line (change the IE9 and IE10 fix as well)
 * - The width of the menu panels: ul#tabs li.sub-tabs#sub-tab1 div.sub-tabs and ul#tabs li.sub-tabs#sub-tab2 div.sub-tabs (change the IE9 and IE10 fix as well)
 *			
 */
ul#tabs li.sub-tabs {
	/* width: 100px; */
}
ul#tabs li.sub-tabs div.hide-menu-line {
	width: 165px; 
}

ul#tabs li.sub-tabs#sub-tab1 div.sub-tabs {
	width: 1000px;
}
ul#tabs li.sub-tabs#sub-tab2 div.sub-tabs {
	width: 829px;
}
ul#tabs li.sub-tabs#sub-tab3 div.sub-tabs {
	width: 658px;
	/*width: 144px;*/
}
ul#tabs li.sub-tabs#sub-tab4 div.sub-tabs {
	width: 487px;
	/*width: 144px;*/
}
ul#tabs li.sub-tabs#sub-tab5 div.sub-tabs {
	width: 316px;
	/*width: 144px;*/
}
ul#tabs li.sub-tabs#sub-tab6 div.sub-tabs {
	width: 144px;
}

ul#tabs li.sub-tabs.open  { /* open state. */
	background-color: white;
	border-left: 3px solid #cb1963;
	border-right: 3px solid #cb1963;
	border-top: 3px solid #cb1963;
	padding: 0px 7px 0px 7px; /* padding 10px - border 3px = 7px*/
}

ul#tabs li.sub-tabs div.sub-tabs-wrapper { /* sub menu div */
	position: absolute; /* Postioned relative to ul#tabs li.open */
	margin: 10px 0 0 -10px;
	z-index: 20;
	text-align: left;
}
ul#tabs li.sub-tabs div.sub-tabs-wrapper ul.first {
	margin: 0px 0px 0px 15px;
}

ul#tabs li.sub-tabs div.sub-tabs {
	border :  3px solid #cb1963;
	background-color: white;
	z-index: 10;
	padding: 10px 10px;
	/*position: relative;
	top: 4px;*/
	display: none;
}
ul#tabs li.sub-tabs div.sub-tabs ul {
	list-style: none inside none;
	float: left;
	width: 160px;
}
ul#tabs li.sub-tabs div.sub-tabs ul.one_column {
	width: auto;
}
ul#tabs li.sub-tabs div.sub-tabs ul li {
	display: block;
	text-transform: none;
	height: auto;
	padding: 2px 0px;
	margin: 0;
	vertical-align: inherit;
}
ul#tabs li.sub-tabs div.hide-menu-line { /* Hide pink bar. */
	background-color: white;
	height: 3px;
	margin: 0px 0px 0px 3px;
	position: absolute;
	display: none;
}

ul#tabs li.sub-tabs.open div.hide-menu-line {
	display: block
}



div#subnav ul li, div#headerbar ul li {
	display:inline;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;

}
div#panel ul li.title {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

div#headerbar ul li.title, div#subnav ul li.title {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

div#subnav, div#headerbar {
	padding: 10px 0 0 0;
	margin: 0px;
	width: 100%;
}

div#main {
	position: relative;
	margin: 10px 5px;
	padding: 0px;
}

/*div#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

div#footer ul {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
}

div#footer ul li {
	display: inline-block;
	padding: 0.5em 0 1em 1.5em;
}

div#footer a {
	color: #666;
}

div#footer a:hover {
	color: #000;
	background: none;
}

div#footer #copyright {
	padding: 24px 0;
	font-size: 80%;
}*/


div.box {
	margin-bottom: 10px;
}



div.box h3 {
	text-align: left;
	padding: 2px 5px;
	margin: 0px;
	background: #C4C4B8;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

div.boxbody {
	padding: 0px;
	margin: 0px;
	border: 1px solid #C4C4B8;
}

div.boxbuttons {
	margin-top: 10px;
	padding: 2px 0px;
}

/* Tables */
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

caption {
	text-align: left;
	padding: 2px 5px;
	background: #C4C4B8;
	font-weight: bold;
	color: #FFF;
}

th,td {
	padding: .3em;
}

th {
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	color: #999;
}

th.name {
	width: 25%;
}

td {
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}
td.no-border {
	border-bottom: none;
}
td.right {
	text-align: right;
	}

td.first {
	border-bottom: 0px;
	padding-bottom: 0;
}

td h3 {
	margin: 0;
}

td p
 {
	font-size: 85%;
	color: #604040;
	margin: 0;
}

tr.disabled {
	color: #606090;
}

tr.recommendation td {
	border-top-width: 2px !important;
	border-top-style: solid;
	border-bottom-width: 2px !important;
	border-bottom-style: solid;
}

tr.recommendation td.first {
	border-left-width: 2px;
	border-left-style: solid;
}

tr.recommendation td.last {
	border-right-width: 2px;
	border-right-style: solid;
}

td.summary {
	text-align: right;
	font-weight: bold;
	border: none;
}

th {
	font-weight: bold;
}

tr.grey td {
	background-color: #E0EBEB;
}

tr.recommendation td {
	border-top-color: #5D8585;
	border-bottom-color: #5D8585;
	background-color: #E0EBEB;
}

tr.recommendation td.first {
	border-left-color: #5D8585;
}

tr.recommendation td.last {
	border-right-color: #5D8585;
}

tr.recommendation p.highlight {
	color: #5D8585;
}

tr.tablerowodd {
	background-color: #F0F0F0;
}

tr.tableroweven {
	background-color: #E0E0E0;
}

tbody input.textbox {
	padding: 1px 2px;
	margin: 0px;
}

tbody input.button,tbody input.fancybutton, p input.fancybutton {
	padding: 3px 12px;
	margin: 0px;
}

tfoot {
	background-color: #444;
	color: #FFF;
	background: #444444; /* Old browsers */

}

tfoot td {
	vertical-align: middle;
}

tfoot input,tfoot input.button,tfoot input.fancybutton {
	margin: 0px;
}


.button1 {
	background-color: #000;
	border-bottom-color: #4e4d4e;
	border-right-color: #4e4d4e;
	border-left-color: #4e4d4e;
	border-top-color: #4e4d4e;
	color: #fff;
}


div#subnav a:hover, div#headerbar a:hover {
	background-color: #222222;
	color: #FFF;
}

div#terms {
	font-size: 0.8em;
	height: 250px;
	overflow: auto;
	border: 1px solid #CCC;
	background-color: #E0E0E0;
	padding: 6px;
	margin: 12px 0px;
}



div.griditem {
	display: inline;
	float: left;
	width: 160px;
	padding: 4px;
	margin-left: 12px;
	margin-right: 24px;
	margin-bottom: 24px;
	/*border: 2px solid #E0E0E0;
	border-radius: 8px;
	background: #E0E0E0;
	*/
}

div.griditem h3 {
	text-transform:uppercase;
}

div.griditem .desc {
}

div.griditem .price {
}

div.griditem .sku {
	font-size: 60%;
	color: #888;
}

div.griditem form {
	margin: 0px;
}

div.griditem input {
	margin: 0px;
}

div.addressitem {
/*	padding: 0px 0px 12px 0px;*/
}

div.addressitem ul {
	list-style-type: none;
	/*margin: 12px 0px;*/
}

div.categories {
	/*width: 330px;*/
	/* float: right; */
	margin: 20px 0px 0px 0px;
}

div.categorytree {
	/* float: left;*/
	padding: 0px 0px 0px 0px;
	 /* display: block; */
}

div.categorytree .active {
	/*background: #cb1963;*/
	color: black;
}

div.categorytree a,
div.categorytree span {
	padding: 0px 3px 0px 3px;
	}

div.categorytree ul {
	/*list-style-image: url(../media/images/furniture/arrow-right-small.png);*/
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	/*color: #cb1963;*/
	/*color: #e2006d;*/
}

div.categorytree ul li {
	margin: 0px 0px 3px 20px;
}

div.breadcrumb img.arrow,
div.breadcrumb span {
	float: left;
}

div.breadcrumb img.arrow {
	float: left;
	margin-top: -4px;
}

div.breadcrumb span {
	margin: 0 7px;
}

div.breadcrumb span {
	padding: 0px 3px 2px 3px;
	}



img.home-stylist {
    float: left;
    margin: 15px 30px 15px 0px;
}
img.home-host {
	float: right;
	margin: 15px 5px 15px 30px;
	}

img.intro {
	float: left;
	margin: 0px 5px 0px 0px;
	}
img.voucher-admin {
	float: right;
	margin: 0px 5px 0px 0px;
	}
img.brand-slider {
	height: 200px;
	}
img.product-detail {
	float: left;
	width: 350px;
	margin: 0px 20px 20px 0px;
	}
img.circle-host {
    left: 320px;
    position: relative;
    top: 55px;
}
img.brand-index {
	width:488px;
	padding: 0px 10px 0px 10px;
}

.smalltext {
	font-size: .8em;
}

/* dropt styles to show images on mouse over */
span.dropt {border-bottom: thin dashed; background: #ffeedd;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;}
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 26px 0 0 60px; background: #ffffff; z-index:6;}

select#status, select#type {
	width: 106px;
}


div.addthis {
	position: absolute;
	top: 40px;
	right: 140px;
}

label.basket {
	display: block;
	width: 65px;
	float:left;
	margin-top: 10px;
}

div.brand {
	margin-bottom: 10px;
}

.placeholder {
	color: grey;
}

#pack_order_print_button {
	position: relative;
	top: -37px;
	left: 267px;
}

#uk-mail-button {
	position: relative;
	top: -37px;
	left: 335px;
}


#delivery_notes_print_button {
	position: relative;
	top: -37px;
	left: 300px;
}

form#prospectDetails {
	display: inline-block;
}
p.no_padding_top {
	padding: 0 5px 5px 5px;
}
table.manage_packs {
	width:50%;
}
.no_float {
	float: none;
	display: inline;
}
form#details h3 {
	padding: 0;
}

table.report_summary {
	width: 320px;
}
table.report_summary tr td {
	border: none
}
table.report_summary tr td.title {
	/*font-weight: bold;*/
}
table.report_summary tr td.value,
table.detail_tsv tr td.value,
table.detail_tsv tr td.title,
table.orders tr td.value {
	text-align: right;
}
table.orders tr td.value {
	padding: 0 20px 0 0;
}
table.detail_tsv {
	width: 450px;
}
table.detail_tsv, table.cms_values, table.blog_title tr td {
	border: none;
}
table.cms_values {
	border: none;
}
table.blog_title {
	border: none;
	width: 200px;
}


div.voucher
{
	border-style:dashed;
	border-width:2px;
	padding: 15px;
	margin: 15px 0px 0px 0px;
	width: 621px;
}

table.orders_prepare tr td.qty,
table.orders_prepare tr td.checkbox {
	text-align: center;
}
table.orders_prepare tr td.checkbox input {
	margin: 0px;
}
table.orders_prepare tr td.text {
	padding: 0 0 0 10px;
}
.italic {
	font-style: italic
}

tr.tooltip td {
	vertical-align: baseline;
}
tr.tooltip td div.title {
	display: inline-block;
}
.stylist_registration p {
	margin: 0 0 0 20px;
}
.stylist_registration input.textbox {
	width: 240px;
}
.stylist_registration input#postcode {
	width: 170px;
}
.stylist_registration select#addressesAjaxList {
	width: 250px;
}
form.voucher select#voucher_type {
	width: 150px;
}
form.voucher img.ui-datepicker-trigger {
	margin: 0 0 0 10px;
}
form.voucher input#start_date,
form.voucher input#end_date {
	width: 75px;
}
form.voucher input#trigger_value,
form.voucher input.reward_amount,
form.voucher input.trigger_amount,
form.voucher input#reward_percent,
form.voucher input#reward_ceiling,
form.voucher input#pack_id {
	width: 75px;
}
form.event img.ui-datepicker-trigger {
	margin: 0 0 0 10px;
}


/* top nav */

#nav {
	background: black;
	z-index: 2; /* need to be above ul#tabs (main menu) */
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: auto;
	/*width: 1026px;*/
	margin:0;
	padding:0;
	list-style:none;
	min-height: 28px;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float:left;
	display:block;
	width:100px;
	position:relative;
	/*z-index:500;*/
	margin:0 1px;
}

/* this is the parent menu */
#nav li a,
#nav li span {
	display:block;
	padding:5px 5px 5px 5px;
	/*height:23px;*/
	text-decoration:none;
	color:#fff;
	text-align:center;

}

#nav li.selected a {
	background:#ccc;
	color:#666;
}

#nav li a:hover {
	/* background:#ccc; */
	background: #E8E8E8;
	color:#666;
}

/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
	/*z-index: 9999;*/
}

#nav ul li {
	background:#ccc;
	width:110px;
	float:left;
	border-top:1px solid #fff;
	min-height: 28px;
	/*z-index: 9999;*/
}

/* display block will make the link fill the whole area of LI */
#nav ul a,
#nav ul span {
	display:block;
	/*height:15px;*/
	padding: 8px 5px;
	color:#666;
}

#nav ul a:hover {
	/* text-decoration:underline;	*/
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

#voucher_filter input#start_date,
#voucher_filter input#end_date,
.hasDatepicker {
	width: 75px;
}
img.ui-datepicker-trigger {
	margin: 0 0 0 10px;
}
th.filter {
	color: #000;
	cursor: pointer;
}
.adminOuterWrapper {
	background: black;
}

.email-valid:before {
	font-family: 'typicons';
	content: '\e11e';
	color: #5be600;
	display: inline-block;
	font-size: xx-large;
    vertical-align: middle;
}

.email-invalid:before {
	font-family: 'typicons';
	content: '\e058';
	color: #e30022;
	display: inline-block;
	font-size: xx-large;
    vertical-align: middle;
}

.not-allowed {
	/*cursor: not-allowed !important;
	pointer-events: none !important;*/
}

form#quick_basket select#product_name,
form#quick_basket select.product,
form#customerDetails select#product_name,
form#customerDetails select.product,
form.med select.product,
div#quick_basket select#product_name
 {
	width: 400px;
}
span#postage {
	margin: 0 0 0 252px;
	font-style:italic;
	font-size: 0.9em;
}
/*input#voucher_submit_button, span#address,span#nochex_text, a#edit_delivery {
	margin: 0 0 0 211px;
}*/
div.form a.margin,
div.form input.margin,
div.form span.margin {
	margin: 0 0 0 210px;
}
a.edit_button {
	line-height: 30px;
}

input#voucher_code,
#stylist-selection input#stylist,
#split_payment_box #cash_amount,
#link-showcase-wrapper .pink-button
 {
	width: 96%;
	margin: 10px 0;
}
#other-payment #payment_uid {
	width: 96%;
	margin: 0 0 10px 0;
}
#other-payment select,
#link-showcase-wrapper select {
	width: 100%;
	margin: 10px 0;
}
.term_condition {
	font-size: 1em;
/*	text-transform: uppercase;*/
	line-height: 15px;
	font-weight: bold;
	line-height: 1.4em;
}
.form-new-design .term_condition label {
	margin: 0 5px 0 0;
	display: inline;
	float: none;
}
.form-new-design .term_condition input[type='checkbox'] {
	margin: 0;
}
div.nochex_user,
div.nochex_user form,
div.nochex_user form p {
	text-align: center;
}
div.nochex_admin p {
	margin: 0 0 0 210px;
	text-align: left;
}
/*div.form p#your_order label{
	float: left;
}*/
div.form #your_order span.first,
#nochex_text {
	margin: 0 0 0 210px;
}
div.form #your_order span.first.first_row {
	margin: 0;
}
div.form #your_order span,
div.form #your_order span.first_row {
	margin-right : 10px;
}
div.form #your_order p {
	padding: 0;
}
.bold {
	font-weight: bold;
}
/*#add_voucher {
	width: 97px;
}*/
.margin_fix_order_form {
	margin: 40px 0 0 0;
}
div.vouchers_users {
	padding: 10px 0 0 0;
}
div.vouchers_users form {
	float: left;
}
div.vouchers_users a {
	float: left;
	margin: 5px 0 0 10px;
	height: 16px;
}

div#cookieBannerOuterWrapper {
	background-color: #FDE0A4;
}
div#cookieBanner {
	color: black;
	/*width: 1026px;*/
	margin: 0 auto;
	padding: 10px 0px 10px 135px;
	height : 65px;
}
div#cookieBanner p {
	float: left;
	width: 750px;
	padding: 0;
}
div#cookieBanner img {
	padding: 7px 0 0 15px;
}

#top-banner {
	background-color: #cb1963;
	color: white;
	position: fixed;
	height: 30px;
	width: 100%;
	z-index: 9999;
}
#top-banner  p {
	text-align: center;
}

div.products-grid ul {
	overflow: hidden;
}
div.products-grid ul li {
	float: left;
	text-align: center;
	width: 180px;
	list-style-type: none;
}
#discount_code {
	height: 0px;
}
#discount_code label.valuehalf,
#host-email label.valuehalf {
	width: auto;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
div.categorytree ul.tag_filter {
	list-style-image: none;
	list-style-type: none;
}

div#bodycontent div.categorytree ul.tag_filter li {
	margin-left: 10px;
}
div.categorytree ul.tag_filter label {
	padding: 0 0 0 8px;
}
table.report tr td.value {
	text-align: right;
}
table.report tr td.value {
	padding: 0 20px 0 0;
}
div.showcase h2 {
	padding: 10px 10px 10px 5px;
}


.with-message-dialog {
    position: relative;
    min-height: 200px;
}

.with-message-dialog div {
      position: absolute;
      top: 5px;
      bottom: 25px;
      left: 0;
      right: 12px;
      width: auto;
      margin: 5px;
}

.with-message-dialog div textarea {
      width: 100%;
      height: 100%;
}

img.tooltip {
	margin: 0 0 0 10px;
}

div#facebook-friends {
	margin: 15px 0 0 0;
}

a.print-delivery {
	margin: 10px 0;
	display: inline-block;
}
div.form.no-space p {
	padding: 2px 5px;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

div#blog-sharethis, div#sharethis {
	margin: 0px 0px 0px 0px;
}
div#invitename input, div#inviteemailaddress input {
	margin: 3px 0;
}
div.with-message-dialog td {
	border-bottom: 0px solid #CCCCCC;
}
div.with-message-dialog td font {
    font-size: 10px;
}
p.big {
	font-size: 1.8em;
	font-family: BodoniAnt-DemBol;
	line-height: 100%;
}

img.blog-intro {
	width:490px;
	height: 333px;
	}
div.sage_user {
	text-align: center;
}

iframe {
	border: 0;
	padding: 0px 0px 0px 0px;
}
iframe div#bodyWrapper {
	width: 700px;
}
th.border-right, td.border-right {
	border-right: 1px solid #CCC;
}
ul.categories {
	list-style-type: none;
}
ul.categories label.category-name {
	width: 280px;
	display: inline-block;
}
ul.categories div.category-name {
	width: 284px;
	display: inline-block;
}
ul.categories label.is-primary,
ul.categories input.is-primary {
	width: 120px;
	display: inline-block;
}
ul.categories li.add-category {
	margin-left: 20px;
}
ul.categories li {
	height : 22px;'
}

.dropzone {
	color: gray;
    width: 115px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px dashed gray;
    display: inline-block;
}
.fileupload-loading {
  position: absolute;
  left: 120px;
  top: 12px;
  width: 32px;
  height: 32px;
  background: url(../media/images/furniture/loading.gif) center no-repeat;
  display:none;
}
.filedelete-loading {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 32px;
  height: 32px;
  background: url(../media/images/furniture/loading.gif) center no-repeat;
  display:none;
}
div.upload-image {
	margin: 0 0 10px 0;
}
div.uploadAndDelete-image {
	position: relative;	
}
.message {
	color: green;
}
.delete-image {
	margin: 10px 0;
}

form#product-details {
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 20px;
	}

form#gift-wrap {
	width: 95%;
}
.gift-wrap,
.recommendation {
	margin: 5px 0 0 5px;
	text-align: center;
	font-family: 'BodoniAnt-LigIta', serif;
	font-size: 1.5em;
}
.recommendation {
	margin: 15px 0 0 5px;
}
.gift-wrap div.gift-wrap-comment-edit,
.recommendation div.recommendation-comment-edit
 {
	margin: 10px 0 0 0;	
}
.gift-wrap input.small,
.recommendation input.small
 {
	text-transform: uppercase;
	font-size: 0.6em;
}
.gift-wrap input.fancybutton,
.recommendation input.fancybutton
 {
	float: none;
	margin: 10px 0;
}
.gift-wrap-comment p
 {
	font-size: 80%;
	color: #604040;
	margin: 0;
}
textarea#basket-item-comments {
	width: 100%;
	height: 60px;
	margin: 5px 5px 0px 0px;
	}
	
.categories h2.fancy-title {
	cursor:pointer;	
	text-align: left;
	padding: 15px 0;
}

.footnote {
	font-size: 80%;
}
label.input {
	display: inline;
	width: auto;
	float: none;
    margin: 0 20px 0 5px;
}
p.sage-admin {
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 100%;
}
div.gift-voucher-view input.fancybutton {
	float:right;
	margin: 0 10px 0 0;
}
div p label.opt {
	float: none;
	width: auto;
	display: inline;
}
tr.sendReminder td {
	border-bottom: none;
}

tr.sendReminder td form {
	margin: 5px 0 0 0;
}

body.admin form.main {
	margin: 0;
}
div.gift-box.section-half {
	padding: 10px 17px 0 0;
}
div.gift-box.section-half.right {
	padding: 10px 0 0 8px;
	float:left;
}
div.gift-box p.half {
	width: 45%;
}
div.gift-box h3 {
	font-size: 1.5em;
}
div.gift-box .fancybutton {
	padding: 7px 35px;
	font-weight: bold;
}
div.gift-box p.product a {
	color: black
}
div.gift-box p.product a:hover {
	color: #E9B7D2;
}
div.gift-box a.fancybutton {
	background-color: #cb1963;
}
div.gift-box a.fancybutton:hover {
	background-color: #E9B7D2;;
}
div.gift-box h2, div.gift-box h3 {
	font-style: italic;
}
div.gift-box p.first {
	margin: 10px 0 5px 0;
}
div.gift-box p.intro {
	margin: 20px 0;
}
div.gift-box.dottedleft {
	min-height: 0px;
}
div.gift-box p.buy-now {
	margin: 5px 0 13px 0;
}

/** 
 * CMS menu
 */
div.cms-menu {
	/*background-color: #eee;*/
	/* background-color: #ffdced; */
}
div.cms-menu ul {
	list-style:none;
	z-index: 2; /* the menu need to be above the content. */
	text-align: center;
	background: white;
	
}

div.cms-menu ul li {
	float: left;
	display: block;
	width: 110px;
	position: relative; /* In order to use position absolute in sub-menu */
	margin: 0px 1px;
	min-height: 28px;
}

/* Sub-menu */
div.cms-menu ul li ul {
	position:absolute; /* Sub-menu need to be displayed above the content. */
	display:none; /* Will be display by a :hover on li */
	margin:0 0 0 -1px; /* For some reason there 1 pixel gap. */
}

/* display block will make the link fill the whole area of LI */
div.cms-menu ul li a, div.cms-menu ul li span,div.cms-menu ul li form {
	display:block;
	padding: 8px 5px;
	/* color: black; */ /* Change the default color of A */
}

/* When a LI is selected change backgound color (for all A in sub-menu as well) */
div.cms-menu ul li.selected a, 
div.cms-menu ul li.url-selected a {
	background: #ffdced; /* pink */
}
div.cms-menu ul li ul li a {
	border-top:1px solid white; /* display white space between the sub-menu. */
}

/* When user 'hover' on LI */
div.cms-menu ul li a:hover {
	background: #ffe8fa; /* light pink */
}





img.left {
	float: left;
	margin: 10px 20px 20px 0px;
	}


/**
 * Stylist page
 */ 
div#right-nav-page div#content {
	/*font-family: 'DidotRegular',Arial,sans-serif;
	font-size: 16px;*/
}

div#right-nav-page div#menu ul {
	list-style: none inside none;
	text-align: right;
}

div#right-nav-page div#menu li {
	border-bottom: 1px dashed grey;
	padding: 2px 10px 4px 4px;
	width: 248px;
}

div#right-nav-page div#menu li a {
	display: block;
	font-size: 13px;
	color: black;
	letter-spacing: 0.1em;
}

div#right-nav-page div#menu li.selected {
	background-color: #CB1963;
	margin-left: -30px;
	box-shadow: -1px 2px 6px -2px rgb(0, 0, 0);
	border-bottom: none;
	margin-top: -4px; /* Hide the border-bottom of previous LI */
	width: 304px;
}
div#right-nav-page div#menu li.selected a {
	color: white;
	font-size: 20px;
	line-height: 24px;
}

div#right-nav-page div#content {
	width: 900px;
	float: left;
}

div#right-nav-page div#menu {
	position: fixed;
	margin:36px 0px 0px 737px;
}
.floating-anchor {
    position: absolute;
    display: block;
}
div#right-nav-page div.box-content {
	background-color: #E2126E; 
	color: white; 
}
div#right-nav-page div.video {
	background-image: url('../pymM7dr.jpg');
	height: 505px;
	width: 738px;
}
div#right-nav-page div.video iframe {
	display: block;
	margin: 0 auto;
}

div#right-nav-page div.lets-meet-up {
	/*height:500px;*/ 
	width: 737px; 
	margin: 25px 0;
}
div#right-nav-page div.lets-meet-up img.title {
	display: block;
	margin: auto;
	width: 200px;
	padding: 16px 0 0px 0;
}
div#right-nav-page div.lets-meet-up p {
	text-align: center
}
div#right-nav-page div.events {
	width: 700px;
	border: 7px solid #eb599a;
	margin: 10px auto;
}
div#right-nav-page div.events div.white-border {
	width: 680px;
	border: 1px solid white;
	background-color: #f7bdd6;
	padding: 10px 0 10px 20px;
	/*overflow: scroll;
	overflow-x: hidden;*/
}
div#right-nav-page div.events iframe {
	padding: 0;
	width: 675px;
	height: 333px;
	background-color: #f7bdd6;
}

/* div#right-nav-page div.cms-block {
	width: 738px;
} */

/* Recruiting event in iFrame. */
div#iframe-events {
	background-color: #f7bdd6;
	width: 675px;
}
div#iframe-events div.recruiting-event {
	border-bottom: 1px dashed white;
	padding: 10px 0px 10px 0;
}
div#iframe-events div.recruiting-event p.date {
	background-color: white;
	color: black;
	width: 35px;
	float: left; 
	margin: 0 10px 0 0;
	/*display: inline-block;*/
	/*display: table-cell;
    vertical-align: top;
    clear: none;*/
}
div#iframe-events div.recruiting-event div {
	color: black;
	/*display: inline-block;*/
	float: left;
	width: 620px;
}
div#iframe-events div.recruiting-event div p {
	text-align: left;
	padding: 0;	
}
div#iframe-events div.recruiting-event div p.title {
	padding: 0 0 2px 0;	
}
div#iframe-events div.recruiting-event div p span.stylist-name {
	font-style: italic;	
}
div#iframe-events div.recruiting-event p span.number{
	color: #db1865;
	font-size: 27px;
	line-height: 1.1em;
}
div#iframe-events p.message {
	font-size: 14px;	
	color: white;
}
div#iframe-events div.recruiting-event div p.title a.register {
	margin: 5px 0;
	display: inline-block;
	background-color: #cb1963;
}
div#iframe-events div.recruiting-event div p.title a.register:hover {
	background-color: #DE95BC;
}
img#chat-to-us {
	padding: 20px 0px 0px 22px;
}
img#stylist-signup {
	margin: 10px 0px 0px 23px;
}

div.event-radio input {
	margin: 0 6px 6px 0;
}
/* Remove from favourite button. */
button.remove-from-favourite {
	/* reset button value*/
	border: 0;
    padding: 0;
    color:#CCC;
    
	/*position: relative;
	top: 7px;
	background: url("http://www.myshowcase.com/furniture/remove.png") no-repeat;
	width: 27px;
	height: 23px;
	cursor: pointer;*/
	
	position: relative;
	left: 77px;
	float: right;
	top: 18px;
	left: 2px;
	width: 25px;
	height: 25px;
	background: url("../media/images/furniture/remove.png") no-repeat;
	cursor: pointer;
	
}
/* Add to favourite button. */
button.add-to-favourite {
	color: #cb1963;
	cursor: pointer;
	background-color: white;
	font-size: 90%;
	border: 1px solid #b2b2b3;
    padding: 3px 3px 4px 3px;
}
button.add-to-favourite:focus, 
button.add-to-favourite:hover {
	background: #ffe8fa;
	/*color: #E9B7D2;*/ 
	outline: 0; /* Chrome add blue outline. */
}

/* JQuery uniform style fix. */
div.categorytree div.checker span {
	padding: 0;
}
input.uniform-input, select.uniform-multiselect, textarea.uniform {
	font-size: 11px;	
	font-family: Verdana, "Trebuchet MS", sans-serif;
	color: #000;
}
div.selector select {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #000;
}
div.selector span {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 11px;	
	color: #000;
}
div.button span {
	text-transform: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 11px;	
	color: #000;
}
div.button, div.button span {
	background-image: url("jquery-uniform/images/sprite_small.png");	
}
div.button {
	background-position: 0 -512px;
	height: 25px;
	position: relative;
	top: -2px;	
}
div.button span {
	background-position: right -416px;
	height: 17px;
	line-height: 12px;
	margin-left: 10px;
}
div.button.hover, div.button.focus {
	background-position: 0 -561px;
}
div.button.hover span, div.button.focus span {
	background-position: right -465px;
	color: #000;
}

/* Host a showcase page. */
div#left-nav-page div#menu ul {
	list-style: none inside none;
	text-align: left;
}

div#left-nav-page div#menu li {
	border-bottom: 1px dashed grey;
	padding: 2px 10px 4px 4px;
	width: 248px;
	margin: 0px 0px 3px 0px;
}

div#left-nav-page div#menu li a {
	display: block;
	font-size: 13px;
	color: black;
	letter-spacing: 0.1em;
}

div#left-nav-page div#menu li.selected {
	background-color: #CB1963;
	/*margin-left: -30px;*/
	box-shadow: -1px 2px 6px -2px rgb(0, 0, 0);
	border-bottom: none;
	margin-top: -4px; /* Hide the border-bottom of previous LI */
	width: 304px;
}
div#left-nav-page div#menu li.selected a {
	color: white;
	font-size: 20px;
	line-height: 24px;
}

div#left-nav-page div#menu {
	position: fixed;
	margin:36px 0px 0px 0px;
	width: 320px;
}

div#left-nav-page div#content {
	width: 738px;
	float: right;
}

div#left-nav-page div#content div.inner{
	padding: 0 0 0 160px;
}
div#left-nav-page div#menu img.image1 {
	position: relative;
	top: 20px;
}
div#left-nav-page div#menu img.image2 {
	position: relative;
	top: 88px;
	left: -10px;
}
div#left-nav-page div.video {
	background-image: url('../oA17GjS.gif');
	height: 468px;
	width: 740px;
}
div#left-nav-page div.video iframe {
	display: block;
	margin: 0 auto;
}
div#left-nav-page img.host-a-showcase {
	margin-top: 30px;
}
div#left-nav-page img.as-seen {
	margin-top: 30px;
}
div#left-nav-page div.host-a-shakeup {
	background-color: #DEDBCC; 
	font-size: 1.3em; 
	line-height: 1.2em; 
	font-weight: 300; 
	padding: 20px 35px;
}
div#left-nav-page div.host-a-shakeup h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	font-size: 2.6em;
}
div#left-nav-page div.host-a-shakeup h1 span {
	color: #CB1963; 
	font-family: 'DidotRegular',Arial,sans-serif; 
	font-weight: bold;
}
div#left-nav-page div.host-a-shakeup p.number {
	margin: 10px 0px 25px;
}
div#left-nav-page div.host-a-shakeup p.number span.num {
	color: #CB1963; 
	font-size:2em; 
	font-family: 'DidotRegular',Arial,sans-serif; 
	font-weight: bold;
}
div#left-nav-page div.host-a-shakeup p.number span.discount {
	color: #CB1963; 
	f/*ont-family: 'DidotRegular',Arial,sans-serif;*/ 
	font-weight: bold;
}

div#left-nav-page div.host-a-shakeup img.right {
	float: right; 
	width: 370px; 
	margin: 0px 0px 0px 20px;
}

div#left-nav-page div.faq {
	width: 700px; 
	padding: 0px 10px 10px 20px
}

/* about us menu page */

div#about-us-page div#menu ul {
	list-style: none inside none;
	text-align: left;
}

div#about-us-page div#menu li {
	border-bottom: 1px dashed grey;
	padding: 2px 10px 4px 4px;
	width: 248px;
	margin: 0px 0px 3px 0px;
}

div#about-us-page div#menu li a {
	display: block;
	font-size: 13px;
	color: black;
	letter-spacing: 0.1em;
}

div#about-us-page div#menu li.selected {
	background-color: #CB1963;
	/*margin-left: -30px;*/
	box-shadow: -1px 2px 6px -2px rgb(0, 0, 0);
	border-bottom: none;
	margin-top: -4px; /* Hide the border-bottom of previous LI */
	width: 304px;
}
div#about-us-page div#menu li.selected a {
	color: white;
	font-size: 20px;
	line-height: 24px;
}

div#about-us-page div#menu {
	position: fixed;
	margin:36px 0px 0px 0px;
}

div#about-us-page div#content {
	width: 900px;
	float: right;
}

div#about-us-page div#content div.inner{
	padding: 0 0 0 160px;
}
div#about-us-page div#menu img.image1 {
	position: relative;
	top: -75px;
}
div#about-us-page div#menu img.image2 {
	position: relative;
	top: 88px;
	left: -225px;
}
div#about-us-page div.video {
	background-image: url('../oA17GjS.gif');
	height: 468px;
	width: 740px;
}
div#about-us-page div.video iframe {
	display: block;
	margin: 0 auto;
}



table#payable th {
	background: white;
}
table#payable tfoot th {
	text-align: right;
	color: black;
	font-weight: normal;
}

/* Stylist sign-up page */
form.prospect {
	background-color: #dedacc;
	margin: 0 0 0 20px;
	width: 496px;
	color: black;
}
form.prospect img.title {
	/*width: 300px;*/
	margin: 20px auto 0 auto;
	display: block;
}
form.prospect input {
	width: 322px;
}
form.prospect input.submit {
	width: 453px;
	margin: 0 auto;
	display: block;
}
form.prospect .pod {
	background-color: white;
	margin: 20px 30px;
	padding: 5px 10px;
}
form.prospect label.text-input {
	width: 83px;
	margin: 5px 0 0 0;
}
form.prospect input.textbox {
	border-color: lightgrey;
}
form.prospect div.how-much-you-earn label {
	float: none;
	display: inline;
}
form.prospect div.how-much-you-earn p {
	padding: 1px 5px;
	margin: 3px 0;
}
form.prospect p.note {
	background-color: initial;
	color: black;
	display: inline-block;
	margin: 38px 0 5px 100px;
}
form.prospect p.error {
	margin: 0px 25px;
}
h1.dashed {
	/* border */
	border-top: 1px dashed #a7a7a5;
	border-bottom : 1px dashed #a7a7a5;
	
	/* font */
	font-family: 'DidotRegular',Arial,sans-serif;
	font-style: italic;
	color: #cb1963;
	font-size: 5em;
	text-align: center;
	
	line-height: 1.2em;
	margin: 22px 0;
	padding: 6px 0 10px 0;
	width: auto;
	
}
div.sign-up-instruction {
	float: left;
	max-width: 508px;
	color: black;
}

div.sign-up-instruction div.wrapper {
	margin: 10px 0 0 0;
}

div.sign-up-instruction div.number {
	display: inline-block;
	font-size: 3em;
	line-height: 1.5em;
	color: #cb1963;
	margin: 0 10px 0 0;
}
div.sign-up-instruction div.text {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5em;
}
div.testimony {
	border: 1px dashed #a7a7a5;
	padding: 35px;
	margin: 10px 0;
}
div.testimony .image1 {
	margin: 0 25px 0 0;
}
div.as-seen {
	background-color: #dedacc;
	padding: 5px 20px;
	margin: 21px 0;
}
div.as-seen img {
	margin: 0 16px 0 0;
}
p#is-mobile {
	display:none;
}
div.stylist-story {
	clear: both;
	display: block;
	float: left;
	border-bottom: 1px dashed #a7a7a5;
	padding: 10px 0px 10px 0px;
	
	}
	
div.stylist-sign-up img.logo {
	float: none;
	padding: 15px 0px 0 10px;
}
div.stylist-sign-up div#footer {
	margin: 40px 0 50px 0;
}
div.stylist-sign-up div#footer a,
div.stylist-sign-up div#footer p
 {
	color: black;
	font-size: 1.4em;
}
div.stylist-sign-up div#footer ul li {
	border-left: 1px solid #cb1963;
}
div.stylist-sign-up div#footer ul li.isFirst {
	border-left: none;
}
div.stylist-sign-up div#footer a:hover {
	color: #E9B7D2;
}
div.stylist-sign-up div#footer p {
	margin: 15px 0 0 0;	
	font-style: italic;
}
div.stylist-sign-up div#footer .call-us {
	color: #cb1963;
}

div.stylist-sign-up input.radio {
	width: auto;
	margin: 0 10px 0 0;
}
div.stylist-sign-up img#thank-you {
	margin: 20px 0 0 0;
}
div#event_title textarea, div#event_title input#name {
	width: 500px;
}

tr.caption td {
	color: #999;
	font-size: 0.8em;
	border-bottom: none;
}

/* Stylist sign-up page v2 */
div.stylist-sign-up-2 div.why-join {
	position: relative;
}
div.stylist-sign-up-2 div.why-join img.background {
	position: relative;
	left: -34px;
}
div.stylist-sign-up-2 div.why-join form.prospect {
	width: 446px;
	height: 491px;
	display: block;
	margin: 0;
	position: absolute;
	top: 144px;
	left: 537px;
}
div.stylist-sign-up-2 div.why-join form.prospect input {
	width: 276px;
}
div.stylist-sign-up-2 div.why-join form.prospect div.how-much-you-earn input {
	width: auto;
}
div.stylist-sign-up-2 div.why-join form.prospect div.how-much-you-earn label {
	margin: 0 0 0 9px;
}
div.stylist-sign-up-2 div.why-join form.prospect input.submit {
	width: 394px;
}
div.stylist-sign-up-2 div.why-join form.prospect .pod.first {
	margin: 5px 30px 20px 30px;
}
div.stylist-sign-up-2 div.why-join form.prospect p.note {
	margin: 10px;
	text-align: center;
	width: 370px;
}
div.stylist-sign-up-2 div.why-join form.prospect .pod {
	margin: 18px 30px;
	width: 370px;
}

div.stylist-sign-up-2 div.pod {
	width: 321px;
}
div.stylist-sign-up-2 p.footer {
	background-color: #dedbcc;
	color: black;
	height: 110px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
	padding: 15px;

}
div.stylist-sign-up-2 img {
	display: block;
}
div.stylist-sign-up-2 p.title {
	text-align: center;
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
}
div.stylist-sign-up-2 div.pods {
	margin: 20px 0 0 0;	
}
div.stylist-sign-up-2 div.pods div.pod {
	float: left;
	margin: 0 0 0 30px;
}
div.stylist-sign-up-2 div.pods div.pod.first {
	margin: 0;
}
div.stylist-sign-up-2 p.note {
	float: left;
	width: 500px;
}
div.stylist-sign-up-2 div.dashed {
	border-top: 1px dashed #a7a7a5;
	border-bottom: 1px dashed #a7a7a5;
	padding: 15px 0;
}
div.stylist-sign-up-2 div.dashed h1.dashed {
	border: 0;
	margin: 0;
	padding: 0
}
div.stylist-sign-up-2 div.dashed h2 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 1.9em;
	font-weight: 300;
	letter-spacing: 0.01em;
}
div.stylist-sign-up-2 div.testimony img {
	float: left;
}
div.stylist-sign-up-2 .mobile {
	display: none;
}
div.stylist-sign-up-2 .desktop {
	display: block;
}
div.stylist-sign-up-2 .pods p.main-title {
	text-align: center;
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 15px 0;
}
div.stylist-sign-up-2 .pods p.main-title span.pink {
	font-family: BodoniAnt-DemBol;
	font-size: 1.1em;
}
div.stylist-sign-up-2 p.error {
	position: relative;
	top: 12px;
	z-index: 2;
}
table#guest .fancybutton {
	width: 230px;
}
/*table#guest #sendThankYouToAllAttended {
	width: 220px;
}*/
/* Favourite 'share-this' buttons. */
div.favourite {
	margin: 15px 0px 0px;
}
div.favourite h1 {
	width: 450px;
	float: left;
	padding: 8px 0px 10px 5px;
}
div.share-favourites {
	margin: 15px 0 0 0;
}
div.share-favourites div#sharethis, 
div.share-favourites input {
	float: right;
}
div.share-favourites input {
	margin: 2px 10px 0 0;
	width: 117px;
}

table#guest tr.sendReminder input.fancybutton {
	margin-top: 10px; 
	width: 254px;
}

/* Stylist commision */
ul.tabrow {
	list-style-type: none;
	cursor: pointer;
}



/* Tab, see: http://css-tricks.com/better-tabs-with-round-out-borders/ */
.tabrow {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 24px;
    position: relative;
}
.tabrow:before {
    z-index: 1;
}
.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li {
    margin: 0 7px;
    padding: 0 10px;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.tabrow li.selected {
    background: #FFF;
    color: #000;
    z-index: 2;
    border-bottom-color: #FFF;
}

.tabrow li.tab-title {
    color: #000;
    z-index: 2;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-left-color: #FFF;
    background: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.tabrow li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabrow li:before {
    border-bottom-right-radius: 6px;
}
.tabrow li:after {
    border-bottom-left-radius: 6px;
}

/*.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
}
.tabrow li:after {
    right: -6px;
}
.tabrow li:after, .tabrow li:before {
    border: 1px solid #AAA;
}*/

/*.tabrow li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabrow li:before {
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ECECEC;
}
.tabrow li:after {
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ECECEC;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}*/

div#print-invoice {
	margin: 0 0 10px 0;
}
div#commission-report table tr td {
	text-align:center;
}
div#commission-report table tr td.title {
	text-align:left;
}
.wait-basket {
	width: 104px;
	display: inline-block;
	margin: 0 auto;
}
.wait-basket img {
	display: block;
	margin: 0 auto;
}
.search-pagination-bottom {
	clear: both;
}
.searchbox {
	margin: 10px 0;
}
.searchbox .text {
	height: 19px;
}
.searchbox .fancybutton {
	margin: 0 0 0 10px;
}
.basket-message {
	padding: 2px 0;
}
form#categoryDetails textarea {
	width: 350px;
}
p.cat-description {
	padding: 10px 15px;
}
/* sort button. */
form.sort-by {
	margin: 10px 0;
}
div#product-list-header form.sort-by {
	/*position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 10px 2px 5px;*/
	float: right;
}

div#product-list-header form.sort-by label {
	margin: 5px 0px 0px 0px;
}

form.sort-by div
{
	float: right;
}
form.sort-by label {
	margin: 5px 0 0 540px;
	display: inline-block;
}
div.restricted-visibility {
	margin: 0 0 0 233px;
}
div.restricted-visibility label {
	position: relative;
	top: 2px;
}
.small {
	font-size: smaller;
}
.sage {
	/*margin: 15px 0 0 250px;*/
}
.sage .save {
	margin: 0 40px 0 0;
	float: left;
}
.use-previous-card {
	/*display: inline-block;
	margin: 0 0 0 40px;*/
	float: left;
}
.sage .save label.save-card-details {
	float: none;
	width: auto;
	display: inline-block;
	margin: 8px 0px 0px 10px;
	font-size: 0.9em;
}
div.form .use-previous-card label {
	font-size: 0.9em;
	margin: 8px 0 0 5px;
	float: none;
}

/*p.sage input#save-card-details {
	margin: 0 0 0 23px;
}*/

/* Recruitiung event page. */

div.recruiting-event div.dashed h1 {
	font-size: 2.9em;
}
div.recruiting-event div.why-join form.prospect p.note {
	margin: 2px;
}
div.recruiting-event p.footer {
	height: 165px;
}
div.recruiting-event p.pod2 {
	background-color: #dedbcc;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
	padding: 15px;
}
div.recruiting-event div.why-join form.prospect input {
	width: 170px;
}
div.recruiting-event form.prospect label.text-input {
	width: 180px;	
}
/*div.recruiting-event div.why-join form.prospect .pod.2lines {
	height: 37px;
	color: red;
}*/
div.recruiting-event div.why-join form.prospect .doublelines {
	height: 35px;
}
div.recruiting-event div.why-join form.prospect #where_did_you_hear_from_us {
	width: 179px;
}
div.recruiting-event div.why-join form.prospect .pod.first {
	margin: 5px 30px 0px 30px;
}
div.recruiting-event div.why-join form.prospect .pod {
	margin: 12px 30px;
}
h1.fancytitle {
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	font-size: 3em;
	text-align: center;
}
h1.fancytitle span.fancy {
	font-family: BodoniAnt-DemBol;
}
div.recruiting-event p.event-description {
	margin: 15px 0 0 0;
	font-size: 1.3em;
	/*font-weight: 300;*/
	text-align: center;
}

form#event-form input#stylistname {
	width: 215px;
}

nav#mobile {
	display: none;
}
div#productDetail p.margin-top {
	margin: 30px 0 0 0;
}
p#login-intro {
	padding: 15px 5px 0 0;
}
div.login-page div.section {
	padding: 15px 0 15px 0;
}



.fancybutton.grey {
	background-color: #E0E0E0;
	color: black;
}

.desktop-text {
	display: inline;
}
div#progress span.mobile-text,
div#progress a.mobile-text {
	display: none;
}
div.form form div.block p {
	clear: none;
}
iframe#sage {
	width: 1024px; 
	height: 600px;
}
.create-order #quick_basket {
	display: inline;
}
#categories-and-brand-filter {
	padding: 10px 0px;
}
.label-shop-filter {
	margin: 0px 0px 15px 0px;
}
#categories-and-brand-filter select  {
	width: 180px;
}
.label-shop-filter {
	width: 70px;
	display: inline-block;
}
/* Special offers page. */
#special_offers h3 {
	padding: 10px 0;
	display: inline;
}
#special_offers div.pod img {
	float: left;
	display: block;
}
#special_offers div.pod div.description {
	/*width: 570px;*/
	width: 100%;
	height: 200px;
}
#special_offers div.pod div.description p {
	margin: 15px 0;
}

#special_offers div.pod div.description span {
	margin: 10px 0;
	display: inline-block;
}

#special_offers div.pod .fancybutton {
	background-color: #cb1963; 
	float: right;
	margin: 10px 40px 10px 10px;
}
#special_offers div.pod a.fancybutton:hover {
	background-color: #E9B7D2;
	
}
#special_offers div.pod {
	border-bottom: 1px dashed #000;	
	margin: 20px 0;
}
#saved-card {
	width: 95px;
}
#isAccessible {
	display: inline-block;
}
#breadcrumb-wrapper {
	float: left;
	/*width: 510px;*/
	margin: 7px 5px 0 0;
	width: 100%;
}
#product-list-header {
	position: relative;
}
form.med #usernameFilter {
	width: 100px;
}
form.med #surname {
	width: 100px
}
form.med #stylistName {
	width: 100px;
}
form.med #date_after, form.med #date_before {
	width: 70px;
}
form.med select.product {
	width: 360px;
}
.business-report table {
	width: 450px;
}
.team-sales .summary, .team .summary{
	width: 710px;
}
.personal-sales-report {
	width: 500px;
}
table.report .value {
	text-align: right;
	padding: 0 20px 0 0;
}
table.report .text {
	text-align: center;
}
.pay-level-report {
	width: 650px;
}
.team-sales .summary1 {
	width: 500px;
}
.team-sales .summary2 {
	width: 500px;
}
.report-sale-downline {
	width: 500px;
}
.sale-by-line-report {
	width: 500px;
}
.team-report-summary {
	width: 500px;
}
.pay-level-report tr.small {
	font-style: italic;
	font-size: 90%;
}
.pay-level-report tr.small td {
	padding-top: 0;
	padding-bottom: 0;
}
/*.pay-level-report tr.small.padtop {
		padding-top: 10px;
}*/
.stylist-inactive-and-enrolled {
	width: 330px;
}
form.sort-by.admin label {
	margin: 5px 0 0 0px;
}
#productDetail button.add-to-favourite {
	text-align: center;
}
#productDetail button.add-to-favourite button {
	width: 95%;
	background: none;
	color: white;
	background-color: #CB1963; 
	height: auto;
}
#productDetail button.add-to-favourite button:hover {
	background-color: #E9B7D2;
}
#productDetail{
	padding: 0;
}
.voucher-list .expired {
	background-color: #CCC;
}
.stylist_registration .bank-account {
	margin: 0 0 0 10px;
}
.stylist_registration .bank-account label {
	display: inline;
	float: none;
}
#customerDetails .bank-account label {
	display: inline;
	float: none;
	margin: 0 20px 0 10px;
}
#customerDetails.admin-edit input.textbox {
	width: 250px;
}
.find-out-more {
	margin: 15px 0 0 20px;
}
div#stylist-commission h3.team-leader {
	padding-top: 0px;
}
.cancelled {
	background-color: darkgrey;
}
div#stylist-commission iframe {
	/*width: 1026px;*/
	height: 500px;
}
#stylist-commission .tabrow li {
	padding: 0 4px;
}
#stylist-showcase-engagement {
	color: black;
}
/*div.tab-content {
	display: none;
}
div.tab-content.selected {
	display: block;
}
div.tab-content.selected iframe {
	display: block;
	height: 500px;
}*/
form#event-form div.event-type {
	padding: 5px 5px 5px 5px;
}
form#event-form div.event-type .input-radio {
	margin: 0 0 0 210px;
}
/* Stylist profie page. */
#content > .about-me {
	/*width: 1026px;*/
}

.about-me .section-twothird {
	width: 76%;
}

.stylist-profile .cms-block .section {
  *zoom: 1;
  float: none;
}

.stylist-profile .cms-block .section:before,
.stylist-profile .cms-block .section:after {
  display: table;
  content: "";
}

.stylist-profile .cms-block .section:after {
  clear: both;
}
.stylist-profile .cms-block .section.dottedbottom {
	border: none;
}
/* .stylist-profile .section .section-twothird {
	width: 490px;
} */
.stylist-profile .cms-block {
	margin: 50px 0 0 0;
}
#start-shopping-now {
	/*  margin: 200px 0 300px 0;*/
}
.highlight-line {
	background-color: #FCD5E4;
}
tr.noborder td {
	border: none;
}
#address-book-tab .send-email {
	padding : 15px 0;
}
.label-for-checkbox {
	padding: 0 0 0 5px;
}
/*#more-menu {
	display: none;
	list-style: none;
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 2;
	background-color: white;
	border: solid 1px black;
	width: 136px;
}
#more-menu li {
	margin: 0;
	text-align: right;
	padding: 5px 10px;
}
#more-menu li:hover {
    background-color: #FFE8FA;
}
#more-menu li a {
	display: block;
}
#more-menu li a:hover {
	color: #cb1963;	
}*/
/* Overwrite CSS rule from cms-menu. */
/*#login-menu ul li a, 
#login-menu ul li span {
	padding: 3px 5px;
}*/
#login-menu li {
	width: auto;
	min-height: inherit;
	/*border-left: solid 1px black;*/
	/*padding: 0 5px;*/
}
/*#login-menu li.isFirst,
#login-menu li li {
	border-left: none;
}*/
#login-menu ul li ul li {
	width: 100px;
}
#login-menu span span,
#login-menu span a {
	display: inline;
	padding: 0px;
	background: none;
}
/* Fix My Basket button. */
div.cms-menu ul li #basket,
div.cms-menu ul li #basket span {
	display: inline;
	padding: 0;
}
div.cms-menu ul li #basket a {
	display: block;
	padding: 8px 5px;
}
div.cms-menu ul li #basket a:hover {
	background: none repeat scroll 0% 0% #FFE8FA;
}
div.cms-menu ul li span#basket:hover {
	background: #ffe8fa;
}
#tagline {
	min-height: 24px;
}
.bulk_change {
	display: inline;	
}
.bulk_change select {
	font-size: 10px;
	width: 60px;
	margin: 0 0 0 5px;
}
.no-wrap {
	white-space: nowrap;
}
#share-input {
	display: none;
	width: 100px;
}
#share-tooltip {
	display: none;
	color: red;
	position: absolute;
	text-align: left;
}
div.back-button {
	position: relative;
} 
div.back-button a {
	position: absolute;
	right: 0;
	top: 15px;
}
#product-detail-carousel .title {
	position: relative;
	left: -37px;
	top: -400px;
}
div#event-email-with-message td {
	border-bottom: none;
	padding: 0;
}


/** ******* Checkout new design ******* */
.fancybutton.pink {
	background-color: #cb1963;
}

.fancybutton.grey {
	background-color: #999;
}

.fancybutton.pink:hover {
	background-color: black;
}
.fancybutton.bigger {
	padding: 5px 15px;
	font-size: 1.1em;
	text-transform: uppercase;
}
div.circle {
	font-family: BodoniAnt-LigIta;
	font-weight: normal;
	font-style: normal;
	border-radius: 50%;
 	box-shadow: 2px 2px 5px #888888;
  	width: 50px;
  	height: 50px;
  	background-color: black;
  	color: white;
    font-size: 1.7em;
    line-height: 50px;
    text-align: center;
}
div.circle.number {
	line-height: 55px;
} 
div.circle.or {
	background-color: #CB1963;
}
/* Arrow button. */
.arrow-button {
	position: relative;
	background-color: black;
  	color: white;
  	text-transform: uppercase;
  	font-weight: 100;
}
/*.arrow-button:hover,
.arrow-button a:hover,
.arrow-button input:hover,
.arrow-button button:hover
 {
	background-color: #ffe8fa;
	color: #E9B7D2;
}
.arrow-button.left:before:hover {
  border-color: transparent #ffe8fa transparent transparent;
}*/
.arrow-button {
	display: inline-block;
}
.arrow-button a,
.arrow-button input,
.arrow-button button
{
	cursor: pointer;
}
.arrow-button:before {
    content: "";
    position: absolute;
    top: 0;
    border-style: solid;
}
.arrow-button a,
.arrow-button input {
	color: white;
	display: block;
    text-decoration: none;
    text-align: center;
    border: 0;
  	background-color: black;
  	font-family: 'Lato', sans-serif;
  	  margin: 0 auto;
  	    font-weight: 100;
}
.arrow-button.small {
  width: 130px;
  height: 28px;
}
.arrow-button.small input {
	width: 130px;
}
.arrow-button.small a,
.arrow-button.small input {
  font-size: 1.4em;
  text-transform: uppercase;
}
.arrow-button.small a {
	line-height: 28px;	
}
.arrow-button.small input {
	line-height: 26px;
}
.arrow-button a:hover {
	color: white;
}
.arrow-button.pink {
	background-color: #cb1963;
}
.arrow-button a,
.arrow-button input
 {
	background-color: transparent;
}
.arrow-button.medium {
	width: 200px;
}
.arrow-button.medium a, .arrow-button.medium input {
    width: 200px;
    line-height: 50px;
    font-size: 2.3em;
}
.arrow-button.medium.left:before {
	left: -25px;
	border-width: 25px 25px 25px 0;
}
.arrow-button.medium.right:before {
	left: 200px;
	border-width: 25px 0 25px 25px;
}
.arrow-button.big {
	width: 480px;
  	height: 50px;
}
.arrow-button.big.left {
	margin: 0 0 0 25px;
}
.arrow-button.big.right {
	margin: 0 25px 0 0;
}
.arrow-button.big a,
.arrow-button.big input
{
	width: 480px;
	line-height: 50px;
	font-size: 2.3em;
}
.arrow-button.big a {
	line-height: 50px;
}
.arrow-button.left,
.arrow-button.right {
	float:none;
}
.arrow-button.big.left:before {
	left: -25px;
	border-width: 25px 25px 25px 0;
}
.arrow-button.big.right:before {
	left: 480px;
	border-width: 25px 0 25px 25px;
}
.arrow-button.small.left:before {
	left: -14px;
	border-width: 14px 14px 14px 0;
}
.arrow-button.small.right:before {
	left: 130px;
	border-width: 14px 0 14px 14px;
}
.arrow-button.left:before {
    border-color: transparent black transparent transparent;
}
.arrow-button.right:before {
    border-color: transparent transparent transparent black;
}
.arrow-button.left.pink:before {
    border-color: transparent #cb1963 transparent transparent;
}
.arrow-button.right.pink:before {
    border-color: transparent transparent transparent #cb1963;
}

.arrow-button.left:hover {
	background-color:  #cb1963;
}
.arrow-button.left:hover:before {
    border-color: transparent #cb1963 transparent transparent;
}
.arrow-button.right:hover:before {
    border-color: transparent transparent transparent #cb1963;
}
.arrow-button.pink:hover, .arrow-button.pink.hover {
	background-color: black;
}
.arrow-button.left.pink:hover:before {
    border-color: transparent black transparent transparent;
}
.arrow-button.right.pink:hover:before, .arrow-button.right.pink.hover:before {
    border-color: transparent transparent transparent black;
}
.arrow-button.center,
.arrow-button.big.center {
	display: block;
  margin: 0 auto;
}
/*.action-button {
	border: 0;
  background-color: #cb1963;
  color: white;
  text-transform: uppercase;
  padding: 2px 15px;
  font-size: 1.2em;
  font-weight: 100;
  font-family: "Lato", sans-serif;
}*/
.form-new-design label {
	float:  none;
	font-weight: 100;
	width: 170px;
	display: inline-block;
	/* text-transform: uppercase; */
}
.form-new-design label.radiobutton {
	  display: inline;
}
/*.form-new-design .radiobutton {
	  background-color: #dfdacd;
}*/
.form-new-design input
 {
	line-height: 19px;
}
.form-new-design select {
	height: 28px;
}
.form-new-design input[type='checkbox'] {
	margin: 0 5px 0 0;
}
.form-new-design label.value {
	font-weight: bold;
	width: 165px;
}
.form-new-design {
	background-color: #dfdacd;
	padding: 20px 30px;
	margin: 0 auto;
}
.form-new-design input {
	border-color: lightgrey;
}
.form-new-design .action-button {
margin: 0px 0 0 0;
  position: relative;
  top: 2px;
  margin: 0 0 0 10px;
}
.form-new-design .button-margin {
	  margin: 15px 0 0 10px;
}
.pink-box {
	text-transform: uppercase;	
	font-family: 'Lato', sans-serif;
	font-weight: 100;	
	background-color: #cb1963;
	  margin: 10px 0;
  padding: 10px;
  border: 7px double #ffe8fa;
  	  letter-spacing: 1.5px;
}
.pink-box p {
font-size: 1.5em;	
color: white;
}
.pink-box a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.pink-box a:hover {
	color: grey;
	font-weight: bold;
	text-decoration: underline;
}
.pink-box h1 {
font-family: 'Lato', sans-serif;
	font-weight: 100;	
	padding: 0;
	  margin: 0;
	color: white;
font-size: 2.3em;
}
.pink-box h1 .bold {
	font-family: BodoniAnt-DemBol;
	font-size: 1.1em;
	  font-weight: 100;
}
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    /*background: #dfdacd;*/
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
    

.transparent-box {
		text-align: center;
	position: absolute;
	background-color:rgba(255,255,255,0.8);
	top: 110px;
  left: 57px;
  padding: 0 30px 15px 30px;
    border-bottom: 3px solid #cb1963;
    width: 340px;
}
.transparent-box h1 {
		font-size: 2.4em;
	  padding: 5px 0 10px 0;
}

/* Customer details screen */
.customer-details label.label {
	width: 170px;
	text-transform: uppercase;
}
.customer-details label.value {
	text-transform: none;
}
.customer-details form {
	width: 440px;
}
.customer-details #startover {
	width: 100px;
	margin: 0 0 0 115px;
}
.customer-details #startover input {
	width: 100px;
}
.customer-details #proceed {
	/*margin: 10px 0 0 0;*/
	width: 100px;
	/*float: right;*/
}
.customer-details #proceed input {
	width: 100px;
}
.customer-details #proceed:before {
	left: 100px;
}
.customer-details .arrow-button {
	/*margin: 10px 15px;*/
}
.customer-details input.textbox {
	width: 215px;
}

/* basket */
.basket {
	  text-align: center;
}
.basket td {
	padding: 20px 0;
}
.basket .name .brand {
	font-family: 'BodoniAnt-LigIta', serif;
  	font-size: 2em;
  	letter-spacing: 1px;
  	margin: 0 0 5px 0;
}
.basket .name .product-name {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 100;
}
.basket .total-price {
	font-size: 2em;
 	font-weight: 100;
}

.basket .quantity {
	font-size: 2em;
	font-weight: 100;
}
.basket .quantity div {
	float: left;
}
.basket .quantity div.number {
	border: 1px solid #cb1963;
	padding: 10px 20px;
	margin: 0 0 0 35px;
}
.basket .quantity div.quantity-change {
	border: 1px solid #cb1963; 
	padding: 10px 0px;
	width: 25px;
	background-color: #cb1963;
	font-weight: bold;
}
.basket .quantity div.quantity-change:hover {
	background-color: black;
	border: 1px solid black;
}
.basket .quantity div.equal-sign {
	padding: 10px 0px;
  	width: 60px;
  	font-weight: bold;
}
.basket .quantity div.quantity-change.last {
	border-left: 1px solid #ffe8fa;
}
.basket .quantity div.quantity-change a {
	color: white;
}


.basket-quantity-selector {
	display: inline-block;
	vertical-align: middle;
}
.basket-quantity-selector div {
	float: left;
}
.basket-quantity-selector .number {
	border: 1px solid #cb1963;
	padding: 2px 0;
	width: 25px;
    text-align: center;
}
.basket-quantity-selector .quantity-change {
	border: 1px solid #cb1963; 
	padding: 2px 0px;
	width: 25px;
	background-color: #cb1963;
	font-weight: bold;
	text-align: center;
	width: 25px;
	color: white;
	cursor: pointer;
	user-select: none;
}
.basket-quantity-selector .quantity-change:hover {
	background-color: black;
	border: 1px solid black;
}
.basket-quantity-selector .equal-sign {
	padding: 10px 0px;
  	width: 60px;
  	font-weight: bold;
}
.basket-quantity-selector .quantity-change.last {
	border-left: 1px solid #ffe8fa;
}
.basket-quantity-selector .quantity-change a {
	color: white;
}

#quick_basket input[type=submit] {
	vertical-align: middle;	
    margin: 0 0 0 20px;
}


.basket-summary {
	text-align: center;	
	font-size: 1.6em;
	text-transform: uppercase;
}
.basket-summary select {
	font-size: 11px;
}
.basket-summary .text {
  margin: 25px 0 0 0;
  font-weight: 100;
  color: black;
  font-family: 'Lato', sans-serif;
  padding: 0 0 5px 0;
}
.basket-summary .text.bold {
	font-weight: bold;
}
.basket-summary .number {
	margin: 10px 0 0 0;
	border: none;
	color: #cb1963;
  font-family: 'BodoniAnt-LigIta', serif;
}
.basket-summary .small {
	font-size: 0.4em;
	/*margin: 5px 0;*/
}

.create-order .arrow-button.right,
.recommendation-sent .arrow-button.right
 {
	float: right;
}
.create-order .arrow-button.left {
	/*float: left;*/
}

/* Delivery address */
.addressitem label {
	width: auto;
}
.addressitem .arrow-button.left {
	width: 72px;
}
.addressitem .arrow-button.right {
	  width: 160px;
}
.addressitem .arrow-button.right:before {
	left: 160px;
}
.addressitem li {
  margin: 5px 0;
}
.checkout-address .section {
	margin: 0 0 0 10px;
/*	border-top: 2px dotted grey;*/
}
.checkout-address .or {
	  font-size: 3em;
	    margin: 0 auto;
  position: relative;
  top: -27px;
}
hr.separator {
	border-top: 2px dotted #808080;	
	padding: 0;
	margin: 40px 0 0 0;
}
body.admin .checkout-address form.new-address {
	  margin: 15px auto;
	  width: 555px;
}
.checkout-address form.new-address input.textbox, .checkout-address form.new-address select.textbox {
	width: 350px;	
}
.checkout-address form.new-address .arrow-button,
.checkout-address form.new-address .arrow-button input {
	width: 350px;
}
.checkout-address form.new-address .arrow-button:before {
	left: 350px;
}
.checkout-address form.new-address .button-margin {
	 margin: 15px 0 0 15px;
}
.checkout-address #postCodeP .postcodeSearchAdjust {
	width: 282px;
}
.checkout-address #postCodeL {
	width: 537px;
}

/* Checkout summary */
/*.checkout-summary .section-twothird h1.fancy-title {
	text-align: left;
}*/
.checkout-summary #deliver-to,
.checkout-summary #stylist_bank_details {
	/*width: 44%;
	padding: 10px 2% 20px 2%;*/
	position: relative;
	background-color: white;
}
.checkout-summary #deliver-to .title,
.checkout-summary #your-basket .title {
	font-size: 2.5em;
}
.checkout-summary #your-basket {
	width: 100%;
	position: relative;
}
.checkout-summary #deliver-to .arrow-button.left,
.checkout-summary #your-kit .arrow-button.left
 {
	margin: 0 0 0 35px;
	width: 400px;
}
.checkout-summary #deliver-to #confirm-details,
.checkout-summary #deliver-to #confirm-details input,
.checkout-summary #stylist_bank_details #confirm-details,
.checkout-summary #stylist_bank_details #confirm-details input
 {
	width: 400px;
}
.checkout-summary #stylist_bank_details #confirm-details {
	margin: 0 0 0 25px;
}
.checkout-summary #deliver-to #confirm-details:before,
.checkout-summary #stylist_bank_details #confirm-details:before {
	left: 400px;
}
.checkout-summary #deliver-to .arrow-button.right {
	width: 170px;
	margin: 0 0 0 10px;
}
.checkout-summary #deliver-to .arrow-button.right input {
	width: 170px;
}
.checkout-summary #deliver-to .arrow-button.right:before {
	left: 170px;
}
/*.checkout-summary #deliver-to .bottom {
	position: absolute;
	bottom: 18px;
}*/
.checkout-summary #deliver-to .bottom select {
	float: left;
}

.checkout-summary #deliver-to .bottom h2 {
  margin: 0 0 10px 0;
}
.checkout-summary #deliver-to ul,
.checkout-summary #stylist_bank_details ul
 {
/*	margin: 15px 0 0 0;*/
}
.checkout-summary #stylist_bank_details label.radiobutton {
	margin: 0 5px 0 0;
}
.checkout-summary #stylist_bank_details #uk-bank-label {
	margin-left: 173px;
}
.checkout-summary  #your-basket .basket {
	table-layout: fixed;
    width: 730px;
	max-height: 280px;
	display: block;
	overflow-y: scroll;
}
.checkout-summary  #your-basket .basket tr td:first-child {
	width: 210px;
}
.checkout-summary  #your-basket .basket tr td:nth-child(2) {
	width: 448px;
}

.checkout-summary  #your-basket .basket td {
	padding: 5px 0;
}
/* make scroll bar always visible on mac. */
.checkout-summary  #your-basket .basket::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.checkout-summary  #your-basket .basket::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.checkout-summary  #your-basket .basket img {
	width: 100px;
	height: 125px;
}
.checkout-summary  #your-basket .arrow-button.left {
	margin: 0 0 0 30px;	
	width: 400px;
}
.checkout-summary .form-new-design {
	margin: 20px 0;
	padding: 10px 15px;
	/*line-height: 31px;*/
}
.checkout-summary  #voucher-code label,
.checkout-summary  #stylist-selection label,
.checkout-summary  #secure-payment .secure-payment-title,
.checkout-summary h2, .checkout-summary .h2
 {
  text-transform: uppercase;
  font-size: 16px;
  /*text-align: center;*/
  font-weight: bold;
  width: auto;
      margin: 10px 0px;
      padding: 0;
}
.checkout-summary h2.grey-line, .checkout-summary .h2.grey-line {
	border-bottom: 1px solid #CCC;
	color: #999;
	padding: 10px 10px 5px 5px;
}
.checkout-summary  #voucher-code form {
	/*float: right;*/
	
}
.checkout-summary  #voucher-code .arrow-button.right {
	width: 200px;
}
.checkout-summary  #voucher-code .arrow-button.right input#add_voucher {
	width: 200px;
}
.checkout-summary  #voucher-code .arrow-button.right:before {
	left: 200px;
}
.checkout-summary #voucher-code #add_voucher,
.checkout-summary #stylist-selection #change_stylist,
.checkout-summary #secure-payment .pink-button,
.checkout-summary #stylist-kit-payment .pink-button
 {
	width: 100%;
	cursor: pointer;
}
.checkout-summary #stylist_agreement_validated,
.checkout-summary #mysc_policy_agreement_validated {
	width: 1.2em;
	height: 1.2em;
}
.checkout-summary .order-total-message {
	font-size: 1.6em;
}
.checkout-summary .order-total-number {
  font-family: "Lato",sans-serif;
  font-size: 3em;
}
.checkout-summary .vat-message {
	  font-size: 0.9em;
	  /*font-weight: normal;*/
}
.checkout-summary #place-order {
	  margin: 15px 0 0 250px;
}
.checkout-summary .previous-card-details {
	text-transform: uppercase;
	font-weight: 100;
	  font-size: 1.3em;
}
.checkout-summary .arrow-button.new-card {
	width: 200px;
	margin: 10px 0 10px 0;
}
.checkout-summary .arrow-button.new-card:before {
	left: 200px;
}
.checkout-summary .payment-box {
	font-weight: 100;
}
.checkout-summary .payment-box label {
	margin: 0px 5px 0px 5px;
}
.checkout-summary .payment-box .narrow {
	width: 60px;
}
.checkout-summary #payment_uid {
	  margin: 0 0 0 10px;
}
.checkout-summary form.payment-box select {
	/*height: 28px;*/
}
.checkout-summary form.payment-box .arrow-button {
	  margin: 0 0 0 10px;
	  float: right;
}
.checkout-summary form.payment-box .arrow-button.small {
	width: 70px;
}
.checkout-summary form.payment-box .arrow-button.small input {
	width: 70px;
}
.checkout-summary form.payment-box .arrow-button.small::before {
	left: 70px;
}
.checkout-summary #your-basket img.kit {
	width: 310px;
	  margin: 10px auto;
  display: block;
  height: 220px;
}
.checkout-summary #your-basket h2.double-line {
line-height: 35px;
}
.checkout-summary hr {
	width: 600px;
  margin: 40px auto 0 auto;
}
/* Register stylist - login form. */
#register-stylist-login-form h1,
#register-stylist h1 {
	padding: 0 0 20px 0;
}

#register-stylist-login-form {
	  margin: 20px 0 0 0;
	  position: relative;
}
#register-stylist {
	margin: 20px 0 0 0;
}
#register-stylist-login-form #sign-in-div {
	  margin: 10px 0 0 188px;
}
#register-stylist-login-form div.first {
	width: 47%;
	border-right: 2px dotted #808080;
}
#register-stylist-login-form div.second {
	padding: 35px 0 0 0;
}
#register-stylist-login-form .or {
	position: absolute;	
	  position: absolute;
  left: 469px;
  top: 128px;
  font-size: 3em;
}
#register-stylist-login-form small {
	text-transform: uppercase;
	font-weight: 100;
}
#register-stylist-login-form #fb-msg {
	margin: 5px 45px;
}

#register-stylist .section-half.first p {
	padding: 7px 5px;
}

#register-stylist label {
	width: 140px;
}
#register-stylist #where_did_you_hear_from_us_label {
	width: 243px;
}
#register-stylist #optIn_label {
	width: 220px;
}
#register-stylist #acceptTerms_label {
	width: 425px;	
}
#register-stylist select.textbox {
	width: auto;
}
#register-stylist #referred_stylist_name {
	width: 191px;
}
#register-stylist .textbox {
  width: 250px;
}
#register-stylist .section-half.first {
	width: 47%;
}
#register-stylist #referred_stylist {
	background-color: white;
	padding: 10px;
	  margin: 0 0 14px 0;
}

#register-stylist #referred_stylist label {
	text-transform: none;
}

#register-stylist #referred_stylist label.no, #register-stylist #referred_stylist label.yes {
	width: 100%;
    margin: 0;
}
#register-stylist #customerDetails .section-half:nth-child(3) {
	width: 50%;
}
#already-mysc-account {
	width: 700px;
 	 margin: 30px auto;
}
#register-stylist #optIn {
	  margin: 0 0 0 200px;
}
.stylist-kit h2 .pink {
	  font-family: 'Lato', sans-serif;
	  font-weight: bold;
}
.stylist-kit p.kit-description {
	  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
}
.stylist-kit .kit-pod {
	position: relative;
	float: left;
}
.n2-kits-per-row {
    width: 49%;
    padding: 0px 0px 10px 1%;
}
.n3-kits-per-row {
    width: 32%;
    padding: 0px 0px 10px 1%;
}
.stylist-kit .kit-pod img {
	width: 100%;
}
.stylist-kit .kit-title {
    top: 183px;
    left: 113px;
    text-align: center;
    position: absolute;
}
.stylist-kit h1 {
	font-size: 2.2em;
}
.confirm-your-kit .kit-description img {
	float: left;
}
.confirm-your-kit .kit-description .right {
	width: 47%;
}
.confirm-your-kit .kit-description h2 {
  width: 300px;
  margin: 70px auto;
}
.confirm-your-kit .kit-description h2 .pink {
	  font-family: 'Lato', sans-serif;
	  font-weight: bold;
}
.confirm-your-kit .kit-description .description {
	  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
    margin: 0 0 50px 0;
}
.confirm-your-kit .kit-description .fancybutton {
	  margin: 0 0 0 150px;
}
.confirm-your-kit-bottom h2 .pink {
	  	font-family: BodoniAnt-LigIta;
	  	font-size: 1.5em;
}
.confirm-your-kit-bottom h2 {
	  line-height: 35px;
}
.confirm-your-kit {
	  margin: 30px 0 0 0;
}
.confirm-your-kit .products-grid {
	margin: 30px 0 0 0;
}
.confirm-your-kit a#products {
	margin-top: -119px;
}
#stylist_bank_details input.textbox {
	  width: 240px;
}
/*#stylist-agrement-link {
  font-family: BodoniAnt-LigIta;
  font-size: 2.3em;
  line-height: 0.9em;
}*/
#stylist_agreement-input {
	  font-weight: 100;
	  /*text-transform: uppercase;*/
	    margin: 10px 0 0 0;
}
#stylist_agreement-input label {
	margin: 0 5px 0 0;
	  display: inline-block;
	  width: auto;
}
.checkout-complete #get-started {
  display: block;
  color: white;
  width: 520px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 20px;
}
.checkout-complete #get-started:hover {
  background-color: black;
}
.checkout-complete #get-started .bold {
	    font-family: 'DidotBold';
	    font-size: 1.1em;
}
.checkout-complete .smaller {
	  font-size: 1.3em;
}
.checkout-complete .separator {
	  margin: 20px auto 15px auto;
	    width: 460px;
}
.checkout-complete .voucher {
	  margin: 0 auto;
}
.checkout-complete #print {
	margin: 15px auto;
  display: block;
  width: 70px;
}
.checkout-complete #welcome {
	position: relative; 
}
.checkout-complete #welcome .transparent-box {
	  top: 189px;
  left: 185px;
  width: 675px;
    padding: 15px 0 5px 0;
    
}
.checkout-complete #welcome .transparent-box h1 {
	  line-height: 50px;
  font-size: 3em;
}
.checkout-complete h3 {
	  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 1.3em;
   font-weight: bold;
     line-height: 20px;
       letter-spacing: 1px;
}
.checkout-complete #order-number {
	text-align: center;
		font-family: BodoniAnt-LigIta;
		width: 340px;
		padding: 30px;
}
.checkout-complete #order-number h2 {
	font-weight: bold;
}
.checkout-complete #order-number h3 {
	font-weight: 100;
	
}
.checkout-complete #order-number .number {
	  font-size: 3em;
  line-height: 50px;
    color: #cb1963;
}
.checkout-address h2.title {
	padding: 0 270px;
}


.swatch-holder-outer {
	width: 1400px; 
	margin: 20px auto; 
	text-align:center
}

a.swatch {
	width:40px; 
	height: 40px; 
	border-radius: 50%; 
	display:inline-block; 
	margin: 0px 10px; 
	overflow:hidden; 
	text-indent:-9999px; 
	border: 2px solid white; 
	box-shadow: 0px 0px 0px #888888; 
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

a.swatch:hover{
	box-shadow: 0px 0px 5px #888888; 
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; 
    cursor:pointer
}
a.swatch.small {
	width:20px; 
	height: 20px; 
}
.register-stylist .section-half {
width: 48%;
}
.register-stylist label {
	width: 150px;
}
.register-stylist .form-new-design {
	padding: 5px 0px 20px 0px;
}
.sign-up {
	position: relative;
}
.sign-up #exit-signup {
	margin: 25px 0 0 25px;
	position: absolute;
	width: 100px;
    height: 25px;
    left: 0px;
}
#exit-signup a {
	font-size: 12px;
	line-height: 25px;	  
}
.sign-up #exit-signup:before {
	  border-width: 13px 14px 12px 0;
}
.register-stylist #date_of_birth, .date {
	width: 80px;
}

.product-edit .rpr,
.product-edit .wholesalePrice,
.product-edit .samplePrice {
	  margin: 0 6px 0 0;
	  width: 100px;
}
.product-edit .currency label.currency-title {
	width: 100px;
}
.stylist-profile #message {
	margin: 5px 0 5px 0;
}
.meet-us-event img.right {
	float: right; 
	width: 440px; 
	margin: 20px 0 0 20px;
}
.checkout-summary .new-card input {
	width: 160px;
}
.sample-order {
	background-color: LightSkyBlue;
}
.out-of-stock-order {
	background-color: LightYellow;	
}
div.sample-order, div.out-of-stock-order, div.highlight-line {
	display: inline-block;
	padding: 2px 5px;
	margin: 5px 0 0 0;
}
.main {
	    color: #000;
}
.remove {
	background: url("../media/images/furniture/remove.png") no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: block;
}
p.word-count {
	font-family: "Lato",sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: gray;
}
.notes textarea {
	width: 400px;
}
.product-add select.product {
	width: 600px;
}
.tags-form .button-margin {
	margin: 0 0 0 400px;
}
.tags-form .section-half {
	width: 47%;
}
.edit-profile.arrow-button {
	margin: 20px;
	display: block;
}
.brand-pod {
	float: left;
    padding: 1% 10px;
    width: 48%;
}
.brand-pod h1,
.brand-title
 {
	font-family: 'DidotRegular';
	font-size: 34px;
    text-align: center;
    font-style: italic;
    padding: 15px 0px 0 0;
    text-transform: none;
    letter-spacing: normal;
}
.brand-pod h2,
.brand-subtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
    font-size: 15px;
    padding: 0px 0 5px 0;
    margin: 0;
}
.brand-pod p {
	text-align: center;
	font-size: 16px;
	padding: 5px 0 20px 0;
}
.brand-pod p.quote {
	color: #cb1963;
	width: 100%;
	font-size: 19px;
}
.brand-pod .fancybutton {
	font-size: 13px;
}	
.brand-page p.quote {
	font-size: 26px;
    width: 90%;
    text-align: center;
}	
.brand-page p.quote-signature {
	color: #cb1963;
	text-transform: uppercase;
	text-align: center;
		font-size: 15px;
    font-weight: 100;
}
	
.brand-page .header {
	padding: 0 0 10px 0;
}
.brand-founder {
	background-color: #dfdacd;
	margin: 30px 0;
	max-width: 736px;
	padding: 0 35px 25px 35px;
}
.brand-page p {
	font-size: 15px;
}
.brand-founder p {
	font-weight: 100;
	line-height: 20px;
	font-size: 15px;
	padding: 10px 15px 0px 0px;
}
.brand-founder h1 {
	padding: 30px 0px 0px 5px;
	text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 2.9em;
    letter-spacing: 2px;
}
.brand-founder h1 .pink {
    font-family: 'DidotBold', serif;
    font-size: 1.1em;
}
.brand-founder p.subtitle {
	font-weight: normal;
	text-align: center;
	padding: 0px 0 20px 0;
}
/*.brand-founder .first-paragraph {
	width: 278px;
	padding: 0;
	float: left;
	padding: 1px 15px 0 35px;
}*/
.brand-founder .founder-photo {
	padding: 0;
	float: right;
	margin: 0 0 15px 30px;
}
.brand-founder .quote {
	margin: 20px auto 10px auto;
    display: block;
}
/*.brand-founder .last-paragraph {
	padding: 5px 35px 30px 35px;
}*/
.brand-page .arrow-button,
.brand-page .arrow-button a {
	width: 710px;
}
.brand-page .arrow-button.big.right:before {
	left: 710px;
}
.order-detail ul#subnav li {
	padding: 0px 10px 0px 0px;
	font-size: 0.98em;
	white-space: nowrap
}

.tagedit-tagname {
	padding: 0 10px 0 5px;
}
.tagedit-wrapper {
	margin: 0px 0px 3px 24px;
}
.tagedit {
	float: left;	
	width: 18%;
}
.tagedit.width {
	float: left;	
	width: 25%;
}
.tagedit-family-description {
	padding: 0 0 5px 0;
    display: inline-block;
}
.brand-founder .founder-quote {
	font-family: 'Channel';
	text-align: center;
    font-size: 3.5em;
    color: #cb1963;
    line-height: 0.7em;
        margin: 0px 0 15px 0;
}
.brand-founder .founder-name {
	    color: #cb1963;
    font-weight: bold;
}
/*.instalment {
    padding: 0 0 0 60px;	
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 0 15px 0;
}
.instalment label {
	padding: 0 0 0 5px;
}*/
.user_selection tbody input.textbox {
	width: 90%;
}
/*.instalment .amount {
	font-family: 'BodoniAnt-LigIta', serif;
}*/
.sagepay-logo {
	padding: 10px 0 0 24%;
}
.instalment {
    display: block;
    font-family: 'Lato', sans-serif;
    /*text-transform: uppercase;*/
    line-height: 1.7em;
    /*font-size: 1.2em;
    font-weight: 100;
    line-height: 26px;*/
}
.instalment .order-total-number {
	font-size: 1.8em;
	margin: 0 5px;
}
.instalment label {
	padding: 0 0 0 5px;
	position: relative;
    top: 1px;
}
.instalment .amount {
	font-size: 1.5em;
    margin: 0 5px;
    font-family: 'BodoniAnt-LigIta', serif;
    color: #cb1963;
    font-size: 23px;
font-weight: bold;
font-family: 'Lato', sans-serif;
}
.isInstalment input {
	float: left;
	margin: 3px 0 0 0;
}
.isInstalment {
	margin: 5px 0 0 0;
}
/*.isInstalment label {
	float: left;
	max-width: 555px;
}*/
.first-showcase label {
	width: auto;
	display : block;
	margin: 5px 0 10px 0;
}
.first-showcase input {
	margin: 0 0 10px 20px;
}
.first-showcase p {
	margin: 0 0 0 30px;
}
.stylist_registration input.date {
	width: 80px;
}

.incentive-edit div.wysiwyg {
	padding: 0px 0px 0px 4px;
	margin: 25px 0px 0px -2px;
	border: none;
}

.incentive-edit input.description {
	width: 95%;
	max-width: 250px;
	min-width: 100px;
}

.kit-pod h1 {
	padding: 20px 5% 0px 5%;
    width: auto;
}

.kit-pod h2 {
	padding: 0px 10px 2px 5px;
}

/* Fancy titles. */
h1.fancy-title {
	text-align: center;
	text-transform: uppercase;
	/*font-family: 'Lato', sans-serif;*/
	font-weight: 100;
	font-size: 2.7em;
	letter-spacing: 2px;
}

h1.fancy-title .pink {
	font-weight: normal;
}

h2.fancy-title,
.h2.fancy-title {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	font-weight: 100;
	line-height: 26px;
}
h2.fancy-title.padding-bottom-top,
.h2.fancy-title.padding-bottom-top {
	padding: 30px 0px 10px 0px;
}
h2.fancy-title.bold {
	font-weight: bold;
}
h2.fancy-title.big, .h2.fancy-title.big  {
	font-size: 2.0em;
}
h2.fancy-title.bigger {
	font-size: 2em;
}

h2.fancy-title .pink {
	font-family: BodoniAnt-LigIta;
	text-transform: none;
}
h2.fancy-title .pink.lato {
		font-family: 'Lato', sans-serif;
		font-weight: 100;
}
h2.fancy-title .pink.number {
	font-family: BodoniAnt-LigIta;
    font-size: 1.5em;
}
h2.fancy-title.small {
	font-size: 1em;
}
.register-stylist h2.fancy-title .pink {
	font-weight: bold;
}
h2.fancy-title span.pink.number {
	font-family: "Lato",sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h3.fancy-title {
	  font-family: 'Lato', sans-serif;
	  font-weight: 100;
  text-align: center;
  font-size: 1.3em;
     line-height: 20px;
       letter-spacing: 1px;
       text-transform: uppercase;
}
h3.fancy-title.small {
	font-size: smaller;
}


h4.fancy-title {
	text-transform: none;
	font-family: BodoniAnt-LigIta;
	/* font-family: "Lato",sans-serif; */
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	padding: 5px 0px 20px 0px;
}
/*.categories h2.fancy-title.big {
	font-size: 2em;
}*/
.product-detail-title {
	padding: 0 0 20px 0;
}
.product-detail-title h1 {
	font-size: 29px;
}
.product-detail-title .price {
	text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
}
.product-description-wrapper {
	border-top: 1px dashed #a7a7a5;
	border-bottom: 1px dashed #a7a7a5;
    padding: 5px 0;
    flex: 1;
}
.product-detail-add-to-basket {
    text-align: center;
    padding: 20px 0 0 0;
}
.product-detail-add-to-basket .add-to-basket {
	padding: 6px 20px;
}
.product-detail-add-to-basket button.add-to-favourite {
	padding: 3px 20px 5px 20px;
}

/* Accordion */
.accordion h3 {
	font-size: 14px;
	color: black;
}
.accordion.ui-accordion .ui-accordion-header {
	border: none;
	background-color: white;
	background-image: url('../media/images/furniture/arrow-right.png');
	background-position: left center;
	background-size: 10px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}
.accordion.ui-accordion .ui-accordion-header.ui-state-active {
	background-image: url('../media/images/furniture/arrow-down.png');
	background-size: 15px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	display: none;
}
.accordion.ui-accordion .ui-accordion-content {
	border: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 13px;
	margin: 0 0 0 10px;
}
.accordion.ui-accordion .ui-accordion-content.quote {
	border: none;
	font-size: 15px;
}
.accordion.ui-accordion .ui-accordion-content {
	padding: 0em 2.2em;	
}

.product-detail-infos {
	min-height: 437px;
	float: right;
	width: 368px;
	display: flex;
    flex-direction: column;
}
.product-video-wrapper {
	position: relative;
	width: 350px;
}
.product-video {
    background-size: 100%;
    background-image: url('../media/images/furniture/video.svg');
    position: absolute;
    width: 65px;
    height: 65px;
    left: 137px;
    bottom: -234px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.product-video:focus {
	outline: none;
}
.product-video:hover {
	opacity: 0.5;
}
.mfp-iframe-scaler iframe {
	padding: 0;
}
.product-other-colours {
	margin: 20px 0;
    text-align: center;
}
.product-other-colours h2 {
	    margin: 0 0 10px 0;
}
.brand-page #content {
	border-left: 1px dashed #a7a7a5;
    padding: 0 0 0 20px;
}
#login-menu .current-currency {
	    width: 110px;
}
#login-menu .current-currency ul li {
	    width: 110px;
	        min-height: 28px;
	        border-left: none;
	        padding: 0;
}
.open-close .close {
	display: inline;
	float: none;
	opacity: 1;
	width: 9px;
}
.open-close .open {
	width: 14px;
}
.recommendation-comment-highlighted,
.recommendation-comment p {
    font-family: BodoniAnt-LigIta;
    text-align: center;	
    font-size: 18px;
    color: #cb1963;
        /*border: 1px solid #cb1963;
    padding: 10px 0px;*/
}
/*.recommendation-comment-highlighted.product {
    padding: 10px;
    display: inline-block;
    margin: 0 5px;
}*/
.recommendation-comment-highlighted.basket {
    margin: 20px 0 0 0;
}
.vip-recommendation-process-button {
	margin: 15px 0 0 150px;
}
.recommendation-button {
	    padding: 20px 0 20px 30px;
	    text-align: center;
}
.prepared-by {
	text-transform: none;
	    font-family: BodoniAnt-LigIta;
	        font-size: 20px;
}

#quick_basket div.selector select {
	font-size: 16px;
}
.select-users .add-new-customer {
	margin: 0 0 0 10px;
}
.send-recommendation.arrow-button.big.right {
	float: right;
}
.filter-vip-rec-user-select #username {
	width: 183px;
}
.filter-vip-rec-user-select .col,
.recommendation-sent .col
 {
	float: left;
	width: 20%;
}
.select-all {
	margin: 0 0 5px 0;
}

/* cms */
.left {
	float: left;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.font-size-16 {
	font-size: 16px;
}

h3.career-title {
	font-size: 14px;
}

div.section-25 {
	position: relative;
	width: 25%;
	height: 100%;
}

div.section-50 {
	position: relative;
	width: 50%;
	height: 100%;
}
div.section-75 {
	position: relative;
	width: 75%;
	height: 100%;
}

div.push-25 {
	left: 25%;
}

div.pull-50 {
	right: 50%;
}
div.pull-75 {
	right: 75%;
}

.career-blog-item.first h3 {
	font-size: 26px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 15px 0;
}
.career-blog-item.second h3 {
	font-size: 19px;
	line-height: 19px;
	padding: 0;
	clear: none;
	margin: 15px 0 15px 0;
}
.career-blog-item img {
	width: 250px;
	heigth: 150px;
	float: left;
	padding-right: 15px;
}
.career-blog-item p {
	padding: 0;
}
.career-blog-item.section-33 {
	width: 33%;
	float: left;
}
.career-blog-item.section-33 img {
	width: 100%;
	float: none;
}
.career-blog-item.section-25 {
	width: 25%;
	float: left;
}
.career-blog-item.section-25 img {
	width: 100%;
	float: none;
}

.grey-divider {
	width: 100%;
	height: 1px;
	background-color: #B4B6B8;
}

.padding-15 {
	padding: 15px;
}
.padding-6 {
	padding: 6px;
}
.padding-5 {
	padding: 5px;
}
.padding-top-2 {
	padding-top: 2px;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-h-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-h-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-h-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-h-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.padding-right-30 {
	padding-right: 30px;
}
.padding-left-30 {
	padding-left: 30px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-left-5 {
	padding-left: 5px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}

form .input-label {
	display: inline;
	float: none;
	margin: 0 20px 0 10px;
}

form .block-label {
	display: block;
    margin: 10px 0 5px 0;
    width: auto;
}
.tags-form .tags-section {
	margin: 0 0 20px 0;
}


/* 
 *   Styles for vip form 
 *
 *   pink #cb1963, light pink (progress bar) #f190b8, very light pink (faded out) #fad5e5
 *   strong gray (focus) #f0f0f0, gray #f8f8f8, light gray (faded out) #fbfbfb
 *   dark gray (buttons & nav) #dfdfdf;
 *   font light: #dfdfdf, normal font: black
 *
 */
#beauty-questionnaire {
	margin-bottom: 50px;
}

#beauty-questionnaire > h1 {
	margin-top: 1.5em;
	text-align: center;
}
#beauty-questionnaire > h3 {
	margin:0em 8em 4em 8em;
	text-align: center;
}
#beauty-questionnaire .active a {
	color: #cb1963;
}
#beauty-questionnaire a {
	color: #fad5e5;
}
#beauty-questionnaire .question {
	position: relative;
	/*margin-top: 1.2em;*/
	font-size: 18px;
	color: #dfdfdf;
	transform: translateZ(0);
}

#beauty-questionnaire .question > div > label { /* question title */
	width: 90%;
}

#beauty-questionnaire .question input {
	border-style: none;
}

#beauty-questionnaire .question input[type=email],
#beauty-questionnaire .question input[type=text],
#beauty-questionnaire .question input[type=tel],
#beauty-questionnaire .question input[type=date],
#beauty-questionnaire .question textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 1%;
	margin-left: 1%;
	border: none;
	resize: none;
	color: #dfdfdf;
	font-size: 16px; /* Must be 16px to provide iPhone to zoom in, see: http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone */
}
#beauty-questionnaire .question.active input[type=email],
#beauty-questionnaire .question.active input[type=text],
#beauty-questionnaire .question.active input[type=tel],
#beauty-questionnaire .question.active input[type=date],
#beauty-questionnaire .question.active textarea {
	border: 1px dotted #cb1963;
	color: black;
}

#beauty-questionnaire .question .note {
	margin: 1em 2em 0em 4.2em;
	font-size: 0.6em;
}

#beauty-questionnaire .question.active {
	color: black;
	transform: translateZ(0);
	/*transition: font 0.4s ease-in-out;*/
}

#beauty-questionnaire .question.active .number {
	color: #cb1963;
}

#beauty-questionnaire .number:after {
	font-size: 1.2em;
	margin: 0em 0.2em;
	/* content: '\e01b'; */
	/* font-family: 'typicons'; */
}

#beauty-questionnaire .question-content {
	margin-left: 40px;
	margin-right: 60px;
	padding: 1.2em 0em 120px;
	font-size: 0.85em;
	font-weight: lighter;
}

#beauty-questionnaire .question-content > label {
	font-size: 16px;
	font-weight: normal;
}

#beauty-questionnaire .question-content-wrapper {
	margin-top: 10px;
	padding: 5px;
}
#beauty-questionnaire .question.active .question-content-wrapper {
	border-left: 0.1em dotted #cb1963;
}

#beauty-questionnaire .question.active textarea {
	resize: vertical;
}

#beauty-questionnaire .question-content-wrapper li {
	position: relative;
	list-style-type: none;
	margin: 0.6em 0em 0.6em 0.8em;
	padding: 0px;
}
#beauty-questionnaire .question-content-wrapper ul > :first-child {
	margin-top: 0px;
}

#beauty-questionnaire .fancybutton {
	background: none; 
}
#beauty-questionnaire .next-question-navigator > .nextQuestion {
	padding: 1em 1.2em;
	font-weight: bolder;
	color: black;
	margin-right: 0.7em;
}

#beauty-questionnaire .tick-box {
	display: inline-block;
    width: 20px;
    height: 20px;

	position: absolute;
    left: 12px;

	z-index: 1;
    border: 1px solid #fad5e5;
}
#beauty-questionnaire .question.active .tick-box {
	border: 1px solid #cb1963;
}

#beauty-questionnaire .input-button {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	
	border: 1px dotted #fad5e5;
	border-radius: 4px;
	
	box-sizing: border-box;
	width: 100%;
	
	background-image: none;
	background-color: #fbfbfb;
	
	padding: 10px 2% 10px 44px;
		
	overflow: auto;
}
#beauty-questionnaire .question.active .input-button:hover,
#beauty-questionnaire .question.active .input-button:focus,
#beauty-questionnaire .question.active .input-button:active {
	background-color: #f0f0f0;
}
#beauty-questionnaire .question.active .input-button {
	background-color: #f8f8f8;
	border-color: #cb1963;
}

#beauty-questionnaire .input-button > input {
	padding: 0;
	position: absolute;
	box-sizing: border-box;
	clip: rect(0,0,0,0);
	max-width: inherit;
	visibility: hidden;
}

#beauty-questionnaire .tick:before {
	font-family: 'typicons';
	content: '\e11e';
	font-size: 1.6em;
	color: #fad5e5;
	margin-right: 0.3em;
    position: relative;
    left: 4px;
}
#beauty-questionnaire .question.active .tick:before {
	color: #cb1963;
}

#beauty-questionnaire .rounded4 {
	border-radius: 4px;
}
#beauty-questionnaire .border-dotted {
	border: 1px dotted #cb1963;
}
#beauty-questionnaire .border-solid {
	border: 1px solid #cb1963;
}
#beauty-questionnaire .background-light {
	background-color: #f8f8f8;
}
#beauty-questionnaire .background-dark {
	background-color: #dfdfdf;
}

#beauty-questionnaire .next-question-navigator {
	position: absolute;
	bottom: 40px;
	left: 60px;
	max-width: 200px;
	width: 100%;
	
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#beauty-questionnaire .next-question-navigator > a {
	margin-right: 1em;
	padding: 8px 16px;
}

#beauty-questionnaire .vip-submit {
	margin: 3em auto 7em;
}

#beauty-questionnaire .vip-progress {
	margin: auto;
	height: 4em;
	max-width: 1024px;
	width: 100%;
	position: fixed;
	/*bottom: 30px;*/
	z-index: 2;
	bottom: 0;
	transform: translateZ(0);
}
#beauty-questionnaire .vip-progress .progress {
	position: absolute;
	width: 30%;
	height: 100%;
	margin: auto;
	vertical-align: middle;
	left: 0;
}
#beauty-questionnaire .vip-progress .navigation {
	position: absolute;
	width: 30%;
	height: 100%;
	margin: auto;
	vertical-align: middle;
	right: 0;
}
#beauty-questionnaire .vip-progress .navigation .prev,
#beauty-questionnaire .vip-progress .navigation .next {
	height: 100%;
	width: 30%;
	float: right;
    margin-right: 5px;
    padding: 4px;
    font-family: 'typicons';
	font-size: 4em;
	color: #cb1963;
}
#beauty-questionnaire .vip-progress .navigation .prev:HOVER,
#beauty-questionnaire .vip-progress .navigation .next:HOVER {
	color: black;
}
#beauty-questionnaire .vip-progress .navigation .prev:before,
#beauty-questionnaire .vip-progress .navigation .next:before {
	content: '\e049';
	display: inline-block;
	margin: auto;
    position: relative;
    top: -11px;
}
#beauty-questionnaire .vip-progress .navigation .prev:before {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
#beauty-questionnaire .vip-progress .navigation .next:before {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#beauty-questionnaire .vip-progress .progress-note > span {
	display: inline-block;
	height: 1.3em;
	width: 100%;
	margin: 0.5em auto 0.2em;
	padding-left: 1em;
	font-size: 1em;
	color: #cb1963;
	vertical-align: middle;
	text-align: left;
}
#beauty-questionnaire .vip-progress .progress-bar-wrapper {
	width: 90%;
	margin: auto;
}
#beauty-questionnaire .vip-progress .progress-bar-wrapper .answered {
	background-color: #cb1963;
	display: inline-block;
	height: 0.7em;
	margin: 0.15em 0;
	width: 50%;
	position: relative;
	overflow: hidden;
}
#beauty-questionnaire .vip-progress .progress-bar-wrapper .unanswered {
	background-color: #f190b8;
	display: inline-block;
	height: 0.7em;
	margin: 0.15em 0;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.rounded-left {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-toprleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
}

.rounded-right {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#beauty-questionnaire-view  .question-view {
	margin-bottom: 1em;
}

#beauty-questionnaire-view  .question-view > div > label {
	width: 80%;
}
#beauty-questionnaire-view  .question-view > div.left > label {
	width: 200px;
}

#beauty-questionnaire-view .question-content-view li {
	list-style-type: none;
}
#beauty-questionnaire-view .question-content-view label {
	width: 100%;
}

#beauty-questionnaire-view .question-content-view .textbox {
	width: 100%;
}
#beauty-questionnaire-view .question-content-view .textbox.inrow {
	width: 300px;
}

/*intro and thank you page*/
#beauty-questionnaire-intro-completion {
	text-align: center;
	vertical-align: middle;
}

img.stick-to-bottom {
	height: auto;
	max-width: 100%;
	width: auto\9;
	vertical-align: bottom;
}

/* end */

.arrow-button.two-lines a {
	line-height: 25px;
	font-size: 1.5em;
}


.recommendation-sent .wrapper {
	margin: 20px 0;
}
.full_width {
	width: 100%;
    display: block;
}
.input-radio-label {
	margin: 0 10px 0 5px;
}
.input-radio-label input {
	margin: 0 5px 0 0;
}
form .input-label.vip-rec-user-select-filter-customer {
    width: 220px;
    display: inline-block;	
}
.emailPreview iframe {
	width: 100%;
    height: 300px;
    border: 1px solid black;
    /*margin: 10px 0;*/
}
.light {
	font-weight: 100;
}
.dashboard-summary td {
	border: none;
	text-align: center;
	vertical-align: top;
}
.dashboard-summary-wrapper {
	background-color: #eeece1;	
    margin: 10px auto;
    padding: 10px 0;
}
table.no-border th, td {
	border: none;
}
#more-search-option td {
	vertical-align: top;
}
.vip-rec-tips, .tips {
	margin: 0 0 20px 10px;
	width: 70%;
}
.vip-rec-tips ul,.tips ul {
	list-style-type: decimal;
}
.no-ext-link:hover {
	color: #cb1963;
}
/*#show-more-search-option, #vip-rec-show-tips {
	float: right;
}*/
#more-search-option {
	margin: 0;
    padding: 0;
    /*width: 1026px;*/
    margin: 15px 0;
}
#more-search-option th, #more-search-option td {
	width: 200px;
}
.vip-rec-add-new-customers {
	padding: 10px 5px;
}
.vip-rec-line .fancybutton {
	width: 140px;
    display: block;
    margin: 0;
    padding: 2px 2px;
}
.fancybutton:disabled {
	background-color: LightGrey;
	cursor: auto;
}
.fancybutton:hover:disabled {
	background-color: LightGrey;
}
#exit-vip-rec {
	width: 170px;
	margin: 0 0 0 25px;
}
#exit-vip-rec a {
	font-size: 12px;
	line-height: 25px;	  
}
.pink-highlight {
	background-color: #cb1963;
	color: white;
}

select {
	background: #FFFFFF;
	border: 1px solid #CBCBCC;
	
	padding: 2px;
	height: 26px;
	font-size: 100%;
	margin: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#stylist-menu {
	display: inline;
	float: right;
	margin: -35px 0px 0px 0px;
	
}
.order-filter-search-option,
.order-filter-filter-option,
.order-filter-checkbox-option {
	vertical-align: top;
}
.order-filter-search-option label {
	width: 115px;
	display: inline-block;
	text-align: right;
}
td.order-filter-search-option p,
td.order-filter-filter-option p,
td.order-filter-checkbox-option p
 {
	font-size: 100%;
} 
.order-filter-search-option input {
	width: 100px;
}
.order-filter-filter-option label {
	width: 60px;
	display: inline-block;
	text-align: right;
}
.order-filter-filter-option select {
	height: auto;
	width: 120px;
}
.order-filter-checkbox-option label {
	float: none;
	display: inline;
}
.pink-button {
	text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
	background-color: #cb1963;
	border-color: #cb1963;
	color: white;
	border: none;
	padding: 5px 0;
}	
.pink-button:hover {
	background-color: black;
}
.order-total {
	margin: 10px 0;
}
.order-total .total {
	float: right;
	color: #cb1963;
    font-size: 23px;
    font-weight: bold;
}
.checkout-summary .image {
	display: none;
}
.checkout-summary #your-basket td.name .brand,
.checkout-summary #your-basket td.name .product,
.checkout-summary #your-basket td.total-price {
	font-size: 16px;
}
.checkout-summary #your-basket table {
	text-align: left;
	margin: 0 0 0 2%;
    width: 98%;
}
.checkout-summary .section-third {
	margin: 0px 0px 0px 15px;
}
.checkout-summary .basket-summary {
	text-align: right;
	font-size: 16px;
}
.checkout-summary .basket-summary .pink {
	width: 68px;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 10px;
}
.checkout-summary .basket-summary .text {
	margin: 5px 0 0 0;
}
.checkout-summary .basket-summary .small {
	font-size: 0.5em;
}
/*.checkout-summary  #your-basket .basket {
	table-layout: fixed;
	width: 665px;
}*/
#deliver-to {
	padding: 0;
}
#deliver-to li,
#stylist_bank_details li {
	    margin: 0px 0px 3px 5px;
}
#deliver-to .label {
	font-weight: normal;
}
.checkout-summary .form-new-design label {
	width: 140px;
}
.checkout-summary #stylist-kit-payment.form-new-design label {
	width: 90%;
}
.checkout-summary #stylist-kit-payment .term_condition {
	margin: 10px 0;
	line-height: 1.4em;
}
#stylist_bank_details {
	margin: 15px 0 0 0;
    padding: 0px 0px;
}
.tooltip_iban {
	    margin: 0 0 0 5px;
}
#stylist_bank_details .pink-button {
	width: 397px;
	    margin: 10px 0 0 0;
}
#your-kit .kit {
	width: 50%;
    margin: 0 auto;
    display: block;
} 
.checkout-summary #your-kit .basket-summary {
	text-align: center;
}
.payment-box .pink-button {
    width: 100%;
}    
/*#split_payment_box #cash_amount {
	width: 100%;
	margin: 10px 0 0 0;
}*/
#orderFilter p {
	padding: 0 0 5px 0;
}

.strip {
	box-sizing: border-box;
	width: 100%;
	margin: -3px auto;
	border: solid 2px #000000;
	text-align: center;
	position: relative;
	display: inline-block;
	height: 150px;
}
.strip a {
	text-transform: uppercase;
	display: block;
	/*margin: 10px 0 0 0;*/
}
.strip div {
	float:left;
	width: 20%;
}
.strip-icon {
    height: 100%;
}
.strip-icon img {
    display: block;
    margin: 0 auto;
}
.strip-title {
	letter-spacing: 2px;
	height: 100%;
	box-sizing: border-box;
}
.strip .strip-content-wrapper {
	width: 100%;
}
.strip .strip-title {
	background-color: #000000; 
	color: white;
	text-transform: uppercase;
    /*padding: 67px 0; */
}
.strip-icon-title {
	color: black;
	font-weight: bold;
    margin: 0 5px 7px 0;
    ddisplay: inline-block;
}

/* hover state  */
.strip-icon .strip-icon-mouse-in {
	display: none;
}
.strip-icon:hover .strip-icon-mouse-out {
	display:none;
}
.strip-icon:hover .strip-icon-mouse-in {
	display: block;
}
.strip-icon:hover,
.strip-icon:hover em,
.strip-icon:hover i,
.strip-icon:hover .strip-icon-title {
	color: white;
}
/*.strip-icon a:hover,
.strip-icon a:hover .strip-icon-title,
.strip-icon a:hover .strip-icon-title i {
	color: #cb1963 !important;
}
*/

.strip .triangle {
	border-color: transparent transparent transparent #000000;
    border-width: 15px 0px 15px 15px;
    float: none;
    border-style: solid;
    position: absolute;
    left: 20%;
    top: 58px;
    width: 5px;
    height: auto;
}
.strip em {
	font-weight: 100;
	font-style: italic;
	text-transform:  none;
	color: black;
}
.strip.beige {
	border: solid 2px #CABAA0;
}
.strip.beige .strip-title {
	background-color: #CABAA0; 
}
.strip.beige .triangle {
	border-color: transparent transparent transparent #CABAA0;
}
.strip.beige .strip-icon:hover {
	background-color: #CABAA0; 
}
.strip.blue {
	border: solid 2px #72CEDD;
}
.strip.blue .strip-title {
	background-color: #72CEDD; 
}
.strip.blue .triangle {
	border-color: transparent transparent transparent #72CEDD;
}
.strip.blue .strip-icon:hover {
	background-color: #72CEDD; 
}
.strip.grey {
	border: solid 2px #B1B1B1;
}
.strip.grey .strip-title {
	background-color: #B1B1B1; 
}
.strip.grey .triangle {
	border-color: transparent transparent transparent #B1B1B1;
}
.strip.grey .strip-icon:hover {
	background-color: #B1B1B1; 
}
.dashboard {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 auto;
	text-align: center;
	overflow: auto;
}
.dashboard em {
	color: #72CEDD;
	font-size: 1.2em;
	font-family: BodoniAnt-LigIta;
	font-style: normal;
}
.dashboard-pod-wrapper {
	margin: 0 auto;
}
.dashboard-pod {
	float: left;
	width: 25%;
	min-width: 160px;
	height: 110px;
}
.dashboard-commission-value {
	color: #cb1963;
	font-size: 25px;
	font-weight: bold;
}
.dashboard-pod .fancybutton {
	display: block;
	width: 100px;
	margin: 10px auto;
}
.dashboard-value {
	font-size: 1.5em;
	font-weight: bold;
}
a.fancybutton.pink-strip {
	color: white;
	background-color: #cb1963;
	width: 804px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	letter-spacing: 2px;
	display: block;
}
#delivery-options td {
	vertical-align: top;
}
.status-description ul {
	padding: 15px 0;
}
.status-description li {
	/*list-style-type: decimal;*/
	list-style-type: none;	
}
.status-description .status-title {
	width: 200px;
    display: inline-block;
    font-weight: bold;
}
.status-description .status-description {
	display: inline-block;
}
#demote_stylist {
	position: relative;
    bottom: 8px;
}
.useradmin-filter tr td {
	vertical-align: top;
	padding: 5px 0 0 0;
}

/* -- bootstrap compatibility -- */

/* prevent bootstrap to change the size of the container depending of the size of the screen. */
.container,
#contentWrapper, #nav, #cookieBanner, div#stylist-commission iframe, #content > .about-me, #more-search-option {
	width: 1026px;
}
#nav {
	margin: 0 auto;	
}
button, input, optgroup, select, textarea {
	color: black;
}