body {
	font-family: Arial, Helvetica, Verdana sans-serif;
	color: #ff002c;
}

#overlay {
	font-size: 14px;
	left: 0;
	top: 0;
	position: fixed;
	background: url(images/overlay.png);
	z-index: 100;
	width: 100%;
	height: 100%;
}
#overlay_message {
	margin: auto;
	width: 400px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -200px;
	padding: 20px;
	border: 1px solid #eee;
}
#overlay_message span{
	/* margin-bottom: 10px; */
}
#overlay_message #overlay_text {
	text-align: center;
	padding-bottom: 30px;
}
#overlay_message #overlay_buttons {
	text-align: center;
}
#overlay_message a{
	padding: 5px 8px 5px 8px;
	background: #ebebeb;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	margin-right: 10px;
}

/* toegevoegd aan winkelwagen */
#added_to_cart {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 30px;
	width: 380px;
	height: 60px;
	margin-left: -190px;
	margin-top: -55px;
	text-align: center;
	z-index: 1000;
	background: #ff002c;
	color: #fff; 	
}
#add_to_cart_inner {

}
#add_to_cart h2{
	float: left;
	font-size: 18px;
	font-weight: normal;
}
#add_to_cart_inner a{
	display: block;
	color: #000;
	padding: 5px 9px 5px 9px;
	background: #fff;
	font-size: 14px;
	margin-top: 20px;
	float: left;	
}
#add_to_cart_inner #shop_further {
	margin-left: 50px;
}
#add_to_cart_inner #go_to_cart {
	margin-left: 30px;
}
/* Kassakoopje toegevoegd */
#kassakoopje_to_cart {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 30px;
	width: 380px;
	height: 60px;
	margin-left: -190px;
	margin-top: -55px;
	text-align: center;
	z-index: 1000;
	background: #ff002c;
	color: #fff; 
}
#kassakoopje_to_cart h2{
/*	float: left;*/
	font-size: 18px;
	font-weight: normal;
}
#kassakoopje_to_cart #to_cart {
	margin-left: 140px;
/* 	width: 150px; */
}
#kassakoopje_to_cart a{
	display: block;
	color: #000;
	padding: 5px 9px 5px 9px;
	background: #fff;
	font-size: 14px;
	margin-top: 20px;
	float: left;	
}

a:link, a:hover, a:visited, a:active {
	color: #ff002c;
	text-decoration: none;
}
#container {
	margin: auto;
	width: 953px;
	min-height: 100%;
	position: relative;
}
#header {
	position: relative;
	height: 127px;
}
#header #logo {
	position: absolute;
	left: 6px;
	top: 47px;
	display: block;
	width: 81px;
	height: 79px;
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat;
}
#header #logged_in {
	text-align: right;
	display: none;
	position: absolute;
	right: 250px;
	top: 37px;
	font-size: 10px;
	text-transform: uppercase;
}
#header #logged_in.active {
	display: block;
}
#logged_in #logged_in_as {
	margin-bottom: 10px;
}
#logged_in #logout {
	color: #8e8e8e;
}

#header #header_right {
	position: absolute;
	bottom: 0;
	right: 0;
	/* width: 232px; */
	width: 222px;
	height: 90px;
}

#header #cart_left {
	float: left;
	/* width: 112px; */
	width: 107px;
	height: 36px;
	border-bottom: 1px solid #d8d8d8;
}
#cart_left #cart_items {
	text-transform: uppercase;
	float: left;
	color: #8e8e8e;
	font-size: 10px;
}
#cart_left #cart_total {
	text-transform: uppercase;	
	clear: both;
	margin-top: 10px;
	float: left;
	color: #8e8e8e;
	font-size: 10px;
	width: 112px;
}

#header #social_media_buttons {
	position: absolute;
	left: 0;
	top: 10px;
}
#header #social_media_buttons iframe {
	float: left;
}
#header #social_media_buttons .twitter-follow-button {
	width: 140px !important;
}
#header #social_media_buttons #mf_youtube {
	display: block;
	float: left;
	width: 52px;
	height: 20px;
	text-indent: -9999em;
	background: url(images/youtube.png) no-repeat;
}

#header #cart_right {
	margin-left: 8px;
 	float: left;
	/* width: 112px; */
	width: 107px;
	height: 36px;
	border-bottom: 1px solid #d8d8d8;
}
#cart_right #discharge_cart {
	text-transform: uppercase;
	display: block;
	width: 102px;
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 19px;
	float: left;
	background: url(images/cart.png) no-repeat;
	background-position: right top;
}
#cart_bottom #search_input {
	background: #f2f2f2;
	border: 0;
/*	width: 179px;*/
	width: 150px;	
	height: 16px;
	padding: 2px;
	margin: 34px 0 0 0px;
	float: left;
}
#cart_bottom #search_submit {
	text-transform: uppercase;
	padding: 0;
	display: block;
	float: left;
	height: 20px;
	width: 65px;
	margin: 34px 0 0 3px;
	border: 0;
	font-weight: bold;
	color: #ff002c;
	background: #fff;
	cursor: pointer;
}

#header ul {
	position: absolute;
	top: 105px;
	left: 158px;
 /*	width: 348px;
	height: 25px;*/
}
#header li {
	float: left;
	/*height: 25px;*/
	margin: 0 24px 0 0;
}

#header li a {
	display: block;
	/*text-indent: -9999em;
	height: 25px;*/
	padding: 3px 5px 3px 5px;
	color: #ff002c;
	font-size: 18px;
}
#header li.current a {
	background: #ff002c;
	color: #fff;
}
/*
#header ul.nl li a {
	background: url(images/menu_sprite.png) no-repeat;
}
#header ul.en li a {
	background: url(images/menu_sprite_en.png) no-repeat;
}

#header #menu_nl_home a {
	width: 87px;
	background-position: -410px -25px;
}
#header #menu_nl_home.current a {
	background-position: -410px 0;
}
#header #menu_nl_shop a {
	width: 68px;
	background-position: 0 -25px;
}
#header #menu_nl_shop.current a {
	background-position: 0 0;
}
#header #menu_nl_salon a {
	width: 84px;
	background-position: -68px -25px;
}
#header #menu_nl_salon.current a {
	background-position: -68px 0;
}
#header #menu_nl_tv a {
	width: 62px;
	background-position: -152px -25px;
}
#header #menu_nl_tv.current a {
	background-position: -152px 0;
}
#header #menu_nl_over a {
	width: 80px;
	background-position: -214px -25px;
}
#header #menu_nl_over.current a {
	background-position: -214px 0;
}
#header #menu_nl_service a {
	width: 96px;
	background-position: -294px -25px;
}
#header #menu_nl_service.current a {
	background-position: -294px 0;
}

#header #menu_en_home a {
	width: 87px;
	background-position: -410px -25px;
}
#header #menu_en_home.current a {
	background-position: -410px 0;
}
#header #menu_en_shop a {
	width: 68px;
	background-position: 0 -25px;
}
#header #menu_en_shop.current a {
	background-position: 0 0;
}
#header #menu_en_salon a {
	width: 84px;
	background-position: -68px -25px;
}
#header #menu_en_salon.current a {
	background-position: -68px 0;
}
#header #menu_en_tv a {
	width: 62px;
	background-position: -152px -25px;
}
#header #menu_en_tv.current a {
	background-position: -152px 0;
}
#header #menu_en_about a {
	width: 80px;
	background-position: -214px -25px;
}
#header #menu_en_about.current a {
	background-position: -214px 0;
}
#header #menu_en_service a {
	width: 96px;
	background-position: -294px -25px;
}
#header #menu_en_service.current a {
	background-position: -294px 0;
}
*/

#crumbs_container {
	height: 25px;
	padding-top: 27px;
}
#crumbs_container #crumbs{
	font-size: 11px;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-left: 6px;
}
#crumbs_container #crumbs a{
	color: #3a3a3a;
}
#switch_lang {
	width: 222px;
	float: right;
}
#switch_lang a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#switch_lang a.current {
	opacity: 1;
	filter: alpha(opacity=100);
}
#switch_lang #lang_nl {
	float: left;
	display: block;
	width: 17px;
	height: 11px;
	background: url(images/nl.jpg) no-repeat;
	text-indent: -9999em;	
}
#switch_lang #lang_en {
	margin-left: 5px;
	float: left;
	display: block;
	width: 17px;
	height: 11px;
	background: url(images/en.jpg) no-repeat;
	text-indent: -9999em;
}

#content_container {

}

/* Content */
.clear {
	clear: both;
}
#content_left {
	width: 716px;
	border-right: 2px solid #f5f5f5;
	float: left;
}
#content_right {
	width: 222px;
	float: right;
	padding-left: 13px;
}
#content_right #fast_pay {
	display: block;
	width: 200px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 30px;
	background: url(images/fast_pay.png) no-repeat;
	margin-bottom: 23px;
}
#content_right #right_menu #link_to_shop{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	background: url(images/point_red.png) no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	height: 18px;
}
#content_right #submenu_1{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
#content_right #submenu_1 li{
	line-height: 14px;
}
#content_right #submenu_1 li:hover{
	padding-left: 12px;
	background: url(images/arrow_right.png) no-repeat;
	background-position: 2px 4px;
}

#content_right #submenu_2{
	color: #434343;
	font-size: 11px;
	/* text-transform: uppercase; */
	margin-bottom: 18px;
}
#content_right #submenu_2 a{
	color: #434343;
}
#content_right #submenu_2 ul.sub{
	padding: 5px 0 5px 12px;
	margin: 5px 0 5px 0;
	background: #f2f2f2;
	width: 142px;
}
#content_right #submenu_2 li{
	line-height: 14px;
}
#content_right #submenu_2 li a:hover, #content_right #submenu_2 li a.active{
	padding-left: 12px;
	background: url(images/arrow_right.png) no-repeat;
	background-position: 2px 4px;
}
#content_right #submenu_2 li.space:hover{
	padding-left: 0;
	background: none;
}

#poll {
	font-size: 12px;
}
#poll h3 {
	display: block;
	font-size: 18px;
	font-weight: normal;
/* 	width: 84px;
	height: 43px; */
/* 	background: url(images/poll.png) no-repeat;
	text-indent: -9999em; */
	margin-bottom: 6px;
}
#poll h4 {
/* 	text-transform: uppercase; */
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
#poll label {
	margin-left: 3px;
	color: #525252;
	font-size: 12px;
}
#poll .answer span {
	clear: both;
	float: left;
	color: #525252;
	font-size: 12px;
}
#poll .answer .meter {
	padding-top: 3px;
	padding-bottom: 7px;
	clear: both;
	float: left;
}
#poll .answer .meter img {
	height: 10px;
	background: #ff002c;
	border: 0;
}
#poll .total_votes {
	margin-top: 8px;
	clear: both;
	float: left;
	font-size: 14px;	
	/* text-transform: uppercase; */
}
#poll #poll_submit {
	margin-top: 10px;
	display: block;
	border: 0;
	width: 70px;
	height: 18px;
	background: url(images/vote.png) no-repeat;
	text-transform: uppercase;
	color: #ff002c;
	font-weight: normal;
	cursor: pointer;
	padding-left: 22px;
}

/* newsletter */
#sign_up_mf_newsletter {
	margin-top: 30px;
}
#sign_up_mf_newsletter h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
}
#sign_up_mf_newsletter #sign_up_newsletter_inner{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 11px;
}
#sign_up_newsletter_inner span{
	display: block;
	color: #515151;
	font-size: 12px;
	margin: 8px 0 9px 0;
}
#sign_up_newsletter_inner #newsletter_email {
	border: 0;
	background: #f3f3f3;
	height: 14px;
	width: 216px;
	padding: 3px;
	margin-bottom: 8px;
}
#sign_up_newsletter_inner #newsletter_submit {
	border: 0;
	color: #ff002c;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 13px;
	cursor: pointer;
	background: url(images/vote.png) no-repeat;	
	padding-left: 24px;		
	display: block;
	height: 18px;	
}

#catalog {
	margin-top: 55px;
	height: 79px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
#catalog h4{
	margin-top: 18px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#catalog span{
	margin-top: 6px;
	line-height: 14px;
	color: #989898;
	font-size: 11px;
	text-transform: uppercase;
}
#catalog img{
	float: right;
}
#catalog #catalog_left {
	float: left;
	width: 147px;
}

#easy_pay {
	height: 20px;
	margin-top: 16px;
	border-bottom: 1px solid #e4e4e4;
}
#easy_pay span {
	color: #b4b4b4;
	font-size: 11px;
	text-transform: uppercase;
}
#pay_methods {
	height: 45px;
	margin-top: 16px;
	border-bottom: 1px solid #e4e4e4;
}
#pay_methods #ideal_logo {
	float: left;
	text-indent: -9999em;
	display: block;
	width: 25px;
	height: 22px;
	background: url(images/pay_methods_sprite.png) no-repeat;
} 
#pay_methods #visa_logo {
	margin-left:5px;
	float: left;
	text-indent: -9999em;	
	display: block;
	width: 49px;
	height: 22px;
	background: url(images/pay_methods_sprite.png) no-repeat;
	background-position: -36px 0;
}
#pay_methods #mastercard_logo {
	margin-left: 5px;
	float: left;
	text-indent: -9999em;	
	display: block;
	width: 37px;
	height: 22px;
	background: url(images/pay_methods_sprite.png) no-repeat;
	background-position: -152px 0;
}
#pay_methods #amex_logo {
	margin-left: 5px;
	float: left;
	text-indent: -9999em;	
	display: block;
	width: 35px;
	height: 34px;
	background: url(images/pay_methods_sprite.png) no-repeat;
	background-position: -198px 0;
}
#pay_methods #tnt_logo {
	margin-left: 5px;
	float: left;
	text-indent: -9999em;	
	display: block;
	width: 26px;
	height: 27px;
	background: url(images/pay_methods_sprite.png) no-repeat;
	background-position: -90px 0;
}
#brand_logos {
	padding-top: 10px;
	height: 200px;
}
#brand_logos #logo_love_from_holland {
	float: left;
	display: block;
	width: 103px;
	height: 73px;
	background: url(images/logo_love_from_holland.png) no-repeat;
	text-indent: -9999em;
	margin: 0 10px 0 0;
}
#brand_logos img {
	float: left;
}

/* Left column */
#salon_middle_left #salon_menu {
	background: #313131;
	/* text-transform: uppercase; */
	font-size: 16px;
	padding: 10px 0 10px 14px;
	width: 216px;
/* 	min-height: 267px;  */
}
#salon_middle_left #salon_menu ul li {
/* 	height: 24px; */
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 6px;
	background: url(images/bg_salon_menu.png) no-repeat;
}
#salon_middle_left #salon_menu ul li a{
	color: #fff;
	font-size: 14px;
}
#salon_middle_left #salon_menu ul li:hover {
	background: url(images/bg_salon_menu_hover.png) no-repeat;
}
#salon_middle_left #salon_menu ul li.current {
	background: url(images/bg_salon_menu_hover.png) no-repeat;
}

#salon_middle_left_container {
	padding: 35px 14px 0 14px;
}
#about_salon {
	border-top: 1px solid #ff3356;
	border-bottom: 1px solid #ff3356;
	padding: 15px 0 15px 0;
}
#about_salon h3 {
	display: block;
/* 	width: 149px;
	height: 30px; */
	font-size: 18px;
/*	background: url(images/about_salon.png) no-repeat;
	text-indent: -9999em;
*/
	text-transform: uppercase;
	margin-bottom: 5px;
}
#about_salon  #about_salon_text{
	font-size: 12px;
	line-height: 18px;
}

#girl_gadgets {
	border-top: 1px solid #ff3356;
	border-bottom: 1px solid #ff3356;
	padding: 15px 0 15px 0;
}
#girl_gadgets h3 {
	display: block;
/* 	width: 136px;
	height: 30px; */
	font-size: 18px;
	text-transform: uppercase;
/*	background: url(images/girl_gadgets.png) no-repeat;
	text-indent: -9999em;
*/
	margin-bottom: 15px;
}
#girl_gadgets #girl_gadgets_text {
	font-size: 11px;
	line-height: 14px;
	color: #565656;
}
#girl_gadgets #girl_gadgets_img {
	height: 150px;
	margin-bottom: 15px;
	text-align: center;
}
#girl_gadgets .read_more_link {
	margin: 5px 0 4px 0;
}

/* Footer */
#footer {
	text-transform: uppercase;
	clear: both;
	margin-top: 49px;
	padding-bottom: 85px;
}
#footer #footer_top{
	/* float: left; */
	font-size: 9px;
	height: 9px;
}
#footer_top ul {
	line-height: 18px;
}
#footer_top li {
	float: left;
}
#footer_top a {
	margin-right: 12px;
}
#footer #footer_left{
	margin-top: 7px;
	float: left;
	clear: both;	
	font-size: 9px;
	color: #616161;	
	width: 350px;
}
#footer #footer_left a{
	color: #616161;	
}
#footer #footer_right{
	margin-top: 7px;
	float: right;
	font-size: 9px;
	color: #616161;
}
#footer #footer_right a{
	color: #616161;	
}

#cat_intro_text {
	margin: 15px 0 0 0;
	line-height: 18px;
	font-size: 13px;
	color: #3c3c3c;
}
