/* ******************************************************************************* */
/* ******************************* PRODUCT DETAIL ******************************** */
/* ******************************************************************************* */


/* ***************************** Product actions ********************************* */

#product-actions{
	display: block;
	float: left;
	width: 610px;
	padding-bottom: 10px;
}
#product-actions .print a{
	background-image: url(../images/navigation/print.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	width: 28px;
	height: 24px;
}
#product-actions .print a:hover{
	background-image: url(../images/navigation/printh.gif);
}
.print a span {
	display: none;
}
#product-actions .print a:hover {
	position: relative;
}
#product-actions .mail a{
	background-image: url(../images/navigation/mail.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	width: 28px;
	height: 24px;
	margin-right: 8px;
}
#product-actions .mail a:hover{
	background-image: url(../images/navigation/mailh.gif);
}
.mail a span {
	display: none;
}
.print a:hover .tooltip, .mail a:hover .tooltip {
	left: -3px;
	bottom: 27px; 
}
#product-actions .mail a:hover {
	position: relative;
}
#product-actions .share{
	display: block;
	float: right;
	margin-right: 20px;
	padding-top: 2px;
}
#product-actions .share h3{
	float: left;
	padding-top: 2px;
	padding-bottom: 0px;
}
#product-actions .share a{
	margin-left: 10px;
}


/* **************************** Product details ******************************* */

.product-detail{
	display: block;
	float: left;
	width: 589px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.photo-wrap {
	display: block;
	float: left;
	width: 290px;
}
.detail-wrap {
	display: block;
	float: left;
	width: 270px;
	margin-left: 20px;
}
.photo-wrap .top-tabs{
	width: 290px;
	height: 25px;
}
.photo-wrap .product-row-wrap-2{
	width: 290px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.video-wrap{
	width: 290px;
	padding-top: 10px;
}
.photo-wrap .product{
	background-image: none;
	width: 290px;
	margin-top: 10px;
	margin-right: 0px;
}
.photo-wrap .product:hover{
	background-image: none;
}
.photo-wrap .image{
	border: solid 1px #E3E3E3;
	margin-bottom: 0px;
}
.photo-wrap .zoom a{
	background-image: url(../images/navigation/zoom.png);
	behavior: url(javascript/iepngfix.htc);
	background-repeat: no-repeat;
	font-size: 9px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
.photo-wrap .zoom a:hover{
	background-image: url(../images/navigation/zoomh.png);
}
.photo-wrap .image:hover .zoom a{
	background-image: url(../images/navigation/zoomh.png);
}
.zoom a span {
	display: none;
}
.zoom a:hover .tooltip {
	left: -1px;
	bottom: 33px; 
}
.photo-wrap .thumbs{
	display: block;
	float: left;
	width: 300px;
	margin-right: -10px;
}
.detail-wrap .thumbs{
	display: block;
	float: left;
	width: 275px;
}
.photo-wrap .thumbs a, .detail-wrap .thumbs a{
	border: solid 1px #E3E3E3;
	display: inline;
	float: left;
	width: 46px;
	height: 46px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 1px;
}
.detail-wrap .thumbs a{
	margin-top: 5px;
	margin-right: 5px;
}
.photo-wrap .thumbs a:hover{
	border: solid 1px #6B2E8D;
}
.detail-wrap .thumbs a:hover, .detail-wrap .thumbs a.active{
	border: solid 3px #6B2E8D;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-top: 4px;
	margin-right: 4px;
	padding: 0px;
	position: relative;
}
.detail-wrap h1{
	font-size: 18px;
	padding-bottom: 10px;
}
.detail-wrap h2{
	padding-bottom: 2px;
}
.detail-wrap .description {
	display: block;
	float: left;
	width: 270px;
	margin-bottom: 10px;
}
.detail-wrap .deliverable {
	display: block;
	float: left;
	width: 270px;
	margin-bottom: 10px;
}
.detail-wrap .sizes{
	display: block;
	float: left;
	width: 275px;
}
.detail-wrap .sizes a{
	background-color:#FFFFFF;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border: solid 1px #E3E3E3;
	display: block;
	float: left;
	width: 45px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
.detail-wrap .sizes a:hover, .detail-wrap .sizes a.active{
	color: #6B2E8D;
	border: solid 3px #6B2E8D;
	width: 43px;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-top: 4px;
	margin-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.detail-wrap .order {
	border-bottom: solid 1px #E3E3E3;
	display: block;
	float: left;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 12px;
}
.detail-wrap .field-wrap { 
	margin-bottom: 0px;
}
.detail-wrap select{
	font-size: 12px;
	color: #666666;
	width: 50px;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.detail-wrap .price-wrap{
	font-size: 18px;
	font-weight: bold;
	display: block;
	float: left;
	width: 270px;
}
.detail-wrap .price{
	color: #6B2E8D;
	display: block;
	float: left;
	padding-bottom: 10px;
}
.detail-wrap .discount-price{
	color: #FF0000;
	text-decoration: line-through;
	display: block;
	float: left;
	padding-right:5px;
	display: none;
}
.detail-wrap .shipping-info{
	margin-right: 5px;
	margin-top: -3px;
}
.detail-wrap .shipping-info a{
	margin-left: 0px;
}


/* ******************************* Notificatie ************************************ */

.notificatie-wrap{
	display: block;
	float: left;
	width: 280px;
	margin-left: -3px;
	position: relative;
}
.notificatie{
	width: 250px;
	min-height: 265px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 12px;
}
.notificatie h2{
	margin-bottom: 5px;
}
.notificatie .form-wrap {
	border-bottom: none;
	width: 260px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.notificatie .form-wrap .row-wrap{
	width: 260px;
	padding-bottom: 10px;
}
.notificatie input.large{
	width: 242px;
}
.notificatie .required{
	padding-top: 5px;
}
.notificatie .button-action{
	float: right;
}

/* **************************** Product more info ******************************* */

.product-more-info{
	display: block;
	float: left;
	width: 549px;
	min-height: 125px;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
}

/* ******************************** Mailafriend ************************************* */

#mailafriend-block .mail-active {
	width: 578px;
	padding-right: 31px;
}
#mailafriend-block .mail-active a{
	background-image: url(../images/navigation/mailactive.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 37px;
	height: 39px;
	margin-top: -38px;
	margin-bottom: -31px;
	position: relative;
}
.mailafriend{
	display: block;
	float: left;
	width: 569px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.mailafriend .form-wrap {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mailafriend textarea{
	height: 71px;
}
.mailafriend .required{
	padding-top: 4px;
}
.mailafriend .link-continue a{
	margin-top: 5px;
}
.mailafriend .button-action{
	float: right;
}

/* ******************************** Lighbox ************************************* */

.lightbox{
	background-color: #FFFFFF;
	display: block;
	width: 500px;
	height: 560px;
	padding: 10px;
}
a.lightbox-close{
	background-image: url(../images/navigation/x.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin: -4px -4px 8px 0px;
}
a.lightbox-close:hover{
	background-image: url(../images/navigation/x.gif);
}
.lightbox-image{
	display: block;
	float: left;
	clear: left;
	border: solid 1px #E3E3E3;
	margin: -1px -1px 8px -1px;
}
.lightbox-title{
	font-size: 12px;
	font-weight: bold;
	color: #4B2D13;
	float: left;
	margin-top: -1px;
	margin-bottom: 2px;
}
.lightbox-number{
	font-size: 11px;
	clear:left;
	float: left;
}
a.lightbox-next, .lightbox-previous{
	background-image: url(../images/navigation/button_next.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 28px;
	height: 24px;
	margin-left: 5px;
}
a.lightbox-previous{
	background-image: url(../images/navigation/button_previous.gif);
}
a.lightbox-next:hover{
	background-image: url(../images/navigation/button_nexth.gif);
}
a.lightbox-previous:hover{
	background-image: url(../images/navigation/button_previoush.gif);
}

