.widgetRow a h5.productWidgetH5 {
	color:#073766;
}
.widgetRow a:hover h5.productWidgetH5 {
	color:#2c2c2c;
}
.widgetRow .blogWidget, .widgetRow .listWidget {
	background: #f6f6f6;
	border-color: #ccc;
}
.widgetRow .blogWidget a, .widgetRow .listWidget a {
	color: #073766;
}
.widgetRow .ctaButton, .widgetRow .blogWidget .viewPostButton {
	background: #073766;
}
.widgetRow .blogWidget .blogPostSnippet .ellipsis-overflowing-child .ellipsis-helper:after {
	background: #f6f6f6;
}
.widgetRow .playOverlay {
	background-color: #B1B579;
}
.formBuilderArea p.formBuilderButtonLine input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f41e36;
	text-transform: uppercase;
	margin-left: 250px;
	font-size: 1.1em;
	padding: 6px 10px;
}
.formBuilderArea p.formBuilderButtonLine input:hover{
	background-color: #073766;
}

ul.sectionPageProductList {
	list-style-type:none;
	margin-top:10px;
}
ul.sectionPageProductList li {
	float:left;
	width:180px;
	/*height:240px;*/
	height: 410px;
	/*This is the height of an ecommerce li - however, now that "Add To Compare" boxes have been added, every li should be this height*/
	margin-bottom:15px;
	padding-right:15px;
	position:relative;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #CCC;*/
	border-bottom-color: #b1b579;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
ul.sectionPageProductList li p {
	display:none;	
}
ul.sectionPageProductList li.ecommerce, ul.sectionPageProductList li.endOfRowEcommerce {
	height:410px;
}
ul.sectionPageProductList li.endOfRow, ul.sectionPageProductList li.endOfRowEcommerce {
	padding-right:0;
}
ul.sectionPageProductList li a {
	display:block;
}
ul.sectionPageProductList li a img.productImageGrid {
	width:180px;
	height:180px;
	margin-bottom:5px;
	border:none;
}
ul.sectionPageProductList li a img.productImageList {
	display:none;
}
ul.sectionPageProductList li a img.searchResultsImage {
	width:178px;
	height:178px;
	margin-bottom:5px;
	border:none;
}

ul.sectionPageProductList li a h5, .widgetRow a h5.productWidgetH5 {
	/*color:#073766;
	font-size:12px;
	font-weight:bold;*/
	color: #073766;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	/*height:40px;*/
}
ul.sectionPageProductList li a h5.smallerHeader {
	font-size: 13px;	
}
ul.sectionPageProductList li a h5 {
	height:70px;
	overflow: hidden;	
}
ul.sectionPageProductList li a:hover h5, ul.sectionPageProductListListView li a.productLink:hover h5 {
	color:#2f2f2f;
}
ul.sectionPageProductList li a .productCodeText, ul.sectionPageProductList li a .moreInfoText {
	display:none;
}
ul.sectionPageProductList li a.productLink .displaySKUText, ul.sectionPageProductListListView li a.productLink .displaySKUText {
	display:block;
	font-size:12px;
/*	color:#B3B3B3;*/
	color:#a5a5a5;
	margin-top:4px;
}
ul.sectionPageProductList li a.productLink .displaySKUText {
	margin-top:0px;	
	font-size:12px;
}
ul.sectionPageProductList li a.productLink .inventoryText, ul.sectionPageProductListListView li a.productLink .inventoryText {
	display:block;
	font-size:12px;
	color:#CC0000;
	margin-top:4px;
	font-weight: bold;
}
ul.sectionPageProductList li a.productLink .displaySKUText:before, ul.sectionPageProductListListView li a.productLink .displaySKUText:before, ul.sectionPageProductListListView li .priceInfoArea .displaySKUText:before, ul.sectionPageProductList li .priceInfoArea .displaySKUText:before {
	content: "#";	
}
.leftNav {
	float: left;
	width: 180px;	
}
a.refreshLink {
	float:right;
	width:14px;
	height:16px;
	overflow:hidden;
	line-height:1000px;
	background-image: url(../images/Swingline/refreshIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right:15px;
	margin-top:8px;
	cursor:pointer;
}
a.refreshLink:hover {
	background-position: 0px -16px;
}
.leftNav span.theTopTitle {
	display:block;
	background-color:#f6f6f6;
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;	
	border:1px solid #cccccc;
	border-bottom:none;
	height:35px;
	line-height:35px;
	padding-left:10px;
}
.leftNav h3 {
	/*height:36px;
	line-height:36px;*/
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	line-height:15px;
	color:#073766;
	/*background-image: url(../images/kensingtonGlobal/categoryBackground.gif);
	background-repeat: repeat-x;*/
	font-weight:bold;
	padding-left:12px;
	padding-right:5px;
	background-color:#f6f6f6;
	border:1px solid #cccccc;
}
.leftNav .individualFacet h3 {
	border-top:1px solid #b1b579;
	border-bottom:1px solid #b1b579;
}
.leftNav .individualFacet.collapsed h3 {
	border-bottom: none;
}
.leftNav .individualFacet.collapsed:last-child h3 {
	border-bottom: 1px solid #ccc;
}
.leftNav ul {
	background-color:#f6f6f6;
	list-style-type:none;
	font-size:12px;
	margin-bottom:15px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.leftNav ul li {
	margin-top:10px;
}
.leftNav ul li.normal {
	margin-top:10px;
	/*display:none;*/
}
.leftNav ul li a {
	color:#666;
}
.leftNav ul li a:hover, .leftNav ul li a.selected {
	color:#2c2c2c;
}
.leftNav ul li.leftNavLevel1 {
	margin-top:3px;
	padding-left:15px;
	font-size:12px;
}
.leftNav ul li.leftNavLevel2 {
	margin-top:3px;
	padding-left:25px;
	font-size:11px;
}
.addToCartLinkArea {
	height:26px;
	margin-bottom:4px;
}
a.addToCartLink {
	height:24px;
	line-height:21px;
	width:83px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	/*margin-top:6px;*/
	padding-top:5px;
	padding-left:43px;
	padding-right:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	background: rgb(227,24,56); /* Old browsers */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), -moz-linear-gradient(top,  rgba(227,24,56,1) 0%, rgba(193,16,44,1) 100%); /* FF3.6+ */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,24,56,1)), color-stop(100%,rgba(193,16,44,1))); /* Chrome,Safari4+ */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), -webkit-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), -o-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Opera 11.10+ */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), -ms-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* IE10+ */
	background: url(../images/gbcConnect/addToCartBackgroundSmall.gif), linear-gradient(to bottom,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* W3C */
	background-repeat:no-repeat, no-repeat;
	background-position: 7px 6px, 0px 0px;
	color:#FFFFFF;
	float:left;
}
a.addToCartLink:hover {
/*	background-position: 0px -23px;
	text-shadow: 0px 0px 3px #ff3108;
	filter: dropshadow(color=#ff3108, offx=0, offy=0);
	border: 2px solid #ff9e5d;*/
}
a.genericButtonLink {
	font-family:Arial, Helvetica, sans-serif;
	height:23px;
	cursor:pointer;
	line-height:23px;
	font-size:12px;
	font-weight:bold;
	padding-left:9px;
	padding-right:9px;
	text-shadow: 0px 0px 3px #ff3108;
	filter: dropshadow(color=#ff3108, offx=0, offy=0);
	border: 2px solid #ffa96f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/kensingtonGlobal/genericButtonLinkBackground.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	float:left;
}
a.genericButtonLink:hover {
	background-position: 0px -23px;
	text-shadow: 0px 0px 3px #ff3108;
	filter: dropshadow(color=#ff3108, offx=0, offy=0);
	border: 2px solid #ff9e5d;
}
p.addToCartLine {
	height:30px;
}
a.theAffiliateLink {
	display:block;
	font-size:12px;
	color:#073766;
	margin-top:5px;
	text-decoration:underline;
}
a.theAffiliateLink:hover {
	color:#2c2c2c;
}
ul.sectionPageSectionList {
	list-style-type:none;
	display:table;
}
ul.sectionPageSectionList li {
	float:left;
	width:178px;
	border: 1px solid #D4D4D4;
	margin-right:15px;
	margin-bottom:15px;
	height:178px;
	background-color: #555;
	overflow:hidden;
}
ul.sectionPageSectionList li.endOfRow {
	margin-right:0;
}
ul.sectionPageSectionList li a img {
	float:left;
	width:178px;
	height:178px;
}
ul.sectionPageSectionList li a {
	color:#FFFFFF;
	display:block;
	height:180px;
	position:relative;
}
ul.sectionPageSectionList li a .knockBack {
	opacity:0.90;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	position:absolute;
	left:0;
	bottom:0;
	height:45px;
	width:178px;
	background-color:#fff;
}
ul.sectionPageSectionList li a h5 {
	font-size:13px;
	color:#dc1637;
	position:absolute;
	left:0;
	bottom:0;
	height:40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
ul.sectionPageSectionList li a h5:hover {
	color:#000;
}
ul.sectionPageSectionList li a .theLinkText {
	margin-left:190px;
	font-size:12px;
	display:block;
	padding-right:10px;
}
ul.facetList {
	margin-bottom:0;
	padding-bottom:10px;
	padding-top:5px;
}
.leftNav .individualFacet:last-child ul, .leftNav ul.mainNav {
	border-bottom:1px solid #cccccc;	
}
ul.facetList li {
	font-size:12px;
	margin-top:5px;
}
ul.facetList li a {
	/*text-shadow: 1px 1px 1px #ebebeb;
	filter: dropshadow(color=#ebebeb, offx=1, offy=1);*/
	background-image: url(../images/kensingtonGlobal/facetSquares.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left:15px;
	cursor:pointer;
	display:block;
	color:#666666;
}
ul.facetList li a.selected {
	color:#000000;
	background-position: 0px -189px;
}
.IDsForJavascript {
	display:none;
}
ul.facetList li a.inactive {
	color:#CCCCCC;
	cursor:default;
}
a.closeFacetLink, a.openFacetLink {
	float:right;
	overflow:hidden;
	line-height:1000px;
	width:5px;
	height:5px;
	background-image: url(../images/kensingtonGlobal/plusMinusSigns.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-right:5px;
	cursor:pointer;
	padding:5px;
	/*margin-top:10px;*/
}
a.openFacetLink {
	background-position: 5px -94px;
}
.leftNavExtraControls {
	margin-bottom:10px;
}
.priceInfoArea {
	height:40px;
}
.priceInfoArea .wasPrice {
	display:block;
	text-transform:uppercase;
	text-decoration:line-through;
	font-size:14px;
	color:#616161;
	height:14px;
	padding-bottom:6px;
	margin-top:5px;
}
.priceInfoArea .wasPrice strong {
	font-size:14px;
	text-decoration: line-through;
}
.priceInfoArea .wasPrice strong {
	font-size:14px;
}
.priceInfoArea .pricesFrom {
	color:#a5a5a5;
	font-size:12px;
	text-transform:uppercase;	
	display:block;
	margin-top:17px;
}
ul.sectionPageProductList .priceInfoArea .pricesFrom {
	margin-top:3px;
}
.priceInfoArea .mainPrice {
	display:block;
	font-weight:bold;
	font-size:20px;
	color:#dd1737;
	margin-top:5px;
}
.priceInfoArea .mainPrice em {
	font-size:14px;
	color:#ff7c24;
	text-transform:uppercase;
	margin-right:6px;
	font-style: normal;
	font-weight:bold;
}
.callForAQuoteArea {
	height:40px;
	width: 140px;	
}
.callForAQuoteText, .callForAQuoteNumber {
	display: block;
	color:#333;
	text-transform: uppercase;
	font-size: 15px;
}
.sectionPageProductList .moreInfoArea {
	position:absolute;
	top:333px;
}
.sectionPageProductList .callForAQuoteText {
	font-size:16px;	
}
.sectionPageProductList .callForAQuoteNumber {
	display:none;	
}
.sectionPageProductListListView .callForAQuoteArea {
	float:left;	
}
.sectionPageProductListListView .callForAQuoteText, .sectionPageProductListListView .callForAQuoteNumber {
	font-size:14px;
}
.sectionPageProductListListView .callForAQuoteArea a, .sectionPageProductListListView .callForAQuoteArea a {
	display: block;
	background: #d4192e; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4192e 0%, #a0282a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4192e), color-stop(100%,#a0282a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4192e 0%,#a0282a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4192e', endColorstr='#a0282a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-size:12px;
	height:13px;
	padding:8px 0;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.sectionPageProductListListView .callForAQuoteArea a:hover, .sectionPageProductListListView .callForAQuoteArea a:hover, .callForAQuoteAreaProductPage a:hover, .moreInfoArea a.moreInfoLink:hover {
	background: #000333; /* Old browsers */
	background: -moz-linear-gradient(top,  #000333 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000333), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000333 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000333 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000333 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000333 0%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000333', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
.sectionPageProductListListView .callForAQuoteArea, .sectionPageProductListListView .callForAQuoteArea {
	text-align: center;
}
.sectionPageProductListListView .callForAQuoteArea span, .sectionPageProductListListView .callForAQuoteArea span {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}
.sectionPageProductListListView .moreInfoArea {
	/*display:inline-block;
	margin-left:34px;*/
	float:right;
	width:141px;
}
.callForAQuoteAreaProductPage {
	font-size:23px;	
}
.callForAQuoteAreaProductPage .callForAQuoteText, .callForAQuoteAreaProductPage .callForAQuoteNumber {
	display: inline;
}
.moreInfoLink {
	background: rgb(177,181,121); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(177,181,121,1) 0%, rgba(138,142,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,181,121,1)), color-stop(100%,rgba(138,142,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(177,181,121,1) 0%,rgba(138,142,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(177,181,121,1) 0%,rgba(138,142,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(177,181,121,1) 0%,rgba(138,142,84,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(177,181,121,1) 0%,rgba(138,142,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b579', endColorstr='#8a8e54',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:8px 0;
	display:inline-block !important;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-size:12px;
	height:13px;
	width: 141px;
}
.sectionPageProductList .callForAQuoteArea {
	position:absolute;
	top:274px;
}
.sectionPageProductListListView {
	
}
.sectionPageProductList a.ccLink, .sectionPageProductListListView a.ccLink, .sectionPageProductList .ciLinkArea a, .sectionPageProductListListView .ciLinkArea a {
	color:#fff;
	font-size:12px;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:30px;
	padding-right:15px;
	background: rgb(255,156,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,156,0,1) 0%, rgba(255,118,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,156,0,1)), color-stop(100%,rgba(255,118,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,156,0,1) 0%,rgba(255,118,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,156,0,1) 0%,rgba(255,118,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,156,0,1) 0%,rgba(255,118,31,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,156,0,1) 0%,rgba(255,118,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff761f',GradientType=0 ); /* IE6-9 */
	height:24px;
	line-height:21px;
	width:96px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;	
	/*text-shadow: 1px 1px 1px #6b6b6b;*/
/*	filter: dropshadow(color=#6b6b6b, offx=1, offy=1);	*/
}
.sectionPageProductList a.ccLink:hover, .sectionPageProductListListView a.ccLink:hover, .sectionPageProductList .ciLinkArea a:hover, .sectionPageProductListListView .ciLinkArea a:hover {
	background-color:#878787;
}
ul.sectionPageProductList li a.addToCompare {
	display:inline-block;
	min-height:14px;
	background-image: url(../images/gbc2011/addToCompareBackgrounds.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	float: left;
	text-align:left;
	font-size:12px;
	color:#0f5ba5;
	cursor:pointer;
}
ul.sectionPageProductList li a.addToCompare:hover {
	color:#2c2c2c;
}
ul.sectionPageProductList li a.addToCompare.selected {
	background-position: 0px -29px;
}
ul.sectionPageProductList li a.addToCompare.processing {
	background-image: url(../images/daytimer/smallLoader.gif);
}
ul.sectionPageProductList li .addToCompareArea a.viewCompareLink {
	display: none;
	margin-top:-8px;
}
ul.sectionPageProductList li .theProductSKU, ul.sectionPageProductListListView li .theProductSKU {
	display:none;
}
ul.sectionPageProductListListView {
	list-style-type:none;
}
ul.sectionPageProductListListView li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height:95px;
	padding-top:13px;
	padding-bottom:8px;
}
ul.sectionPageProductListListView li a img.productImageGrid {
	display:none;
}
ul.sectionPageProductListListView li a img.productImageList {
	width:100px;
	height:100px;
	border:none;
	float:left;
	margin-right:15px;
}
ul.sectionPageProductList li a.productLink .displaySKUText, ul.sectionPageProductListListView li a.productLink .displaySKUText, .priceInfoArea .displaySKUText{
	display:block;
	font-size:12px;
	color:#B3B3B3;
	margin-top:4px;
}
ul.sectionPageProductListListView li a .moreInfoText 
{
    color: #0f5ba5;
    font-size: 12px;
}
ul.sectionPageProductListListView li a.productLink {
	float:left;
/*	width:350px;*/
	width:465px;
	margin-right:10px;
}
ul.sectionPageProductListListView li a.productLink h5 {
	font-size:14px;
	color:#073766;
	/*font-weight:bold;*/
}
ul.sectionPageProductListListView li a.productLink p {
	font-size:12px;
	color:#5a5a5a;	
}
ul.sectionPageProductListListView li .priceInfoArea {
	float:left;
	width:125px;
	height: 94px;
}
ul.sectionPageProductListListView li .addToCartAndCCLinks {
	float:right;
	width:141px;
}
ul.sectionPageProductList li .addToCartAndCCLinks {
	position:absolute;
	left:0;
	top:333px;
}
ul.sectionPageProductListListView li a.addToCompare, ul.sectionPageProductListListView li a.addToCompareSelected {
	background-image: url(../images/gbc2011/addToCompareBackgrounds.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align:left;
	font-size:12px;
	color:#0f5ba5;
	cursor:pointer;
	float: left;
	min-height:28px;
	line-height: 28px;
	text-align:center;
	padding-left:19px;
}
ul.sectionPageProductListListView li a.addToCompare span {
	display: inline-block;
	min-width: 120px;
	text-align: left;
}
ul.sectionPageProductListListView li a.addToCompare.selected {
	background-position: 0px -21px;
}
ul.sectionPageProductListListView li a.addToCompare.processing {
	background-image: url(../images/daytimer/smallLoader.gif);
}
ul.sectionPageProductListListView li a.addToCompare:hover {
	color:#2c2c2c;
}
ul.sectionPageProductListListView li .addToCompareArea a.viewCompareLink {
	display: none;
	margin: 0;
}
ul.sectionPageProductListListView li .addToCompareArea {
	float:right;
	clear: right;
	margin-top: 6px;
}
ul.sectionPageProductList li .addToCompareArea {
	position:absolute;
	left:0;
	top:394px;
	float:left;
}
ul.sectionPageProductList li .shopOnlineButtons {
	position:absolute;
	top:333px;
}
ul.sectionPageProductListListView li .shopOnlineButtons {
	float:right;	
	margin-top:17px;
	width:141px;
}
.variantProductListingLink {
	padding:4px 15px;
	float:left;
	height:21px;
	line-height:21px;
	width:111px;
/*	margin-top:35px;*/
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(227,24,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,24,56,1) 0%, rgba(193,16,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,24,56,1)), color-stop(100%,rgba(193,16,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* W3C */
}
.theCompareShareDiv {
	height:34px;
	margin-bottom:5px;
}
a.viewCompareLink	 {
	float:right;
	cursor:pointer;
/*	text-shadow: 1px 1px 1px #2c2c2c;
	filter: dropshadow(color=#2c2c2c, offx=1, offy=1); */
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin:3px 4px 0 0;
	font-size:12px;
	color:#FFF;
	width:120px;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(15,91,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,91,165,1) 0%, rgba(24,78,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,91,165,1)), color-stop(100%,rgba(24,78,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5ba5', endColorstr='#184e82',GradientType=0 ); /* IE6-9 */
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
a.viewCompareLink span {
	margin-left:4px;
}
/*a.viewCompareLink:hover {
	background-color:#00622c;
	background-image: -moz-linear-gradient(top, #047737, #00622c);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#047737), to(#00622c));
	background-image: -o-linear-gradient(top, #047737, #00622c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047737', endColorstr='#00622c');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#047737', endColorstr='#00622c')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*background-image: linear-gradient(top, #047737, #00622c);
	border-top-color: #0b7e37;
	border-right-color: #0b7e37;
	border-bottom-color: #0b7e37;
	border-left-color: #0b7e37;
}*/
.productListOptions {
	height:30px;
	background-color:#f6f6f6;	
	border: 1px solid #cccccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.pageinationLinks2Wrapper {
	margin-top:15px;
	clear:both;
}
.perPageText {
	float:left;
	margin-right:7px;
}
.productListingShareListPage, .productListingShareListPage2 {
	padding-left:10px;
	padding-right:10px;
	height:25px;
	padding-top:7px;
	font-size:12px;
	color:#616161;
	border: 1px solid #cccccc;
	/*float:left;
	width:353px;*/
	background-color:#f6f6f6;
	margin-top: 10px;
}
.productListingShareListPage3 {
	background-color: #FBFBFB !important;
	margin-top:15px;
	/*-moz-border-radius: 4px;*/
	font-size: 12px;
	vertical-align: middle;
	/*border-radius: 4px;*/
	height:20px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color:#616161;
	border:1px solid #d7d7d7;
}
.productListingShareListPage span, .productListingShareListPage2 span {
	float:left;
	margin-right:5px;
}
.productListingShareListPage .shareThisText, .productListingShareListPage2 .shareThisText, .productListingShareListPage3 .shareThisText {
	float:left;
	margin-right:10px;
	margin-top:1px;
	color: #666666;
}
.addthis_counter {
	display: none !important;
}
.addthis_button_pinterest_pinit {
/*	border:1px solid #C9C5C5;
	height:14px;
	background-position:0 -11px;*/
	margin-top:-4px;
}
.displayingXofY {
	float:left;
	text-align:center;
	font-size:11px;
	padding: 8px 10px 0;
	color:#666;
	text-transform:uppercase;
}
.displayXofYText {
	float:left;
	padding-right:13px;
	border-right:1px solid #d0d0d0;
	margin-right:14px;
}
.displayingXofY .displayNumberLabel {
	float:left;
	width:30px;
	height:17px;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: #FFF;
	margin-right:5px;
	margin-top:-3px;
	padding-top:3px;
	cursor:pointer;
	font-size:11px;
	color:#3f6f8d;
}
.displayingXofY .displayNumberLabelSelected {
	cursor:default;
	color:#666666;	
}
.displayingXofY .theOptionsDiv {
	/*float:right;
	width: 100px;*/
	margin-left: 15px;
	float: left;	
}
.displayingXofY .theOptionsDiv span {
	float: left;	
}
.displayingXofY .theOptionsDiv a {
	/*float:right;*/
	width:30px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	margin-left:5px;
	background-image: url(../images/gbcConnect/viewAsGridListButtons.gif);
	background-repeat: no-repeat;
	line-height:1000px;
	margin-top:-3px;
	display: inline-block;
}
.displayingXofY .theOptionsDiv .theView {
	float: left;
}

.displayingXofY .theOptionsDiv a.showAsGrid {
	background-position: 0px 0px;
}
.displayingXofY .theOptionsDiv a.showAsGrid:hover, .displayingXofY .theOptionsDiv a.showAsGridSelected {
	background-position: 0px -20px;
}
.displayingXofY .theOptionsDiv a.showAsList {
	background-position: -35px 0px;
}
.displayingXofY .theOptionsDiv a.showAsList:hover, .displayingXofY .theOptionsDiv a.showAsListSelected {
	background-position: -35px -20px;
}
.sortByPanel {
	display:inline-block;
	margin-left:22px;	
	line-height:30px;
	padding-top: 4px;
}
.sortByPanel select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	padding:1px;
	border: 1px solid #d4d4d4;
}
.sortByPanel .sortByTitle {
	font-size:11px;
	text-transform:uppercase;	
}
.pageinationLinks2 {
	clear:both;
}
.pageinationLinks, .pageinationLinks2 {
	text-align:right;
	background-color: #E1E1E1;
	margin-bottom:10px;
	font-size:11px;
	height:30px;
	line-height:30px;
	padding-right: 10px;
	padding-left: 10px;
	color:#616161;
	text-transform:uppercase;
	background-color:#f6f6f6;
	float:right;	
}
.pageinationLinks .theAdditionNumber {
	display:none;
}
.pageinationLinks .pageinationLinksInner, .pageinationLinks2 .pageinationLinksInner {
	/*float:right;*/
	display:inline;
}
.pageinationLinks h3, .pageinationLinks2 h3 {
	font-size:11px;
	display:inline;
}
.pagination a, .pagination span {
	background-color:#fff;
	padding:5px 7px;
	margin-left:8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;	
}
.pagination span.current {
	color:#2c2c2c;
}
.pagination a, .pagination span.next, .pagination span.prev {
	color:#073766;
	cursor:pointer;
}
.productInfoArea {
	float:right;
	width:570px;
}
.productInfoArea h1 {
	color:#2c2c2c;
	font-size:22px;
	margin-bottom:2px;
}
.productInfoArea h2 {
	color:#737373;
	font-style:italic;
	font-size:14px;
	margin-bottom:5px;
}
.productInfoArea .h1Area {
	margin-bottom:10px;
}
.skuPriceLine {
	text-align:right;
	margin-top:10px;
	margin-bottom:5px;
}
.skuPriceLine .topProductCodeName {
	color:#ababab;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-align:left;
}
.skuPriceLine .topProductCodeNameWithPrice {
	color:#ababab;
	font-size:14px;
	display:block;
	margin-top:9px;
}
.productInfoArea p {
	margin-top:10px;
	font-size:13px;
	color:#616161;
}
.skuPriceLine .priceElements {
	display:inline-block;
	text-align:left;
	text-transform:uppercase;
}
.skuPriceLine .priceElements .wasPrice {
	color:#dd1737;
	font-size:14px;
	padding-bottom:6px;
	display:block;
}
.skuPriceLine .priceElements .wasPrice strong {
	margin-left:5px;
	text-decoration: line-through;
}
.skuPriceLine .priceElements .mainPrice {
	color:#dd1737;
	font-size:27px;
	font-weight:bold;
}
.skuPriceLine .priceElements .mainPrice em {
	font-size:17px;
	font-style:normal;
	margin-right:6px;
}
.wtbLinksAndAddToCompareArea {
	overflow: auto;
	margin-top: 10px;
}
.wtbLinksArea {
	float: left;
	margin-right: 10px;
}
.wtbLinksArea a.addToCartLink {
	height:33px;
	cursor:pointer;
	line-height:33px;
	font-size:12px;
	font-weight:bold;
	padding:0px 12px 0px 50px;
/*	text-shadow: 0px 0px 3px #ff3108; */
	text-shadow: none;
/*	filter: dropshadow(color=#ff3108, offx=0, offy=0);*/
/*	border: 2px solid #A7AD54;*/
	border:none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	background-color: rgb(227,24,56); /* Old browsers */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif);
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), -moz-linear-gradient(top,  rgba(227,24,56,1) 0%, rgba(193,16,44,1) 100%); /* FF3.6+ */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,24,56,1)), color-stop(100%,rgba(193,16,44,1))); /* Chrome,Safari4+ */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), -webkit-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), -o-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Opera 11.10+ */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), -ms-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* IE10+ */
	background-image: url(../images/gbcConnect/gbcConnectProductAddToCart.gif), linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31838', endColorstr='#c1102c',GradientType=0 ); /* IE6-9 */*/
	background-repeat: no-repeat;
	background-position: 18px 7px;
	background-repeat: no-repeat, no-repeat;
	background-position: 18px 7px, 0px 0px;
	color:#FFFFFF;
	float:left;
	margin-top:0px;
	/*margin-left:10px;*/
}
.wtbLinksArea a.addToCartLink:hover {
	/*background-position: 0px -33px;
	text-shadow: 0px 0px 3px #ff3108;
	filter: dropshadow(color=#ff3108, offx=0, offy=0);
	border: 2px solid #ff9e5d;*/
}
.wtbLinksArea a.shopLink, .wtbLinksArea a.usShopLink, .wtbLinksArea .ciLinkArea a {
	color:#fff;
	font-size:12px;
	float:left;
	font-weight:bold;
	padding-left:13px;
	padding-right:13px;
	background-color:#b3b3b3;
	height:30px;
	line-height:30px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	text-shadow: 1px 1px 1px #6b6b6b;
	filter: dropshadow(color=#6b6b6b, offx=1, offy=1);
	margin-top:6px;
}
.wtbLinksArea a.shopLink:hover, .wtbLinksArea a.usShopLink:hover, .wtbLinksArea .ciLinkArea a:hover {
	background-color:#878787;
}
.wtbLinksAndAddToCompareArea .addToCompareArea {
	float: left;
}
.wtbLinksAndAddToCompareArea a.addToCompare {
	background-image: url(../images/gbc2011/addToCompareBackgrounds.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	text-align:left;
	font-size:12px;
	color:#0f5ba5;
	cursor:pointer;
	float: left;
	min-height:33px;
	line-height: 33px;
	text-align:center;
	padding-left:19px;
}
.wtbLinksAndAddToCompareArea a.addToCompare span {
	display: inline-block;
	min-width: 120px;
	text-align: left;
}
.wtbLinksAndAddToCompareArea a.addToCompare.selected {
	background-position: 0px -19px;
}
.wtbLinksAndAddToCompareArea a.addToCompare.processing {
	background-image: url(../images/daytimer/smallLoader.gif);
}
.wtbLinksAndAddToCompareArea a.addToCompare:hover {
	color:#2c2c2c;
}
.wtbLinksAndAddToCompareArea a.viewCompareLink {
	display: none;
	margin: 2px 0 0;
}
.gbcConnectVariantAddToCompareArea {
	overflow: auto;
	margin-top: 10px;
}
.gbcConnectVariantAddToCompareArea .addToCompareArea {
	float: left;
}
.gbcConnectVariantAddToCompareArea a.addToCompare {
	background-image: url(../images/gbc2011/addToCompareBackgrounds.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	text-align:left;
	font-size:12px;
	color:#0f5ba5;
	cursor:pointer;
	float: left;
	min-height:33px;
	line-height: 33px;
	text-align:center;
	padding-left:19px;
}
.gbcConnectVariantAddToCompareArea a.addToCompare span {
	display: inline-block;
	min-width: 120px;
	text-align: left;
}
.gbcConnectVariantAddToCompareArea a.addToCompare.selected {
	background-position: 0px -19px;
}
.gbcConnectVariantAddToCompareArea a.addToCompare.processing {
	background-image: url(../images/daytimer/smallLoader.gif);
}
.gbcConnectVariantAddToCompareArea a.addToCompare:hover {
	color:#2c2c2c;
}
.gbcConnectVariantAddToCompareArea a.viewCompareLink {
	display: none;
	margin: 2px 0 0;
}
.infoTabsArea, .infoTabsArea2 {
	height:39px;
	overflow:hidden;
	background-image: url(../images/kensingtonGlobal/infoTabsAreaBackground.gif);
	background-repeat: repeat-x;
	margin-top:10px;
}
.infoTabsArea ul, .infoTabsArea2 ul {
	list-style-type:none;
}
.infoTabsArea ul li, .infoTabsArea2 ul li {
	float:left;
	margin-right:5px;
	width:135px;
	text-align:center;
	line-height:37px;
	font-size:13px;
}
.infoTabsArea2 ul li {
	width:178px;
}
.infoTabsArea ul li a, .infoTabsArea2 ul li a {
	display:block;
	height:37px;
	border:1px solid #d4d4d4;
/*	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-weight:bold;*/
	background-color:#f6f6f6;
	color:#073766;
	cursor:pointer;
}
.infoTabsArea ul li a.selected, .infoTabsArea2 ul li a.selected {
	background-image:none;
	background-color:#FFFFFF;
	color:#000;
	height:39px;
}
.tabsContentArea .longProductDescArea {
	display:none;
}
.tabsContentArea, .tabsContentArea2 {
	padding:20px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
ul.featuresList {
	color:#616161;
	font-size:13px;
	list-style-type:none;
}
ul.featuresList li {
	margin-bottom:10px;
	background-image: url(../images/kensingtonGlobal/greyBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 12px;
}
ul.featuresList li a {
	color:#073766;
}
ul.featuresList li a:hover {
	color:#2c2c2c;
}
.tabsContentArea .longProductDescArea p {
	color:#616161;
	font-size:13px;
	line-height:19px;
	margin-top:0;
	margin-bottom:15px;
}
.otherProductsArea {
	clear:both;
	padding-top:15px;
}
.mainImageArea {
	margin-right:585px;
}
.mainImageArea .mainImageProductArea img.mainProductImage {
	width:375px;
	height:375px;
/*	border: 1px solid #D4D4D4;*/
}
.mainImageArea .mainImageProductArea {
	position:relative;
}
.easyzoom {
    position: relative;
    display: inline-block;
}
.easyzoom img {
    vertical-align: bottom;
    cursor: default;
}
.easyzoom.is-loading img,
.easyzoom.is-loading .easyzoom-notice  {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: url(../images/ktg2014/zoom.png), crosshair;
}

.easyzoom.is-error img, 
.easyzoom.is-error .easyzoom-notice {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	border: 1px solid #e6e7e9;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}
.mainImageArea .easyzoom--adjacent .easyzoom-flyout {
	top: -20px;
	width: 359px;
	height: 600px;
	margin-left: 21px;
}
.mainProductImage {
    background: url("//accoblobstorageus.blob.core.windows.net/assets/images/ajax-loader-white.gif") center center no-repeat;
    width: 373px;
    height: 373px;
}
/*.mainImageArea .mainImageProductArea a {
	position:absolute;
	width:34px;
	height:34px;
	border: 1px solid #D4D4D4;
	z-index:1;
	right:8px;
	bottom:8px;
	overflow:hidden;
	line-height:1000px;
	background-image: url(../images/gbcConnect/zoomIntoImageBackground.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}*/
.mainImageArea .mainImageProductArea a:hover {
	background-position: 0px -34px;
}
ul.otherImagesList {
	height:73px;
	border: 1px solid #cccccc;
	list-style-type:none;
	overflow: hidden;
}
ul.otherImagesList li {
	float:left;
	width:73px;
	height:73px;
}
ul.otherImagesList li a, ul.otherImagesList li a img {
	border:none;
}
.mainImageArea .productListingShareListPage {
	margin-top:10px;
	margin-bottom:15px;
	margin-right: 0px;
}
ul.relatedProductList, ul.tradeUpList, ul.accessoryList {
/* 	height:170px; */
	overflow: auto;
	width: 100%;
	list-style-type:none;
}
ul.relatedProductList li, ul.tradeUpList li, ul.accessoryList li {
	float:left;
	width:130px;
/* 	height:170px; */
	margin-right:25px;
	margin-left:25px;
}
ul.relatedProductList li a, ul.tradeUpList li a, ul.accessoryList li a {
	display:block;
	font-size:11px;
	color:#073766;
	font-weight:bold;
}
ul.relatedProductList li a img, ul.tradeUpList li a img, ul.accessoryList li a img {
	width:130px;
	height:130px;
	margin-bottom:5px;
	border:none;
}
ul.relatedProductList li a:hover, ul.tradeUpList li a:hover, ul.accessoryList li a:hover {
	color:#2c2c2c;
}
.newFlashArea, .specialOfferArea {
	height:20px;
}
.newFlashArea.hidden, .specialOfferArea.hidden {
	display: none;
}
.newFlashArea span {
	background-color:#ff0000;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.specialOfferArea span {
	text-transform:uppercase;
	color:#F00;
	font-size:13px;
	font-weight:bold;
}
ul li.hideOnStartUp {
	display:none;
}
a.readMoreLink, a.readMoreLink2 {
	font-size:11px;
	font-weight: bold;
	color: #7294D0;
	cursor:pointer;
}
.introTextHideMe {
	display:none;
}
.compatibleLaptopsInner, .tipsInTheBoxInner {
	display:none;
}
.tipsInTheBoxArea, .compatibleLaptopsArea {
	background-color: #ececec;
	padding: 5px;
	background-image: -moz-linear-gradient(top, #f6f6f6, #e3e3e3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#e3e3e3));
	background-image: -o-linear-gradient(top, #f6f6f6, #e3e3e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e3e3e3')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #f6f6f6, #e3e3e3);
	margin-top:10px;
	border: 1px solid #d4d4d4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.tipsInTheBoxArea h3, .compatibleLaptopsArea h3 {
	font-size: 13px;
	color: #393939;
	background-image: url(../images/kensingtonGlobal/blueTriangle.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 15px;
	font-weight:bold;
	cursor:pointer;
}
.tipsInTheBoxArea h3.opened, .compatibleLaptopsArea h3.opened {
	background-position: 3px -10px;
}
.tipsInTheBoxInner, .compatibleLaptopsInner {
	padding-top:5px;
}
.tipsInTheBoxInner p, .compatibleLaptopsInner p {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tipsInTheBoxInner select, .compatibleLaptopsInner select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:13px;
	padding:1px;
	border: 1px solid #d4d4d4;
}
.laptopDropdownArea {
	float:left;
	margin-right:15px;
}
.laptopDropdownArea label {
	display:block;
	color: #393939;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
.laptopDropdownAreaWrapper {
	height:50px;
}
.laptopDropdownArea .laptopSearch {
	float:left;
	background-image: url(../images/kensingtonGlobal/magnifyingGlass.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 14px;
	width: 14px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top:18px;
	border: 1px solid #597CBD;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#073766;
	overflow:hidden;
	line-height:1000px;
	cursor:pointer;
}
.theLaptopResults {
	display:none;
}
.theLaptopResults p {
	font-weight:bold;
	font-size:13px;
	color: #393939;
}
.theLaptopResults ul {
	list-style-type:none;
	font-size:12px;
	color: #393939;
}
.theLaptopResults ul li {
	display:inline-table;
	width:33%;
	margin-bottom:4px;
}
.theLaptopResults ul li a {
	color:#073766;
}
.theLaptopResults ul li a:hover {
	color:#2c2c2c;
}
.tipsInTheBoxInner ul {
	list-style-type:none;
	font-size:12px;
	color: #393939;
}
.tipsInTheBoxInner ul li {
	display:inline-table;
	width:33%;
	margin-bottom:4px;
	line-height:26px;
	font-weight:bold;
}
.tipsInTheBoxInner ul li img {
	width:46px;
	height:46px;
	float:left;
	margin-right:5px;
}
.tipsInTheBoxInner ul li a {
	color:#073766;
}
.tipsInTheBoxInner ul li a:hover {
	color:#2c2c2c;
}
.resourcesArea {
	display:none;
}
.resourcesArea ul {
	list-style-type:none;
	font-size:13px;
}
.resourcesArea ul li {
	margin-bottom:15px;
	height:20px;
	line-height:20px;
}
.resourcesArea ul li a {
	padding-left:30px;
	color:#073766;
	background-image: url(../images/kensingtonGlobal/resourcesIcons.gif);
	background-repeat: no-repeat;
	display:block;
	height:20px;
	line-height:20px;
}
.resourcesArea ul li a:hover {
	color:#2c2c2c;
}
.resourcesArea ul li a.pdfLink {
	background-position: 0px -35px;
}
.resourcesArea ul li a.resourcesRangeBrochureLink, .resourcesArea ul li a.resourcesProductBrochureLink, .resourcesArea ul li a.resourcesProductManualLink {
	background-position: 0px -35px;
}
.resourcesArea h3   {
    margin-bottom: 15px;
    font-weight: bold;
}
.breadCrumbArea a.myAccountLink {
	border:none;
}
.breadCrumbArea a.myAccountLinkSelected {
	border:none;
	color:#2c2c2c;
}
.signInRegisterArea a.registerLinkSelected {
	color:#2c2c2c;
}
.signInRegisterArea a.signInLinkSelected {
	color:#2c2c2c;
	border:none;
}
.signInRegisterArea a.productRegistrationLinkSelected {
	color:#2c2c2c;
}
.videoLinks {
	margin-top:6px;
}
.videoLinks ul {
	list-style-type:none;
}
.videoLinks ul li {
	margin-bottom:10px;
}
.videoLinks ul li a {
	display:block;
	height:98px;
	border: 1px solid #D4D4D4;
	background-color:#ececec;
	background-image: -moz-linear-gradient(top, #f6f6f6, #e2e2e2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#e2e2e2));
	background-image: -o-linear-gradient(top, #f6f6f6, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #f6f6f6, #e2e2e2);
	color:#6c6c6c;
	font-size:13px;
	cursor:pointer;
	background-repeat: no-repeat;
	overflow:hidden;
	position:relative;
}
.videoLinks ul li a h4 {
	font-weight:bold;
	margin-bottom:8px;
	margin-top:10px;
}
.videoLinks ul li a p {
	color:#073766;
}
.videoLinks ul li a:hover, .videoLinks ul li a:hover p {
	color:#000;
}
.videoLinks ul li a img.posterFrame {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D4D4;
	width:180px;
	height:98px;
	margin-right:10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.videoLinks ul li a img.playIcon {
	height:30px;
	width:30px;
	position:absolute;
	left:76px;
	top:35px;
	opacity:0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=90);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	border:none;

}
a.the360SiteLink {
	display:block;
	height:46px;
	background-image: url(../images/kensingtonGlobal/360LinkBackground.gif);
	background-repeat: no-repeat;
	border: 1px solid #D4D4D4;
	line-height:46px;
	font-size:13px;
	color:#073766;
	padding-left:96px;
}
a.the360SiteLink:hover {
	color:#000000;
}
.addToCartLinkAreaWidgetRow {
	margin-top:10px;
}
input.genericButton {
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	padding-left:9px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px;
	text-shadow: 0px 0px 3px #ff3108;
	filter: dropshadow(color=#ff3108, offx=0, offy=0);
	border: 2px solid #ffa96f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/kensingtonGlobal/genericButtonLinkBackground.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
p.genericButtonLine {
	height:30px;
}
ul#ccRetailerList {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#ccRetailerList li {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	padding:1px;
	list-style-type:none;
}
ul#ccRetailerList li a {
	background:none;
	padding:0;
	margin:0;
	height:67px;
	width:137px;
}
ul#ccRetailerList li a img {
	padding:1px;
	background-color:#E6E6E6;
	width:135px;
	height:65px;
}
ul#ccRetailerList li a:hover img {
	background-color:#666666;
}
.ModalWindow {
	border: solid 1px #c0c0c0;
	/*position:absolute;
	top:-1000px;
	height:auto;
	z-index:100000;
	background-image: url(../images/nobo/buyOnlineHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 333px;*/
	background-color: #ffffff;
	text-align:left;
	width:610px;
}
#fancy_ajax {
	width:610px;
}
.ModalWindow div {
	padding:10px;
}
.ModalWindow div.tidyUp {
	padding:0;
}
.ModalWindow h3 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
}
.modalBackground {
  background-color:#000000;
  filter:alpha(opacity=90);
  opacity:0.90;
}
.widgetRow .contentWidget p a {
	color:#073766;
}
.widgetRow .contentWidget p a:hover {
	color:#2c2c2c;
}
.widgetRow .contentWidget p strong {
	font-weight:bold;
}
a.kenSecurityArrowLink {
	background-color:#6a9cd1;
	padding-left:26px;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	padding-right:9px;
	padding-top:6px;
	padding-bottom:6px;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/kensingtonSecuritySection/sliderArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	cursor:pointer;
}
a.kenSecurityArrowLink:hover {
	background-color:#000;
}
.kenSecurityArrowLinkArea {
	margin-top:20px;
}
a.kenSecurityArrowLink .kenSecurityNewBrowserWindow {
	padding-right:15px;
	background-image: url(../images/kensingtonSecuritySection/newBrowserWindow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
img.freeDelivery, .mainImageArea a.freeDelivery img {
	margin-top:10px;
}
.specificationListArea 
{
    display:none;
}
.specificationListArea ul
{
    list-style-type:none;
}
.specificationListArea ul li
{
    list-style-type:none;
    line-height:29px;
    margin-bottom:3px;
}
.specificationListArea ul li img {
    float:left;
    margin-right:4px;
}
select.genericPulldown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	border: 1px solid #666;
}
.masterKeyForm h3 {
	margin-top:15px;
	margin-bottom:10px;
	font-size:18px;
	color: #252525;
}
.masterKeyForm p {
	margin-bottom:15px;
}
.masterKeyForm p .existingLock {
	display:block;
	margin-top:4px;
}
.masterKeyForm p .existingLock label {
	padding-left:5px;
}
.masterKeyForm p label.oneLine {
	display:block;
}
.masterKeyForm .masterKeyBreak {
	margin-top:15px;
	margin-bottom:15px;
	background-color: #D4D4D4;
	height: 1px;
	overflow:hidden;
}
.masterKeyForm p.genericButtonLine {
	margin-top:15px;
}
a.formBannerLink {
	display:block;
	margin-top:10px;
}
img.awardGraphic {
	margin-top:10px;
	margin-bottom:10px;
	width:570px;
	height:70px;
}
.standardMasterKeyPage ul {
	list-style-type:none;
}
.standardMasterKeyPage ul li {
	margin-bottom:5px;
}
.standardMasterKeyPage ul li a {
	color: #7294D0;
}
.standardMasterKeyPage ul li a:hover {
	color: #2C2C2C;
}
/**************
ComparePopUp
**************/
.comparePopup {
	display:none;	
}
.productPageWidgetArea1 .bannerArea {
	margin-top:15px;
	width:568px;
	height:68px;
	border: 1px solid #E8E8E8;
	overflow:hidden;
}
.productPageWidgetArea1 .bannerAreaNoKeyLine {
	margin-top:15px;
}
.productPageWidgetArea2 .bannerArea {
	margin-top:15px;
	width:958px;
	height:108px;
	border: 1px solid #E8E8E8;
	overflow:hidden;
}
.productPageWidgetArea2 .bannerAreaNoKeyLine {
	margin-top:15px;
}
.productPageWidgetArea3 .bannerArea {
	margin-top:15px;
	width:373px;
	height:99px;
	border: 1px solid #E8E8E8;
	overflow:hidden;
}
.productPageWidgetArea3 .bannerAreaNoKeyLine {
	margin-top:15px;
}
fieldset.standardForm {
	padding:0;
	border:none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
fieldset.standardForm p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:14px;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
fieldset.standardForm p em {
	font-style:normal;
	color:#CC0000;
}
fieldset.standardForm p.requiredLine {
	font-size:13px;
}
fieldset.standardForm p label {
	padding-left:5px;
}
fieldset.standardForm p label.formLabel {
	float:left;
	width:220px;
	margin-top:2px;
	padding-left:0;
}
input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border: 1px solid #666666;
	width: 250px;
	padding: 2px;
}
textarea.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #666666;
	width: 250px;
	padding: 2px;
	height:80px;
}
fieldset.standardForm p input.genericButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #89D3D8;
	border: 1px solid #000000;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-transform: uppercase;
}
fieldset.standardForm td label {
	padding-left:6px;
}
ul.siteMapNav li.normal {
	font-size: 20px;
	font-weight: bold;
	background-position: 0px 5px;
	margin-top:20px;
}
ul.siteMapNav li {
	/*background-image: url(../images/interface/gbcRedArrow.gif);
	background-repeat: no-repeat;*/
}
ul.siteMapNav li a {
	text-decoration:none;
	color: #000000;	
}
ul.siteMapNav li a:hover {
	color:#CC0000;
}
ul.siteMapNav li.subNav1, ul.siteMapNav li.leftNavLevel1 {
	font-size: 15px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-left:35px;
}
ul.siteMapNav li.leftNavLevel2 {
	font-size: 15px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-left:65px;
}
ul.siteMapNav li.leftNavLevel2 a {
	font-weight:normal;
}
ul.siteMapNav li.leftNavLevel3 {
	font-size: 13px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-left:95px;
}
ul.siteMapNav li.leftNavLevel3 a {
	font-weight:normal;
}
ul.siteMapNav li.leftNavLevel4 a {
	font-weight:normal;
}
ul.siteMapNav li.leftNavLevel4 {
	font-size: 13px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-left:115px;
}
ul.siteMapNav li.subsubNav1 {
	font-size: 13px;
	background-position: 0px 4px;
	margin-left:55px;
}
ul.siteMapNav {
	margin-top:20px;
	list-style-type:none;
}
a.wtbWidgetLink {
	margin-bottom:15px;
	float:left;
	margin-right:15px;
	width:180px;
	height:101px;
}
a.wtbWidgetLinkEndOfRow {
	margin-right:0;
}
.theNewsWrapperNewsPage strong {
	font-weight:bold;
}
.contactUsPage2 p {
	margin-bottom:20px;
}
.productResultsArea2012 ul.sectionPageProductListListView li a.productLink {
	float:left;
	width:585px;
}
.productResultsArea2012 ul.sectionPageProductListListView li .addToCartAndCCLinks {
	float:right;
	width:145px;
	margin-top:7px;
}
.gbcConnectInventoryText {
	display:block;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #CC0000;
	font-weight: bold;
}
.specificationListArea ul li.textInfo 
{
    font-size:13px;
    margin-bottom:10px;
	/*background-image: url(../images/kensingtonGlobal/greyBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 12px;
*/
	line-height:14px;
}
.specificationListArea ul li.textInfo strong 
{
    font-weight:bold;
}
ul.otherImagesList li.endOfRow 
{
    margin-right:0;
}
.jcarousel-skin-opg .jcarousel-next-horizontal, .jcarousel-skin-opg .jcarousel-prev-horizontal {
	background-color: #F6F6F6;
	background-image: url(../images/gbc2011/otherImageCarouselArrow.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-opg .jcarousel-next-horizontal {
	background-position: 6px center, 0 0;
}
.jcarousel-skin-opg .jcarousel-prev-horizontal  {
	background-position: -28px center, 0 0;
}
.jcarousel-skin-opg .jcarousel-next-disabled-horizontal, .jcarousel-skin-opg .jcarousel-prev-disabled-horizontal {
	background-color: #F6F6F6;
	background-image: url(../images/kensingtonmobile/icons-18-grey.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-opg .jcarousel-next-disabled-horizontal {
	background-position: -108px center, 0 0;
}
.jcarousel-skin-opg .jcarousel-prev-disabled-horizontal {
	background-position: -144px center, 0 0;	
}
fieldset.partsFeedbackForm {
	border:none;
	margin:0;	
}
fieldset.partsFeedbackForm p {
	margin-bottom:15px;
}
fieldset.partsFeedbackForm p span[for] {
	display:inline-block;
	width:200px;	
}
fieldset.partsFeedbackForm p span[for] em {
	font-style: normal;
	color: #073766;
}
fieldset.partsFeedbackForm p input[type="text"] {
	height:16px;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	border:1px solid #535E69;	
}
fieldset.partsFeedbackForm p select {
	width:234px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	border:1px solid #535E69;	
	font-size: 13px;
}
fieldset.partsFeedbackForm p input[type="radio"] {
	margin-right:5px;	
}
fieldset.partsFeedbackForm p input.submit {
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px;
	border:none;	
	font-size: 13px;
	color: white;
	background-color: #073766;
	font-weight: bold;
	cursor: pointer;
}
fieldset.partsFeedbackForm p .contactOptions label, fieldset.partsFeedbackForm p .problemButton label {
	padding-right: 15px;
}
fieldset.partsFeedbackForm p input.submit:hover {
	background-color: black;
}
fieldset.partsFeedbackForm .page1part1, fieldset.partsFeedbackForm .page2part1 {
	border-top:1px solid #535e69;
	border-bottom:1px solid #535E69;	
	padding-top:15px;
}
fieldset.partsFeedbackForm span[for="contact"] + * + * + input[value="telephoneContactButton"] {
	margin-left:30px;	
}
fieldset.partsFeedbackForm .page2problemPanel {
	border-bottom:1px solid #535E69;	
	padding-bottom:15px;
}
fieldset.partsFeedbackForm .requiredLabel, fieldset.partsFeedbackForm .requiredLabel2 {
	display:inline-block;
	width:200px;
}
fieldset.partsFeedbackForm .problemExplanationLabel {
	display:inline-block;
	width:180px;
	margin-right:20px;	
}
fieldset.partsFeedbackForm .problemExplanation {
	vertical-align: top;
	height:60px;	
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	border:1px solid #535E69;	
	font-size: 12px;
}
fieldset.partsFeedbackForm .intro2 {
	display:block;
	margin-bottom:15px;	
}
fieldset.partsFeedbackForm .page1part2 {
	padding-top:15px;	
}
fieldset.partsFeedbackForm .page2part2 {
	padding: 15px 0;	
}
fieldset.partsFeedbackForm table {
	margin-bottom:15px;	
}
fieldset.partsFeedbackForm table tr > td {
	padding-bottom: 5px;
}
fieldset.partsFeedbackForm .error {
	color:red;	
}
fieldset.partsFeedbackForm table input {
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	border:1px solid #535E69;	
	font-size: 13px;
	width: 120px;
}
fieldset.partsFeedbackForm table select {
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	border:1px solid #535E69;	
	font-size: 11px;
}
.jsURL {
	display:none;
}
.leftNav h3 .helpTextWrapper 
{
    position:relative;
    display: inline;
}
.leftNav h3 a.helpTextLink {
	cursor: help;
	overflow: hidden;
	width: 11px;
	height: 11px;
	background-image: url(../images/helpIcons/13.png);
	line-height: 1000px;
    margin-top: 2px;
    display: inline-block;
}
.leftNav h3 .helpTextArea {
	position: absolute;
	left: 20px;
	top:0;
	padding: 10px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	color: white;
	background-color: #b1b579;
	width: 150px;
	z-index: 100;
	line-height: 1.5em;
	display: none;
}

.formCheckBoxList input
{
    margin-bottom: 5px;
}

.formCheckBoxList label
{
    font-size: 12px;
}

.labelHeight
{
    height: 80px;
}

.noscript
{
    font-weight: bold;
    color: #e62f4c;
    margin-top: 30px;
}
ul.facetList li a .colourBlob {
	float: left;
	width: 20px;
	margin-right: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
.comparePopup {
	display:none;
	text-align: left;
}
.comparePopup .comparePopupInner a {
	float:right;
	width:17px;
	height:17px;
	overflow:hidden;
	line-height:1000px;
	background: url(../images/kensingtonGlobal/closeCompareColumn.gif) no-repeat 0 0;
	cursor:pointer;
	margin: -10px -10px 0 0;	
}
.comparePopup .comparePopupInner a:hover {
	background-position: 0px -30px;
}
.comparePopup h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.comparePopup table {
	margin-top: 30px;
	border-collapse: collapse;
	border: solid #d1d1d1;
	border-width: 1px 0;
}
.comparePopup td {
	width: 25%;
	border: solid #d1d1d1;
	border-width: 0 1px;
	vertical-align: top;
	padding: 10px 20px;
}
.comparePopup td h5 {
	height: 72px;
	margin: 12px 0;
	font-size: 12px;
	font-weight: bold;
}
.comparePopup td .productPanel img {
	height: 130px;
	width: 140px;
}
.comparePopup .replaceButtonRow td {
	height: 35px;
}
.comparePopup .replaceButton {
	display: inline-block;
	cursor:pointer;
	font-weight:bold;
	padding: 0 12px 0 30px;
	height:28px;
	line-height:28px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background: rgb(15,91,165) url(../images/interface/replace.png) 12px center no-repeat; /* Old browsers */
	background: url(../images/interface/replace.png) 12px center no-repeat, -moz-linear-gradient(top,  rgb(15,91,165) 0%, rgb(24,78,130) 100%); /* FF3.6+ */
	background: url(../images/interface/replace.png) 12px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(15,91,165)), color-stop(100%,rgb(24,78,130))); /* Chrome,Safari4+ */
	background: url(../images/interface/replace.png) 12px center no-repeat, -webkit-linear-gradient(top,  rgb(15,91,165) 0%,rgb(24,78,130) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/interface/replace.png) 12px center no-repeat, -o-linear-gradient(top,  rgb(15,91,165) 0%,rgb(24,78,130) 100%); /* Opera 11.10+ */
	background: url(../images/interface/replace.png) 12px center no-repeat, -ms-linear-gradient(top,  rgb(15,91,165) 0%,rgb(24,78,130) 100%); /* IE10+ */
	background: url(../images/interface/replace.png) 12px center no-repeat, linear-gradient(top,  rgb(15,91,165) 0%,rgb(24,78,130) 100%); /* W3C */
	text-transform:uppercase;
}
.comparePopup .loadingPanel {
	display: none;
	padding-top: 80px;
	text-align: center;
}
.comparePopup .viewCompareLink {
	margin: 30px 0 0;
}
.comparePopup .viewCompareLink.disabled {
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}
.recentlyViewedNew	{
	clear: both;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.recentlyViewedNew	h3{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
ul.recentlyViewedProductListStandalone.recentlyViewedProductList {
	margin-top:20px;
	list-style-type: none;
}
ul.recentlyViewedProductListStandalone.recentlyViewedProductList:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html ul.recentlyViewedProductListStandalone.recentlyViewedProductList { zoom: 1; } /* IE6 */
*:first-child+html ul.recentlyViewedProductListStandalone.recentlyViewedProductList { zoom: 1; } /* IE7 */
ul.recentlyViewedProductListStandalone.recentlyViewedProductList li{
	float: left;
	width: 130px;
	min-height: 170px;
	margin-right: 25px;
	margin-left: 25px;
}
ul.recentlyViewedProductListStandalone.recentlyViewedProductList li a	{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #073766;
}
ul.recentlyViewedProductListStandalone.recentlyViewedProductList li a img	{
	width: 130px;
	height: 130px;
	margin-bottom: 5px;
	border: none;
}
ul.recentlyViewedProductListStandalone.recentlyViewedProductList li a:hover	{
	color: #2c2c2c;
}
.clearAllLink	{
	float: right;
	color: #FFF;
	line-height: 24px;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgb(15,91,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,91,165,1) 0%, rgba(24,78,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,91,165,1)), color-stop(100%,rgba(24,78,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(15,91,165,1) 0%,rgba(24,78,130,1) 100%); /* W3C */
}
.daytimer404
{
    height: 350px;
    background-image: url('../images/daytimer/404daytimernew.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.daytimer404 h1 
{
    padding-top:150px;
    font-size: 30px !important;
    text-align: center;
}

.daytimer404 p
{
    text-align: center;
    padding-top: 5px;
    font-size:15px !important;  
}
/* BIS Simplification stuff */
fieldset.bisSimplification {
	padding: 0 !important;
	margin-top:15px;
	margin-bottom: 15px;
	background: #FBFBFB;
	border:1px solid #D7D7D7;
}
fieldset.bisSimplification input {
	color:#666;
}

fieldset.bisSimplification p.formFieldRow em {
	font-style: normal;
	display: block;
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
}
fieldset.bisSimplification p.formFieldRow select {
	color:#666;
	height: 30px;
	font-size: 12px;
	display: block;
}
fieldset.bisSimplification p.formFieldRow textarea {
	display: block;
	margin-top:10px;
	margin-bottom:28px;
	border:1px solid #D7D7D7;
	color:#666;
	padding:10px;
	resize:vertical;
	max-height:190px;
	box-sizing:border-box;
	font-size: 12px;
	outline: none;
	width: 100%;
}
fieldset.bisSimplification div.formFieldRow label {
	font-weight: bold;
	display: block;
	color:#555D68;
}
fieldset.bisSimplification div.formFieldRow {
	background: #FBFBFB !important;
}
fieldset.bisSimplification p input[type="text"], fieldset.bisSimplification p select, fieldset.bisSimplification p input[type="file"]  {
	display:block;
	outline:none;
	border:1px solid #D7D7D7;
	margin-top:5px;
	margin-bottom: 5px;
	width:350px;
	padding:5px;
	font-size: 12px;
}
fieldset.bisSimplification div.intro {
	width:100% !important;
	margin:0;
}
fieldset.bisSimplification div.intro p {
	line-height: 0px;
	border:none !important;
}
fieldset.bisSimplification p, div.formFieldRow {
	padding-left: 20px;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom: 10px;
}
div.formFieldRow {
	display: block;
	width: 100%;
}
fieldset.bisSimplification div.intro {
	background:#E8E8E8;
	color:#555D68;
	padding-top:20px;
	padding-bottom: 20px;
}
fieldset.bisSimplification p {
	border-top:1px solid #D2D2D2;
}
fieldset.bisSimplification p.formFieldRow label {
	font-weight: bold;
	display: block;
	color:#555D68;
}
strong {
	font-weight: bold !important;
}
fieldset.bisSimplification p.formFieldRow .submitButton {
	background: #F41E36;
	color:#fff;
	height: 35x;
	box-sizing:border-box;
	width:100px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	padding:6px;
	outline: none;
	display: inline-block;
	border:none;
	font-weight: bold;
}
fieldset.bisSimplification p.formFieldRow .submitButton:hover {
	background:#D41E2E;
	cursor: pointer;
}
fieldset.bisSimplification p.odd {
	background:#FBFBFB;
	
}
fieldset.bisSimplification p.even {
	background:#F6F6F6;
}
fieldset.bisSimplification p.formFieldRow div.fileUpload {
	position:relative;
	overflow: hidden;
	margin:10px;
}
fieldset.bisSimplification p.formFieldRow div.fileUpload input.upload {
	position: absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}
fieldset.bisSimplification p.formFieldRow span.callOutMessage {
	background:#FFFFE9;
	display: block;
	color:#707372;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #F1F5C2;
	padding:10px;
}
fieldset.bisSimplification div.callOutMessage {
	background:#FFFFE9;
	color:#707372;
	margin:20px;
	display: block;
	padding-top:15px;
	padding-bottom:15px;
	border:1px solid #F1F5C2;
	margin-top:15px;
	margin-bottom: 15px;
}
fieldset.bisSimplification div.callOutMessage p {
	border:none !important;
	padding-top:5px;
	padding-bottom: 5px;
}
fieldset.bisSimplification div.callOutMessage p.section {
	margin-top:10px;
	margin-bottom: 10px;
}
fieldset.bisSimplification div.callOutMessage p.section strong {
	padding-bottom: 4px;
	width: 100px;
}
fieldset.bisSimplification div.callOutMessage h2 {
	margin-left:20px;
	font-weight: bold;
	font-size:17px;
}
fieldset.bisSimplification div.callOutMessage p strong {
	font-weight: bold;
}
fieldset.bisSimplification div.callOutMessage div.inset {
	margin-left:10px;
}
fieldset.bisSimplification div.callOutMessage table {
	margin-left:20px;
	padding:10px;
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom: 10px;
}
fieldset.bisSimplification div.callOutMessage table thead tr td {
	font-weight: bold;
	border:1px solid #666;
	padding:10px;
}
fieldset.bisSimplification div.callOutMessage table tbody tr {
	border:1px solid #666;
	text-align:center;
}
fieldset.bisSimplification div.callOutMessage table tbody tr td {
	border:1px solid #666;
}
fieldset.bisSimplification div.callOutMessage ul {
	margin-left: 20px;
}
fieldset.bisSimplification div.callOutMessage ul li {
	list-style-type: disc;
	margin-left: 15px;
}
/*.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn-primary {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:active {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
	background-image: none;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	margin: 3px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}*/
/*.uploadFile {
	height: 33px;
	padding-left:5px;
	box-sizing: border-box;
	font-size: 12px;
	width: 250px;
	color:#666;
}*/
div.uploadDiv {
	display: block;
	margin-top:10px;
}
div.uploadDiv input[type="file"] {
	padding:5px;
}
/* position preview pane */
span.imagePreview {
	right: 300px;
	float: right;
	position: relative;
	height: 50px;
	width: 50px;
}
.tabStylePreview {
	width: 60px;
	height:60px;
	vertical-align: middle;
	display: inline-block;
	border:1px solid #000;
	margin-left: 10px;
}
.tabStylePreview img {
	width:100%;
	height: 100%;
}
.colourPreview {
	width:50px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
	border:1px solid #000;
}
.homePageBtn {
	margin-left: auto;
	margin-right: auto;
	border:none;
	display: block;
	margin-top:10px;
	margin-bottom: 10px;
	border-radius:10px;
	width:140px;
	font-size:12px;
	height: 30px;
	line-height: 6px;
	font-weight: bold;
	background:#17326A;
	color:#fff;
	padding:10px;
	box-sizing:border-box;
}
.homePageBtn:hover {
	background: #1A366B;
	cursor: pointer;
}
.genericErrorBIS {
	color:#E13432;
	font-weight: bold;
/*	margin-top:10px;
	margin-bottom: 10px;*/
}
.successMessage {
	text-align: center;
	border:1px solid #D7D7D7;
	background: #FBFBFB;
	width: 100%;
	min-height: 450px;
	margin-top:15px;
	margin-bottom: 30px;
}
.successMessage .inner {
	margin-top: 20%;
}
.successMessage .inner p {
	line-height: 1.8;
}
.successMessage .inner h2 {
	font-weight: bold;
	text-transform: uppercase;
	color:#565D69;
}
.inline-label {
	display: inline-block !important;
	margin-right: 10px !important;
}
/* call out stuff - including tables for measurements */
bisSimplification
/* hacky stuff for alignment */
#colour1 {
	margin-left: 10px;
}
#colour1pms, #colour2pms {
	width:395px !important;
}
.inline {
	display: inline-block !important;
}
#textbox2, #textbox1 {
	margin-right: -3px !important;
}
label[for="textbox2"],label[for="textbox1"] {
   margin-right: 0px !important;
}
.inline label {
	margin-left: 7px;
	margin-right: 7px;
	font-weight: normal !important;
	display: inline-block !important;
}

.rainbowQuarter {
	background: #ff3232; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff3232 0%, #fff432 33%, #2989d8 66%, #00b220 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff3232), color-stop(33%,#fff432), color-stop(66%,#2989d8), color-stop(98%,#00b220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff3232 0%,#fff432 33%,#2989d8 66%,#00b220 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff3232 0%,#fff432 33%,#2989d8 66%,#00b220 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff3232 0%,#fff432 33%,#2989d8 66%,#00b220 98%); /* IE10+ */
	background: linear-gradient(to right,  #ff3232 0%,#fff432 33%,#2989d8 66%,#00b220 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#00b220',GradientType=1 ); /* IE6-9 */
}
.rainbowFifth {
	background: #ff3232; /* Old browsers */
	background: -moz-linear-gradient(left, #ff3232 0%, #fff432 24%, #2989d8 50%, #9328ff 72%, #00b220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff3232), color-stop(24%,#fff432), color-stop(50%,#2989d8), color-stop(72%,#9328ff), color-stop(100%,#00b220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff3232 0%,#fff432 24%,#2989d8 50%,#9328ff 72%,#00b220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ff3232 0%,#fff432 24%,#2989d8 50%,#9328ff 72%,#00b220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ff3232 0%,#fff432 24%,#2989d8 50%,#9328ff 72%,#00b220 100%); /* IE10+ */
	background: linear-gradient(to right, #ff3232 0%,#fff432 24%,#2989d8 50%,#9328ff 72%,#00b220 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#00b220',GradientType=1 ); /* IE6-9 */
}
.transparentGradient {
	background: rgb(235,241,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FiZDNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg5YzNlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWViZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-8 */
}
/* new label */
.variantNewLabel {
	float:right;
	background-color: #ff0000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* Refurbed products table */
table.refurbishedProducts {
    width:100%;
    border:1px solid #d4d4d4;
    border-collapse:collapse;
    margin-top: 15px;
}
table.refurbishedProducts thead tr {
    background:#F6F6F6;
}
table.refurbishedProducts thead tr th {
    font-weight:bold;
    text-transform:uppercase;
    border:1px solid #d4d4d4;
    font-size:0.9em;
}
table.refurbishedProducts tbody tr {
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4
}
table.refurbishedProducts tbody tr:first-child {
    border-top:none !important;
}
table.refurbishedProducts tbody tr:last-child {
    border-bottom:none !important
}
table.refurbishedProducts th, table.refurbishedProducts td {
    padding:0.4em;
    height:25px;
}
a.purchaseRefurbishedProduct {
    display:block;
    outline:none;
    background:#E13432;
    text-align:center;
    margin:0 auto;
    line-height:17px;
    padding:0.2em;
    width:80px;
    font-size:0.8em;
    border-radius:10px;
    color:#fff;
    height:17px;
    text-transform:uppercase;
}
a.purchaseRefurbishedProduct:hover {
    cursor:pointer;
    background:#666;

}
.callForAQuoteAreaProductPage a {
	display: inline-block;
	background: #d4192e; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4192e 0%, #a0282a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4192e), color-stop(100%,#a0282a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4192e 0%,#a0282a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4192e 0%,#a0282a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4192e', endColorstr='#a0282a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	font-size:12px;
	height:13px;
	padding:8px 16px;
	color: white;
	cursor: pointer;
}