/* reset */

body {
	margin:0;
	color:#333;
	font:14px/17px Arial, Helvetica, sans-serif;
	min-width:982px;
	
	
/*Christmas background*/


background-image:url(../images/ac_bluesnowlake_bg_reversed.png);
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;


/*V-Day background	
		background: #83cd37;
background-image:url(../images/valentinesday_bg.jpg);
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;

*/


	
	/*Main background
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzY2QzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #83cd37 0%, #ffffff 57%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83cd37), color-stop(57%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #83cd37 0%,#ffffff 57%,#ffffff 100%);
	background: -o-linear-gradient(top,  #83cd37 0%,#ffffff 57%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #83cd37 0%,#ffffff 57%,#ffffff 100%);
	background: linear-gradient(to bottom,  #83cd37 0%,#ffffff 57%,#ffffff 100%);*/
	

	
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	min-height:900px;
}
img {
	border-style:none;
	vertical-align:top;
	padding-top:1px;
}
a {
	text-decoration:none;
	/* Ian Changed June 7th 2013 
	color:#211e71;*/
	color:#AC1F26;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	border:0 none;
	margin:0;
	padding:0;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
/* global settings */
.w1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.w2{
	width: 1020px;
	position: relative;
	float: left;
	left: 50%;
}
.w3{
	width: 1020px;
	position: relative;
	float: left;
	left: -50%;
}
#wrapper{
	width:978px;
	margin: 0 auto;
	position:relative;
	background:url(../images/bg-wrapper.jpg);
}
#wrapper:after,
#wrapper > after{
	content:'';
	position:absolute;
	left:-2px;
	top:0;
	width:982px;
	height:100%;
	z-index:-1;
	background:url(../images/bg-shadow.png) repeat-y;
}
/* header */
#header{
	padding:8px 0 0 10px;
	/* Christmas */
	background:url(../images/bg-header-christmas.gif) no-repeat;
	/* V-day
	background:url(../images/bg-header-valentinesday.gif) no-repeat; */
	/* Mothersday
	background:url(../images/bg-header-mom.gif) no-repeat; */
	/* Halloween 
	background:url(../images/bg-header-halloween.gif) no-repeat;*/
	/* ThanksGiving 
	background:url(../images/bg-header-thanksgiving.gif) no-repeat;*/
	/* Main 
	background:url(../images/bg-header.gif) no-repeat;*/
}
/* logo */
.logo{
	text-indent:-9999px;
	overflow:hidden;
	width:379px;
	height:65px;
	background:url(../images/sprite.png) no-repeat;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
/* view cart link */
.view-cart{
	background: url('../images/sprite.png') no-repeat 0 -106px;
	width: 76px;
	height: 24px;
	color:#f7f5f2;
	font-weight:bold;
	float:right;
	position:relative;
	margin:-4px 0 0 10px;
	padding:7px 0 0 43px;
}
.view-cart:after,
.view-cart after{
	content:'';
	position:absolute;
	right:-3px;
	top:0;
	background: url('../images/sprite.png') no-repeat -22px -67px;
	width: 3px;
	height: 31px;
	text-indent:-9999px;
	overflow:hidden;
}
.view-cart:hover{
	text-decoration:none;
	background: url('../images/sprite.png') no-repeat 0 -139px;
}
.view-cart:hover:after,
.view-cart:hover after{
	content:'';
	background: url('../images/sprite.png') no-repeat -27px -67px;
}
/* country-box */
.country-box{
	float:right;
	width:162px;
	background:#e3e5e0;
	font-size:12px;
	margin:2px 0 0 6px;
	padding:4px 0 3px 5px;
}
.country-box span{
	float:left;
	/* Changed by Ian
	margin:-2px 6px 0 0;*/
	margin:-1px 6px 0 0;
}
.country-box img{float:left;}
.country-box a{
	float:left;
	position:relative;
	padding:0 0 0 17px;
	margin:0;
	height:16px;
}
.country-box span + a{margin:0 6px 0 0;}
.country-box a:after,
.country-box a after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background: url('../images/sprite.png') no-repeat 0 -86px;
	width: 16px;
	height: 16px;
}
.country-box a.checked:after,
.country-box a.checked after{background: url('../images/sprite.png') no-repeat 0 -68px;}
/* phone number */
.phone{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:122px;
	height:13px;
	margin:7px 0 0;
	background: url('../images/sprite.png') no-repeat -173px -73px;
}
/* banner-box */
.banner-box{
	float:right;
	margin:-37px 0 0;
	position:relative;
}
.sub-box{
	position:absolute;
	/* Changed by Ian - June 5 2013 - to fit old shipping images
	right:8px; */
	right:3px;
	top:0;
}
.sub-box2{
	position:absolute;
	right:1px;
	top:-6px;
}
.banner-box:after,
.banner-box after{
	content:'';
	position:absolute;
	background: url('../images/sprite.png') no-repeat -135px -68px;
	width: 20px;
	height: 80px;
	bottom:1px;
	right:-20px;
}
/* main navigation */
#nav{
	list-style:none;
	margin:8px -52px 0 -10px;
	padding:0;
	width:620px;
	font-weight:bold;
	background:#ac1f26;
	float:left;
	position:relative;
}
#nav:after,
#nav after{
	position:absolute;
	content:'';
	left:-20px;
	top:-2px;
	background: url('../images/sprite.png') no-repeat -201px -91px;
	width: 20px;
	height: 48px;
}
#nav li{
	float:left;
	border-left:1px solid #d19886;
}
#nav li:first-child{border:0;}
#nav a{
	float:left;
	color:#fff4e4;
	padding:10px 12px 11px 11px;
}
#nav a:hover{
	text-decoration:none;
	background:#d24b00;
}
#nav .home{
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -159px -88px;
	width: 18px;
	height: 18px;
	padding:10px 12px 11px 11px;
}
#nav .home:hover{
	background:#d24b00  url('../images/sprite.png') no-repeat -159px -88px;
}
/* main */
#main{
	height:1%;
	padding:0 8px 8px 9px;
}
/* content */
#content{
	float:right;
	width:785px;
}
/* slideshow */
.slideshow {
	position: relative;
	height: 301px;
	margin:0 0 20px;
}
.slideshow .slideset{
	height:301px;
	width:783px;
	box-shadow: 0 0 4px rgba(0,0,0,0.8);
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow .sticker{
	position:absolute;
	left:-1px;
	top:0;
	z-index:50;
}
.slideshow .text-block{
	position:absolute;
	left:60px;
	bottom:35px;
	padding:9px 23px 7px 18px;
	background:#fff4e4;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4),  0 0 4px rgba(0,0,0,0.2);
}
.btn-more{
	position:absolute;
	bottom:35px;
	right:55px;
	color:#fff;
	font-size:17px;
	line-height:19px;
	/* Ian Changed
	padding:8px 35px 12px 20px; */
	padding:11px 35px 12px 20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-style:italic;
	font-weight:bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwOTE2YSIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMTI5Zjc2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMTI5ZTc1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjMDA2NjJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwM2MxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(16,145,106,0.83) 0%, rgba(18,159,118,1) 3%, rgba(18,158,117,1) 11%, rgba(0,102,44,1) 68%, rgba(0,60,26,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,145,106,0.83)), color-stop(3%,rgba(18,159,118,1)), color-stop(11%,rgba(18,158,117,1)), color-stop(68%,rgba(0,102,44,1)), color-stop(100%,rgba(0,60,26,1)));
	background: -webkit-linear-gradient(top,  rgba(16,145,106,0.83) 0%,rgba(18,159,118,1) 3%,rgba(18,158,117,1) 11%,rgba(0,102,44,1) 68%,rgba(0,60,26,1) 100%);
	background: -o-linear-gradient(top,  rgba(16,145,106,0.83) 0%,rgba(18,159,118,1) 3%,rgba(18,158,117,1) 11%,rgba(0,102,44,1) 68%,rgba(0,60,26,1) 100%);
	background: -ms-linear-gradient(top,  rgba(16,145,106,0.83) 0%,rgba(18,159,118,1) 3%,rgba(18,158,117,1) 11%,rgba(0,102,44,1) 68%,rgba(0,60,26,1) 100%);
	background: linear-gradient(to bottom,  rgba(16,145,106,0.83) 0%,rgba(18,159,118,1) 3%,rgba(18,158,117,1) 11%,rgba(0,102,44,1) 68%,rgba(0,60,26,1) 100%);
}
.btn-more:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0YmQ4YSIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMTVjMDhkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMTZjNzk0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjMTFiOTdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDVhYTVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjMDA5ZjQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMDA3YjM1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjIyOCIgc3RvcC1vcGFjaXR5PSIwLjg5Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(20,189,138,0.83) 0%, rgba(21,192,141,1) 3%, rgba(22,199,148,1) 11%, rgba(17,185,123,1) 29%, rgba(5,170,92,1) 50%, rgba(0,159,68,1) 66%, rgba(0,123,53,1) 97%, rgba(0,98,40,0.89) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,189,138,0.83)), color-stop(3%,rgba(21,192,141,1)), color-stop(11%,rgba(22,199,148,1)), color-stop(29%,rgba(17,185,123,1)), color-stop(50%,rgba(5,170,92,1)), color-stop(66%,rgba(0,159,68,1)), color-stop(97%,rgba(0,123,53,1)), color-stop(100%,rgba(0,98,40,0.89)));
	background: -webkit-linear-gradient(top,  rgba(20,189,138,0.83) 0%,rgba(21,192,141,1) 3%,rgba(22,199,148,1) 11%,rgba(17,185,123,1) 29%,rgba(5,170,92,1) 50%,rgba(0,159,68,1) 66%,rgba(0,123,53,1) 97%,rgba(0,98,40,0.89) 100%);
	background: -o-linear-gradient(top,  rgba(20,189,138,0.83) 0%,rgba(21,192,141,1) 3%,rgba(22,199,148,1) 11%,rgba(17,185,123,1) 29%,rgba(5,170,92,1) 50%,rgba(0,159,68,1) 66%,rgba(0,123,53,1) 97%,rgba(0,98,40,0.89) 100%);
	background: -ms-linear-gradient(top,  rgba(20,189,138,0.83) 0%,rgba(21,192,141,1) 3%,rgba(22,199,148,1) 11%,rgba(17,185,123,1) 29%,rgba(5,170,92,1) 50%,rgba(0,159,68,1) 66%,rgba(0,123,53,1) 97%,rgba(0,98,40,0.89) 100%);
	background: linear-gradient(to bottom,  rgba(20,189,138,0.83) 0%,rgba(21,192,141,1) 3%,rgba(22,199,148,1) 11%,rgba(17,185,123,1) 29%,rgba(5,170,92,1) 50%,rgba(0,159,68,1) 66%,rgba(0,123,53,1) 97%,rgba(0,98,40,0.89) 100%);
	text-decoration:none;
}
.btn-more:after,
.btn-more after{
	content:'';
	position:absolute;
	right:17px;
	top:50%;
	margin:-8px 0 0;
	background: url('../images/sprite.png') no-repeat -249px -232px;
	width: 9px;
	height: 16px;
}
/* switcher slides */
.switcher{
	position:absolute;
	top:13px;
	right:18px;
	z-index:50;
}
.switcher ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.switcher li{
	float:left;
	margin:0 0 0 9px;
}
.switcher a{
	background: url('../images/sprite.png') no-repeat -263px -98px;
	width: 16px;
	height: 17px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.switcher a:hover,
.switcher .active a{
	background: url('../images/sprite.png') no-repeat -238px -98px;
}
/* logo bar */
.logo-bar{
	overflow:hidden;
	padding:0 0 7px 23px;
}
.logo-bar .rated{
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	margin:0 38px 0 0;
	width:220px;
}
* +html .logo-bar .rated{display:inline;}
.logo-bar .rated a{
	float:right;
	color:#999;
	font-style:italic;
	text-decoration:underline;
	font-size:11px;
	line-height:13px;
	margin:0 6px 0 0;
}
.logo-bar .rated a:hover{color:#ea2019;}
.logo-bar .rated img{
	display:block;
	margin:5px 0 6px;
}
.logo-bar img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 20px 0 0;
}
/* links */
.links-holder{
	width:790px;
	overflow:hidden;
	position:relative;
	margin:0 3px 10px -3px;
}
.links{
	list-style:none;
	margin:0 -15px 0 0;
	padding:4px 0 0 3px;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	width:800px;
}
.links li{
	float:left;
	margin:0 16px 0 0;
	width:144px;
}
.links img{
	display:block;
	margin:0 0 5px;
	width:144px;
	height:144px;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.links .link{
	display:inline-block;
	vertical-align:top;
	color:#ac1f26;
	padding:0 11px 0 0;
	position:relative;
	word-spacing:-2px;
}
.links .link:after,
.links .link after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	background: url('../images/sprite.png') no-repeat -250px -256px;
	width: 7px;
	margin:-5px 0 0;
	height: 11px;
}
.links .link:hover:after,
.links .link:hover after{
	content:' ';
	background: url('../images/sprite.png') no-repeat -250px -270px;
}
.links .link:hover{
	text-decoration:none;
	color:#ea2019;
}
.star-rating{
	overflow:hidden;
	padding:0;
}
.star-rating .rating{
	float:left;
	width:69px;
	position:relative;
	height:12px;
	overflow:hidden;
	margin:2px 2px 0 0;
}
.star-rating .rating .value{
	position:absolute;
	left:0;
	top:0;
	height:12px;
	background: url('../images/sprite.png') no-repeat -249px -289px;
}
.star-rating a{
	float:left;
	color:#abaaa9;
	/* Ian - Changed June 10 2013, per Corey 
	font-size:8px;*/
	font-size:9px;
	margin:1px 0 0;
}
/* variety-block */
.variety-block{
	height:1%;
	background:#fff url(../images/bg-variety-block.jpg) no-repeat 0 100%;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	padding:31px 0 0;
	margin:0 0 31px;
}
.variety-block img{
	display:block;
	margin:0 0 12px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(0,0,0,0.1);
}
.variety-block .text-block{
	width:238px;
	margin:0 0 0 auto;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
	color:#fff;
	padding:0 10px 14px 2px;
	font-style:italic;
}
.variety-block .text-block p{
	margin:0;
	padding:0 0 12px;
}
.variety-block .btn-more{
	position:relative;
	bottom:auto;
	right:auto;
	float:left;
	font-size:17px;
	line-height:19px;
	/* Ian Changed
	padding:4px 27px 7px 16px;*/
	padding:6px 27px 7px 16px;
	background:#007b38;
	border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0 0 1px rgba(0,0,0,0.8);
}
.variety-block .btn-more:hover{
	/* Ian Changed
	background:#12bd81;*/
	background:#229422;
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.variety-block .btn-more:after,
.variety-block .btn-more after{
	background: url('../images/sprite.png') no-repeat -265px -233px;
	width: 8px;
	height: 13px;
	right:13px;
	margin:-7px 0 0;
}
/* main columns */
.main-columns{
	height:1%;
	padding:4px 2px 0 0;
} 
.content-col{
	float:left;
	width:465px;
}
.content-col h2{
	margin:0 0 3px;
	color:#ac1f26;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
}
.content-col .title3{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-build-a-club.png) no-repeat;
	width:296px;
	height:52px;
	margin:0 0 24px 33px;
}
.content-col .links-holder{
	margin:0 3px 33px -3px;
	width:470px;
}
.content-col  .links{width:480px;}
/* aside column */
.aside-col{
	float:right;
	width:305px;
}
.aside-col .box{
	min-height:50px;
	margin:0 0 10px;
	padding:0;
	border-radius:2px;
	-webkit-border-radius:2px;
}
.aside-col .box1 {margin:0 0 25px;}
.testimonial{
	height:1%;
	position:relative;
	padding:10px 10px 8px 72px;
}
.testimonial img{
	position:absolute;
	left:6px;
	bottom:6px;
	z-index:10;
}
.testimonial blockquote{
	margin:0;
}
.testimonial blockquote q{
	display:block;
	background: url('../images/sprite.png') no-repeat -105px -335px;
	width: 181px;
	height: 78px;
	font-size:13px;
	line-height:18px;
	position:relative;
	padding:6px 5px 20px 36px;
}
.testimonial blockquote q:after,
.testimonial blockquote q after{
	content:'';
	position:absolute;
	width:15px;
	height:10px;
	left:19px;
	top:10px;
	background: url('../images/sprite.png') no-repeat -268px -256px;
}
.testimonial blockquote cite{
	display:block;
	padding:2px 0 0 39px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#dd6c32;
}
.testimonial blockquote cite span{
	color:#666;
	padding:0 0 0 4px;
	font-style:normal;
	font-size:11px;
}
.testimonial .quote{
	display:inline-block;
	vertical-align:top;
	width:15px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -290px -255px;
}
.aside-col .box2{
	background:#fff;
	margin:0 0 0 -3px;
}
.aside-col .box2 .headline{
	position:relative;
	padding:0;
	overflow:hidden;
}
.aside-col .box2 .headline img{
	float:left;
	margin:0 5px 0 0;
}
.aside-col .box2 h2{
	margin:0;
	padding:0 0 5px;
	font-size:23px;
	line-height:25px;
	color:#ac1f26;
}
.aside-col .box2 .headline img + h2{padding:18px 0 4px;}
.aside-col .box2 .box-content{
	padding:12px 18px 15px 15px;
	overflow:hidden;
	font-size:13px;
	line-height:17px;
}
.aside-col .box2 p{padding:0 0 14px;}
.aside-col .box2 p a{color:#ac1f26;}
.box2 .box-content img{
	display:block;
	margin:3px 0 21px 4px;
}
.box2 .more{
	font-size:12px;
}
/* sidebar */
#sidebar{
	float:left;
	width:164px;
}
#sidebar .banner-box{
	margin:-2px -9px 9px;
	background: url('../images/sprite.png') no-repeat -188px -161px;
	width: 182px;
	height: 59px;
	float:left;
}
#sidebar .banner-box:after,
#sidebar .banner-box after{
	background: url('../images/sprite.png') no-repeat 1px -225px;
	width: 22px;
	height: 64px;
	left:-22px;
	top:0;	
}
.title1{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:156px;
	height:42px;
	margin:10px 0 0 7px;
	background: url('../images/sprite.png') no-repeat 0 -174px;
}
/* top rated block */
.top-rated{
	margin:0;
	clear:both;
}
.title-top-rated{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -44px -231px;
	width: 182px;
	height: 31px;
	margin:0 0 0 -10px;
}
.top-rated ul{
	overflow:hidden;
	list-style:none;
	margin:0 0 11px;
	padding:7px 5px 4px 14px;
	/* Changed by Ian - June 5 2013 - as per request from Corey
	font-size:13px; */
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	background:#ce270a;
	border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}
.top-rated ul li{
	padding: 0 0 6px;
	width:100%;
	float:left;
}
.top-rated ul a{
	color:#fff;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 18px;
}
.top-rated ul a:after,
.top-rated ul a after{
	content:'';
	position:absolute;
	left:0;
	top:2px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -242px -121px;
	width: 12px;
	height: 12px;
}
.top-rated ul a:hover{
	text-decoration:none;
	color:#ffdbbc;
}
.top-rated ul a:hover:after,
.top-rated ul a:hover after{
	background: url('../images/sprite.png') no-repeat -259px -121px;
	width: 12px;
	height: 12px;
}
.title2{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -44px -274px;
	width: 182px;
	height: 31px;
	margin:0 0 3px -10px;
}
/* side navigation */
.sidenav{
	list-style:none;
	margin:0;
	padding:0 0 8px;
	/* Changed by Ian - June 5 2013 - as per request from Corey
	font-size:13px; */
	font-size:14px;
	line-height:15px;
	font-weight:bold;
}
.sidenav li{
	margin:0 0 2px;
}
.sidenav a{
	color:#fff;
	display:block;
	position:relative;
	background:#f26722;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 20px 4px 13px;
}
.sidenav a:after,
.sidenav a after{
	content:'';
	position:absolute;
	right:8px;
	top:50%;
	margin:-7px 0 0;
	background: url('../images/sprite.png') no-repeat -295px -100px;
	width: 8px;
	height: 13px;
}
.sidenav a:hover:after,
.sidenav a:hover after{
	content:' ';
	background: url('../images/sprite.png') no-repeat -295px -121px;
}
.sidenav a:hover{
	text-decoration:none;
	background:#f88400;
}
/*Ian added Jun 18 2013 */
.sidenav .active {
	text-decoration:none;
	background:#f88400;
}

/* box */
.box{
	font-size:12px;
	line-height:15px;
	background:#e3e5e0;
	border:1px solid #c1bfbc;
	overflow:hidden;
	padding:8px 6px 6px 1px;
	margin:0 0 10px;
	box-shadow: 0 0 1px rgba(0,0,0,0.25);
}
.box p{
	margin:0;
	padding:0 0 14px;
}
.box a{
	 cursor:default;
}
.box h2{
	margin:0 0 8px 7px;
	color:#ac1f26;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}
.box img{
	float:left;
	margin:0 3px 0 0;
}
.box .more{
	float:right;
	font-style:italic;
	color:#006930;
	position:relative;
	padding:0 10px 0 0;
	font-weight:bold;
	margin:0 0 0 -3px;
}
.box .more:after,
.box .more after{
	content:'';
	position:absolute;
	right:0;
	top:3px;
	background: url('../images/sprite.png') no-repeat -315px -100px;
	width: 6px;
	height: 11px;
}
.box .more:hover:after,
.box .more:hover after{
	content:' ';
	background: url('../images/sprite.png') no-repeat -315px -123px;	
}
.box .more:hover{
	text-decoration:none;
	color:#12bd81;
}
.header-holder:after,
#header:after,
#main:after,
.main-columns:after{
	content:"";
	display:block;
	clear:both;
}
/* selects block */
.select-holder{
	margin:0 0 3px;
}
/* footer */
#footer{
	background:#90171c;
	font-size:12px;
	line-height:14px;
	color:#ffdbbc;
}
#footer p{margin:0;}
#footer .columns{
	overflow:hidden;
	width:100%;
}
#footer .col{
	float:left;
	width:190px;
	min-height:254px;
	background:url(../images/bg-dotted-vertical.png) repeat-y;
}
#footer .columns .col:first-child{
	width:331px;
	background:none;
	text-align:center;
}
#footer .columns .col:first-child +.col +.col{
	width:217px;
}
#footer .columns .col:first-child +.col +.col +.col{
	width:239px;
}
/* social-networks */
.social-networks{
	list-style:none;
	margin:0;
	padding:26px 0 22px 28px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	overflow:hidden;
	text-align:left;
	background:url(../images/bg-dotted.png) repeat-x 0 100%;
}
.social-networks li{
	float:left;
	width:130px;
}
.social-networks li:first-child{width:156px;}
.social-networks a{
	color:#ffdbbc;
	position:relative;
	float:left;
	padding:0 0 0 43px;
	min-height:36px;
}
.social-networks a:after,
.social-networks a after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 36px;
	height: 37px;
}
.social-networks a.facebook:after,
.social-networks a.facebook after{background: url('../images/sprite.png') no-repeat -340px -68px;}
.social-networks a.twitter:after,
.social-networks a.twitter after{background: url('../images/sprite.png') no-repeat -340px -111px;}
/* logos */
.logos{
	text-align:center;
	padding:27px 0 18px;
}	
.logos img{margin:0 12px 0 8px;}
/* footer navigation */
.footer-nav{
	list-style:none;
	margin:0;
	padding:25px 5px 0 47px;
	font-size:15px;
	line-height:17px;
}
.footer-nav li{padding:0 0 10px;}
.footer-nav a{color:#e59359;}
/* email form */
.email-form{
	padding:24px 26px 19px 27px;
	overflow:hidden;
	background:url(../images/bg-dotted.png) repeat-x 0 100%;
}
.email-form h3{
	margin:0 0 6px;
	font-size:16px;
	line-height:18px;
}
.email-form .row{
	border:1px solid #ae7b70;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.email-form  input[type="text"]{
	float:left;
	border:0;
	background:none;
	width:134px;
	margin:0;
	padding:5px 7px;
	font-size:14px;
	font-style:italic;
	color:#666;
	height:18px;
}
.email-form  input[type="submit"]{
	border:0;
	background:#f26722;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	width:36px;
	height:28px;
	color:#fff;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	position:relative;
}
* + html .email-form  input[type="submit"]{
	margin:-1px 0;
	height:28px;
}
.email-form input[type="submit"]:hover{
	cursor:pointer;
	background:#f88400;
}
/* request block */
.request-block{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding:15px 5px 0 28px;
	overflow:hidden;
}
.request-block  img{
	float:left;
	margin:0 3px 0 0;
}
.request-block p{
	padding:0 0 3px;
	height:1%;
	overflow:hidden;
}
.btn{
	font-size:12px;
	line-height:14px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	display:inline-block;
	vertical-align:top;
	position:relative;
	border:1px solid #bf9d8b;
	background:#f26722;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 20px 4px 7px;
	margin:0 0 0 1px;
}
.btn:after,
.btn after{
	content:'';
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-6px;
	background: url('../images/sprite.png') no-repeat -295px -140px;
	width: 6px;
	height: 11px;
}
.btn:hover:after,
.btn:hover after{
	content:' ';
	background: url('../images/sprite.png') no-repeat -315px -140px;
}
.btn:hover{
	text-decoration:none;
	background:#f88400;
}
/* content-box */
.content-box{
	background:#fff;
	overflow:hidden;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	margin:0 2px 0 0;
}
.content-box h1{
	margin:0;
	font-size:24px;
	line-height:27px;
	text-transform:uppercase;
	font-style:italic;
	color:#fff3e4;
	font-weight:normal;
}
.content-box h1 strong{
	font-size:35px;
	text-transform:none;
	letter-spacing:-2px;
}

/* ADDED BY IAN - JUNE 5th 2013 - START */
.content-box a{
	color:#900;
}
.content a b{
	color:#900;
}
/* ADDED BY IAN - JUNE 5th 2013 - END */

.page-title{
	height:1%;
	padding:7px 7px 4px 18px;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	background:url(../images/bg-page-title.jpg);
}
.page-title .holder{
	overflow:hidden;
	padding:9px 0 3px;
	margin:0 0 0 -9px;
}
.page-title .holder img{float:left;}
.page-title  .text-block{
	float:right;
	width:250px;
	padding:7px 7px 0 14px;
	background:#681014;
	font-size:15px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	/*Ian Added */
	min-height: 194px;
}
.page-title  .text-block p{margin:0;}
.page-title  .date{
	text-align:center;
	color:#fff2e4;
	line-height:18px;
	padding:10px 9px 15px 0;
}
/* twocolumns */
.twocolumns{
	margin:0;
	width:100%;
}
.twocolumns .content-box{
	float:left;
	width:595px;
}
.twocolumns:after{
	content:"";
	display:block;
	clear:both;
}
.twocolumns .aside{
	float:right;
	width:179px;
	margin:0 2px 0 0;
}
.twocolumns .content-box h1{
	font-size:21px;
	line-height:23px;
}
.twocolumns .content-box h1 strong{
	font-size:25px;
	line-height:27px;
	letter-spacing:0;
}
.twocolumns .content-box .page-title{padding:8px 10px 7px 19px;}
/* questions */
.questions{
	margin:0;
	padding:16px 25px 0 19px;
	overflow:hidden;
}
.questions dt{
	margin:0 0 10px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	color:#901719;
}
.questions dd{margin:0 0 30px;}

.aside .box{padding:0;}
/* guaranted box */
.aside .guaranted-box{
	font-size:12px;
	line-height:14px;
	padding:6px 10px 7px;
	margin:0 0 14px;
}
.guaranted-box p{padding:0 0 4px;}
.guaranted-box a,
.rated-box a{
	float:right;
	text-decoration:underline;
	font-style:italic;
	color:#666;
}
.guaranted-box a:hover,
.rated-box a:hover{color:#ea2019;}
.guaranted-box img{
	display:block;
	margin:0 0 8px -4px;
	float:none;
}
/* aside testimonial */
.aside .testimonial{padding:5px 5px 27px 6px;}
.aside .testimonial blockquote q{
	background: url('../images/sprite.png') no-repeat 0 -459px;
	width: 131px;
	height: 116px;
	padding:16px 9px 0 27px;
}
.aside .testimonial blockquote q:after,
.aside .testimonial blockquote q after{
	top:19px;
	left:10px;
}
.aside .testimonial img{
	left:3px;
	bottom:4px;
}
.aside .testimonial blockquote cite{
	text-align:right;
	padding:11px 2px 11px 0;
}
.aside .testimonial blockquote cite span{display:block;}
/* logos-box */
.aside .logos-box{
	background:none;
	box-shadow: none;
	border:0;
	padding:26px 0 0;
}
.aside .logos-box ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.aside .logos-box ul li{
	margin:0 0 30px;
	width:100%;
	float:left;
}
.aside .logos-box ul img{
	float:none;
	display:block;
	margin:auto;
}
.content{
	float:left;
	width:490px;
	padding:0 0 11px;
}
.sidebar{
	float:right;
	width:283px;
}
.intro{
	margin:0 0 16px;
	padding:8px 8px 5px 10px;
	border-radius:3px;
	overflow:hidden;
	background:url(../images/bg-page-title.jpg);
}
.intro .col-right{
	float:right;
	width:230px;
	/*Ian Added*/
	min-height:326px;
}
.intro img{float:left;}
.intro h1{
	margin:0 0 10px;
	padding:1px 5px 3px 10px;
	color:#fff2e4;
	/* Changed to fit Peanut Butter - Ian - June 5 2013 
	font-size:35px; */
	font-size:32px;
	line-height:37px;
	font-style:italic;
	font-weight:bold;
	background:#681014;
}
.intro h1 span{
	text-transform:uppercase;
	font-size:18px;
	line-height:23px;
	display:block;
}
.intro .star-rating .rating{
	margin:0 3px 0 0;
	width: 90px;
	height: 17px;
}
.intro .star-rating .value{
	height:17px;
	background: url('../images/sprite.png') no-repeat -247px -305px;
}
.intro .review{
	float:left;
	color:#fff;
	/*Ian added June 11 2013*/
	margin-top:2px;
}
.intro .review a{
	float:none;
	color:#e5945a;
	font-size:12px;
	text-decoration:underline;
}
.intro .review a:hover{text-decoration:none;}
.list{
	list-style:none;
	margin:0;
	/* Ian Changed 
	padding:12px 0 0 2px; */
	padding:12px 0 0 2px;
	font-size:13px;
	/* Ian Changed 
	line-height:17px;*/
	line-height:15px;
	font-weight:bold;
	color:#fff;
}
.list li{
	position:relative;
	padding:0 0 11px 11px;
}
.list li:after,
.list li after{
	content:'';
	position:absolute;
	left:0;
	top:3px;
	background: url('../images/sprite.png') no-repeat -268px -270px;
	width: 6px;
	height: 11px;
}
.extra{
	overflow:hidden;
	background:url(../images/bg-extra.png) ;
	border-radius:2px;
	margin:0 15px 11px;
	padding:7px 5px 4px 13px;
}
.extra img{
	margin:20px 0 0 8px;
	float:left;
}
.extra img:first-child{margin:0;}
.content .logos{
	list-style:none;
	margin:0;
	padding:0 0 14px;
	overflow:hidden;
}
.content .logos li{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	margin:0 -3px 0 0;
	padding:0 7px;
}
* +html .content .logos li{display:inline;}
.tabset{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	background:#fff4e4;
	border-radius:5px 5px 0 0;
}
.tabset li{
	width:122px;
	float:left;
}
.tabset li:first-child{width:124px;}
.tabset a{
	color:#bf392c;
	height:30px;
	background:#fff4e4;
	display:block;
	text-align:center;
	border:1px solid #d4cbbe;
	border-width:0 1px 1px 0;
	border-radius:0 5px 0 0;
	padding:3px 0 0;
	margin:0 -1px 0 1px;
}
.tabset li:first-child a{margin-left:0;}
.tabset a:hover{
	background:#fffef0;
	text-decoration:none;
}
.tabset a.active,
.tabset a.active:hover{
	color:#90171b;
	background:#fff;
	border-bottom-color:#fff;
}
.tabset a span{
	display:block;
	padding:8px 0 0;
	cursor:pointer;
}
.tab-content{
	padding:13px 10px 0 14px ;
	overflow:hidden;
	font-size:14px;
	line-height:19px;
}
.tab-content p{
	height:1%;
	/*overflow:hidden;*/
	margin:0 0 22px;
}
.tab-block{
	margin:0 0 15px;
	border-radius:5px 5px 0 0;
	background:#fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.tab-block h2{
	font-size:15px;
	line-height:17px;
	margin:0 0 9px;
	color:#90171a;
	font-style:italic;
}
.image-holder{
	float:right;
	width:162px;
	margin:2px 0 0 15px;
	font-size:11px;
	line-height:13px;
	font-style:italic;
	text-align:center;
}
.image-holder p{margin:0;}
.image{
	border:1px solid #d6d6d6;
	text-align:center;
	border-radius:2px;
	margin:0 0 7px;
	padding:0 0 3px;
}
.image img{
	display:block;
	margin:0 0 -15px;
}
.zoom{
	color:#999;
	text-decoration:underline;
	display:inline;
	position:relative;
	padding:2px 0 2px 18px;
	font-size:10px;
	font-style:normal;
}
.zoom:after,
.zoom after{
	position:absolute;
	content:'';
	/* Changed by Ian - June 6 2013  - disable 'Enlarge Photo'
	background: url('../images/sprite.png') no-repeat -282px -232px; */
	width: 15px;
	height: 15px;
	left:0;
	top:0;
}
.zoom:hover{color:#ea2019;}
.tab-block .callout{
	/*Ian Changed - June 14 2013
	font-size:13px;*/
	font-size:14px;
	line-height:18px;
	overflow:hidden;
	padding:0 15px 0 0;
}
.tab-block .callout p{margin:0 0 11px;}
.review-block{
	padding:24px 22px 21px 16px;
	background:#fff;
	border-radius:1px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	font-size:14px;
	line-height:19px;
}
.review-block  .headline{
	margin:0 0 20px;
	overflow:hidden;
}
.review-block h2{
	color:#ac1f26;
	margin:0;
	font-size:20px;
	line-height:22px;
	font-style:italic;
}
.review-block  .headline a{
	float:right;
	color:#900;
	font-size:14px;
	line-height:16px;
	font-style:italic;
	margin:3px 0 0;
}
.meta {
	overflow:hidden;
	margin:0 0 0 -3px;
}
.meta .star-rating{
	float:left;
	/*Ian Changed
	margin:0 10px 0 0;*/
	margin:1px 2px 0 0;
}
.meta .star-rating .rating{
	width:84px;
	height:15px;
}
.meta .star-rating .value{
	height:15px;
	background: url('../images/sprite.png') no-repeat -285px -270px;
}
.meta .star-rating .review{float:left;}
.meta .star-rating .review a{font-size:11px;}
.meta ul{
	list-style:none;
	margin:0;
	padding:0;
}
.meta ul li{
	float:left;
	padding:0 6px 0 7px;
	background:url(../images/divider.png) no-repeat 0 50%;
}
.meta ul li:first-child{
	padding-left:0;
	background:none;
}
.meta ul a{
	font-weight:bold;
	color:#333;
}
.post{padding:0 0 23px 6px;}
.post p{margin:0;}
.paging{
	text-align:center;
	margin:-6px 0 0;
}
.paging ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	color:#900;
}
* +html .paging ul{display:inline;}
.paging ul li{
	float:left;
	margin:0 6px;
}
.paging ul a{
	color:#666;
	font-weight:normal;
}
.paging ul a:hover{
	text-decoration:none;
	color:#f38a87;
}
.paging .prev,
.paging .next{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -183px -473px;
	width: 6px;
	height: 11px;
	margin:4px 0 0;
}
.paging .prev:hover{background: url('../images/sprite.png') no-repeat -183px -488px;}
.paging .next:hover{background: url('../images/sprite.png') no-repeat -194px -488px;}
.paging .next{background: url('../images/sprite.png') no-repeat -194px -473px;}
.paging .inactive .prev,
.paging .inactive .prev:hover
.paging .inactive .next{
	cursor:default;
	background: url('../images/sprite.png') no-repeat -183px -460px;
}
.paging .inactive .next,
.paging .inactive .next:hover{background: url('../images/sprite.png') no-repeat -194px -460px;}
.s-box{
	background:url(../images/bg-s-box.png);
	overflow:hidden;
	border-radius:4px;
	padding:8px 6px 0 5px;
	margin:0 2px 12px -2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.s-box .title4{
	display:block;
	margin:0 auto 7px;
	text-indent:-9999px;
	overflow:hidden;
	height:24px;
	width:171px;
	background: url('../images/sprite.png') no-repeat -238px -459px;
}
.form-order{
	overflow:hidden;
	background:#fff;
}
.form-order .f-area .row div,
#moreRadio{display:none;}
/* Ian Added - June 3rd 2013  - START */
.form-order .f-area .active div {
	display:block;
	padding-left:25px;
}
/* Ian Added - June 3rd 2013  - END */
.f-box{
	overflow:hidden;
	padding:13px 8px 6px;
}
.f-box .ttl{
	font-family:Arial, Helvetica, sans-serif
	float:left;
	font-size:13px;
	line-height:15px;
	margin-bottom:3px;
}
.f-box  label{
	float:left;
	margin:0 13px 0 0;
	font-size:13px;
}
.f-box .radio,
.f-area .row .radio{
	float:left;
	width:16px;
	height:16px;
	margin:1px 3px 0 0;
	padding:0;
}
.f-area {
	padding:1px 5px 0 8px;
	font-size:13px;
	line-height:15px;
}
.f-area .ttl{
	padding-top:3px;
}
.f-area .row{
	height:1%;
	padding:2px 0 13px;
}
.f-area .row:after{
	content:"";
	display:block;
	clear:both;
}
.f-area .row .radio{margin:0;}
.f-area .row select{float:left;}
.f-area label{
	float:right;
	width:235px;
	/* Ian removed - June 6th 2013 
	color:#00a542; */
}
/* Ian ADDED - June 6th 2013 -START */
.f-area .onsale label{	
	color:#00a542; 
}
/* Ian ADDED - June 6th 2013 -END */
.f-area label strong{
	display:block;
	color:#000;
}
.f-area label .boldthisspan{
	font-weight:bold;
}
.f-area label em{
	font-style:normal;
	color:#0f0f0d;
	font-size:12px;
}
.hidden{display:none !important;}
.f-area .select-area{
	float:left;
	width:130px !important;
}
.f-area .more{
	float:left;
	margin:1px 0 0 5px;
}
.f-area .more a{color:#8a0006;}
.btn-add{
	margin:-3px 0 14px 4px;
	display:block;
}
.btn-add input[type="submit"]{
	background: url('../images/sprite.png') no-repeat -240px -494px;
	width: 169px;
	height: 47px;
	border:0;
	padding:0;
	display:block;
	margin:auto;
}

.btn-add-another input[type="submit"]{
	background: url('../images/sprite.png') no-repeat -240px -494px;
	width: 169px;
	height: 47px;
	border:0;
	padding:0;
	text-indent:-9999px;
	display:block;
}

.btn-add input[type="submit"]:hover{
	cursor:pointer;
	background: url('../images/sprite.png') no-repeat -240px -547px;
}


/* START Ian added */
.btn-add input[type="button"]{
	background: url('../images/sprite.png') no-repeat -240px -494px;
	width: 169px;
	height: 47px;
	border:0;
	padding:0;
	display:block;
	margin:auto;
	float:right;
}
.btn-add input[type="button"]:hover{
	cursor:pointer;
	background: url('../images/sprite.png') no-repeat -240px -547px;
}


.btn-next input[type="submit"] {
    background: url("../images/sprite.png") no-repeat scroll -372px -328px transparent;
    border: 0 none;
    display: block;
    height: 47px;
    margin: auto;
    padding: 0;
    width: 155px;
	float:right;
	text-indent:-9999px;
}


.btn-next input[type="submit"]:hover{
	cursor:pointer;
	background: url("../images/sprite.png") no-repeat scroll -372px -381px transparent;
}




/*END Ian added */


/* David Added Start */

.btn-continue-shopping input[type="button"] {
    background: url("../images/sprite.png") no-repeat scroll -586px -196px transparent;
    border: 0 none;
    display: block;
    height: 47px;
    margin: auto;
    padding: 0;
	float:left;
    width: 200px;
	text-indent:-9999px;
}


.btn-continue-shopping input[type="button"]:hover{
	cursor:pointer;
	background: url("../images/sprite.png") no-repeat scroll -586px -250px transparent;
}

.btn-checkout input[type="button"] {
    background: url("../images/sprite.png") no-repeat scroll -586px -329px transparent;
    border: 0 none;
    display: block;
    height: 47px;
    margin: auto;
    padding: 0;
	float:left;
    width: 200px;
	text-indent:-9999px;
}

.btn-checkout input[type="button"]:hover{
	cursor:pointer;
	background: url("../images/sprite.png") no-repeat scroll -586px -382px transparent;
}

.btn-submit input[type="submit"] {
    background: url("../images/sprite.png") no-repeat scroll -586px -64px transparent;
    border: 0 none;
    display: block;
    height: 47px;
    margin: auto;
    padding: 0;
	float:left;
    width: 200px;
	text-indent:-9999px;
}

.btn-submit input[type="submit"]:hover{
	cursor:pointer;
	background: url("../images/sprite.png") no-repeat scroll -586px -117px transparent;
}
/* End David Added */
.s-box .phone{
	width:148px;
	height:16px;
	float:none;
	display:block;
	margin:7px auto;
	background: url('../images/sprite.png') no-repeat -251px -611px;
}
.sidebar .buttons{
	overflow:hidden;
	/* Ian Changed Jun 10 2013 - to make social media buttons fit
	padding:0 0 14px 5px; */
	padding:0 0 8px 5px;
}
.sidebar .box{margin:0 8px 14px 2px;}
.sidebar .guaranted-box img{margin:0 0 9px -4px;}
.sidebar .guaranted-box {
	padding:5px 10px 9px;
	font-size:12px;
	line-height:14px;
}
.sidebar .guaranted-box  p{padding:0;}
.sidebar .guaranted-box a,
.sidebar .rated-box a{
	margin:0 6px 0 0;
}
.sidebar .rated-box {
	padding:17px 9px 8px;
}
.sidebar .rated-box img{
	display:block;
	margin:0 auto 5px;
	float:none;
}
.sidebar .image-box{
	background:none;
	box-shadow: none;
	border:0;
}
.sidebar .image-box img{
	float:none;
	margin:0 auto;
	display:block;
}
.content-box .links-holder{
	width:564px;
	padding:36px 0 0 31px;
	margin:0;
}
.content-box  .links{
	width:570px;
	font-style:italic;
	font-size:13px;
	line-height:16px;
	color:#666;
	font-weight:normal;
	margin:0;
}
.content-box .links li{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 42px 38px 0;
}
* +html .content-box .links li{
	display:inline;
	margin:0 46px 38px 0;
}
.content-box .links p{margin:0;}
.content-box .star-rating{margin:0 0 4px;}
.content-box .links .link{
	font-weight:bold;
	font-style:normal;
}
.content-box .star-rating a{
	font-style:normal;
}
/* steps */
.steps{
	font-size:14px;
	line-height:17px;
	padding:15px 0 21px 6px;
	overflow:hidden;
}
.step{
	background: url('../images/sprite.png') no-repeat -214px -680px;
	width: 247px;
	height: 280px;
	float:left;
	/* Changed by Ian
	padding:32px 30px 0 36px;*/
	padding:32px 30px 0 40px;
	position:relative;
	z-index:5;
}
.step2{
	float:right;
	margin:-221px 6px 0 -42px;
	width: 243px;
	height: 264px;
	padding:48px 20px 0 50px;
	z-index:3;
}
.step3{
	margin:-88px 0 0 92px;
	width: 227px;
	height: 269px;
	padding:43px 40px 0 46px;
	z-index:2;
}
.step img{
	display:block;
	margin:0 0 5px 40px;
}
.step2 img{margin:0 0 8px 26px;}
.step3 img{margin:0 0 14px 31px;}
.step h2{
	margin:0 0 9px 25px;
	text-indent:-9999px;
	overflow:hidden;
	width:180px;
	height:18px;
	background: url('../images/sprite.png') no-repeat -6px -649px;
}
.step2 h2{
	width:220px;
	margin:0 0 8px 1px;
	background: url('../images/sprite.png') no-repeat -214px -649px;
}
.step3 h2{
	width:200px;
	margin:0 0 8px 6px;
	background: url('../images/sprite.png') no-repeat -7px -680px;
}
.step  p{margin:0;}
.step .arrow{
	position:absolute;
	z-index:10;
	right:-83px;
	top:56px;
}
.step2 .arrow{
	right:104px;
	top:auto;
	bottom:-72px;
}
/* notes */
.notes{
	text-align:center;
	font-size:15px;
	line-height:21px;
	padding:0 20px 20px;
}
.notes p{margin:0;}
.notes p a{color:#ac1f26;}
/* hide original element */
.jcf-hidden {
	display:block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	height: 30px;
	display:block;
	width:100% !important;
	cursor:pointer;
}
.select-area.select-active{z-index:3000;}
.select-area .center {
	white-space: nowrap;
	padding:0 20px 0 7px;
	font-size:14px;
	line-height:28px;
	height:28px;
	color:#c5393f;
	font-weight:bold;
	border: 1px solid #c1ac8f;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff4e4;
	display:block;	
	word-spacing:-1px;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background: url('../images/sprite.png') no-repeat -408px 0;
	position: absolute;
	height: 28px;
	width: 17px;
	right: 0;
	top: 0;
	z-index:50;
}
.select-options {
	position: absolute;
	z-index: 2000;
}
.select-options .drop-holder {
	margin:-4px 0 0;
	padding:0;
	overflow: hidden;
	height: 1%;
}
* +html .select-options .drop-holder,
* +html .select-options-flipped ul{margin:0;}
.select-options ul {
	list-style: none;
	padding: 6px 0 4px;
	margin: 0;
	border:2px solid #ede7df;
	border-top:0;
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	background:#fffdf7;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
}
.select-options ul li {
	padding: 3px 10px 3px 13px;
	overflow:hidden;
}
.select-options ul a {
	text-decoration: none;
	color: #ac1f26;
	float:left;
}
.select-options  a:hover {
	text-decoration: none;
	color: #d24b00;
}
.select-options-flipped .drop-holder{margin:0 0 -4px;}
.select-options-flipped ul{
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-top:2px solid #ede7df;
	border-bottom:0;
	padding:4px 0 6px;
}




/* Ian added June 9th 2013 */
.illustration {
	float:right;
}
.media{
	height:1%;
	overflow:hidden;
	margin:10px 0 0;
	padding:12px 0 18px;
	background:url(../images/sep-content-blockquote.gif) no-repeat 50% 0;
}
.media .inner{
	width:456px;
	overflow:hidden;
	background:url(../images/sep-content-blockquote.gif) no-repeat 0 100%;
	padding:0 0 8px;
	margin:0 auto;
}
.media blockquote{
	height:1%;
	overflow:hidden;
	padding:0 0 0 50px;
	margin:0 0 0 2px;
	background:url(../images/bg-quote-l.gif) no-repeat;
}
.media blockquote div{
	height:1%;
	overflow:hidden;
	padding:0 50px 0 0;
	background:url(../images/bg-quote-r.gif) no-repeat 100% 85%;
}
.media blockquote q:before{content:"";}
.media blockquote q:after{content:"";}
.media blockquote q{
	font:21px/28px "Times New Roman", Times, serif;
	color:#4d4c4c;
	display:block;
	text-align:center;
}
.media blockquote q strong{
	font-style:italic;
	display:block;
}
.media blockquote cite{
	font:14px/18px "Times New Roman", Times, serif;
	display:block;
	text-align:right;
	color:#4d4c4c;
	margin:7px 0 2px;
}
.media .extra{
	float:right;
	display:inline;
	text-indent:-9999px;
	outline:none;
	background:url(../images/logo-extra.gif) no-repeat;
	width:161px;
	margin:0 54px 0 0;
	height:40px;
}
.media .CBS{
	float:right;
	display:inline;
	text-indent:-9999px;
	outline:none;
	background:url(../images/logo-cbs.gif) no-repeat;
	width:161px;
	margin:3px 54px 0 0;
	height:51px;
}

.mediaNL{
	height:1%;
	overflow:hidden;
	margin:10px 0 0;
	padding:12px 0 18px;
}
.mediaNL .inner{
	width:456px;
	overflow:hidden;
	padding:0 0 8px;
	margin:0 auto;
}
.mediaNL blockquote{
	height:1%;
	overflow:hidden;
	padding:0 0 0 50px;
	margin:0 0 0 2px;
	background:url(../images/bg-quote-l.gif) no-repeat;
}
.mediaNL blockquote div{
	height:1%;
	overflow:hidden;
	padding:0 50px 0 0;
	background:url(../images/bg-quote-r.gif) no-repeat 100% 85%;
}
.mediaNL blockquote q:before{content:"";}
.mediaNL blockquote q:after{content:"";}
.mediaNL blockquote q{
	font:21px/28px "Times New Roman", Times, serif;
	color:#4d4c4c;
	display:block;
	text-align:center;
}
.media blockquote q strong{
	font-style:italic;
	display:block;
}
.mediaNL blockquote cite{
	font:14px/18px "Times New Roman", Times, serif;
	display:block;
	text-align:right;
	color:#4d4c4c;
	margin:7px 0 2px;
}
.mediaNL .TopTen{
	float:right;
	display:inline;
	text-indent:-9999px;
	outline:none;
	background:url(../images/logo-TopTenReviews.gif) no-repeat;
	width:194px;
	margin:18px 45px 0 10px;
	padding-bottom:10px;
	height:48px;
}

.BoldREDcontent {
    color: #AC1224;
    font-size: 16px;
    font-weight: bolder;
}
.ReviewStars-Holder {
    display: inline;
    float: left;
    font-size: 0;
    line-height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding-right: 5px;
   /* width: 78px;*/
	padding-top:1px;
}
.StarOn {
    background: url(../images/bg-star-rating.png) no-repeat scroll 0px -13px transparent;
    display: inline;
    float: right;
    height: 12px;
    overflow: hidden;
    width: 13px;
	color:#FFFFFF;
	margin-right:2px;
}
	
.StarOff {
    background: url(../images/bg-star-rating.png) no-repeat scroll 0px 0px transparent;
    display: inline;
    float: right;
    height: 12px;
    overflow: hidden;
    width: 13px;
	color:#FFFFFF;
	margin-right:2px;
}
	
.StarHalf {
    background: url(../images/bg-star-rating.png) no-repeat scroll 0px -26px transparent;
    display: inline;
    float: right;
    height: 12px;
    overflow: hidden;
    width: 13px;
	color:#FFFFFF;
	margin-right:2px;
}

.StarOnBig {
    background: url(../images/bg-star-rating-big.png) no-repeat scroll 0px 0px transparent;
    display: inline;
    float: right;
    height: 18px;
    overflow: hidden;
    width: 18px;
	color:#FFFFFF;
	margin-right:2px;
}
.StarOffBig {
    background: url(../images/bg-star-rating-big.png) no-repeat scroll -18px 0px transparent;
    display: inline;
    float: right;
    height: 18px;
    overflow: hidden;
    width: 18px;
	color:#FFFFFF;
	margin-right:2px;
}
	
.StarHalfBig {
    background: url(../images/bg-star-rating-big.png) no-repeat scroll -36px 0px transparent;
    display: inline;
    float: right;
    height: 18px;
    overflow: hidden;
    width: 18px;
	color:#FFFFFF;
	margin-right:2px;
}
.PayMonthlyPrice {
	display:none;
	visibility:hidden;
	color:#000;
	
}
.PayInFullPrice {
	display:block;
	visibility:visible;
	width:235px;	
}

.Navigation {
	/*color:#900;*/
	font-weight:bold;
}




/* NEW CART STUFF */


.carttestimonial{
	height:1%;
	position:relative;
	padding:10px 10px 8px 72px;
}
.carttestimonial img{
	position:absolute;
	left:6px;
	bottom:6px;
	z-index:10;
}
.carttestimonial blockquote{
	margin:0;
}
.carttestimonial blockquote q{
	display:block;
	background: url('../images/sprite.png') no-repeat -105px -335px;
	width: 181px;
	height: 78px;
	font-size:13px;
	line-height:18px;
	position:relative;
	padding:6px 5px 20px 36px;
}
.carttestimonial blockquote q:after,
.carttestimonial blockquote q after{
	content:'';
	position:absolute;
	width:15px;
	height:10px;
	left:19px;
	top:10px;
	background: url('../images/sprite.png') no-repeat -268px -256px;
}
.carttestimonial blockquote cite{
	display:block;
	padding:2px 0 0 39px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#dd6c32;
}
.carttestimonial blockquote cite span{
	color:#666;
	padding:0 0 0 4px;
	font-style:normal;
	font-size:11px;
}
.carttestimonial .quote{
	display:inline-block;
	vertical-align:top;
	width:15px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -290px -255px;
}



/* aside testimonial */
.aside .carttestimonial{padding:5px 5px 27px 6px;}
.aside .carttestimonial blockquote q{
	background: url('../images/carttestimonial/background-of-toptenreviews-box2.png') no-repeat;
	width: 135px;
	height: 177px;
	padding:16px 9px 0 27px;
}
.aside .carttestimonial blockquote q:after,
.aside .carttestimonial blockquote q after{
	top:19px;
	left:10px;
}
.aside .carttestimonial img{
	left:3px;
	bottom:4px;
}
.aside .carttestimonial blockquote cite{
	text-align:right;
	padding:11px 2px 11px 0;
}
.aside .carttestimonial blockquote cite span{display:block;}


/* carttestimonial2 */


.carttestimonial2{
	height:1%;
	position:relative;
	padding:10px 10px 8px 72px;
}
.carttestimonial2 img{
	position:absolute;
	left:6px;
	bottom:6px;
	z-index:10;
}
.carttestimonial2 blockquote{
	margin:0;
}
.carttestimonial2 blockquote q{
	display:block;
	background: url('../images/sprite.png') no-repeat -105px -335px;
	width: 181px;
	height: 78px;
	font-size:13px;
	line-height:18px;
	position:relative;
	padding:6px 5px 20px 36px;
}
.carttestimonial2 blockquote q:after,
.carttestimonial2 blockquote q after{
	content:'';
	position:absolute;
	width:15px;
	height:10px;
	left:19px;
	top:10px;
	background: url('../images/sprite.png') no-repeat -268px -256px;
}
.carttestimonial2 blockquote cite{
	display:block;
	padding:2px 0 0 39px;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#dd6c32;
}
.carttestimonial2 blockquote cite span{
	color:#666;
	padding:0 0 0 4px;
	font-style:normal;
	font-size:11px;
}
.carttestimonial2 .quote{
	display:inline-block;
	vertical-align:top;
	width:15px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/sprite.png') no-repeat -290px -255px;
}




/* aside testimonial */


.aside .carttestimonial2{padding:5px 5px 10px 6px;}
.aside .carttestimonial2 blockquote q{
	background: url('../images/carttestimonial/background-of-textonly-testimonial.png') no-repeat;
	width: 135px;
	height: 118px;
	padding:16px 9px 0 27px;
}
.aside .carttestimonial2 blockquote q:after,
.aside .carttestimonial2 blockquote q after{
	top:19px;
	left:10px;
}
.aside .carttestimonial2 img{
	left:3px;
	bottom:4px;
}
.aside .carttestimonial2 blockquote cite{
	/*text-align:right;*/
	padding:0px 0px 0px 37px;
}
.aside .carttestimonial2 blockquote cite span{display:block;}

/*christmascoupon stuff */
.slidingDiv {
width:980px;
background-color:red;
color:white;
font-size:17px;
height:30px; 
margin-left:20px;
display:none;
padding-top:10px;
}
.holidayspecial {
padding-left:1px;
}