/*

    THIS IS THE INLINE CSS THAT WAS INSIDE product-page.html

*/

/* Global Responsive CSS */

*{
	margin:0;
	padding:0;
	font-family:helvetica;sans-serif;arial;
	border: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: 0;
}
p{
	margin: 0.7em;
}
ul{
	margin-left: 1em;
}

#callcentrereveal{
	display:none;
}

/* Product Page Specific CSS */

#top-aida-block {

	padding: 1em;
	margin-bottom: 1em;
}
#top-aida-block #cta-area p,
#top-aida-block #cta-area a,
#top-aida-block #cta-area .write_review
{
	font-size: 0.82em;
	margin: 0 0 0.2em !important;
	color: #333333;
}

#top-aida-block #cta-area .mainDescription .currencies p{
	font-size: 0.95em;
}

h1{
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0.2em !important;
}
h2{
	font-size:1.15em;
	font-weight:250;
	margin-bottom: 0.5em !important;
}
h3{
	font-size:1.4em;
	font-weight: bold;
}
h4{
	font-size:1.2em;
	font-weight:250;
	color:#006999;
}
h5{
	font-size:0.9em;
	font-weight:normal;
	color:#fff;
}
hr{
	background-color: #ECECEC;
	border: medium none;
	clear: both;
	color: #CCCCCC;
	height: 1px;
	margin-top: 0.5em;
}

#contentBlock .info-panel{

	padding:1em;
	margin-bottom:1em;
}

.blueHeader{
	background: none !important;
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#336699', GradientType=0); /* FOR IE */
	background-color: #336699 !important;
	display: block;
}

#contentBlock .orangeHeader{
	background: rgb(251,184,107); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjg2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODdmMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(251,184,107,1) 0%, rgba(248,127,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,184,107,1)), color-stop(100%,rgba(248,127,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,184,107,1) 0%,rgba(248,127,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,184,107,1) 0%,rgba(248,127,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,184,107,1) 0%,rgba(248,127,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,184,107,1) 0%,rgba(248,127,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb86b', endColorstr='#f87f06',GradientType=0 ); /* IE6-8 */
}

#contentBlock .header {
	padding: 0.625em;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	cursor: pointer;
}

#contentBlock .blueHeader img {
	max-width: 100%;
	float: right;
}

article iframe{
	max-width:100% !important;
}

#description .info-panel,
#reviews .info-panel,
#specification .info-panel,
#delivery .info-panel,
#finance .info-panel,
#btucalculator .info-panel
{
	font-size: 0.8em;
	border: 2px solid #ECECEC;
	border-top: none;
}
#you-may-be-interested-in .info-panel {
	border: 2px solid #ECECEC;
	border-top: none;
}
#description .info-panel h4{
	font-size: 1.6em;
	font-weight: normal;
}

/* Main Product area*/
#top-aida-block .mobile-description h1{
	font-size: 1.3em !important;
	color: #333333;
}
#top-aida-block .mobile-description p{
	margin:0 0 10px;
	font-size:12px;
}

#top-aida-block #cta-area .mobile-product .productPriceMobile {
	float: left;
}
#top-aida-block #cta-area .mobile-product .productPriceMobile .currencies  div{
	display: none;
}

#top-aida-block #cta-area .mobile-product #submit_form .bigpriceMobile {
	color: #CC0000;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
}
#top-aida-block #cta-area .mobile-product #submit_form .yousaveMobile {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 0.8em;
	max-width: 75%;
	padding: 0.8em;
	text-align: right;
	border: 0.1em solid #FFFFFF;
	margin: 0.5em 0;
}
#top-aida-block #cta-area .mobile-product #submit_form .yousaveMobile p{
	color: #ffffff !important;
}
#top-aida-block #cta-area .mobile-product .mobile-quantity {
	float: right;
	text-align: center;
}
#top-aida-block #cta-area .mobile-product .mobile-quantity img {
	padding: 0.1em;
}
#top-aida-block #cta-area .mobile-product #submit_form .mobile-buy-now-basket {
	max-width: 100% !important;
	max-height: 100%;
}

/* Main Image Area */

#top-aida-block #cta-area .buy_now .stock_report {
	font-size: 90%;
	margin-top: 0.5em;

}

#top-aida-block #cta-area .buy_now .stock_report img {

	vertical-align: middle;

}

#top-aida-block #cta-area .buy_now .currencies div{
	display:none;
}
#upsell_products .new_total .total_price,
#top-aida-block #cta-area .buy_now .bigprice{
	color: #CC0000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 2px;
}
@media only screen and (min-width:769px) and (max-width: 910px){
	#upsell_products .new_total .total_price,
	#top-aida-block #cta-area .buy_now .bigprice{
		font-size: 34px !important;
	}
	#top-aida-block #cta-area .buy_now .bigprice .vat {
		font-size: 0.28em !important;
	}
	#top-aida-block #cta-area .buy_now .saving,
	#top-aida-block #cta-area .buy_now .desktop_rrp{
		font-size: 0.71em !important;
	}
}
#top-aida-block #cta-area .buy_now .bigprice .vat {
	font-size: 0.3em !important;
	color: #333333 !important;
	font-weight: normal !important;
}
.buy_now .currency {
	display: block;
}
.currency2{
    display:none;
}
#top-aida-block #cta-area .buy_now .saving{
	color: #CC0000;
	font-weight: bold;
}
#top-aida-block #cta-area .buy_now .saving,
#top-aida-block #cta-area .buy_now .desktop_rrp {
	font-size: 0.82em;
}
#top-aida-block #cta-area .buy_now .savingMobile{
	font-weight: bold;
	font-size: 1.4em;
	color: white;
}

#top-aida-block #cta-area .mainDescription .bulletPoints {
	font-size: 0.82em;
	font-weight: normal;
	color: #666666;
	margin-top: 1em;
	line-height: 1.5em;
	margin-left: 0;
	margin-bottom: 1em;
}

#top-aida-block #cta-area .mainDescription .bulletPoints li {

	list-style-type: none;

}

#top-aida-block #cta-area .mainDescription .bulletPoints li:before {

	content: '\2022';
	color: #006999;
	margin-right: 10px;
	font-size: 1.5em;

}
@media only screen and (min-width: 769px){
	#top-aida-block #cta-area .buy_now{
		padding: 1em 0 0 1em;
		text-align: center;

	}
}
#upsell_products .new_total .delivery_information,
#top-aida-block #cta-area .buy_now #submit_form .shippingInformation{

	color: #006999;
	font-size: 75%;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#top-aida-block #cta-area .buy_now #submit_form .shippingInformation.spendMore {
	color: #CC0000;
	font-weight: normal;
}
#submit_form .shippingInformation > span{
	display: none;
}
@media only screen and (max-width: 768px){
	#upsell_products .new_total .delivery_information,
	#top-aida-block #cta-area .buy_now #submit_form .shippingInformation{
		font-size: 75% !important;
	}
}
@media only screen and (min-width:769px) and (max-width: 858px){
	#upsell_products .new_total .delivery_information,
	#top-aida-block #cta-area .buy_now #submit_form .shippingInformation{
		font-size: 70% !important;
	}
}

#top-aida-block #cta-area .mobile-product #submit_form #addtoBasket {
	max-width:100%;
}
#top-aida-block #cta-area .buy_now #submit_form #addtoBasket {
	max-width: 100%;
	margin-top: 13px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}
#top-aida-block #cta-area #submit_form #desktop_quantity{
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-right-color: #fff !important;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #999999;
	margin-top: 13px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	height: 38px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.desktop_buy_button {
	text-align: left;
}
#top-aida-block #cta-area #submit_form .description{
	font-size: 0.82em;
}

#top-aida-block #product-image .mainImageZoom{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
#top-aida-block #product-image #imageZoom {
	cursor: pointer;
}
#top-aida-block #product-image .videoURL{
	display: none;
}

/* Zoomed Image Popup */
#imageZoomPopup {
	display: none;
	position:absolute;
	top:5%;
	left:0;
	text-align:center;
	white-space:no-wrap;
	overflow:hidden;
}
#imageZoomPopup .main-image-zoom {
	border: 1px solid black !important;
	max-width: 100% !important;
	max-height: 100% !important;
	cursor: pointer;
	opacity:1;
}
#imageZoomPopup .close-zoom-image {
	cursor: pointer;
	position: absolute;
	margin-left: -18px;
	margin-top: -3px;
}
#imageZoomPopup .youTubeVideo{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#imageZoomPopup .youTubeVideo iframe,
#imageZoomPopup .youTubeVideo object,
#imageZoomPopup .youTubeVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#imageZoomPopup #zoomImageCycleLeft,
#imageZoomPopup #zoomImageCycleRight {

    position: absolute;
    z-index: 9999;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;

}

#imageZoomPopup .imageloading {

    position: absolute;
    display: none;

}

#top-aida-block #product-image #mainImage .mainYouTubeVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#top-aida-block #product-image #mainImage .mainYouTubeVideo iframe,
#top-aida-block #product-image #mainImage .mainYouTubeVideo object,
#top-aida-block #product-image #mainImage .mainYouTubeVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#top-aida-block #cta-area .mainDescription {
	padding-top: 1em;
}

@media only screen and (min-width:769px) and (max-width: 950px){
	#top-aida-block #cta-area .mainDescription .review_panel {
		height: 65px !important;
	}
}
@media only screen and (min-width:447px) and (max-width: 540px){
	#top-aida-block #cta-area .mainDescription .review_panel {
		height: 65px !important;
	}
}
#top-aida-block #cta-area .mainDescription .review_panel {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border: 0.65em solid #ECECEC;
	border-radius: 0.5em;
	margin-bottom: 2em;
	padding: 0.5em;
}

#top-aida-block #cta-area .mainDescription .review_panel img {
	vertical-align: middle;
}
#top-aida-block #cta-area .mainDescription .review_panel .write_review {
	cursor: pointer;
	text-decoration: underline;
	color: #333333;
}
#write_review_block{
	display: none;
	position: absolute;
	top:5%;
	width: 100%
}
#write_review_block #writeReviewBackground #review-content #reviewarea {
	height: 22em;
}
#write_review_block fieldset{
	width:100%;
}
#write_review_block legend{
	margin-bottom:0.45em;
}
.FinanceOption ,
#write_review_block > #writeReviewBackground {
	background-color: #ffffff;
	padding: 0.6em;
	border: 1px solid #999999;
}

#write_review_block .reviewClose {
	float: right;
	position: relative;
	right: -19px;
	top: -20px;
	cursor: pointer;
}
#write_review_block #reviewstext {
	width: 100%;
	height:120px;
	border: 1px solid #999999;
	margin-bottom: 0.2em;
}
#write_review_block .write_review{
	text-decoration: underline;
	cursor: pointer;
}
#write_review_block #customer_name_field {
	width:100%;
	border: 1px solid #999999;
}
#write_review_block .formline {
	margin: 0.2em 0 0.45em;
}
#write_review_block #submitreview{
	margin-top: 0.35em;
}
#reviewBlock .review_panel p{
	margin: 0.2em;
	text-decoration: underline;
	cursor: pointer;

}
.first_review {
	margin-top: 0.1em;
}
.first_review .stars { width: 88px; height: 17px; }
.first_review .stars.star1 { background-image: url('../theme/stars/1stars.png'); }
.first_review .stars.star2 { background-image: url('../theme/stars/2stars.png'); }
.first_review .stars.star3 { background-image: url('../theme/stars/3stars.png'); }
.first_review .stars.star4 { background-image: url('../theme/stars/4stars.png'); }
.first_review .stars.star5 { background-image: url('../theme/stars/5stars.png'); }

.first_review .review-rating {

	vertical-align: middle;

}

.first_review .review-tail {

	background-image: url('../review_speech_tail.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;

}

/*Thumbnails*/
#top-aida-block #product-image #thumbnailImageRow .thumbnailImage{
	cursor:pointer;
	max-width:70px;
	display: none;
}
#top-aida-block #product-image #thumbnailImageRow {
	display: none;
}
#top-aida-block #product-image #thumbnailImageRow .thumbnailImage {

	width: auto;

}
#top-aida-block .thumbnailImageContainer {
	cursor: pointer;
}
@media only screen and (max-width: 480px) {
	#top-aida-block #product-image #thumbnailImageRow{
		overflow:hidden;
		width: 100%;
		height:100%;
		float: left;
	}
	#top-aida-block #product-image #imageZoom{
		width:100%;
		overflow-x:hidden;
	}
	#top-aida-block #product-image #mainImageSwiper{
		width:5000px;
		position:absolute;
		left:0;
		top:0;
	}
	#top-aida-block #product-image #mainImageSwiper > *{
		float:left;
		position:relative;
		left:0px;
		margin: 0 auto;
		padding: 0;
		white-space: nowrap;
	}
	#top-aida-block #product-image #imageZoom {
		position:relative;
	}

}
#top-aida-block #imageZoom{
	position:relative;
}
#top-aida-block #largeImageCycleLeft{
	position:absolute;
	top:40%;
	left:10px;
}
#top-aida-block #largeImageCycleRight{
	position:absolute;
	top:40%;
	right:10px;
}
#thumbnailImageRowTablet {
	display: none;
}
@media only screen and (max-width: 480px) {
	#thumbnailImageRowTablet {
		display: none !important;
	}
}
/* Description Block CSS*/
/*@media only screen and (max-width: 480px) {
    #description .descNotShown{
        display:none;
    }
} */
#description .descNotShown{
	display:block;
}
#description .header #descShowToggle{
	text-decoration: none;
}

/* Specification Block CSS*/

#specification .specNotShown{
	display:block;
}
#btucalculator .btucalculatorNotShown {
	display: block;
}
#btucalculator {
	display: none;
}

#specification #specShowToggle{
	text-decoration: none;
}

#specification .info-panel tr:nth-child(odd) {
	background-color: #ECECEC;
}
#specification #spec table{
	width: 100%;
}
/* Reviews Block CSS*/

.reviewsInnerborder{
	background-color: #EFEFEF;
	padding: 0.4em;
	border: 2px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.first_review .reviewsInnerborder {
	margin: -2px;
}
.first_review .reviewsInnerborder img {
	margin-left: 8px;
	margin-top: 23px;
}
.first_review .author {
	font-size: 12px !important;
	height: 3.6em;
	line-height: 1.2em;
	overflow: hidden;
	padding-left: 1em;
}
.first_review .reviewsInnerborder a {
	padding-left: 1em;
}
.reviewNotShown{
	margin-top: 1em;
}
.reviewNotShown .altProduct{
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom:0.2em;
}

.review_background .reviewNotShown{
	display:none;
}
.review_background #reviewShowToggle{
	padding-top:1em;
}
#reviews #reviewBlockShowToggle{
	text-decoration: none;
}
#reviews .reviewBlockNotShown{
	display:block;
}
.reviews_text {
	float: right;
	font-size: 85%;
}
/* Delivery Block CSS*/

#delivery .deliveryNotShown{
	display:block;
}

#delivery .header #deliveryShowToggle{
	text-decoration: none;
}

#delivery #deliveryBlock .info-panel .when-small{
	float: left;
	padding: 0 0.625em 0.625em 0;
}
#delivery #deliveryBlock .info-panel .when-small p{
	margin: none;
}
#delivery #deliveryBlock .info-panel .when-small h6{
	font-weight: bold;
	font-size: 1em;
	color: #6A9B00;
}

#delivery #deliveryBlock .info-panel .when-large{
	float: right;
	padding: 0 0.625em 0.625em 0;
}
#delivery #deliveryBlock .info-panel .when-large p{
	margin: none;
}
#delivery #deliveryBlock .info-panel .when-large h6{
	font-weight: bold;
	font-size: 1em;
	color: #4A1357;
}
#delivery #deliveryBlock .mapping-a{
	margin-bottom: 0.625em;
}
#delivery #deliveryBlock .mapping-a img{
	width: 100%;
}
#delivery #deliveryBlock .zonetable .zoneheader {
	max-height: 100%;
	max-width: 20%;
}
#delivery #deliveryBlock .zonetable .zoneelement {
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: center;
	width: 17.5%;
	position: relative;
	font-size: 0.7em;
	font-weight: bold;
	max-height: 100% !important;
	margin-bottom: 0.2em;
}
#delivery #deliveryBlock .zonetable .zoneheader-left {
	max-height: 100%;
	max-width: 30%;
}
#delivery #deliveryBlock .zonetable .zoneelement-left{
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: center;
	width: 30%;
	position: relative;
	font-size: 0.7em;
	font-weight: bold;
	max-height: 100% !important;
	margin-bottom: 0.2em;
}
#delivery #deliveryBlock .zonepricetable  {
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: center;
	width: 17.5%;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#delivery #deliveryBlock .zonepricetableleft  {
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: left;
	width: 30%;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.2em;
	font-size: 0.7em;
}
#delivery #deliveryBlock .zoneprices {

	background-color: #ECECEC;
}

#delivery #deliveryBlock .orders-over-under-left{
	float: left;
	max-width: 30%;
	background-color: #D6E8F2;
	font-weight: bold;
	-webkit-border-top-left-radius: 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	-moz-border-radius-topleft: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;
	border-top-left-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	text-align: left ;

}
#delivery #deliveryBlock .s-icon{
	float: right;
	font-weight: bold;
	background: #6A9B00;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	width: 15%;
	color: white;
	font-size: 0.9em;
	margin-top: 1em;
}

#delivery #deliveryBlock .s-icon-a{
	margin-top: 0em !important;
	float: right;
	font-weight: bold;
	background: #6A9B00;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	width: 15%;
	color: white;
	font-size: 0.9em;
	margin-top: 1em;

}
#delivery #deliveryBlock .zonepricetable p{
	font-size: 0.7em;

}
#delivery #deliveryBlock .l-icon{
	float: right;
	font-weight: bold;
	background: #4A1357;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-align: center;
	width: 15%;
	color: white;
	font-size: 0.7em;

}
#delivery #deliveryBlock .image-14days img {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
#delivery #deliveryBlock .next-dayImg{
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	width: 100%;
}
#delivery #deliveryBlock .pricesforcountries {
	-webkit-border-top-left-radius: 1.250em;
	-webkit-border-bottom-left-radius: 1.250em;
	-moz-border-radius-topleft: 1.250em;
	-moz-border-radius-bottomleft: 1.250em;
	border-top-left-radius: 1.250em;
	border-bottom-left-radius: 1.250em;
	background-color: #347BAF;
	float: left;
	font-weight: bold;
	max-width: 20%;
	font-size: 0.7em;
	text-align: center;

}
#delivery #deliveryBlock .worldprice {
	font-size: 0.7em;
	background-color: #ECECEC;
}
#delivery #deliveryBlock .worldpricetable{
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: center;
	width: 40%;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#delivery #deliveryBlock .worldpricetable-a{
	border-right: 1px solid #FFFFFF;
	float: left;
	text-align: center;
	max-width: 40%;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-left: 20%
}
#delivery #deliveryBlock .worldprice-a {
	font-size: 0.7em;
	background-color: #ECECEC;
}
#delivery #deliveryBlock .worldpricetable-b{
	border-right: 1px solid #FFFFFF;
	float: right;
	text-align: center;
	max-width: 40%;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.2em;

}
#delivery #deliveryBlock .worldprice-b {
	font-size: 0.7em;
	background-color: #ECECEC;
}

/* Finance Block CSS*/
#finance {
	margin-bottom: 8px;
}

#finance .financeNotShown{
	display:block;
}

#finance #financeShowToggle{
	text-decoration: none;
}

#financeBlock .financePopUp {
	cursor: pointer;
	text-decoration: underline;
}
.FinanceOption {
	display: none;
	z-index: 999999;
	position: absolute;
	opacity: 1 !important;
	max-width: 100%;
	margin: 0 10%;

}
.FinanceOption .financeClose{
	top: 0;
	position: absolute;
	right: 0;
	cursor: pointer;
}

/* Fixed Header Panel */
#fixed_header_panel {
	display: none;
	-webkit-border-bottom-right-radius: 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	-moz-border-radius-bottomright: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;
	border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	border-radius: 0\9; /* Remove border radius for IE9 only*/
	border-left: 2px solid #ECECEC;
	border-bottom: 2px solid #ECECEC;
	border-right: 2px solid #ECECEC;
	padding: 1em;
	position: fixed;
	top: 0;
	max-width: 960px;
	z-index: 999999;
	-moz-box-shadow: 0px 3px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px 3px #ccc;
	box-shadow: 0px 3px 3px 3px #ccc;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F3F3F3), color-stop(1, #FFFFFF));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);

	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #F3F3F3 0%, #FFFFFF 100%);

	/* IE9 */
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F3F3F3', GradientType=0);
}

#fixed_header_panel h1 {
	font-size: 1.063em;
	font-weight: 700;
	padding-bottom: 0.2em;
}
#fixed_header_panel p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
.fixed_header_buttons img {
	max-width: 100%;
	height: 20px;

}
.fixed_header_price div {
	display: none;
}

.fixed_header_saving div {
	display: none;
}
.fixed_header_BuyNow input{
	max-width: 100% !important;
}

@media only screen and (max-width: 768px) {

	#fixed_header_panel h1 {
		font-size: 80%;
		font-weight: 700;
	}
	#fixed_header_panel .fixed_header_price .bigprice {
		color: #CC0000;
		font-weight:bold;
		margin:0;
		padding-top: 15%;
	}
	.fixed_header_saving {
		font-size: 35%;
		padding: 0.2em;
		color: #CC0000;
		font-weight: bold;
	}
	.fixed_header_vat {
		font-size: 35%;
		padding: 0.2em;
	}
	#fixed_header_panel p {
		font-size: 65%;
		padding: 0;
		margin: 0;

	}
	.fixed_header_buttons img {
		max-width: 100%;
		height: 20px;
		margin-top: 3%;
	}
	.fixed_header_BuyNow input{
		max-width: 100% !important;
		margin-top: 3%;
	}

}
@media only screen and (min-width: 769px) {
	#fixed_header_panel .fixed_header_price .bigprice {
		color: #CC0000;
		font-size: 2em;
		font-weight:bold;
		margin:0;
	}
	.fixed_header_saving {
		font-size: 80%;
		padding: 0.2em;
		color: #CC0000;
		font-weight: bold;
	}
	.fixed_header_vat {
		font-size: 80%;
		padding: 0.2em;
	}
}

.deprecated{
	margin-top:10px;
	border:2px solid red;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:white;
	font-size:1.6em;
	clear:both;
}
.mobile-quantity #quantity{
	width: 90%;
	height: 2.5em;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#top-aida-block .rollovertozoom{
	cursor:pointer;
	position:relative;
	top:-37px;
	margin-bottom:-17px;
	max-width:40%;
}

#imageZoom .imageCycleArrow{
	display:none;
}
@media only screen and (max-width: 463px) {
	#imageZoom{
		position:relative;
	}
	#imageZoom .imageCycleArrow{
		display:block;
		position:absolute;
		top:40%;
	}
	#imageZoom #imageCycleLeft{
		left:10px;
	}
	#imageZoom #imageCycleRight{
		right:10px;
	}
}

#product-image .cornerflash{
	position: absolute;
	top:0;
}

.more_image_icons {
	padding-top: 1em;
	position: relative;
	text-align: center;
}

.more_image_icons img {
	max-width: 100%;
	cursor: pointer;
}

.click_for_dimension  {
	display: none;
}
.click_for_video {
	display: none;
}

/* TODO */
.buying_guide,
.technical_guide,
.printer_friendly {
	display :none;
}

/*.social_media_split_test, .social_media {

    display:inline-block;

} */

.social_media a {

    padding: 0 5px !important;

}

.social_media .addthis_32x32_style .at15nc.at15t_facebook,
.social_media .addthis_32x32_style .at15nc.at15t_twitter,
.social_media .addthis_32x32_style .at15nc.at15t_pinterest_share,
.social_media .addthis_32x32_style .at15nc.at15t_google_plusone_share {

    background-position: 0 0 !important;
    height: 21px !important;
    width: 21px !important;
	margin-left: 9px;

}

.social_media_icons .social_media {

    display: block;

}

.social_media .addthis_32x32_style .at15nc.at15t_facebook {

    background-image: url('../theme/buttons/social-facebook_21_21.png') !important;

}

.social_media .addthis_32x32_style .at15nc.at15t_twitter {

    background-image: url('../theme/buttons/social-twitter_21_21.png') !important;

}

.social_media .addthis_32x32_style .at15nc.at15t_pinterest_share {

    background-image: url('../theme/buttons/social-pinterest_21_21.png') !important;

}

.social_media .addthis_32x32_style .at15nc.at15t_google_plusone_share {

    background-image: url('../theme/buttons/social-google-plus_21_21.png') !important;

}


/* HUKD social media */
@media only screen and (min-width: 769px){
    .social_media_icons {
        margin-left: 9%;
    }
}
.social_media_icons .social_media {
    text-align: left;
}
.social_media_icons .hukd_icon {
    position: absolute;
    margin-top: -25px;
    margin-left: 128px;
}

/* HUKD css end */
    
/* Thumbnail Image Slider */

#thumbnailSlider li {

	list-style-type: none;
	width: 70px;
	float: left;
	margin-right: 15px;
	display: block;

}

#prev2, #next2 {

	float: left;
	width: 7px;
	height: 70px;
	text-indent: -9999px;
	display: block !important;

}
@media only screen and (max-width: 463px) {
	#prev2, #next2 {
		display: none !important;
	}
}
.caroufredsel_wrapper {

	float: left !important;
	width: 285px;
	margin: 0 ! important;

}

#prev2 {

	background: url('../theme/buttons/thumbnail_image_slider_prev_button.png') transparent scroll no-repeat 0 50%;

}

#next2 {

	background: url('../theme/buttons/thumbnail_image_slider_next_button.png') transparent scroll no-repeat 0 50%;

}
/* Associated Product CSS*/

#you-may-be-interested-in .associated-productName a{
	font-size: 75%;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-weight: 500;
}
#you-may-be-interested-in .associated-productName a:hover {
	color: #007DFF;
}
#you-may-be-interested-in .associated-productPrice {
	color: #FF6600;
	font-weight: bold;

}
#you-may-be-interested-in .associatedProductCurrency div{
	display:none;
}
#you-may-be-interested-in .associated-products {
	padding: 0.2em;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	#you-may-be-interested-in .associatedPriceHeight {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 768px) {
	#you-may-be-interested-in .associatedProductHeight {
		height: 5em;
		font-size: 80%;
		line-height: 1em;
		overflow: hidden;
	}
}

/* Upsell products */

#upsell_products {
	border: 1px solid #ECECEC;

}
#upsell_products .have_you_considered,
#upsell_products .customers_also_bought {
	color: #666666;
}
#upsell_products a {
	text-decoration: none;
	font-weight: bold;
}
#upsell_products a:hover{
	text-decoration: underline;
}
#upsell_products .upsellProductSaving div,
#upsell_products .upsellProductCurrency div {
	display: none;
}
#upsell_products .upsellProductCurrency {
	color: #000;
	font-weight: bold;
}
#upsell_products .upsellProductSaving {
	color: #900;
	font-weight: bold;
}
#upsell_products .tab , #upsell_products .blankingspace{
	height: 2.99em;
	border-bottom: 1px solid #ECECEC;
}
#upsell_products .tab.active , #upsell_products .blankingspace {
	background-color: #336699 !important;
}
#upsell_products .tab.active h5 , #upsell_products .blankingspace h5{
	color: #fff;
	text-align: center;
	height: 16px;
}
#upsell_products .blankingspace{
    height: 43px;
}
#upsell_products .tab-outer.active {
	background: url('../theme/buttons/tab_arrow.png') transparent scroll no-repeat 50% bottom;
	height: 2.01em;
}
#upsell_products .tabcontent.active {
	display: block;
}
#upsell_products .tabcontent {
	display: none;
}
#upsell_products .tab {
	background-color: #fff;
	font-size: 90%;
	cursor: pointer;
}
#upsell_products .tab h5 , #upsell_products .blankingspace h5 {
	color: #000;
	text-align: center;
	font-size: 85%;
	margin-top: 4%;
}
@media only screen and (min-width:464px) and (max-width: 769px){
	#upsell_products .tab h5 {
		margin-top: 2% !important;
	}
}
@media only screen and (max-width: 463px){
	#upsell_products .tab h5 {
		margin-top: 3% !important;
	}
}
#upsell_products .have_you_considered .add_items p,
#upsell_products .customers_also_bought .add_items p{
	font-size: 90%;
	text-decoration: underline;
	float: right;
}
#upsell_products .upsell_products_name {
	font-size: 75%;
	padding-left: 5px;
}
#upsell_products .upsell_products_name p{
	margin: 0.3em 0;
}
#upsell_products .product-item {
	margin-bottom: 10px;
	padding: 1em;
}
@media only screen and (min-width:464px) and (max-width: 769px){
	#upsell_products .product-item {
		height: 14em;
	}
}
#upsell_products .new_total {
	text-align: center;
	display: none;
}
#upsell_products .new_total hr {
	background-color: #bdbdbd;
	height: 2px;
	margin: 0.5em 1em 1em;
}
#upsell_products .new_total .delivery_information {
	margin: 1em !important;
}
#upsell_products .new_total .delivery_charges {
	font-size: 0.67em;
	font-weight: bold;
	color: #999999;
}
#upsell_products .add-item {
	border: 1px solid #666666;
	border-radius: 4px;
	/*height: 2.1em;*/
	width: 65%;
	position: relative;
	float: right;
	padding: 13px;
}
#upsell_products .add-item > img {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;

}
#upsell_products .add-item img, #upsell_products .add-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 464px){
	#upsell_products .add-item {
		padding: 17px !important;
	}
}
#upsell_products .total_price div {
	display :none;
}
#upsell_products .new_total .delivery_information div {
	display: none;
}
#upsell_products .associated h5{
	padding-top: 5px;
}
#upsell_products .micro_specification{
	font-size: 0.8em;
}
#upsell_products .product_code {
	font-size: 0.9em;
}
#upsell_products .upsell_products_name {

	line-height: 1.3em;
	margin: 5px 0;

}
.customers_also_bought .add-item, .have_you_considered .add-item {
    cursor:pointer;
}

.altcolour{
    font-weight:normal;
    color:#CC0000;
}

.mobreviewstars{
    position:relative;
    top:-4px;
    margin-bottom:5px;
}
.mobreviewstars img{
    position:relative;
    top:4px;
}

/* Tabbed description CSS post split test */
.tabrow{
    text-align:center;
    background-color:white;
    border-top:1px solid #EEEEEE;
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
    color:#3E3E3E;
    cursor:pointer;
}
.tabcontroller{
    border-bottom:1px solid #EEEEEE;
}
.tabcontroller div {
    padding:10px 0;
    border-right:1px solid #EEEEEE;
}
.tabcontroller:last-child div {
    border-right:0;
}
.tabcontroller.active{
    background-color:#34689A;
    color:white;
    border-bottom:1px solid #34679a;
}
.tabarrow{
    text-align:center;
    padding:0;
    margin:0;
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.tabarrow div{
    visibility:hidden;
}
.tabarrow div.active{
    visibility:visible;
}
.tabarrow img{
    position:relative;
    top:-6px;
    cursor:pointer;
}
.tabpanel{
    padding:0 10px 10px;
    font-size:0.9em;
}
.info-panel{
    border-bottom:1px solid #EEEEEE !important;
    border-left:1px solid #EEEEEE !important;
    border-right:1px solid #EEEEEE !important;
    border-top:0 !important;
}
.tabpane{
    display:none;
}
.tabpane.active{
    display:block;
}
.uspBlock{
    top:0;
}

button.upsellPurchase{
    cursor:pointer;
    background-color:#97D700;
    color:white;
    font-weight:bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:5px 0;
    text-align:center;
    min-width:100%;    
}
button.upsellPurchase img{
    max-width:35%;
}
.product-item .addedMessage{
    display:none;
    font-size:12px;
}