@charset "utf-8";
/* CSS Document */

#page #breadcrumb img {
	margin-left:180px;
}

#Productimages {
	float:left;
}
#Productimages #largeImage {
	width:347px;
	height:347px;
	float:left;
	padding:3px;
	border:1px #efeee4 solid;
}

#Productimages #largeImage img {
	width:347px;
	height:347px;
}

#Productimages #extraImages {
	width:80px;
	float:left;
	margin-left:9px;
}

#Productimages #extraImages a.thumbnail {
	wisth:62px;
	height:70px;
	display:inline-block;
	border:1px #efeee4 solid;
	padding:4px;
	margin-bottom:12px;
}

#Productimages #extraImages img {
	width:70px;
	height:70px;
	-ms-interpolation-mode:bicubic;	
}

#Productimages a#linkAssociatedProducts {
	margin-left:-15px;
	margin-top:10px;
	width:435px;
	height:68px;
	display:inline-block;
	background-image:url("../images/product-associated-products-slider.jpg");
}

#Productimages #associatedProducts {
	display:none;
	text-align:left;
	overflow:hidden;
	width:415px;
}

#Productimages #associatedProducts .associatedProduct {
	width:95px;
	height:165px;
	float:left;
	margin-left:10px;
}

#Productimages #associatedProducts .associatedProduct .image a img {
	width:85px;
	height:85px;
	border:1px #f2f1e9 solid;
	-ms-interpolation-mode: bicubic;
}

#Productimages #associatedProducts .associatedProduct .info a {
	color:#53462b;
	font-family:arial;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	width:85px;
	height:40px;
	text-align:center;
	overflow:hidden;
}

#productInformation {
	width:430px;
	float:left;
	margin-left:10px;
	text-align:left;
	position:relative;
}

#productInformation span.price {
	display:inline-block;
	width:181px;
	height:70px;
	background-image:url("../images/product-price-tag.png");
	background-repeat:no-repeat;
	font-size:25px;
	font-family:arial;
	color:#827b61;
	font-weight:bold;
	font-style:italic;
	padding-top:32px;
	padding-left:100px;
	position:absolute;
	left:217px;
	top:0px;
}
#productInformation .productContent {
	background-color:#f6f5ef;
	width:374px;
	margin-left:20px;
	margin-top:54px;
	font-size:11px;
	font-family:arial;
	color:#53462b;
	line-height:1.8em;
	padding:20px;
	padding-top:54px;
}

#productInformation .productContent span.deliveryDate {
	color:#53462b;
	font-size:11px;
	line-height:1.5em;
	float:left;
	display:inline-block;
	margin-left:20px;
	margin-top:10px;
}

#productInformation .productContent img.icon_nextDayDelivery {
	float:left;
	display:inline-block;
}

#productInformation .productContent input.addToCart {
	background:none;
	border:none;
	width:197px;
	height:43px;
	background-image:url("../images/button-add-to-basket.png");
	cursor:pointer;
	float:left;
}

#productInformation .productContent img#readyToBuy {
	float:left;
        margin:-30px 0 0 200px;
}




