.clear {
	clear: both;
}

#product_detail {
	font-family: Arial, Helvetica, Verdana sans-serif;
	color: #ff002c;	
	width: 924px;
	height: 548px;
}
#product_fancy_box {
 	width: 924px;
	height: 510px;
	position: relative;
}

/* toegevoegd aan winkelwagen */
#added_to_cart_product_detail {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 30px;
	width: 380px;
	height: 60px;
	margin-left: -190px;
	margin-top: -55px;
/* 	text-transform: uppercase; */
	text-align: center;
	z-index: 2;
	background: #ff002c;
	color: #fff; 
}
#added_to_cart_product_detail.large {
	height: 80px;	
}
#add_to_cart_inner_product_detail {

}
#add_to_cart_inner_product_detail h2{
/* 	float: left; */
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#add_to_cart_inner_product_detail #error_product_qty_backorder{
	display: none;
	font-size: 14px;
	color: #000;
}
#add_to_cart_inner_product_detail a{
	display: block;
	color: #000;
	padding: 5px 9px 5px 9px;
	background: #fff;
	font-size: 14px;
	margin-top: 20px;
	width: 110px;
	margin-left: 120px;
/* 	float: left; */
}

#order {
 	width: 924px;
	height: 510px;
	overflow: hidden;
	position: relative;	
}
#product_detail_content {
	width: 924px;
	height: 510px;
	float: left;
}
#product_detail #product_detail_top {
	height: 38px;
	background: url(images/bg_content_top.png) repeat-x;
	background-position: bottom;
}
#product_detail_top ul {
	float: left;
	height: 38px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}
#product_detail_top ul li {
	float: left;
	background: #ececec;
	padding: 13px 19px 11px 19px;
	margin-right: 1px;
}
#product_detail_top ul li.active {
	padding: 12px 19px 12px 19px;
	background: #fff;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #fff;	
}
#product_detail_top ul li.active a {
	color: #ff002c;
}
#product_detail_top ul li a{
	color: #565656;
	text-decoration: none;
}

#product_detail_top #fancybox_close_link {
	float: right;
	text-decoration: none;
	font-size: 11px;
	margin-top: 13px;
	margin-right: 3px;
	color: #b1b1b1;
}

#procut_detail_content_top {
	height: 110px;
	position: relative;
}
#procut_detail_content_top h2 {
	position: absolute;
	top: 18px;
	left: 10px;
	/* text-transform: uppercase; */
	font-weight: normal;
	font-size: 30px;
	color: #313131;
}
#procut_detail_content_top #productprice {
	position: absolute;
	top: 16px;
	right: 5px;
	font-weight: bold;
	font-size: 30px;
	color: #313131;	
}
#procut_detail_content_top #valuta {
	font-size: 38px;
	font-weight: normal;	
}
#procut_detail_content_top #product_review_scrore {
	color: #a4a4a4;
	font-size: 11px;
	position: absolute;
	top: 71px;
	left: 10px;
}
#product_review_scrore img {
	margin-right: 4px;
}

/* product tekst */
#procut_detail_content_left {
	float: left;
	/* width: 200px; */
	width: 330px;
	height: 394px;
	margin-left: 10px;
	border-right: 1px solid #e4e4e4;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}
#procut_detail_content_left  #procut_detail_content_left_text{
 	padding-right: 10px;
	overflow: auto;
	width: 320px;
	height: 364px;
	margin-bottom: 10px;
}
#procut_detail_content_left  #product_navigation{
	width: 320px;
	height: 20px;
}
#product_navigation #previous_product {
	float: left;
	display: none;
}
#product_navigation #next_product {
	float: right;
	margin-right: 10px;
	display: none;	
}

/* product afbeeldingen */
#procut_detail_content_middle {
	float: left;
	width: 238px;
	height: 394px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #e4e4e4;
}
#procut_detail_content_middle img {
	float: left;
}
#procut_detail_content_middle .hr {
	background: #d1d1d1;
	height: 1px;
	font-size: 0;
	width: 100%;
	float: left;
}
#procut_detail_content_middle #zoom {
	float: right;
	background: url(images/zoom.png) no-repeat;
	width: 54px;
	height: 16px;
	text-indent: -9999em;
	margin-bottom: 4px;
	margin-top: 10px;
}

#product_small_thumbs {
	clear: both;
	margin-top: 16px;
	height: 32px;
	overflow: hidden;
}
#product_small_thumbs img {
	border: 1px solid #e0e0e0;
	float: left;
	margin-right: 5px;
}
#product_small_thumbs img.right {
	margin-right: 0px;
}
#product_small_thumbs img.active {
	border: 1px solid #ff1f44;
}

/* product bestellen */
#procut_detail_content_right {
	/* width: 441px; */
	width: 311px;
	margin-left: 10px;
	float: left;
	height: 394px;
}
#procut_detail_content_right #buy_product {
	position: relative;
	width: 311px;
	height: 33px;
	background: url(images/bestellen.png) no-repeat;
	color: #ff002c;
	font-weight: bold;
	padding: 9px 0 0 17px;
}
#buy_product span{
	font-size: 11px;
	position: absolute;
	right: 9px;
	top: 12px;
	text-transform: uppercase;
}
#procut_detail_content_right h5 {
/* 	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 12px 0 12px 0;
	font-weight: normal; */
	
	width: 311px;
	height: 33px;
	background: url(images/bestellen.png) no-repeat;
	color: #ff002c;
	font-weight: bold;
	padding: 9px 0 0 17px;	
}

#procut_detail_content_right #select_product_attributes {
	position: relative;
	height: 177px;
	width: 313px;	
}
#select_product_attributes #product_added_text {
	display: block;
	margin: 15px 0 0 15px;
	font-size: 12px;
}
#select_product_attributes #buy {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: block;
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0 0 16px;
 	height: 25px;
	width: 139px;
	background: url(images/bestel.png) no-repeat;
	text-align: left;
}
#product_attributes {

}
#product_attributes .product_attribute{
	position: relative;
	margin-left: 15px;
	float: left;
	height: 20px;
	clear: both;	
}
#product_attributes .product_attribute h4{
	display: block;
	width: 120px;
/* 	text-transform: uppercase; */
	font-size: 12px;
 	font-weight: bold;
	float: left;
}
#product_attributes .product_attribute input[type=radio]{

}
#product_attributes .product_attribute label, #product_attributes .product_attribute span{
	float: left;
	color: #000;
	font-size: 12px;
}
#product_attributes .product_attribute_description {
	top: -50px;
	left: 0;
	position: absolute;
	border: 1px solid #ececec;
	color: #ff002c;
	background: #fff;
	width: 200px;
	height: 50px;
	font-size: 12px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ececec;	
	max-width: 300px;
	color: #ff002c;
	font-size: 12px;
	background: #fff;
	padding: 5px;
	font-weight: normal;
	opacity: 1;
}
#compliant_products {
	overflow: auto;
	padding-top: 8px;
	height: 140px;
}
#compliant_products .compliant_product {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
	width: 98px;
	height: 110px;
	border-right: 1px solid #e9e9ea;
	text-align: center;
}
#compliant_products .compliant_product.last {
	margin-right: 0;
	border: 0;
}
#compliant_products .compliant_product a {
	text-decoration: none;
	float: left;
}
#compliant_products .compliant_product a span {
	width: 93px;
	height: 14px;
	overflow: hidden;
	margin-top: 2px;
}
#compliant_products .compliant_product a.view {
	display: block;
	text-decoration: underline;
	text-transform: lowercase;
	background: url(images/point_red.png) no-repeat;
	float: left;
	clear: both;
	padding-left: 25px;
	padding-top: 3px;
	height: 20px;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
}
#compliant_products .compliant_product img {
	float: left;
	margin-left: 9px;
}
#compliant_products .compliant_product .compliant_product_name {
	clear: both;
	float: left;
	/* text-transform: uppercase; */
	color: #000;
	font-size: 12px;
	margin-top: 6px;
}
#compliant_products .compliant_product .compliant_product_price {
	clear: both;
	float: left;
	color: #424242;
	font-size: 12px;
	width: 75px;
	margin-top: 4px;
}

/* Vergroting afbeeldingen */
.images_container {
 	width: 924px;
	height: 510px;
	float: left;
}

.images_container .images_container_top {
	height: 70px;
	position: relative;
}
.images_container_top h2 {
	position: absolute;
	top: 18px;
	left: 10px;
	/* text-transform: uppercase; */
	font-weight: normal;
	font-size: 30px;
	color: #313131;	
}
.images_container_top .images_container_productprice{
	position: absolute;
	top: 16px;
	right: 5px;
	font-weight: bold;
	font-size: 30px;
	color: #313131;
}
.images_container_top .valuta{
	font-size: 38px;
	font-weight: normal;
}

.images_container .back_to_product {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 9px 5px 9px;
	background: #ff002c;
	text-align: center;
	display: block;
	float: right;
}
.images_container .image {
	padding: 10px;
	height: 360px;
	text-align: center;
}
.images_container .images_thumbs {
	padding: 10px;
	height: 32px;
}
.images_container .images_thumbs img {
	border: 1px solid #e0e0e0;
	float: left;
	margin-right: 5px;
}
.images_container .images_thumbs .active {
	border: 1px solid #ff1f44;
	float: left;
	margin-right: 5px;
}

/* reviews */
#reviews {
	display: none;
}
#reviews #product_review_left {
	padding-left: 10px;
	float: left;
	width: 464px;
	height: 394px;	
	border-right: 1px solid #e4e4e4;
	overflow: auto;
}
#product_review_left .review {
	margin-right: 10px;
	padding-bottom: 11px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 12px;
}
#product_review_left .review_top {
	height: 28px;
}
#product_review_left .review_top h5 {
	float: left;
	margin-top: 4px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#product_review_left .review_top .review_score {
	float: right;
}
#product_review_left .review_top .review_score img {
	margin-right: 6px;
}
#product_review_left .review_middle {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
#product_review_left .review_bottom {
	margin-top: 11px;
	font-size: 11px;
	text-transform: uppercase;
	color: #9a9a9a;
}
#reviews #product_review_right {
	position: relative;
	padding: 0 0 0 20px;
	float: left;
	width: 400px;
	height: 394px;
	font-size: 12px;
}
#reviews #product_review_right h2 {
	/* text-transform: uppercase; */
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 21px;
}
#reviews #product_review_right .label {
	clear: both;
	float: left;
	color: #4f4f4f;
	font-size: 11px;
	height: 18px;
	text-transform: uppercase;	
}
#reviews #product_review_right .text {
	clear: both;
	float: left;
	height: 30px;
}
#reviews #product_review_right .text.your_review {
	margin-top: 8px;
}
#reviews #product_review_right .text input {
	display: block;
	border: 0;
	width: 293px;
	height: 18px;
	background: #f1f1f1;
	padding: 4px;
}
#reviews #product_review_right .textarea {
	clear: both;
	float: left;
	height: 150px;
}
#reviews #product_review_right .textarea textarea {
	font-family: Arial, Helvetica, Verdana sans-serif;
	display: block;
	border: 0;
	width: 396px;
	height: 137px;
	background: #f1f1f1;
	overflow: auto;
	padding: 4px;	
}
#reviews #product_review_right #select_review_score {
	clear: both;
	float: left;
	margin-bottom: 5px;
	margin-top: -2px;
	color: #c1c1c1;
	text-transform: uppercase;
	font-size: 11px;
}
#select_review_score span {
	margin-top: 3px;
	display: block;
	float: left;	
}
#reviews #product_review_right #select_review_score a {
	display: block;
	float: left;
	margin-right: 6px;
	width: 17px;
	height: 16px;
}
#reviews #product_review_right #select_review_score a.grey {
	background: url(images/grey_star.png) no-repeat;
}
#reviews #product_review_right #select_review_score a.red {
	background: url(images/red_star.png) no-repeat;
}
#reviews #submit_review {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 10px;
	display: block;
	border: 0;
	padding: 5px 9px 5px 9px;
	background: #ff002c;
	cursor: pointer;
}

/* salon */
#salon {
	display: none;
}
#salon .read_more_link {
	display: block;
	width: 102px;
	height: 18px;
	background: url(images/read_more.png) no-repeat;
	text-indent: -9999em;
}
#salon #product_salon_bottom {
	height: 394px;
	width: 924px;
}
#salon #product_salon_left {
	float: left;
	height: 394px;
	width: 205px;
	margin-left: 10px;
}
#salon #product_salon_middle {
	float: left;
	height: 394px;
	width: 459px;
	overflow: auto;
	padding-right: 17px;
	border-right: 1px solid #e4e4e4;
}
#salon #product_salon_right {
	float: left;
	height: 394px;
	width: 220px;
	padding-left: 8px;
}
#salon #product_salon_right h2 {
	display: block;
	width: 218px;
	height: 149px;
	background: url(images/salon.png) no-repeat;
	text-indent: -9999em;
}
#salon #product_salon_right #product_salon_intro_text {
	margin-top: 28px;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 18px;
}
#product_salon_intro_text a {
	text-transform: uppercase;
	color: #ff002c;
	text-decoration: underline;
}

/* Salon middle */

#product_salon_header {
	border-bottom: 1px solid #ff3356;
	height: 45px;
}
#product_salon_header h2 {
	margin-top: 5px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
}

#product_salon_intro {
	margin-top: 18px;
}
#product_salon_intro h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
#product_salon_intro #product_salon_intro_text {
	font-size: 12px;
	color: #373737;
	line-height: 18px;
	margin-top: 3px;
}

#product_salon_items {
	margin-top: 19px;
}
#product_salon_items .product_salon_item {
	margin-bottom: 20px;
}
#product_salon_items .product_salon_item_left {
	width: 90px;
	float: left;
}
#product_salon_items .product_salon_item_right {
	float: left;
	width: 352px;
}
#product_salon_items .product_salon_item_right h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
#product_salon_items .product_salon_item_right .product_salon_item_text {
	font-size: 12px;
	color: #373737;
	line-height: 18px;
	margin-top: 1px;
}

/* Salon middle detail */
#product_detail_salon_header {
	border-bottom: 1px solid #ff3356;
}
#product_detail_salon_header h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
}
#product_detail_salon_header h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	margin: 17px 0 7px 0;
}
#product_detail_salon_header #product_detail_salon_header_images {
	margin-top: 5px;
}
#product_detail_salon_header #product_detail_salon_header_images .product_detail_salon_header_image {
	float: left;
/*	width: 153px;*/
	width: 147px;	
	text-align: center;
}

#product_detail_salon_items {
	margin-top: 28px;
}
#product_detail_salon_items .product_detail_salon_small_item {
	width: 200px;
	margin-bottom: 19px;
}
.product_detail_salon_small_item.left {
	clear: both;
	float: left;
}
.product_detail_salon_small_item.right {
	float: right;
}
#product_detail_salon_items .product_detail_salon_small_item h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
#product_detail_salon_items .product_detail_salon_small_item #product_detail_salon_small_item_text {
	margin: 8px 0 8px 0;
	color: #373737;
	font-size: 12px;
	line-height: 18px;
}

/* doorsturen */
#send_on {
	display: none;
}
#send_on #send_on_form {
	font-size: 12px;
	padding-left: 10px;
	width: 301px;
	float: left;
}

#send_on_form h2 {
/* 	text-transform: uppercase; */
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 21px;
}
#send_on_form .label {
	clear: both;
	float: left;
	color: #4f4f4f;
	font-size: 11px;
	height: 18px;
	text-transform: uppercase;	
}
#send_on_form .text {
	clear: both;
	float: left;
	height: 30px;
}
#send_on_form .text input {
	display: block;
	border: 0;
	width: 293px;
	height: 18px;
	background: #f1f1f1;
	padding: 4px;
}
#send_on_form #container_send_on {
	height: 205px;
}
#send_on_form #submit_send_on {
	clear: both;
	float: right;
	display: block;
	border: 0;
	padding: 5px 9px 5px 9px;
	background: #ff002c;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#send_on_image {
	float: left;
	width: 580px;
	margin-left: 20px;
}

/* Videos */
#videos {
	display: none;
}
#videos #video_container {
	padding: 20px;
}