@charset "UTF-8";
/* CSS Document */
body {
	background-repeat: repeat-x;
	background-position: top;
	width:auto;
	background-color: #F5F0F5;
	margin-bottom: 50px;
	color: #707070;
}

.content a.no-underline:hover, .content a.no-underline:visited {
  border-bottom: none;
  text-decoration: none;
}

a { color:#764487;
}
.content a:hover, #top-info a:hover, #footer #info a:hover {
	color:#61346E;
	border-bottom:dotted 1px #61346E;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0px;
	height:0px;
}

#wrapper {
	height: 100%;
	background-image: url(/images/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}

#header {
}
h1, h2 {
	color:#624069;
	letter-spacing: -0.2px;
}
#page-content, #page-content p, #page-content li {
	font-size:1.2em;
	line-height:1.5em;
	
}
#page-content h3 {
	line-height:1.5em;
	font-size:1.3em;
}
#page-content .details, #page-content #breadcrumb {
	font-size:1em;
}
.highlight {
	color:#D62B2B;
	background-color:#FFFFCD;
}
#searchform_results {
	border-top:solid 2px #6f5774;
	padding-top:20px;
}
#searchform_results #searchButton {
	display:inline;
	float:none;
}
#searchform_results #term {
	border-color:#999999;
	margin-left:10px;
}
#page-content .nomarginbottom {
	margin-bottom:0px;
}

/* ------------header-------------------- */

#logo a {
	display: block;
	text-indent: -9000px;
	background-image: url(/images/jfc-logo.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 273px;
	background-position: top right;
	float: right;
	margin-right: 20px;
	margin-top:20px;
}
#logo a:hover {
	background-position: bottom right;
}
#banner-img {
	clear: both;
	margin-bottom: 0px;
	line-height:0px;
}
/*------------------- nav ---------------------*/
#nav {
	height: 72px;
	width: 898px;
	background-image: url(/images/nav.png);
	background-position: top;
	margin-top: 0px;
    clear: both;
	margin-bottom:5px;
}
#nav li {
	float: left;
}
#nav a {
	text-indent: -9000px;
	display: block;
	height: 72px;
}
#nav #gift {
	width: 192px;
	background-image: url(/images/nav.png);
	background-position: -208px 0px;
}
#nav #gift:hover {
	background-position: -208px -72px;
}
.gift_current  {
	text-indent: -9000px;
	display: block;
	height: 72px;
	width: 192px;
	background-image: url(/images/nav.png);
	background-position: -208px -72px;
}
a#blog {
  width: 182px; /* Will need adjusting once replaced with blog image */
}
#nav #about {
	width: 213px;
	background-image: url(/images/nav.png);
	background-position: -400px 0px;
}
#nav #about:hover {
	background-position: -400px -72px;
}
.about_current  {
	text-indent: -9000px;
	display: block;
	height: 72px;
	width: 232px;
	background-image: url(/images/nav.png);
	background-position: -199px -72px;
}
#nav #shop {
	width: 208px;
	background-image: url(/images/nav.png);
	background-position: left 0px;
}
#nav #shop:hover {
	background-position:left -72px;
}
.shop_current, #nav a#shop.active {
	text-indent: -9000px;
	display: block;
	height: 72px;
	width: 208px;
	background-image: url(/images/nav.png);
	background-position:left -72px;
}
/* ----------------------- consultant nav-----------------------------------*/
#nav #shop_consultant {
	width: 199px;
	background-image: url(/images/nav_consultant.png);
	background-position: left 0px;
}

#nav .shop_consultant_current, #nav a#shop_consultant.active {
  text-indent: -9000px;
	display: block;
	height: 72px;
	width: 199px;
	background-image: url(/images/nav_consultant.png);
	background-position: left -72px;
}


#nav #shop_consultant:hover {
	background-position:left -72px;
}
#nav #blog_consultant {
	width: 214px;
	background-image: url(/images/nav_consultant.png);
	background-position: -199px 0px;
}
#nav #blog_consultant:hover {
	background-position: -199px -72px;
}
#nav #about_consultant {
	width: 200px;
	background-image: url(/images/nav_consultant.png);
	background-position: -414px 0px;
}
#nav #about_consultant:hover {
	background-position: -414px -72px;
}

.padding25px {
	clear: both;
	height:20px;
}
.padding50px {
    clear: both;
	height:40px;
	width:284px;
	float:right;
}
#top-info {
	background-image: url(/images/top_info.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 52px;
	width: 309px;
	position: absolute;
	top: 0px;
	font-size: 13px;
	line-height: 120%;
}
.logged_in#top-info {
	height: 62px;
	width: 298px;
}
#user {
	width: 106px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	background-position: 0px 10px;
	margin-left: 10px;
}
#user_img {
	margin-left:-30px;
	float:left;
}
#basket_img {
	margin-left:-40px;
	float:left;
}
#user_logged_in {
	width: 106px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	background-position: 0px 10px;
	margin-left: 10px;
}
#basket {
	float: left;
	padding-left: 40px;
	padding-top: 10px;
}
#page-content {
    float: left;
	width: 589px;
	
}
#welcome-box #janeimg {
	width:153px;
	height:214px;
	float: left;
	margin: -12px 20px 25px 0;
	z-index:1;
	display: block;
	position:relative;
}
#welcome-box {
clear:both;
position:relative;
}
#welcome-box h1 {
	margin:0px;
	padding:0px;
}	
#flash_alt {
	background-image: url(/images/shinethrough.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:877px;
	height:152px;
}
#shinethrough {
	clear:both;
	width:877px;
	height:152px;
}
#consultant_link {
	display:block;
	text-indent:-9000em;
	width:169px;
	height:69px;
	background-image: url(/images/join_us.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:right;
	margin-top:60px;
}
/*-------------products box-------------------*/
#products-box {
	height: 200px;
	width: 284px;
	background-color: #e8e8e8;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 4px;
	background-image: url(/images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	float:right;
	margin-bottom:20px;
}
#products-box ul {
	margin-left: 8px;
}
#products-box li {
	display: inline;
}
#products-box li a {
	display: block;
	float: left;
	height: 57px;
	width: 128px;
	
	background-image: url(/images/product-buttons.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: none;
	margin-top: 10px;
	text-indent: -9000px;
}

#products-box #p1 a {
	background-position: 0px 0px;
	height:58px;
	margin-right: 10px;
}
#products-box #p1 a:hover {
	background-position: 0px -114px;
	height:58px;
}
#products-box #p2 a {
	background-position: 128px 0px;
	height:58px;

}
#products-box #p2 a:hover {
	background-position: 128px -114px;
	height:58px;
}
#products-box #p3 a {
	background-position: 0px -57px;
	margin-right: 10px;
}
#products-box #p3 a:hover {
	background-position: 0px -171px;
}
#products-box #p4 a {
	background-position: 128px -57px;
}
#products-box #p4 a:hover {
	background-position: 128px -171px;
}
#products-box #p5 a {
	background-position: 0px -113px;
	margin-right: 10px;
}
#products-box #p5 a:hover {
	background-position: 0px -283px;
}
#products-box #p6 a {
	background-position: 128px -113px;
}
#products-box #p6 a:hover {
	background-position: 128px -283px;
}
#products-box #p7 a {
	background-image:url(/images/brushes.png);
	background-repeat: no-repeat;
	width:266px;
	height:38px;
	background-position: left top;
}
#products-box #p7 a:hover {
	background-position: left bottom;
}
#searchButton {
	background-color: #61346E;
	background-image:url(/images/search_btn.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	float:left;
	height:22px;
	width:53px;
	
}
#search_box {
	padding-top: 24px;
	float: right;
	clear: none;
	padding-right: 27px;
}
#searchField {
	padding-top: 3px;
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width: 170px;
	height:18px;
	float:left;
	color:#4d4d4d;
}
#searchField:focus {
	outline: 2px solid #988299;
	border-color: #666666;
	color:#000;
}
/* ------------content-------------------- */
#page .intro, #intro {
	background-color:#FFF5F6;
	background-position:bottom left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#intro {
	background-image:url(/images/introbg.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color:#f7f7f7;
	padding-bottom:20px;
}
#page {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#breadcrumb {
  clear: left;
}
#right_column {
	width:287px;
	float:right;
	margin-top:-25px;
}
#blocks {
  float: left;
}

#blocks .sectionPagesList, #latest_blog_posts, #latest_docs {
  margin: 0;
  padding: 0;
}
#blocks .sectionPagesList li, #latest_blog_posts li, #latest_docs li, .optionsListBlock li, #blocks .resourcePagesList li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:13px;
}
#blocks .sectionPagesList li a, #latest_blog_posts li a, #latest_docs li a, .optionsListBlock li a, #blocks .resourcePagesList li a {
	color:#835094;
	height:16px;
	padding-left: 10px;
	padding-top:4px;
	display:block;
}
#blocks .sectionPagesList li a:hover, #latest_blog_posts li a:hover, #latest_docs li a:hover {
	color:#764487; 
	background-image:url(/images/section_list_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#blocks #about_us_pages_block, #latest_blog_posts_block, #latest_docs_block, #resources_pages_block, #benefits_list, #not_yet_consultant {
	width: 264px;
	margin-bottom:20px;
	background-color: #e8e8e8;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 4px;
	background-image: url(/images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size:15px;
}
.optionsListBlock {
	width: 264px;
	margin-bottom:20px;
	background-image: url(/images/admin_menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #78627C;
	border: 1px solid #73597A;
	background-position: top;
	padding: 10px;
	-moz-border-radius: 4px;
}
.optionsListBlock li a {
	color:#FFFFFF;
}
.optionsListBlock li a:hover {
	color:#ffffff; 
	background-image:url(/images/admin_list_bg.png);
	background-position:left;
	background-repeat:no-repeat;
}
#page-content .mceEditor {
	width:567px;
}
#blocks #about_us_pages_block #block_title {
	display:block;
	text-indent:-9000em;
	background-image: url(/images/about_us.png);
	background-repeat:no-repeat;
	width:119px;
	height:31px;
	margin-bottom:15px;
	margin-left:10px;
	margin-top:10px;
	
}
#latest_blog_posts_block #block_title {
	display:block;
	text-indent:-9000em;
	background-image: url(/images/blog_title.gif);
	background-repeat:no-repeat;
	width:66px;
	height:60px;
	margin-bottom:15px;
	margin-left:10px;
	margin-top:10px;
}
#latest_docs_block #block_title, #resources_pages_block #block_title {
	display:block;
	text-indent:-9000em;
	background-image: url(/images/resources.gif);
	background-repeat:no-repeat;
	width:117px;
	height:33px;
	margin-bottom:15px;
	margin-left:10px;
	margin-top:10px;
}
.block_subtitle {
	margin-top:-24px;
	font-weight:normal;
	font-size:12px;
	margin-left:10px;
	margin-bottom:15px;
}
/* ------------Shop-------------------- */
h3.departmentlink {
	margin-bottom:-1.3em;
}
ul#header_bar2 {
	background-image:url(/images/header_bar.png);
	background-repeat:no-repeat;
	float: left;
	margin-bottom:10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	width:588px;
	background-position: left bottom;
	margin-top: -5px;
	margin-right: 0;
	margin-left: 0;
}
#header_bar1 {
  background: #000;
  float: left;
  height: 60px;
  width: 100%;
}

#header_bar1 a {
    float: left;
    width: 25%;
}
#header_bar2 li {
	float: left;
	list-style-type: none;
	font-size:12px;
}
#header_bar2 li a {
	color: #fff;
	display:block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}
#header_bar2 li a:hover {
	background-color:#624069;
}
#header_bar2 .current_page {
	background-color:#624069;
	color: #FFF;
	display:block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#header_bar2 #quickshop a {
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}
#header_bar2 #quickshop a:hover {
	background-image:url(/images/arrow2.gif);
}
#header_bar2 .line_divider {
	color:#C7B9DC;
	margin-top:6px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
/* --------------------displaying products-------------------- */
.product_container {
	width:260px;
	float:left;
	margin-bottom:20px;
	
}
.product_container.left {	
	margin-right:40px;
}
.product_overview {
	float:left;
	clear:both;
}
#product_thumbnail {
	margin-right:10px;
}

#page-content .product_thumbnail {
  float: none;
}

#prod_description {
	width:560px;
}
#add_basket, #add_basket_bttn input {
	display:block;
	text-indent:-9000px;
	width:137px;
	height:38px;
	background-image:url(/images/basket_add.png);
	background-position:top;
	padding:0px;
	margin-left:-4px;
	border:none;
}
#add_basket:hover, #add_basket_bttn input:hover {
	background-position:bottom;
	border:none;
}
#total_price {
	font-size:16px;
	font-weight:bold;
}
/* --------------------basket/checkout-------------------- */

p#checkout {
	margin:0px;
	padding:0px;
	width:125px;
	height:34px;
	float:right;
}
#checkout a {
    display:block;
	text-indent:-9000px;
	background-image:url(/images/checkout_bttn.png);
	background-position:top;
	padding:0px;
	width:125px;
	height:34px;
	border:none;
	margin-top:-19px;
	
}
#checkout a:hover {
	background-position:bottom;
	border:none;
}

.linkColumn a {
	display:block;
	padding-left:25px;
	padding-right:10px;
	background-image:url(/images/bin.png);
	background-position:3px 4px;
	background-repeat:no-repeat;	
}
.linkColumn a:hover {
	border:none;
}
.update_changes {
	display:block;
	width:160px;
	margin:0px;
	padding:0px;
}
.update_changes input {
	border:none;
	padding:0px;
	float:left;
	color:transparent;
	text-indent: -1000em;
}
/* ------------footer-------------------- */
#footer {
	padding-bottom:30px;
	color:#999999;
	position: relative;
    clear: left;
	width: 898px;
} 
.footer_inside#footer  {
	background-image:url(/images/footer_line.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:20px;
	margin-top:20px;
}

#footer a:hover {
	color:#666666;
}
#footer .padding {
	padding:5px;
	color:#813275;
}
#footer #info {
	float:left;
	width:400px;
	font-size:1.2em;
	line-height: 130%;
}
#copyright {
	width: 190px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	margin-right: 20px;
}

a#siteby  {
	display:block;
	text-indent:-9000px;
	width:68px;
	height:17px;
	background-image: url(/images/am.png);
	background-position:top;
	float:right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	right: 3px;
}
a#siteby:hover {
	background-position:bottom;
}
#redirect_message, #flash_notice, #render404, #preconsultant_notice, #errorExplanation, #flash_error {
	padding-left:60px;
	background-image: url(/images/knotes.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 13px center;
	background-color:#FDFCCB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFE189;
	border-right-color: #E8C25A;
	border-bottom-color: #E8C25A;
	border-left-color: #FFE189;
	margin-top:-6px;
	color:#4D4D4D;
	font-size:12px;
} 
#page #render404 {
	background-image: url(/images/trafficlight.png);
	padding-left:72px;
	
}
#page #errorExplanation {
	background-image: url(/images/trafficlight.png);
	padding-left:72px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 13px 20px;
	color:red;
}
.buttonPanel input {
	background-color: #61346E;
	background-image:url(/images/header_bar.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height:22px;
	
}
#login_button input {
	background-color: #61346E;
	background-image:url(/images/search_btn.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	height:22px;
	width:53px;
	margin-left:111px;
	
}
#login_wrapper {
	
}
#login_form {
	height: 210px;
	width: 306px;
	float:left;
}
.password input, .login_email input {
	height:18px;
	width:170px;
	border-color:#AAAAAA;
	font-size:12px;
}
#login_wrapper #login_intro {
	width:227px;
	float:right;
	margin-right:14px;
	margin-top:-5px;
	background-image:url(/images/login_info.png);
	background-repeat:no-repeat;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color:#676767;
	font-size:1.1em;
}
p.password {
	margin-left: 29px;
	margin-bottom:10px;
}

.password label {
	font-weight:bold;
	margin-right:6px;
}
.login_email label{font-weight:bold;
	margin-right:6px;
}
#forgotpass {
	margin-left:111px;
}
.login_bottom_info {
	margin-top:34px;
	margin-left:90px;
	color:#676767;
}
.login_bottom_info p {
	margin:2px;
	padding:4px;
}

#help_text-inplaceeditor {
	margin-bottom:0px;
}
#help_text-inplaceeditor .editor_field {
	width:553px;
	margin-bottom:5px;
}
.editor_ok_button {
	margin-right:10px;
}

.optionsListBlock {
  margin-top: 10px;
}

.optionsListBlock li {
  list-style-type: none;
}

/* --------------------------------------  print order form  --------------------------------------------- */
table.order {
  clear: left;
}
.order_page {

}
#company_info, #jfc_order_logo, #invoice_reference, #order_title_invoice {
	display:none;
}	
#jfc_order_logo { 
	width:339px;
	height:139px;
}




#catalogue ul {
  margin-bottom: 0;
}
.color_option {
	font-size:10px;
}
.color_blob {
	width:35px;
	height:35px;
}
.price {
	padding:10px;
	padding-left:0px;
	color:#333333;
}
.department_description {
	border-bottom:#CCCCCC 1px dotted;
	margin-bottom:10px;
}
/* --------------------------------------  find my colours  --------------------------------------------- */
.tones {
	width:587px;
	clear:none;
	border:1px solid #CCCCCC;
	border-top:none;
}
.tones .product_container.left {
	margin-left:20px;
	margin-right:30px;
}
.tones .product_container {
	display:inline;

}
.big_line {
	border-bottom:1px dotted #CCCCCC;
}
#tones_intro {
	padding:20px 20px 0px 20px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
ul#topic_tab {
	margin:0px;
	padding:0px;
	float:none;
}
#topic_tab li {
	text-indent:0px;
	display:block;
	width:147px;
	height:72px;
	float:left;
	margin:0px;
	padding:0px;
	
}
#topic_tab li:before {
    content: "";
}
#topic_tab li a {
	display:block;
	width:127px;
	height:48px;
	float:left;
	margin:0px;
	padding:24px 0 0 20px;
	background-image:url(/images/topic_tabs.png);
	background-repeat: no-repeat;
	background-position:top left;
	text-decoration:none;
	color:#B3B3B3;
	
	
}
#topic_tab li a:hover {
	border-bottom:none;
	/*color:#764487;*/
	color: #8D8D8D;
	background-position:-144px -72px;
}
#topic_tab li.active {
	display:block;
	width:127px;
	height:48px;
	float:left;
	margin:0px;
	padding:24px 0 0 20px;
	background-image:url(/images/topic_tabs.png);
	background-repeat: no-repeat;
	background-position:0px -144px;
	text-decoration:none;
	color:#000;
	
}
#topic_tab #topic_1 a {
	background-position:top left;
}
#topic_tab li#topic_2 a {
	background-position:-147px 0;
}
#topic_tab li#topic_3 a {
	background-position:-294px 0;
}
#topic_tab li#topic_4 a {
	background-position:-441px 0;
	width:128px;
}
#topic_tab #topic_1 a:hover {
	background-position:0px -72px;
}
#topic_tab li#topic_2 a:hover {
	background-position:-147px -72px;
}
#topic_tab li#topic_3 a:hover {
	background-position:-294px -72px;
}
#topic_tab li#topic_4 a:hover {
	background-position:-441px -72px;
	width:128px;
}
#topic_1.active {
	background-position:top left;
}
li#topic_2.active {
	background-position:-146px -144px;
}
li#topic_3.active {
	background-position:-293px -144px;
}
li#topic_4.active {
	background-position:-441px -144px;
	width:128px;
}
td.color_option, #product_options table td {
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding-left:0px;
	padding-right:15px;
}
.color_option input, .color_option p {
	clear:left;
	float:left;
}
.color_option img {
	margin-bottom:5px;
}
.color_option p {
	margin-top:5px;
	margin-bottom:0px;
}
#product_options table {
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.tones table {
	width:260px;
}

/* --------------------------------------  individual consultant profile page  --------------------------------------------- */
body.profile {
	background-color: #f6f0f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}
.profile #box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 30px;
}
.profile #box h3 {
	line-height: 140%;
	color: #764487;
}
.profile #box h1 {
	display:block;
	text-indent:-9000px;
	background-image:url(images/logo.png);
	background-position:top left;
	padding:0px;
	width: 283px;
	height: 89px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 209px;
}
.profile .photo, .profile .logo {
	margin-right:20px;
	margin-bottom:20px;
}
.profile .photo, .profile .photo {
	padding:5px;
	border:#CCCCCC 1px solid;
}
.profile .website_link {
	margin-top:20px;
}
.name_services {
	font-size:14px;
	line-height:145%;
	margin-bottom:14px;
	
}
.details.under_profile {
	margin-top:20px;
}
a#shop_now {
	display:block;
    text-indent:-9000px;
    background-image:url(/images/shop_now.png);
    background-position:top left;
    padding:0px; 
    width: 141px;
    height: 34px;
	float:right;
	clear:both;
}
a#shop_now:hover {
	background-position:bottom left;
}
.shop_now_box {
	margin-top:20px;
	clear:both;
}
/* --------------------------------------  shop homepage --------------------------------------------- */
.shop_homepage img {
	margin-right:10px;
	margin-bottom:10px;	
}
.dep_left, .dep_right {
	float:left;
	width:260px;
}
.dep_left {
	margin-right:40px;
}
/* --------------------------------------  gift ideas page --------------------------------------------- */
#gift_ideas {}
#gift_ideas h4 {
	margin-top:0px;
	color:#333333;
}
#gift_ideas p {
	margin-bottom:1em;
}
table#gift_ideas, #gift_ideas td {
	padding:0px;
	border:1px solid #FFFFFF;
}
#gift_ideas img {
	width:300px;
	margin-right:20px;
}
#page #gift_ideas td {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	padding-top:10px;
}

.post h2 {
  line-height: 1.5em;
}

#page-content ul li.pageItem, #page-content ul li.productItem, #page-content ul li.departmentItem {
  font-size: 1em;
}

/* --------------------------------------  consultant carousel --------------------------------------------- */

.consultant_images ul li {
	float:left;
}
div.consultant_images {
	background:url(/images/carousel_wrap.jpg) no-repeat top left;
	height:333px;
	position:relative;
}
.carousel-control {
	position:absolute;
	display:block;
	background:url(/images/carousel_left.jpg) no-repeat top left;
	width:44px;
	height:164px;
	top:80px;
	text-indent:-9000px;
}
.previous {
	left:6px;
}
.previous.disabled {
	background:url(/images/carousel_left_disabled.jpg) no-repeat top left;
}
.next{
	right:6px;
	background:url(/images/carousel_right.jpg) no-repeat top left;
}
.next.disabled {
	background:url(/images/carousel_right_disabled.jpg) no-repeat top left;
}
.carousel-wrap {
	width:479px;
	margin:8px 0 0 56px;
	float:left;
}
#page-content .carousel-wrap ul {
	margin:0px;	
}
#page-content .carousel-wrap li {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#consultant_buy a {
	display:block;
    text-indent:-9000px;
    background-image:url(/images/consultant_buy.png);
    background-position:top left;
    background-repeat:no-repeat;
    padding:0px; 
    width: 254px;
    height: 60px;
	margin:0 0 0 -3px;
}
#benefits_list {
	padding:20px 20px 10px 20px;
	width:244px;
}
#benefits_list ul li {
	display:block;
	margin:0 7px 15px;
	padding-left:32px;
	background:url(/images/tick.png) no-repeat top left;
	
}
#not_yet_consultant {
	line-height:21px;
	padding:20px;
	width:244px;
}
#not_yet_consultant h3 {
	color: #333333;
}

.content form div.fieldWithErrors {
  margin-bottom: 10px;
}

.consultant_testimonial {
  font-style: italic;
  margin-top: 20px;
}

.consultant_details div.fieldWithErrors {
  display: block;
  float: left;
}
