/*
THEME NAME: The SunPal
THEME URI: http://www.thesunpal.com
DESCRIPTION: Wordpress Theme For The SunPal Website
VERSION: 1.0
AUTHOR: Matthew Brown
*/

body {
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #39b1d7;
	font-family: tahoma;
	font-size:12px;
}

body p {
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 920px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	clear: both;
	/* WRAPPER DROP SHADOW */
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
}

/* HEADER STYLES */

#top-bar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

	#top-bar-left {
		width: 480px;
		float: left;
		margin: 0px;
	}
	
		#top-bar-left h1, #top-bar-left h1 a, #top-bar-left h1 a:visited {
			font-family: tahoma;
			font-size: 40px;
			font-weight: normal;
			color: #263692;
			line-height: 40px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-decoration: none;
		}
		
		#top-bar-left h2, #top-bar-left h2 a, #top-bar-left h2 a:visited {
			font-family: tahoma;
			font-size: 20px;
			font-weight: normal;
			color: #39b1d7;
			line-height: 20px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-decoration: none;
		}
	
	#top-bar-right {
		width: 480px;
		float: right;
		margin: 0px;
		text-align: right;
	}
	
		#top-bar-right span {
			font-family: tahoma;
			font-size: 30px;
			font-weight: normal;
			color: #ff9900;
			line-height: 30px;
			margin-top: 0px;
		}
		
#header {
	width: 920px;
	margin-bottom: 20px;
}

	#header-banner {
		width: 920px;
		height: 258px;
		margin: 0px;
		margin-bottom: 5px;
		background-image: url('images/banner.jpg');
		background-repeat: no-repeat;
	}
	
		#header-banner-top {
			width: 920px;
			height: 30px;
			margin: 0px;
		}
	
		#header-banner-nav {
			height: 30px;
			float: right;
			padding-left: 10px;
			padding-right: 10px;
			margin: 0px;
			margin-right: 20px;
			background-color: #ffffff;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			font-size: 12px;
			font-weight: normal;
			color: #000000;
			line-height: 30px;
			/* WRAPPER DROP SHADOW */
			-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.7);
			-moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.7);
			box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.7);
		}
		
			#header-banner-nav ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
			
				#header-banner-nav ul li {
					display: inline;
					margin-left: 5px;
					margin-right: 5px;
					line-height: 30px;
				}
				
					#header-banner-nav ul li a, #header-banner-nav ul li a:visited {
						font-size: 12px;
						font-weight: normal;
						color: #39b1d7;
						text-decoration: none;
					}
					
						#header-banner-nav ul li a:hover {
							color: #263692;
						}
					
		#header-banner-bottom {
			width: 920px;
			padding-top: 142px;
			margin: 0px;
		}
					
		#header-banner-bonus-link {
			width: 148px;
			height: 35px;
			float: right;
			margin-right: 14px;
			margin-bottom: 4px;
			text-align: right;
		}
		
			#header-banner-bonus-link a, #header-banner-bonus-link a:visited {
				display: block;
				width: 148px;
				height: 35px;
				padding: 0px;
				margin: 0px;
				text-decoration: none;
			}
		
		#header-banner-security-link {
			width: 173px;
			height: 35px;
			float: right;
			margin-right: 14px;
			text-align: right;
			clear: both;
		}
		
			#header-banner-security-link a, #header-banner-security-link a:visited {
				display: block;
				width: 173px;
				height: 35px;
				padding: 0px;
				margin: 0px;
				text-decoration: none;
			}
			
	#header-nav {
		width: 920px;
		height: 32px;
		padding: 0px;
		margin: 0px;
		background-image: url('images/header-nav-bg.jpg');
		background-repeat: repeat-x;
		clear: both;
	}
	
		#header-nav ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#header-nav ul li {
				display: inline-block;
				height: 32px;
				padding: 0px;
				float: left;
				margin: 0px;
			}
			
				#header-nav ul li a, #header-nav ul li a:visited {
					display: block;
					height: 32px;
					padding-left: 10px;
					padding-right: 10px;
					line-height: 32px;
					font-size: 14px;
					font-weight: bold;
					color: #ffffff;
					text-decoration: none;
				}
				
					#header-nav ul li a:hover {
						color: #ffff00;
					}
					
/* MAIN STYLES */

#container {
	width: 920px;
	margin-bottom: 20px;
}

	#content {
		width: 629px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		margin-right: 20px;
		border-right: #cccccc 1px solid;
		float: left;
	}
	
		#content h2 {
			font-size: 25px;
			font-weight: normal;
			color: #000000;
			line-height: 25px;
			margin-top: 0px;
			margin-bottom: 10px;
		}
		
		#content h3 {
			font-size: 18px;
			font-weight: normal;
			line-height: 18px;
			margin-top: 0px;
			margin-bottom: 10px;
		}
		
		#content p {
			font-size: 13px;
			line-height: 18px;
		}
		
		#content ul {
			font-size: 13px;
		}
		
			#content ul li {
				margin-bottom: 10px;
			}
		
/* PRODUCT PAGE STYLES */

#product-page-bottom-links {
	width: 629px;
	height: 40px;
	line-height: 40px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

	#product-page-bottom-links a {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #263692;
		text-decoration: none;
	}
			
	#order-button {
		text-align: center;
	}
	
	.product-link-block {
		width: 629px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
		.product-link-block-left {
			width: 300px;
			height: 42px;
			float: left;
			margin: 0px;
			margin-left: 10px;
		}
		
		.product-link-block-right {
			width: 300px;
			height: 42px;
			line-height: 42px;
			float: right;
			margin: 0px;
			margin-right: 10px;
		}
	
		.product-link-block span a, .product-link-block span a:visited {
			display: block;
			width: 250px;
			height: 40px;
			line-height: 40px;
			padding-left: 20px;
			padding-right: 20px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			font-size: 15px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			background-color: #ffc422;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border: #ffc422 1px solid;
			/* BEGIN GRADIENT BACKGROUNDS */
			background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffc422));
			background: -moz-linear-gradient(top,  #ffff00,  #ffc422);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffc422');
			/* END GRADIENT BACKGROUNDS */
		}
		
			.product-link-block span a:hover {
				color: #ffffff;
				border: #263692 1px solid;
				/* BEGIN GRADIENT BACKGROUNDS */
				background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#263692));
				background: -moz-linear-gradient(top,  #0099ff,  #263692);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#263692');
				/* END GRADIENT BACKGROUNDS */
			}
			
		.product-link-block a, .product-link-block a:visited {
			margin: 0px;
			margin-left: 10px;
			margin-right: 10px;
			font-size: 13px;
			font-weight: bold;
			color: #263692;
			text-decoration: none;
		}
		
		.product-link-block ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#content .product-link-block ul li, .product-link-block ul li a {
				display: inline-block;
				margin-left: 10px;
				margin-right: 10px;
			}
	
	#johnson-box {
		width: 579px;
		padding: 20px;
		border: #263692 5px dashed;
		margin-bottom: 20px;
		background-color: #f2f2f2;
	}
					
/* SIDEBAR STYLES */

#sidebar {
	width: 250px;
	float: right;
	margin: 0px;
}

	#sidebar h3 { font-size:18px;font-weight:bold;line-height:18px;margin:0px;margin-bottom:10px; }
	#sidebar ul { list-style:none;padding:0px;margin:0px;margin-bottom:20px; }

	#sidebar ul.sidebar-list-one {
		width: 228px;
		padding: 10px;
		border: #cccccc 1px solid;
		background-color: #f2f2f2;
		margin: 0px;
		margin-bottom: 10px;
		list-style: none;
	}
	
		#sidebar ul.sidebar-list-one li {
			height: 20px;
			line-height: 20px;
		}
		
			#sidebar ul.sidebar-list-one li a, #sidebar ul.sidebar-list-one li a:visited {
				font-size: 12px;
				color: #263692;
				text-decoration: none;
			}
			
				#sidebar ul.sidebar-list-one li a:hover {
					font-weight: bold;
				}
			
	#sidebar ul.sidebar-list-two {
		width: 228px;
		padding: 10px;
		border: #ffcc00 1px solid;
		background-color: #ffff99;
		margin: 0px;
		margin-bottom: 10px;
		list-style: none;
	}
	
		#sidebar ul.sidebar-list-two li {
			height: 20px;
			line-height: 20px;
		}
		
			#sidebar ul.sidebar-list-two li a, #sidebar ul.sidebar-list-two li a:visited {
				font-size: 12px;
				color: #263692;
				text-decoration: none;
			}
			
				#sidebar ul.sidebar-list-two li a:hover {
					font-weight: bold;
				}

/* FOOTER STYLES */

#footer {
	width: 920px;
	border-top: #cccccc 1px solid;
	padding-top: 10px;
	border-bottom: #cccccc 1px solid;
	padding-bottom: 10px;
}

	#footer h4 {
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		line-height: 14px;
		margin: 0px;
	}
	
	#footer p {
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 10px;
		clear: both;
	}

	#footer-one {
		width: 200px;
		margin: 0px;
		margin-right: 20px;
		float: left;
	}
	
		#footer-one-top {
			width: 180px;
			height: 14px;
			padding: 10px;
			background-color: #cccccc;
			background-image: url('images/footer-one-top-bg.jpg');
			background-repeat: repeat-x;
		}
		
		#footer-one-content {
			width: 180px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
	
	#footer-two {
		width: 275px;
		margin: 0px;
		margin-right: 20px;
		float: left;
	}
	
		#footer-two-top {
			width: 255px;
			height: 14px;
			padding: 10px;
			background-image: url('images/footer-two-top-bg.jpg');
			background-repeat: repeat-x;
		}
		
		#footer-two-content {
			width: 255px;
			padding: 10px;
			background-color: #949c24;
		}
			
				#footer-two-content p span {
					color: #ffffff;
					text-align: right;
					float: right;
					margin-bottom: 10px;
				}
	
	#footer-three {
		width: 405px;
		margin: 0px;
		float: left;
	}
	
		#footer-three-top {
			width: 385px;
			height: 14px;
			padding: 10px;
			background-color: #39b1d7;
			background-image: url('images/footer-three-top-bg.jpg');
			background-repeat: repeat-x;
		}
		
		#footer-three-content {
			width: 385px;
			padding: 10px;
			background-color: #66cccc;
			margin-bottom: 10px;
		}
		
			#footer-three-content ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
			
				#footer-three-content ul li {
					display: inline-block;
					width: 128px;
					height: 30px;
					margin: 0px;
					margin-right: -4px;
				}
				
					#footer-three-content ul li a, #footer-three-content ul li a:visited {
						display: block;
						width: 118px;
						height: 30px;
						padding-left: 10px;
						font-size: 12px;
						font-weight: normal;
						color: #263692;
						text-decoration: none;
					}
					
						#footer-three-content ul li a:hover {
							text-decoration: underline;
						}
						
		#footer-three-bottom-top {
			width: 385px;
			height: 14px;
			padding: 10px;
			background-color: #cccccc;
			background-image: url('images/footer-one-top-bg.jpg');
			background-repeat: repeat-x;
		}
		
		#footer-three-bottom-content {
			width: 385px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

#sub-footer {
	width: 920px;
	height: 40px;
	font-size: 12px;
}

	#sub-footer-left {
		width: 420px;
		height: 40px;
		float: left;
		margin: 0px;
		line-height: 40px;
	}
	
	#sub-footer-right {
		width: 500px;
		height: 40px;
		float: right;
		margin: 0px;
		line-height: 40px;
		text-align: right;
	}
	
		#sub-footer-right ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#sub-footer-right ul li {
				display: inline;
				margin-left: 5px;
				margin-right: 5px;
			}
				
				#sub-footer-right ul li a, #sub-footer-right ul li a:visited {
					color: #263692;
					text-decoration: none;
				}
				
/* -- ECOMMERCE STYLES SECTION -- */

/* PRODUCT PAGE STYLES */
#single_product_page_container .imagecol { width:200px;height:200px;float:left;margin-right:20px;margin-bottom:10px; }
	#single_product_page_container .imagecol img { width:200px;height:200px; }
	
form.product_form { width:627px;padding:10px;background:#f2f2f2;border:#cccccc 1px solid; }
	form.product_form div.wpsc_product_price { width:200px;float:left;margin:0px;padding:10px;background:#263692;box-shadow: 0px 0px 10px #666666;color:#ffffff; }
		.single_product_display .wpsc_product_price p.pricedisplay { font-size:12px;font-weight:bold; }
			.single_product_display .wpsc_product_price p.pricedisplay span { float:right;text-align:right;font-weight:normal;color:#ffc726; }
	form.product_form div.wpsc_buy_button_container { width:280px;float:right;margin:0px;padding-top:10px;text-align:center; }
		.single_product_display form.product_form input, #content .single_product_display form.product_form input { display:block;width:200px;height:50px;line-height:50px;font-size:30px;font-weight:bold;color:#000000;background:#ffc726;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:0px;margin-left:auto;margin-right:auto;
			background: -moz-linear-gradient(top, #ffff00 0%, #ffc726 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ffc726)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* IE10+ */
			box-shadow: 0px 0px 10px #666666;
		}
		
form.small { width:380px;float:right;margin:0px;margin-bottom:10px; }
	form.small div.wpsc_product_price { margin-top:10px; }
	form.small div.wpsc_buy_button_container { width:150px;float:right;margin:0px; }
		.single_product_display form.small input, #content .single_product_display form.small input { width:150px; }
			.single_product_display form.small input:hover, #content .single_product_display form.small input:hover { color:#ffffff;
				background:#263692;
				background: -moz-linear-gradient(top, #0066cc 0%, #263692 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#263692)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #0066cc 0%,#263692 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #0066cc 0%,#263692 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #0066cc 0%,#263692 100%); /* IE10+ */
			}
		
/* PRODUCT CAT PAGE STYLES */
.grid_product_view_box { display:block;width:220px;float:left;margin:0px;text-align:center; }
	.grid_product_view_box a { display:block;width:200px;padding:10px;text-decoration:none; }
		.grid_product_view_box a img { width:200px;height:200px;margin-bottom:10px; }
		.grid_product_view_box a h3 { font-size:18px;font-weight:bold;color:#000000;line-height:22px; }
		.grid_product_view_box a p.pricedisplay { font-size:14px;color:#000000; }
			.grid_product_view_box a p.pricedisplay span { color:#009900;font-weight:bold;font-size:14px; }
		.grid_product_view_box a p.catButton { display:block;width:100%;height:30px;line-height:30px;font-size:14px;font-weight:bold;color:#000000;
			background:#ffc726;
			background: -moz-linear-gradient(top, #ffff00 0%, #ffc726 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ffc726)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* IE10+ */
			box-shadow: 0px 0px 10px #666666;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		}
			.grid_product_view_box a p.catButton:hover { color:#ffffff;
				background:#263692;
				background: -moz-linear-gradient(top, #0066cc 0%, #263692 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#263692)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #0066cc 0%,#263692 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #0066cc 0%,#263692 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #0066cc 0%,#263692 100%); /* IE10+ */
				box-shadow: 0px 0px 10px #666666;
			}
	.grid_product_view_box:hover { background:#f2f2f2; }
	
/* CHECKOUT PAGE STYLES */
form.wpsc_checkout_forms { width:629px;margin:0px;margin-top:10px;margin-bottom:10px; }
	form.wpsc_checkout_forms .wpsc_email_address { width:609px;padding:10px;background:#f2f2f2;margin:0px;margin-bottom:10px; }
		form.wpsc_checkout_forms .wpsc_email_address img { display:none; }
.table-1 { width:304px;float:left;margin:0px; }
	.table-1 input { width:150px;height:24px;line-height:24px; }
	.table-1 textarea { width:150px; }
.table-2 { width:304px;float:right;margin:0px; }
	.table-2 input { width:150px;height:24px;line-height:24px; }
	.table-2 textarea { width:150px; }
.wpsc_make_purchase { width:100%;height:50px;line-height:50px;clear:both;padding-top:50px;text-align:right; }
	.wpsc_make_purchase input { display:block;float:right;width:200px;height:40px;line-height:40px;border:0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
		color:#000000;
		background:#ffc726;
		background: -moz-linear-gradient(top, #ffff00 0%, #ffc726 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ffc726)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* IE10+ */
			box-shadow: 0px 0px 10px #666666;
	}
		.wpsc_make_purchase input:hover {
			color:#ffffff;
			background:#263692;
				background: -moz-linear-gradient(top, #0066cc 0%, #263692 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#263692)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #0066cc 0%,#263692 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #0066cc 0%,#263692 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #0066cc 0%,#263692 100%); /* IE10+ */
				box-shadow: 0px 0px 10px #666666;
		}

.custom_meta { display:none; }

/* FEATURED PRODUCTS INCLUDE STYLES - 12/2012 Matt Brown */

	.featuredCrossellProducts { width:920px;padding-bottom:10px;border-bottom:#cccccc 1px solid;margin-bottom:20px; }
		.featuredCrossellProducts h3 { margin:0px;margin-bottom:10px; }
		.featuredCrossellProduct { width:220px;border:#cccccc 1px solid;float:left;margin:0px;margin-right:10px;text-align:center; }
			.featuredCrossellProductFour { margin-right:0px; }
			.featuredCrossellProduct a { display:block;width:200px;padding:10px;text-decoration:none; }
				.featuredCrossellProduct a img { width:200px;height:200px;border:0px;margin-bottom:20px; }
				.featuredCrossellProduct a h3 { color:#263692; }
				.featuredCrossellProduct p { font-weight:bold;color:#717470; }
					.featuredCrossellProduct p span.green { color:#009900; }
					.featuredCrossellProduct p span.button { display:block;width:100%;height:40px;line-height:40px;color:#000000;font-size:14px;
						background:ffc726;
						background: -moz-linear-gradient(top, #ffff00 0%, #ffc726 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#ffc726)); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #ffff00 0%,#ffc726 100%); /* IE10+ */
						border-radius:10px;
						-moz-border-radius:10px;
						-webkit-border-radius:10px;
					}
						.featuredCrossellProduct p span.button:hover {
							color:#ffffff;
							background:#263692;
							background: -moz-linear-gradient(top, #0066cc 0%, #263692 100%); /* FF3.6+ */
							background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#263692)); /* Chrome,Safari4+ */
							background: -webkit-linear-gradient(top, #0066cc 0%,#263692 100%); /* Chrome10+,Safari5.1+ */
							background: -o-linear-gradient(top, #0066cc 0%,#263692 100%); /* Opera 11.10+ */
							background: -ms-linear-gradient(top, #0066cc 0%,#263692 100%); /* IE10+ */
						}
			.featuredCrossellProduct:hover { background:#ffffcc; }
