/* ####################################### */
/* ############### =GENERAL ############## */
/* ####################################### */


body {
	background: #000;
}

body.bodymode-iframe {
	background: #fff;
}




div.e-head-pre,																	
div.e-head,
div.e-navigation-primary,
div.e-introduction,
div.e-notice-wrap,
div.a-body-wrap,
div.e-div-noFloat,
div.e-directory-navigation,
div.e-foot,
div.e-new-footer,
div.e-old-footer {
	width: 960px;
	margin: 0 auto;

}


/* Z INDEXES
------------------------------------------------*/

#navigation-product-wrap,
#body-wrap {
	position: relative;
}

#navigation-product-wrap {
	z-index: 3;
}

#body-wrap {
	z-index: 2;
}




/* ####################################### */
/* ################ GRIDS ################ */
/* ####################################### */

/* BORROWED FROM 
https://github.com/stubbornella/oocss/blob/master/core/grid/grids.css
------------------------------------------------*/
.line {
	margin: 0 0 30px 0;
}



.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}

/* BOX - padds grid units where required 
------------------------------------------------*/
.unitbox {
	margin: 0 20px;
}











/* ####################################### */
/* ############### =COLUMNS ############## */
/* ####################################### */

/* ++NB: avoid placing margins in the direction of the float as IE will double these values! */

.e-panel-a,
.e-panel-b,
.e-panel-c {
	float: left;
}

/* MAIN PANEL (B)
------------------------------------------------*/

.e-panel-b {
	width: 646px; /* left 1px safety margin on the right */
	padding: 20px;
	position: relative;
}

/* LEFT PANEL (A)
------------------------------------------------*/

.e-panel-a {
	width:	273px;
	padding: 0;
}

.a-panel-a {
	padding: 20px;
}


/* RIGHT PANEL (C)
------------------------------------------------*/

.e-panel-c {
	width:	273px;
	padding: 0;
}

.a-panel-c {
	padding: 20px;
	border-bottom: 1px dashed #D3D3D3;
	margin: 0;
	overflow: hidden;
	clear: both;
}


/* FAUX COLUMN TWEAKS
------------------------------------------------*/

.a-body-wrap {
	background-color: #fff;
	background-image: url(/images/body_content_bg_faux.gif);
	background-repeat: repeat-y;
}

.body-2col-right .a-body-wrap,
.section-istylista .a-body-wrap {
	background-position: -274px 0;
}

.body-full-width .a-body-wrap {
	background: #fff;
}

.body-full-width .e-panel-b {
	width: auto;
	float: none;
}


/* HOME PAGE
------------------------------------------------*/

.section-istylista .e-body-wrap {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#body-home {
	clear: both;
}







/* ####################################### */
/* ############### =HEAD-PRE ############# */
/* ####################################### */

/* Background for head-pre wrapper div
div.e-head-pre-wrap {
	background: url(/images/) repeat 0 0;
}
*/

/* Background for head-pre div 
div.e-head-pre {
	background: url(/images/) repeat 0 0;
}
*/




/* ####################################### */
/* ################ =HEAD ################ */
/* ####################################### */


div.e-head-wrap {
	background: #fff;
	margin-top: 5px;
	overflow: hidden;
}

div.e-head {
	position: relative;
	overflow: hidden;
}

div.e-common-site_logo {
	padding: 1em 0;
	float: left;
	width:200px;
}

div.e-common-page_title {
	padding-top: 1em;
}

#advertising {
	position: absolute;
	top: 50%;
	left: 210px;
	margin-top: -28px;
	z-index: 99;
}


/* LOGIN
------------------------------------------------*/

#login-area {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	color: #e1e1e1;
}


#login-panel {
	text-align:left !important;
	overflow: hidden;
	background: #33153C;
	z-index: 9000;
}

#login-panel #login-panel-inner {
	margin:0 auto;
	width: 960px;
}

#login-panel #login-panel-inner h6 {
	font-size: 2.5em;
	color: #fff;
	margin-bottom: 0.8em;
}

#login-panel .login-container {
	float: left;
	width: 280px;
	padding: 20px;
	margin-top: 5px;
	overflow: hidden;
}

#login-panel div.middle-container {
	width: 278px;
	border: 1px solid #67157B;
	border-width: 0 1px;
}

#login-area #login-toggle {
	background: transparent url(/images/login_toogle_bg.png) repeat-x 0 0;
	padding-bottom: 10px;
	height:5px;
	line-height:20px;
	margin:0;
	position:relative;
	z-index: 1;
}

#login-area #login-toggle .login-tab-inner {
	background: transparent url(/images/login_tab_left.png) no-repeat 0 100%;
	color:#F3DDF9;
	float:right;
	font-size:0.9em;
	height:39px;
	line-height:18px;
	margin-top:6px;
	padding: 0 0 0 36px;
	position:absolute;
	right:180px;
}

#login-area #login-toggle .login-tab-inner div {
	background: transparent url(/images/login_tab_right.png) no-repeat 100% 0;
	height:39px;
	padding-right:36px;
}

#login-area #login-toggle .login-tab-inner p {
	font-weight: bold;
	margin: 0;
	line-height:29px;
	float: left;
	text-align: center;
}

#login-area #login-toggle .login-tab-inner ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;

	line-height:29px;
}

#login-area #login-toggle .login-tab-inner ul li {
	float: left;
}

#login-toggle .login-tab-inner ul li#login-toggle-link a:link,
#login-toggle .login-tab-inner ul li#login-toggle-link a:visited {
	background: transparent url(/images/add.gif) no-repeat right 50%;
	padding-right: 25px;

}

.login-expanded #login-toggle .login-tab-inner ul li#login-toggle-link a:link,
.login-expanded #login-toggle .login-tab-inner ul li#login-toggle-link a:visited {
	background-image: url(/images/cancel.gif);
}

#login-area #login-toggle .login-tab-inner ul li#logout {

}

#login-toggle .login-tab-inner ul li a:link,
#login-toggle .login-tab-inner ul li a:visited {
	padding: 0 5px;
	cursor: pointer;
		border-left:1px solid #E6CDED;
	padding-left:8px;
}



#login-area #login-toggle a:link,
#login-area #login-toggle a:visited {
	color: #fff;
	text-decoration:none;
}

#login-area #login-toggle a:hover,
#login-area #login-toggle a:focus {
	color:#F3DDF9 !important;
	outline: 0;
}





/* ####################################### */
/* ############## IMAGE BOX ############## */
/* ####################################### */

/* Background for image/branding box wrapper div
.e-image-wrap {
	background: url(/images/) repeat 0 0;
}
*/

/* Image Box inner container
.e-image {
}
*/



/* ####################################### */
/* ################# BODY ################ */
/* ####################################### */


div.e-wrapper {
	background: #000 url(/images/body_bg.jpg) repeat-x 0 130px ;
}

.e-navigation-breadcrumb {
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	background: #f7f7f7 url(/images/breadcrumb_bg.jpg) repeat-x 0 0;
	height:29px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px 0 0;
	margin:-20px -20px 20px;
	display: none;
}

.e-navigation-breadcrumb a:link,
.e-navigation-breadcrumb a:visited {
	display: block;
	float: left;
	padding: 0 15px 0 10px;
	background: url(/images/breadcrumb_arrow.jpg) no-repeat 100% 0;

}







/* ####################################### */
/* ############## INNER FOOT ############# */
/* ####################################### */

div.e-directory-navigation {
	margin-top: 2em;
	padding-top: 2em;
	position: relative;
	border: 1px dashed #666;
	overflow: hidden;	
	padding: 30px;
	width: 900px;
}

.e-inner-foot-links {

}

.e-inner-foot-links ul ul {
	border: 0;
	padding: 0;
	margin: 0;
}

.e-inner-foot-links ul li {
	float: left;
	width: 180px;
	color: #C8C8C8;
}

.e-inner-foot-links ul li a:link,
.e-inner-foot-links ul li a:visited {
	color: #C8C8C8;
	font-size: 0.9em;
	text-decoration: none;
}

.e-inner-foot-links ul li h6 {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-family:	Arial, Helvetica Neue, Helvetica, sans-serif;
}

.e-information {
	width: 157px;
	height: 107px;
	position: absolute;
	top: 15px;
	right: -33px;
}





/* ####################################### */
/* ################# FOOT ################ */
/* ####################################### */

div.e-foot-wrap {
	margin-top: 1em;
}

.e-directory-navigation-wrap {
	background: #000;
}


.e-site-info-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.e-site-info-links li {
	float: left;
}

.e-site-info-links a:link,
.e-site-info-links a:visited {
	color: #fff;
}

#site-copyright {
	float: left;
	clear: left;
}

#site-credits {
	float: right;
	text-align: right;
}

#site-credits p {
	margin-bottom: 0;
}

#site-info-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-info-links li {
	float: left;
	margin-right: 10px;
}





/* 
#foot-info {
	background: url(/images/twitter_bird.jpg) no-repeat 0 100%;
	float: right;
	width:224px;
	padding-bottom: 26px;
}

#foot-info h6 {
	font-size: 2em;
	color: #fff;
	margin-bottom:0.6em;
}

#foot-info h6 a:link,
#foot-info h6 a:visited {
	color: #01BBF6;
	background: 0;
}

#foot-info #twitter-message {
	margin-left: 80px;
	color: #e1e1e1;
	font-style: italic;
}

#foot-info #twitter-message p {
	margin-bottom: 0.2em;
}

#foot-info #twitter-message .tweet-date {
	color: #666;
	font-size: 0.9em;
} */








/* ####################################### */
/* ########## =PARAGRAPH GRIDS ########### */
/* ####################################### */

/* 2 Column Grid
------------------------------------------------*/

/*
div.para-block {

}
*/

/*
div.para-2-column-boxed {

}
*/


/*
div.left-hand-column {

}
*/

/*
div.right-hand-column {

}
*/


/* BLOCKQUOTE PARAGRAPH
------------------------------------------------*/

/*
div.para-blockquote blockquote {

}
*/

/*
div.para-blockquote blockquote div {

}
*/

/*
div.para-blockquote cite {

}
*/














/*overview {
	float: right;
	width: 324px;
	margin: 0 10px 0 20px;
}

#overview ol {
	font-size: 2em;
}


#introduction {
	padding		: 15px;
	background	: #470F55 url(/images/introduction_bg2.gif) no-repeat 100% 0;
	overflow	: hidden;
	color		: #F3DDF9;	
	margin		: 0px -10px;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#introduction h2.intro-title {
	color: #fff;
	font-size: 3em;
}



#introduction p {
	font-size: 1.2em;
}

#introduction ul.body-type-list {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	height: 190px;
	width: 522px;
	margin-left: 35px;
	margin-top: 10px;
}

#introduction ul.body-type-list li {
	border: 1px solid #F3DDF9;
	float: left;
	margin: 2px 12px 2px 2px;
	padding: 1px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

#introduction ul.body-type-list li.item-5 {
	margin: 2px 0px 2px 2px;
}


#introduction ul.body-type-list li img {
	vertical-align: bottom;
}

#introduction ul.body-type-list li a:link,
#introduction ul.body-type-list li a:visited {
	display: block;

	background: #ae027a url(/images/bt-bg-pink.gif) repeat-x;
	
	
	color: #fff;
	padding: 0.2em 0;
	font-weight: bold;
}*/







/* ####################################### */
/* ########## =PAGE ELEMENTS ############# */
/* ####################################### */

/* STYLE GUIDE SECTION
------------------------------------------------*/

#style-guide-intro {
	font-size: 1.1em;
	overflow: hidden;
}

#style-guide-intro a#view-exmample-btn:link,
#style-guide-intro a#view-exmample-btn:visited {
	display: block;
	background: url(/images/view_example_btn.jpg) no-repeat 0 0;
	height:74px;
	width:249px;
	float: right;
	margin: 0 0 0 20px;
}

#style-guide-intro a#view-exmample-btn:hover,
#style-guide-intro a#view-exmample-btn:focus {
	background-position:0 -81px;
}

#style-guide-intro a#view-exmample-btn span {
	position: absolute;
	top: 0;
	left: -9999px;
}



ol.style-guide-process {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ol.style-guide-process li {
	float: left;
	width: 140px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	padding: 7px 16px 0 60px;
	color: #A64BC0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3333333333333333333333333333333em;
	margin-bottom: 1em;
}

ol.style-guide-process li#select-guide {
	background-image: url(/images/ist_process_1.gif);
}

ol.style-guide-process li#complete-style-file {
	background-image: url(/images/ist_process_2.gif);
}

ol.style-guide-process li#download-style-file {
	background-image: url(/images/ist_process_3.gif);
}

ul#style-guide-ctas {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	margin-left: 203px;
}

ul#style-guide-ctas li {
	float: left;
	margin-right: 20px;
}

ul#style-guide-ctas li a:link,
ul#style-guide-ctas li a:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 58px;
}

ul#style-guide-ctas li a span {
	position: absolute;
	left: -9999px;
}

#style-guide-get-started {
	background-image: url(/images/style_guide_get_started_button.jpg);
	width: 168px;
}

#style-guide-view-example {
	background-image: url(/images/style_guide_view_example_button.jpg);
	width: 208px;
}








div.guide-example {
	float: right; 
	width: 250px; 
	height: 200px;
	border: 1px dashed #eee;
	padding: 15px;
}

div.guide-example div.download {
	background: transparent url(/images/blog_item_bg.jpg) repeat-x scroll 0 0
}

div.download a {
	display		: block;
	text-align: left;
	padding: 4px;
	padding-left: 50px;
	background	: url(/images/ico_pdf_small.gif) no-repeat 20px 2px;
	
}

div.guide-example div.download a:hover {
	background	: #FDFDFD url(/images/ico_pdf_large.gif) no-repeat 10px 10px;
}


div.guide-example div.style-me {
	margin-top: 10px;
	background: transparent url(/images/blog_item_bg.jpg) repeat-x scroll 0 0
}
div.guide-example div.style-me a {
	text-align: center;
	display		: block;
	height		: 45px;
	padding-top: 25px;
	border: 1px solid #E5E5E5;
}

table.style-guides {
	clear: both;
}

table.style-guides caption {
	text-indent: -9999px;
}

table#style-guide-comparison td,
table#style-guide-comparison th {
	padding: 10px;
	background: 0;
}

table.style-guides th {
	font-weight: bold;
	text-align: right;
	color: #555;
}

table.style-guides tr.highlighted th,
table.style-guides tr.highlighted td {
	color: #111;
}

table.style-guides td {
	text-align: center;
}

table.style-guides th h4 {
	font-size: 1.1em;
}

table.style-guides th.guide-header {
	text-align: left;

/*	border: 1px dashed #ccc;
	padding: 0 20px;*/
}

table.style-guides th.guide-header h4 {
	font-size: 1.5em;
}

table.style-guides th.guide-header p {
	font-weight: normal;
}

.guide-header,
.guide-name,
.example-style-guide,
.xbt-view,
.xbt-buy {
	border: 0;
}





table.style-guides th.guide-name {
	text-align: center;
}


table#style-guide-comparison td.example-style-guide {
	text-align: left;
	background: url(/r/i/icons/silk_set/image_add.png) no-repeat 0 50%;
	padding-left: 24px;
	padding-top: 18px;
}




table.style-guides td.bt-view a,
table.style-guides td.bt-buy a
{
	color: #fff;
	font-family		: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size		: 1.1em;
}

table.style-guides tr.alt {
	background: #f9f9f9;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}


table#style-guide-comparison td.star {
	text-indent: -9999px;
	background: transparent url(/r/i/icons/silk_set/tick.png) no-repeat 50% 50%;
}

table.style-guides tr.alt td.star {
	background-color: #F9F9F9;
}

table.style-guides td.number span {
	width		: 20px;
	height		: 20px;
	padding		: 3px;
	font-weight	: bold;
	font-size	: 1.2em;
}



table.style-guides tr.prices td {
	font-size: 1.3em;
}

table.style-guides a.cta-link,
table.style-guides button {
	width: 100%;
}





/* STYLE GUIDE PURCHASES
------------------------------------------------*/

ol.purchases {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.purchases li {
	margin-bottom: 2em;
	background: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 20px;
	width: 271px;
	float: left;
}

ol.purchases li.purchase-odd {
	clear: left;
	margin-right: 20px;
}

ol.purchases li a.cta-link {
	float: right;
}

ol.purchases li table {
	font-size: 0.9em;
}

ol.purchases li table th,
ol.purchases li table td {
	padding: 0.2em 10px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

ol.purchases li table th {
	text-align: right;
	color: #666;

}























/* ####################################### */
/* ########## =HOME PANELS ############# */
/* ####################################### */

/* LOGO SLIDER
------------------------------------------------*/

.scroller {
	overflow:hidden;
	width:231px;
	clear: both;
	border: 1px solid #e1e1e1;
	
}

.content {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
	overflow:hidden;
	clear: both;
}

.content .section {
	float: left;
}

.scroller img {
	vertical-align: bottom;
}






/* BLOG PANEL
------------------------------------------------*/

.e-panel-b div.e-home-blog-panel {
	padding: 0;
}

.e-panel-b div.e-home-blog-panel h3 {
	background: url(/images/home_blog_header_bg.gif) repeat-x 0 0;
	font-size:2.3em;
	margin-bottom:1em;
	position: relative;
	height: 78px;
	line-height: 78px;
	text-align: center;
}

.e-panel-b div.e-home-blog-panel h3 a:link,
.e-panel-b div.e-home-blog-panel h3 a:visited {
	color:#343434;
}

a#rss-img {
/*	background:transparent url(/r/i/icons/function_set/rss_48.png) no-repeat scroll 0 50%;*/
	background: url(/images/home_blog_header_rss.gif) no-repeat 0 50%;

	height:78px;
	position:absolute;
	right:0;
	top:0;
	width:62px;
}

a#rss-img span {
	position: absolute;
	left: -9999px;
}


.e-related-posts h3 {
	margin-bottom: 1em;
}


ul.blog-articles {
	margin: 0;
	padding: 0;
	list-style: none;
}


ul.blog-articles li.side-panel-article {
	float: left;
	overflow: hidden;
	margin-bottom: 2em;
}


ul.blog-articles li.home-page-article {
	float: left;
	width: 303px;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 3em;
}

ul.blog-articles li.home-page-article-new-line {
	clear: left;
}

ul.blog-articles li.featured {
	height: 270px;
} 

ul.blog-articles li.featured {
	font-size: 1.1em;
}

/*STANDARD*/
ul.blog-articles li.home-page-article .home-page-article-image {
	float: left;
	margin: 0 15px 1em 0;
	padding: 1px;
	border: 1px solid #dcdcdc;
}

ul.blog-articles li.home-page-article .home-page-article-image a:link,
ul.blog-articles li.home-page-article .home-page-article-image a:visited {
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

ul.blog-articles li.home-page-article .home-page-article-image img {
	display: block;
	visibility: hidden;
}

ul.blog-articles li.home-page-article .home-page-article-content {
	float: right;
	width: 182px;
}

ul.blog-articles li.home-page-article .home-page-article-content h5 {
	font-size: 1.3em;
}

ul.blog-articles li.home-page-article p {
	margin-right : 5px;
	margin-bottom: 1em;
}



/*FEATURED*/

ul.blog-articles li.featured {
	width: 646px;	
	margin-bottom: 1.5em;
}

ul.blog-articles li.featured .home-page-article-content {
	width: 385px;
	font-size: 1.1em;
}

ul.blog-articles li.featured .home-page-article-image a:link,
ul.blog-articles li.featured .home-page-article-image a:visited {
	width: 240px;
	height: 240px;
}

ul.blog-articles li.featured h5 {
	font-size: 1.5em;
}











ul.catwalk-items li {
	float: left;
	border: 1px solid #dedede;
	padding: 1px;
	margin: 0 7px 7px 0;
	
}
ul.catwalk-items div.image {
	width: 77px;
	height: 77px;
	overflow: hidden;
}






/* TESTIMONIALS
------------------------------------------------*/


blockquote.testimonial-quote p.quote-text {
	margin-bottom: 1em;
}

blockquote.testimonial-quote cite {
	color: #999;
	text-align: right;
}






div.e-home-panel-style-me div.guide-button {
	float: right;
}



/* ####################################### */
/* ############# PROTOSHOW ############### */
/* ####################################### */

.protoshow {
    position: relative;
}

.protoshow ol,
.protoshow ul {	
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}

.protoshow .show {
    position: relative;	
}

.protoshow .slide {
    position: absolute;	
    top: 0;
    left: 0;
    z-index: 999;
}

.protoshow li.active-slide {
    z-index: 1000;	
}

.protoshow .proto-controls li,
.protoshow .proto-navigation {
	position: absolute;
	z-index: 1200;
}

.protoshow .proto-controls a,
.protoshow .proto-navigation a {
	color: #e1e1e1;
}

.protoshow .proto-navigation li {
	float: left;
}

.protoshow .proto-navigation a {
	display: block;
}





















/* ####################################### */
/* ############### IFRAME ################ */
/* ####################################### */

body.bodymode-iframe div.e-bodycontent {
	text-align: center;

}




body.bodymode-iframe div.e-bodycontent .redirect-box {
	color: #F3DDF9;
	margin: 0 20px 20px 20px;
}

body.bodymode-iframe div.e-bodycontent .redirect-box .inner {
	padding: 20px;
	background: #6B157D;
}

body.bodymode-iframe div.e-bodycontent .redirect-box h2 {
	color: #fff;
}

body.bodymode-iframe div.e-bodycontent #redirect-box-top span.redirect-arrow {
	background: #fff url(/images/redirect_arrow.gif) no-repeat 50% 0;
	height: 38px;
	width: 100%;
	display: block;
}

body.bodymode-iframe div.e-bodycontent #redirect-box-bottom {
	text-align: left;
}

body.bodymode-iframe div.e-bodycontent a.cta-link {
	float: none;
	margin: 0 auto;
	width: 200px;
	margin-bottom: 20px;
}

body.bodymode-iframe div.e-bodycontent .shop-name {
	margin-bottom: 20px;
}


a#shop-redirect-btn:link,
a#shop-redirect-btn:visited {
	background:transparent url(/images/shop_redirect_btn.jpg) no-repeat scroll 0 0;
	display:block;
	height:74px;
	width:249px;
	margin: 0 auto;
}


a#shop-redirect-btn:hover,
a#shop-redirect-btn:focus {
	background-position:0 -81px;
}

a#shop-redirect-btn span {
	position: absolute;
	top: 0;
	left: -9999px;
}



/* ####################################### */
/* ############# PRESS PAGE ############## */
/* ####################################### */

ul.press-assets {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.press-assets li {
	float: left;
	width: 311px;
	background-color: #ffffff;
	margin: 0 20px 3em 0;
	overflow: hidden;
	clear: left;

}

ul.press-assets li.row-end {
	margin-right: 0;
	clear: none;
}

ul.press-assets li h4 {
	text-align: center;
}

ul.press-assets li div.press-asset-img {
	overflow: hidden;
	margin: 0 auto 10px auto;
	clear: both;
	height: 200px;
	border: 1px solid #e1e1e1;
	padding: 1px;
	text-align: center;
}


ul.press-assets li img {
	vertical-align: middle;
}

ul.press-assets li blockquote {
	color: #666;
	font-style: italic;
}






/* ####################################### */
/* ################ MISC ################# */
/* ####################################### */

.e-warning-box {
	position: fixed;
	bottom: 10px;
	right: 10px;
/*	background: rgba(101,21,125, .8) url(/r/i/icons/silk_set/exclamation.png) no-repeat 1em 50%;*/
	
	background: #FFFFCC url(/r/i/icons/silk_set/exclamation.png) no-repeat 1em 50%;
/*	border:1px solid #6B157D;*/
	border:1px solid #FFCC66;
	padding: 0.5em 1em 0.5em 37px;
/*	color:#F3DDF9;*/
	color: #CC0000;
	width: 220px;
	z-index:10000;
}

.e-warning-box p {
	margin: 0;
	font-weight: bold;
}

.e-warning-box a:link,
.e-warning-box a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.img-border {
	padding: 1px;
	border: 1px solid #e1e1e1;
}

/* BUTTON STYLES
------------------------------------------------*/


a.btgrey:link,
a.btgrey:visited {
	display: block;
	background: #eee url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #DBDBDB;
	text-decoration: none;
	font-size: 0.9em;
}

a.btgrey:hover,
a.btgrey:focus {
	background: #f9f9f9;
	border-color: #ccc;
}

a.btgrey span,
a.btpurple span {
	display: block;
	border: 1px solid #f9f9f9;
	border-top: 1px solid #fff;
	padding: 0.2em 0.8em;
}

a.btpurple:link,
a.btpurple:visited {
	display: block;
	background: #eee url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #DBDBDB;
	text-decoration: none;
	font-size: 0.9em;
	background: #6B157D;
	color: #fff;
	border-color: #6B157D;
}

a.btpurple:hover,
a.btpurple:focus {
	background: #470F55;
}

/* GET STARTED CTA BUTTON
------------------------------------------------*/

a.cta-get-started:link,
a.cta-get-started:visited {
	display: block;
	width: 249px;
	height: 74px;
	background: url(/images/get_started_button.png) no-repeat 0 0;
}

a.cta-get-started:hover,
a.cta-get-started:focus {
	background-position: 0 -81px;
} 

a.cta-get-started span {
	position: absolute;
	left: -9999px;
}

#get-started-aside-inner a.cta-get-started {
	background-image: url(/images/get_started_button_sub.png);
	width: 233px;
	
}

#get-started-aside-inner a.cta-get-started:hover,
#get-started-aside-inner a.cta-get-started:focus {
	background-position: 0 -76px;
}





body.subsection-our-personal-stylists h4 {
	clear: left;
}


/* ####################################### */
/* ############# BOX STYLES ############## */
/* ####################################### */

/* STITCH BOX
------------------------------------------------*/

.stitch-box,
.fs-container {
	background: #35193F url(/images/quick_dir_search_bg.jpg) repeat-x 0 0;    
    color: #DFC0E9;	
	padding: 2px;
}

.stitch-box-inner,
.fs-container fieldset {
	border: 1px dashed #76627C;
	padding: 20px;
	overflow: hidden;
}

.stitch-box-inner h1,
.stitch-box-inner h2,
.stitch-box-inner h3,
.stitch-box-inner h4, 
.stitch-box-inner h5,
.stitch-box-inner h6 {
	color: #fff;
}










/* REFERRAL PROMOTION
------------------------------------------------*/

#bodycontent table.friends {
	width : 49%;
	float : left;
}

.friends-actions {
	width : 49%;
	float : right
}

.friends-actions p {
	overflow : hidden;
}

#bodycontent table.friends td.status-active {
	padding-left 	: 2.5em;
	background		: url(/r/i/icons/silk_set/tick.png) no-repeat 0.5em 50%;
}
#bodycontent table.friends td.status-invited {
	padding-left 	: 2.5em;
	background		: url(/r/i/icons/silk_set/email.png) no-repeat 0.5em 50%;
}

.form-friends-add div.f1 {
	width : 560px;
}





/* ####################################### */
/* ############# MEDIA BLOCK ############# */
/* ####################################### */

.m-block:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.m-block .m-content{display:table-cell; zoom:1;}
.m-block .m-img {float:left;margin-right: 20px;}
.m-block .m-img img {display:block;}
.m-block .m-img-alt {float:right; /*margin-left: 10px;*/}


/* IMAGE HELPERS
------------------------------------------------*/

.img-border {
	padding: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
}

.img-left {
	margin: 0 30px 1em 0;
}

.img-right {
	margin: 0 0 1em 30px;
}

/* ALIGNMENT
------------------------------------------------*/

.center {
	text-align: center;
}




/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, 
.clearfix:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow: hidden; 	
}
.clearfix:after { 
	clear: both; 	
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { 
	zoom: 1; 	
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}








/* ####################################### */
/* #############   NOTICES   ############# */
/* ####################################### */


.e-notice-wrap {
 	padding			: 0.5em;
 	font-weight		: bold;
 	text-align		: center;
 }

.e-notice-wrap a:visited,
.e-notice-wrap a:active,
.e-notice-wrap a:hover,
.e-notice-wrap a:link {
	color : #000000;
}

.e-notice-wrap p {
	margin: 0;
	padding: 5px;
}


.e-notice-warn .e-notice-wrap {
 	background-color: #ffe13e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe13e), to(#ffc703)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffe13e, #ffc703); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffe13e, #ffc703); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffe13e, #ffc703); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffe13e, #ffc703); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffe13e, #ffc703);        	
	border-bottom	: 1px solid #bf8a01;
	border-top		: 1px solid #ffe970;
	text-shadow: -1px -1px 0 rgba(255,255,255,.5);
 }

 
.e-notice-error .e-notice-wrap {
	background-color: #D50000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#D50000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FF0000, #D50000); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FF0000, #D50000); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FF0000, #D50000); /* IE10 */
	background-image:      -o-linear-gradient(top, #FF0000, #D50000); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FF0000, #D50000);            	
 	border-bottom	: 1px solid #000;
 	border-top		: 1px solid #000;
 	color: #fff;
 	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}
 

.e-notice-ok .e-notice-wrap {
	background-color: #7CA600;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#99CC00), to(#7CA600)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #99CC00, #7CA600); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #99CC00, #7CA600); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #99CC00, #7CA600); /* IE10 */
	background-image:      -o-linear-gradient(top, #99CC00, #7CA600); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #99CC00, #7CA600);            	
 	border-bottom	: 1px solid #000;
 	border-top		: 1px solid #000;
 	color: #fff;
 	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
 }
 
.e-notice-info .e-notice-wrap {
	background-color: #41B4EB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#94D5F3), to(#41B4EB)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #94D5F3, #41B4EB); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #94D5F3, #41B4EB); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #94D5F3, #41B4EB); /* IE10 */
	background-image:      -o-linear-gradient(top, #94D5F3, #41B4EB); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #94D5F3, #41B4EB);            	
 	border-bottom	: 1px solid #000;
 	border-top		: 1px solid #000;
 	color: #fff;
 	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
 }

/**
 * Portfolio
 */

.portfolio-images {
	padding: 20px;
}

.portfolio-images li {
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
}

.portfolio-images li img {
	display: block;
	padding: 2px;
	border: 1px solid #CCC;
}

 





















