
/********************************************  CSS RESET  *********************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, strike, 
strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	padding: 0;
	margin: 0;
	font-size: 100%;
    text-transform: uppercase;
}

textarea { overflow: auto; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { overflow: auto; }
th { text-align: left; }
address { font-style: normal; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

strong { font-weight: bold; }


/**********************************************  FONTS  ***********************************************/

h1 {
	color: #28913b;
	font-weight: bold;
	font-size: 2.5em;
	background: url('../images/misc/main-header-border.gif') repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
h2 {
	color: #28913b;
	font-weight: bold;
	font-size: 1.875em;
	padding: 0 0 10px 0;
	margin: 30px 0 20px 0;
	border-bottom: 1px #dfdfdf solid;
}
h2.firstHeading {
	margin-top: 0;
}
p {
	font-size: .75em;
	color: #444;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}
a {
	color: #27903b;
}
a:hover {
	color: #7cc041;
}
.lower {
	text-transform: lowercase !important;
}
.dbContent p a,
.dbContent ul a {
	background: #cce7b3;	
	color: #444;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
	-o-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    	border-radius: 3px;
}
.dbContent p a:hover,
.dbContent ul a:hover {
	background: #28913b;
	color: #fff;
}
.dbContent p.important {
	color: #ed1c24;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.25em;
}
#main a.pdf {
	background: url('../images/icons/ico-pdf.png') no-repeat left center;
	padding: 2px 0 2px 22px; 
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
#main a.pdf:hover {
	text-decoration: underline;
	color: #444;
}


/**********************************************  HEADER  **********************************************/

#headerMain {
	width: 980px;
	height: 221px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	border-bottom: 1px #dfdfdf solid;
}
.headerLogo {
	position: absolute;
	left: 0;
	top: 34px;
}
#headerMain hgroup {
	position: absolute;
	left: 0;
	top: 34px;
	text-indent: -9999em;
	width: 539px;
	height: 70px;
	background: url('../images/logos/logo-awe-header.png');
}
#headerMain h1 { background: none; }

.searchForm {
	position: absolute;
	right: 19px;
	top: 77px;
	background: #fff;
	width: 223px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    	border-radius: 6px;
    	height: 29px;
}
.searchForm label {
	color: #444;
	font-style: italic;
	font-size: 13px;
	position: absolute;
	left: 11px;
	top: 8px;
	z-index: 1;
	cursor: text;
}
.searchForm .txtInput {
	position: absolute;
	left: 10px;
	top: 0;
	height: 29px;
	line-height: 29px;
	border: 0;
	font-size: 13px;
	color: #444;
}
.searchForm .searchBtn {
	width: 38px;
	height: 29px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	background: url('../images/buttons/btn-header-search.png');
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
    	border-radius: 0 6px 6px 0;
	position: absolute;
	right: -5px;
	top: 0;
}
.searchForm .searchBtn:hover { background-position: left bottom; }

#headerMain .controlButtons {
	position: absolute;
	right: 0;
	top: 0;
}
#headerMain .controlButtons li {
	float: left;
	border: 1px #238430 solid;
	border-top: 0;
	background: url('../images/bg/bg-header-control-buttons.png') repeat-x left top;
}
#headerMain .controlButtons li:hover { background-position: 0 -40px; }

#headerMain .controlButtons li.primary {
	background-position: 0 -80px;
	border-color: #7b110a;
}
#headerMain .controlButtons li.primary:hover  { background-position: 0 -120px; }

#headerMain .controlButtons a {
	color: #fff;
	font-size: 13px;
	height: 26px;
	text-align: center;
	padding: 10px 20px 0 40px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url('../images/icons/header-control-icons.gif') no-repeat;
	float: left;
}
#headerMain .controlButtons .btnRegister { background-position: 10px -57px; padding-left: 35px; }
#headerMain .controlButtons .btnEdit { background-position: 10px -57px; padding-left: 35px; }
#headerMain .controlButtons .btnLogin { background-position: 12px -106px; }
#headerMain .controlButtons .btnLogout { background-position: 12px -106px; }
#headerMain .controlButtons .btnCart { background-position: 12px -8px; }
#headerMain .controlButtons .btnAdmin { background-position: 12px -149px; }

#headerMain .headerStatus {
	position: absolute;
	right: 14px;
	top: 49px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}
#headerMain .headerStatus a { color: #fff; }
#headerMain .headerStatus a:hover { text-decoration: none; }

#headerMain .headerStatusName {
	padding: 0 12px 0 0;
	margin: 0 9px 0 0;
	border-right: 1px #8ac064 solid;
}


/********************************************  MAIN MENU  *********************************************/

#menuMain ul {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 141px;
	width: 970px;
	height: 40px;
	padding: 5px 0 0 10px;
	background: #cf131a url('../images/bg/bg-header-menu.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #f6232b 0%,
	    #a20107 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #f6232b),
	    color-stop(1, #a20107)
	);
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    	border-radius: 10px 10px 0 0;
}
#menuMain li {
	float: left;
	margin: 0 1px 0 0;
	position: relative;
}
#menuMain a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
    	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
    	border-radius: 4px 4px 0 0;
}
#menuMain .noSub a {
    	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    	border-radius: 4px;
}
#menuMain li:hover a {
	color: #666;
	background: #e0e0e0;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}


/**********************************************  FLYOUT  **********************************************/

#menuMain .flyout {
	background: #f4f4f4;
	position: absolute;
	top: 35px;
	left: 0;
	border: 1px #e0e0e0 solid;
	border-top-width: 10px;
	visibility: hidden;
}
#menuMain .flyout.colsLeft {
	left: auto;
	right: 0;
}
#menuMain .flyout.cols4 { width: 795px; }
#menuMain .flyout.cols3 { width: 596px; }
#menuMain .flyout.cols2 { width: 397px; }
#menuMain .flyout.cols1 { width: 200px; }

#menuMain .flyout .flyoutCol {
	float: left;
	width: 158px;
	border-left: 1px #e0e0e0 solid;
	padding: 20px 20px 10px 20px;
}
#menuMain .flyout .flyoutCol.f {
	border: 0;
}
#menuMain .flyout .flyoutHeader {
	color: #28913b;
	margin: 0 0 5px 0;
}
#headerMain  #menuMain .flyout ul {
	position: static;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    	border-radius: 0;
}
#headerMain #menuMain .flyout li {
	position: static;
	float: none;
	margin: 0 0 6px 0;
}
#headerMain #menuMain .flyout a {
	float: none;
	margin: 0;
	color: #666;
	height: auto;
	line-height: 13px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    	border-radius: 0;
    	text-transform: none;
    	padding: 0;
    	background: none;
    	-moz-transition-duration: 0s !important;
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
#headerMain  #menuMain .flyout li a:hover {
	color: #000;
	text-decoration: underline;
}
#headerMain #menuMain .flyout .flyoutFooterLink {
	padding: 11px 20px 11px 0;
	text-align: right;
	border-top: 1px #d5d5d5 solid;
}
#headerMain #menuMain .flyout .flyoutFooterLink a {
	padding: 2px 16px 2px 0;
	color: #666;
	background: url('../images/icons/ico-arrow-grey-right.gif') no-repeat right center;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}
#headerMain #menuMain .flyout .flyoutFooterLink a:hover {
	text-decoration: underline;
	color: #000;
}


/*********************************************  SUB MENU  *********************************************/

#menuSub ul {
	position: absolute;
	left: 0;
	top: 186px;
	width: 970px;
	height: 30px;
	padding: 5px 0 0 10px;
	background: #fff;
}
#menuSub li {
	float: left;
	margin: 0 1px 0 0;
}
#menuSub a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #666;
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    	border-radius: 4px;
	-moz-transition-duration: .15s;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}
#menuSub a:hover {
	color: #000;
	background: #dfdfdf;
}


/**********************************************  FOOTER  **********************************************/

#footerMain {
	position: relative;
	width: 940px;
	margin: 0 auto;
	min-height: 229px;
	padding: 20px;
	background: #00612e url('../images/bg/bg-footer.png') repeat-x left bottom;
	background: -moz-linear-gradient(
	    center top,
	    #00612e 0%,
	    #368c3d 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #00612e),
	    color-stop(1, #368c3d)
	);
}
#footerMenu {
	overflow: hidden;
}
#footerMenu section {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
#footerMenu .footerHeading {
	font-weight: bold;
	color: #7bc53f;
	font-size: 14px;
	background: url('../images/misc/border-footer-nav-header.png') no-repeat left bottom;
	padding: 0 0 9px 10px;
}
#footerMenu ul {
	padding: 5px 0 0 10px;
}
#footerMenu li {
	margin: 0 0 4px 0;
}
#footerMenu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#footerMenu a:hover {
	text-decoration: underline;
}
#footerMain .topLink {
	width: 63px;
	height: 49px;
	text-indent: -9999em;
	position: absolute;
	right: 25px;
	top: 18px;
	background: url('../images/buttons/btn-footer-top-link.png');
}
.footerLogo {
	position: absolute;
	left: 763px;
	bottom: 57px;
}
.footerCopyright {
	position: absolute;
	right: 18px;
	bottom: 26px;
	color: #fff;
	font-size: 12px;
}


/**********************************************  awe @ work FOOTER  **********************************************/

div#aweworkfooter {
	background-image: url('/images/bg/bg-aweatwork-footer.gif');
	background-repeat: repeat-x;
	height: 27px;
	color: #ffffff;
	padding: 11px 0px 0px 30px;
	font-weight: normal;
	font-size: .9em; 
	position: relative;
}
#aweworkfooter a {
	color: #ffffff;
	text-decoration: none;
}
#aweworkfooter a:hover {
	text-decoration: underline;
}
#aweworkfooter li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
#aweworkfooter span {
	float: left;
	margin: 0px 25px 0px 0px;
}
#aweworkfooter .top {
	float: right;
	background-image: url('/images/icons/ico-arrow-up.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 12px 0px 0px;
}
/*******************************************  PAGE LAYOUT  ********************************************/

body {
	background: #00653a url('../images/bg/bg-body.png') repeat-y center top;
}
#content {
	padding: 0 40px 20px 40px;
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
.home #content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	width: 940px;
}
#main {
	float: left;
	width: 634px;
	padding: 0 0 20px 0;
}
#main.fullwidth {
	float: none;
	width: 900px;
}
#sidebar {
	float: right;
	width: 225px;
}


/*******************************************  BREADCRUMBS  ********************************************/

#breadcrumbs {
	padding: 10px 0;
	border-bottom: 1px #dfdfdf solid;
	overflow: hidden;
	width: 900px;
	margin: 0 0 25px 0;
}
#breadcrumbs li {
	float: left;
	margin: 0 8px 0 0;
}
#breadcrumbs a {
	color: #fff;
	height: 20px;
	line-height: 20px;
	background: #bbb url('../images/icons/ico-breadcrumb-arrow.gif') no-repeat right top;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px 0 6px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
    	border-radius: 4px 0 0 4px;
}
#breadcrumbs a:hover {
	background-color: #28913b;
	background-position: right bottom;
}
#breadcrumbs span {
	color: #a7a7a7;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}


/***********************************************  NAV  ************************************************/

#nav {

}


/********************************************  HOME PAGE  *********************************************/

#homeMain {
	width: 695px;
	float: left;
}
.blockHeading {
	color: #fff;
	font-weight: bold;
	font-size: .875em;
	padding: 10px 20px;
	position: relative;
	background: #248f35 url('../images/bg/bg-header-green.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #7fc241 0%,
	    #228e35 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #7fc241),
	    color-stop(1, #228e35)
	);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    	border-radius: 5px 5px 0 0;
}
.blockHeading.fbIcon {
	padding-top: 8px;
	padding-bottom: 8px;
}
.blockHeading.fbIcon span {
	background: url('../images/icons/ico-fb.gif') no-repeat left center;
	padding: 2px 0 2px 22px;
	display: block;
}
.blockHeading img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.blockContent {
	background: #f0f0f0;
	border: 4px #e1e1e1 solid;
	border-top: 0;
	padding: 16px 16px 20px 16px;
	overflow: hidden;
}
.sidebarBlockPrimary .blockContent {
	background: #e1f1dc;
	border-color: #c7e3ca;
	padding: 16px 10px 19px 10px;
	min-height: 271px;
}
.home .sidebarBlockPoll .blockContent {
	min-height: 286px;
}
.home .sidebarBlockNews .blockContent {
	min-height: 395px;
}
.blockContent p {
	margin: 0;
}
.blockContent h3 {
	text-transform: uppercase;
	font-size: .75em;
	line-height: 1.35em;
	margin: 0 0 2px 0;
}
.blockContent h4 {
	color: #333;
	font-size: .875em;
	line-height: 1.25em;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.blockContent li {
	padding: 0 0 16px 0;
}
.blockContent .date {
	color: #9d9c9c;
	font-style: italic;
	font-size: .75em;
	line-height: 1.35em;
}
.blockContent a {
	font-weight: bold;
}
.homeColsGroupedThree {
	margin: 0 0 20px 0;
}
.homeColsGroupedThree .col {
	width: 198px;
	float: left;
	margin: 4px 10px 0;
}
.homeColsGroupedThree .thumb {
	width: 196px;
	height: 128px;
	border: 1px #dfdfdf solid;
	display: block;
	margin: 0 0 10px 0;
	background: #fff;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}
.homeColsGroupedThree .thumb img {
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}
.homeColsGroupedThree .thumb:hover {
	border-color: #999;
}
.homeColsGroupedThree .thumb:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}
.homeColsSplitTwo {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 695px;
}
.homeColsSplitTwo .col {
	width: 337px;
	padding:0;
}
.homeColsSplitTwo .colLeft { 
	float: left; 
}
.homeColsSplitTwo .colRight { 
	float: right; 
}

.homeColsSplitTwo .col .blockContent {
	padding-bottom: 0;
}
.homeColsSplitTwo .colLeft .blockContent {
	padding:0;
}
.homeColsSplitTwo .colRight .blockContent {
	min-height:415px;
}
.logoSet {
	border-top: 1px #dfdfdf solid;
	text-align: center;
	margin: 0 auto;
	width: 980px;
	background: #fff;
	padding: 0 0 10px 0;
}
.logoSetHeading {
	padding: 0 10px;
	background: #fff;
	font-size: .75em;
	color: #aaa;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
#homeSidebar {
	width: 225px;
	float: right;
}
.sidebarBlockSecondary,
.sidebarBlockNews {
	margin: 0 0 20px 0;
}
.home .sidebarBlockSecondary,
.home .sidebarBlockNews {
	margin: 0 0 20px 0;
	min-height: 354px;
}
.sidebarBlockPoll {
	margin: 0 0 20px 0;
	min-height: 356px;
}
.sidebarBlockPrimary {
	margin: 0 0 19px 0;
	min-height: 354px;
}
.sidebarBlockSecondary .contactDetails h4 {
	margin-bottom: 0;
}
.sidebarBlockSecondary .contactDetails p {
	margin-bottom: 15px;
}
.sidebarBlockSecondary .blockContent p.last {
	margin-bottom:0px;
}


/****************************************  SIDEBAR PRIMARY  *******************************************/

.sidebarBlockPrimary h4.promoHeader {
	color: #4ea73b;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 26px;
}
.sidebarBlockPrimary .promoFooter {
	color: #4ea73b;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	margin: 0 0 17px 10px;
}
.sidebarBlockPrimary .iconList {
	border-top: 1px #c7e3ca solid;
	margin: 0 0 20px 0;
}
.sidebarBlockPrimary .iconList li {
	border-bottom: 1px #c7e3ca solid;
	padding: 0;
}
.sidebarBlockPrimary .iconList li a {
	display: block;
	padding: 10px 0 10px 88px;
	font-size: .8125em;
	line-height: 1.25em;
	color: #444;
	font-style: italic;
	background: url('../images/icons/benefits-icons.png') no-repeat left center;
	min-height: 76px;
	font-weight: normal;
	text-decoration: none;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.sidebarBlockPrimary .iconList a:hover {
	background-color: #d4e7ce;
	color: #000;
}
.sidebarBlockPrimary .iconList li.tickets a { background-position: 0 center; }
.sidebarBlockPrimary .iconList li.sports a { background-position: -200px center; }
.sidebarBlockPrimary .iconList li.travel a { background-position: -400px center; }
.sidebarBlockPrimary .iconList li.shopping a { background-position: -1200px center; }
.sidebarBlockPrimary .iconList li.family a { background-position: -800px center; }

.sidebarBlockPrimary .iconList li.twoLine a { padding-top: 30px; min-height: 56px; }
.sidebarBlockPrimary .iconList li.threeLine a { padding-top: 20px; min-height: 66px; }

.sidebarBlockPrimary .iconList span {
	font-size: .85em;
}


/******************************************  SIDEBAR POLL  ********************************************/

.blockContent .poll {
	margin: 0 0 10px 0;
}
.blockContent .poll li {
	padding-bottom: 12px;
}
.blockContent .poll label {
	font-size: .75em;
	font-style: italic;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 7px;
}
.blockContent .poll ol input {
	width: 15px;
	height: 15px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.blockContent .poll .submitBtn {
	margin: 0 0 5px 0;
}
.blockContent .poll .submitBtn input {
	background: #707070 url('../images/icons/ico-arrow-white-right.png') no-repeat 102px center;
	color: #fff;
	font-size: 12px;
	border: 0;
	font-weight: bold;
	padding: 5px 0 5px 14px;
	width: 116px;
	text-align: left;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
    	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.blockContent .poll .submitBtn input:hover { background-color: #111; }
.blockContent .poll .submitBtn input:active { top: 1px; }

.blockContent .pollLink {
	color: #707070;
	font-style: italic;
	font-size: .8125em;
	font-weight: normal;
}
.blockContent .pollLink:hover {
	color: #000;
}
.blockContent .pollResults {
	font-size: .75em;
	font-style: italic;
	color: #333;
}
.blockContent .percentBarContainer {
	margin: 4px 0 0 0;
	border-left: 1px #999 solid;
}
.blockContent .percentBarContainer span {
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	display: block;
	background: #aaa;
}


/******************************************  SIDEBAR CART  ********************************************/

#shoppingCart .blockHeading {
	background: #a40208 url('../images/bg/bg-header-red.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #f6232b 0%,
	    #a20107 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #f6232b),
	    color-stop(1, #a20107)
	);
}
#shoppingCart .blockContent {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-left-width: 1px;
	border-right-width: 1px;
}
#shoppingCart .blockHeading img {
	top: -17px;
	right: 9px;	
}
#shoppingCart .cartQty {
	color: #525252;
	font-size: .8125em;
	font-style: italic; 
	padding: 5px 16px 20px 16px;
}
#shoppingCart table {
	width: 100%;
}
#shoppingCart td {
	border-top: 1px #e1e1e1 solid;
	background: #f7f7f7;
	color: #525252;
	font-size: .8125em;
	padding: 5px 10px 5px 16px;
	line-height: 1.25em;
}
#shoppingCart td.numCol {
	font-weight: bold;
	text-align: right;
	border-left: 1px #e1e1e1 solid;
	padding-left: 10px;
}
#shoppingCart .dark td {
	background: #f0f0f0;
}
#shoppingCart td .savings {
	color: #e4060f;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
#shoppingCart .total td {
	text-align: right;
	font-weight: bold;
	background: #e1e1e1;
} 
#shoppingCart .cartActions a {
	float: left;
	display: block;
	width: 111px;
	height: 44px;
	padding: 66px 0 0 0;
	text-align: center;
	color: #888;
	font-size: .8125em;
	text-decoration: none;
	background: url('../images/icons/ico-shopping-cart-actions.png') no-repeat;
}
#shoppingCart .cartActions .viewEdit { border-right: 1px #e1e1e1 solid; background-position: right top; }
#shoppingCart .cartActions .checkout { background-position: left top;  }
#shoppingCart .cartActions a:hover { color: #000; }

#shoppingCart .cartActions .viewEdit:hover { background-position: right -100px; }
#shoppingCart .cartActions .checkout:hover { background-position: left -100px;  }


/**********************************  SIDEBAR MY ACCOUNT SUMMARIES  ************************************/

#accountSummary .blockHeading {
	background: #a40208 url('../images/bg/bg-header-red.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #f6232b 0%,
	    #a20107 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #f6232b),
	    color-stop(1, #a20107)
	);
}
#accountSummary .blockContent {
	background: #f8f8f8;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-left-width: 1px;
	border-right-width: 1px;
}
#accountSummary .blockHeading img {
	top: -17px;
	right: 9px;	
}
#accountSummary .blockContent h4 {
	margin-left: 16px;
}
#accountSummary .cartQty {
	color: #525252;
	font-size: .8125em;
	font-style: italic; 
	padding: 5px 16px 20px 16px;
}
#accountSummary table {
	width: 100%;
}
#accountSummary td {
	border-top: 1px #e1e1e1 solid;
	background: #f7f7f7;
	color: #525252;
	font-size: .8125em;
	padding: 5px 10px 5px 16px;
	line-height: 1.25em;
}
#accountSummary td.numCol {
	font-weight: bold;
	text-align: right;
	border-left: 1px #e1e1e1 solid;
	padding-left: 10px;
}
#accountSummary .dark td {
	background: #f0f0f0;
	border-top-width: 5px;
}
#accountSummary .total td {
	text-align: right;
	font-weight: bold;
	background: #e1e1e1;
}
#myReminders p {
	margin-bottom: 20px;
}


/*****************************************  PRODUCT DETAIL  *******************************************/

.productDetailContainer .productDetail {
	float: left;
	width: 280px;
}
.productDetailContainer .productDetail .dbContent {
	margin: 0 0 30px 0;
}
.productDetailContainer .productDetail .priceTagCTA {
	margin: 0 0 30px 0;
}
.productDetailContainer .images {
	float: right;
	width: 318px;
}
.productDetailContainer .images .mainImg {
	width: 316px;
	height: 207px;
	border: 1px #dfdfdf solid;
	margin: 0 0 10px 0;
	position: relative;
}
.productDetailContainer .images .mainImg .thumb {
	width: 316px;
	height: 207px;
}
.productDetailContainer .images .mainImg .productSticker {
	position: absolute;
	left: 0;
	top: 0;
}
.productDetailContainer .images ul {
	overflow: hidden;
	width: 318px;
}
.productDetailContainer .images li {
	float: left; 
	width: 154px;
	height: 101px;
	background: #000;
	margin: 0 0 10px 0;
	font-size: 0;
}
.productDetailContainer .images li.f {
	margin-right: 10px;
}
.productDetailContainer .images ul img {
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}
.productDetailContainer .images ul a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}
.productDetailContainer .productDetail h2 {
	font-size: 1.25em;
	border: 0;
	padding: 0;	
}
.productDetailContainer dl {
	color: #444;
	width: 280px;
	margin: 0 0 20px 0;
	overflow: hidden;
	font-size: .875em;
	background: #f5f5f5;
}
.productDetailContainer dt {
	float: left;
	width: 55px;
	padding: 0 20px 0 5px;
	line-height: 1.5em;
	background: #f5f5f5;
}
.productDetailContainer dt.dark { background: #e5e5e5; }

.productDetailContainer dd {
	float: left;
	width: 195px;
	line-height: 1.5em;
	padding: 0 5px 0 0;
}
.productDetailContainer dd.dark { background: #e5e5e5; }

.productDetailContainer .promoDetail {
	overflow: hidden;
}
.productDetailContainer .promoCol {
	float: left;
	width: 280px;
}
.productDetailContainer .promoCol ul {
	list-style-type: disc;
	font-size: .75em;
	line-height: 1.5em;
	color: #444;
	margin: 0 0 0 20px;
}


/*****************************************  HOME PAGE HERO  *******************************************/

.homeHero {
	height: 300px;
	background: #ccc;
	margin: 0 0 20px 0;
	position: relative;
}
.homeHero .heroImg {
	width: 695px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.homeHero .price {
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 177px;
	width: 165px;
	height: 113px;
}
.homeHero .price li {
	width: 140px;
	height: 81px;
	background: url('../images/bg/bg-price-box-large.png');
	padding: 32px 0 0 25px;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
	font-family: Arial, Sans-Serif;
	display: none;
	overflow: hidden;
}
.homeHero .price li.blank {
	background: none;
}
.homeHero .price li.nosaving{
	padding-top:38px;
	height:75px;
}

.homeHero .price li.current {
	display: block;
}
.homeHero .price .currency {
	float: left;
	font-weight: bold;
	font-size: 24px;
	margin: 0 -5px 0 0;
}
.homeHero .price .digits1 .currency { margin-left: 30px; }
.homeHero .price .digits2 .currency { margin-left: 20px; }
.homeHero .price .digits3 .currency { margin-left: 0; }

.homeHero .price .amount {
	float: left;
	font-weight: bold;
	font-size: 50px;
	margin: -7px 0 0 0;
}
.homeHero .price .suffix {
	float: left;
	font-weight: bold;
	position: relative;
	height: 39px;
	width: 40px;
}
.homeHero .price .cents {
	display: block;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 2px;
	top: 0;
}
.homeHero .price .unit {
	display: block;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.homeHero .price .savings {
	clear: both;
	color: #ed1c24;
	padding: 0 0 0 27px;
	position: relative;
	top: -5px;
	overflow: hidden;
}
.homeHero .price .save {
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.homeHero .price .savings .currency {
	font-size: 12px;
	margin: 0 -2px 0 6px;
}
.homeHero .price .savings .amount {
	font-size: 18px;
	margin: 0;
}
.homeHero .price .savings .cents {
	position: static;
	float: left;
	font-size: 12px;
	margin: 1px 0 0 2px;
}
.homeHero .heroContent {
	width: 245px;
	height: 300px;
	position: absolute;
	left: 450px;
	top: 0;
}
.homeHero .heroContent li {
	width: 205px;
	height: 280px;
	padding: 20px 20px 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	color: #fff;
	font-size: 12px;
	background: #0154a4 url('../images/bg/bg-home-hero-content.jpg') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #013567 0%,
	    #0154a4 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #013567),
	    color-stop(1, #0154a4)
	);
}
.homeHero .heroContent li.current {
	display: block;
}
.homeHero .heroContent h2 {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px #4e759e solid;
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
	color: #fff;
}	
.homeHero .heroContent p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.homeHero .heroContent .itemsRemaining {
	padding: 5px;
	background: #000;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 195px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
    	font-family: Arial, Sans-Serif;
}
.homeHero .heroContent .itemsRemaining .qtyBox {
	float: left;
	color: #000;
	width: 65px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 3px 0;
	background: #fff url('../images/bg/bg-home-hero-qty-box.gif') repeat-x left center;
	background: -moz-linear-gradient(
	    center top,
	    #fff 0%,
	    #b9b9b9 50%,
	    #fff 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fff),
	    color-stop(.5, #b9b9b9),
	    color-stop(1, #fff)
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
}
.homeHero .heroContent .itemsRemaining .qtyBox .qtyLabel {
	font-size: 13px;
	font-weight: bold;
}
.homeHero .heroContent .itemsRemaining .qtyBox .qtyNum {
	font-size: 52px;
	font-weight: bold;
	margin: -6px 0 0 0;
}
.homeHero .heroContent .desc {
	font-size: 15px;
	text-align: center;
	padding: 6px 0 0 0;
	float: right;
	width: 130px;
}
.homeHero .heroContent .desc .intro {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.homeHero .heroContent .btnRed {
	position: absolute;
	left: 20px;
	bottom: 18px;
}
.homeHero .heroContent .btnRed:active {
	bottom: 17px;
	top: auto;
}
.homeHero .heroContentCover {
	width: 245px;
	height: 300px;
	position: absolute;
	left: 450px;
	top: 0;
	background: #0154a4 url('../images/bg/bg-home-hero-content.jpg') repeat-x left top;
	display: none;
	color: #fff;
}
.heroBannerThumbs {
	position: absolute;
	right: 249px;
	top: 275px;
	z-index: 5;
}
.heroBannerThumbs li {
	float: left;
	margin: 0 7px 0 0;
}
.heroBannerThumbs a {
	float: left;
	width: 14px;
	height: 14px;
	text-indent: -9999em;
	background: #fff;
	-moz-box-shadow: 0 0 7px #000;
  	-webkit-box-shadow: 0 0 7px #000;
  	box-shadow: 0 0 7px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    	border-radius: 7px;
}
.heroBannerThumbs .active a {
	opacity: .5;
	filter:alpha(opacity=50);
	cursor: default;
}

/******************************************  HOME PAGE SLIDER  ****************************************/

.homeSlider {
	margin: 0 0 20px 0;
}
.tabMenu {
	overflow: hidden;
	z-index: 3;
	color: #fff;
	padding: 2px 10px 0 10px;
	background: #248f35 url('../images/bg/bg-header-green.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #7fc241 0%,
	    #228e35 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #7fc241),
	    color-stop(1, #228e35)
	);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    	border-radius: 5px 5px 0 0;
}
.tabMenu li {
	float: left;
}
.tabMenu a {
	font-weight: bold;
	display: block;
	padding: 10px 15px 0 15px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	height: 26px;
	text-decoration: none;
    	text-align: center;
    	-moz-border-radius: 6px 6px 0 0;
    	-webkit-border-radius: 6px 6px 0 0;
    	border-radius: 6px 6px 0 0;
}
.tabMenu a:hover {
	background: #50a73b;
}
.tabMenu .selected a {
	background: #fff;
	color: #707070;
	cursor: default;
	border: 1px #fff solid;
	padding: 9px 14px 0 14px;
	height: 25px;
}
.tabContent {
	background: #f0f0f0;
	position: relative;
	z-index: 2;
	width: 687px;
	border: 4px #e1e1e1 solid;
	border-top: 0;
}
.tabContent .tab {
	background: #f1f1f1;
	width: 681px;
	overflow: hidden;
}
.tabContent li li {
	width: auto;
}
.hasJS li { display: none; }
.hasJS li li { display: list-item; }
.hasJS li.current { display: block }

.scroll-content-item { 
	width: 198px;
	float: left; 
	margin: 0 10px; 
	padding: 25px 0 18px 0;
}
.scroll-pane {
	width: 675px;
	overflow: hidden;
	margin: 0 0 0 6px;
	padding: 0 0 10px 0;
}
.scrollbarContainer {
	background: url('../images/bg/bg-slider-container.png'); 
	clear: left; 
	width: 615px;
	padding: 0 30px;
	height: 30px;
}
.scroll-bar-wrap {
	height: 30px;
	padding: 0 4px 0 2px; 
	margin: 0 -1px -1px -1px; 
	width: 611px;
}
.homeSlider .scroll-pane .ui-slider { 
	height: 30px; 
	margin: 0 auto;  
	position: relative;
	text-align: left;
	width: 404px !important;
	background: none;
	border: none;
}
.ui-handle-helper-parent { 
	position: relative; 
	width: 404px !important;
	height: 100%; 
	margin: 0 auto; 
}
.scroll-pane .productList { 
	margin: 0 0 10px 0;
	width: 2204px; 
	padding: 0 12px;
	float: left;
	background: #fff;
	overflow: auto;
}


.homeColsGroupedThree  .scroll-pane .productList { 
	width:1100px !important;
}

.homeColsGroupedThree .ui-handle-helper-parent { 
	width: 198px !important;
}
.homeSlider .scroll-pane .ui-icon {
	width: auto;
	height: auto;
	background: none;
}
.homeSlider .scroll-pane .ui-slider-handle { 
	position: absolute; 
	top: 2px;
	z-index: 2; 
	width: 200px; 
	height: 24px; 
	cursor: pointer; 
	border: 1px #c5c5c5 solid;
	background: #a7a7a7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
}
.homeSlider .scroll-pane .ui-slider-handle:hover {
	border-color: #888; 
}
.homeSlider .scroll-pane .ui-slider-handle.ui-state-active {
	background: #888;

} 
.quickLinks {
	background: #f0f0f0;
	position: relative;
	z-index: 2;
	width: 687px;
	border: 4px #e1e1e1 solid;
	border-top: 0;
}


/*********************************************  BUTTONS  **********************************************/

.btnRed,
.btnGreen,
.btnGreenLong,
.btnGreenLongArrow,
.btnGreenBack {
	width: 118px;
	height: 25px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 0 15px;
	position: relative;
}
.btnRed:hover,
.btnGreen:hover,
.btnGreenLong:hover,
.btnGreenLongArrow:hover,
.btnGreenBack:hover { background-position: left bottom; }
.btnRed:active,
.btnGreen:active,
.btnGreenLong:active,
.btnGreenBack:active { top: 1px; }

.btnRed { background-image: url('../images/buttons/btn-red.png'); }
.btnGreen { background-image: url('../images/buttons/btn-green.png'); }
.btnGreenBack { background-image: url('../images/buttons/btn-green-back.png'); padding-left: 40px; width: 93px; }
.btnGreenLong { background-image: url('../images/buttons/btn-green-long.png'); width: 135px; }
.btnGreenLongArrow { background-image: url('../images/buttons/btn-green-long-arrow.png'); width: 185px; }

.fullButtonSet {
	overflow: hidden;
	padding: 0 13px 0 0;
}
.fullButtonSet a {
	float: right;
	margin: 0 0 0 20px;
}


/******************************************  PRICE TAG CTA  *******************************************/

.priceTagCTA {
	display: block;
	width: 178px;
	height: 68px;
	position: relative;
	margin: 20px 0 0 0;
	background: url('../images/bg/bg-price-tag-cta.png');
	color: #000;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	padding: 20px 0 0 20px;
	text-decoration: none;
}
.priceTagCTA.nosaving{
	padding-top:30px;
	height:58px;
}

.priceTagCTA.hover { background-position: left -88px; } 
.priceTagCTA.checkoutHover { background-position: left -176px; } 

.priceTagCTA .cta {
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 163px;
	top: 36px;
	font-size: 12px;
	cursor: pointer;
	background: none;
	border: 0;
	font-family: Arial, Sans-Serif;
	font-style: italic;
}
.priceTagCTA .moreBtn a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 123px;
	top: 32px;
	font-size: 14px;
	cursor: pointer;
	background: none;
	border: 0;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	display: block;
	padding: 6px 18px;
}
.priceTagCTA .qtyLabel {
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 129px;
	top: 37px;
	font-size: 13px;
}
.priceTagCTA .qtyInput {
	color: #000;
	background: #fff;
	position: absolute;
	left: 140px;
	top: 34px;
	font-size: 16px;
	border: 0;
	text-align: center;
	width: 23px;
	height: 21px;
	line-height: 21px;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    	border-radius: 3px;
}
.priceTagCTA .price .currency {
	float: left;
	font-weight: bold;
	font-size: 24px;
	margin: 0 -3px 0 0;
}
.priceTagCTA .price .single .currency { margin-left: 30px; }
.priceTagCTA .price .double .currency { margin-left: 20px; }
.priceTagCTA .price .triple .currency { margin-left: 0; }

.priceTagCTA .price {
	color: #000;
}
.priceTagCTA .digits1 .currency { margin-left: 19px; }
.priceTagCTA .digits2 .currency { margin-left: 11px; }
.priceTagCTA .digits3 .currency { margin-left: 0; }

.priceTagCTA .price.loading {
	background: url('../images/icons/ajax-loader-large.gif') no-repeat 0 0;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 46px;
	top: 24px;
}
.priceTagCTA .price .amount {
	float: left;
	font-weight: bold;
	font-size: 36px;
	margin: -4px 0 0 0;
}
.priceTagCTA .price .suffix {
	float: left;
	font-weight: bold;
	position: relative;
	height: 28px;
	width: 40px;
}
.priceTagCTA .price .cents {
	display: block;
	font-weight: bold;
	font-size: 17px;
	position: absolute;
	left: 2px;
	top: 0;
}
.priceTagCTA .price .unit {
	display: block;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.priceTagCTA .price .savings {
	clear: both;
	color: #ed1c24;
	padding: 2px 0 0 9px;
	position: relative;
	top: -5px;
	overflow: hidden;
}
.priceTagCTA .price .save {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.priceTagCTA .price .savings .currency {
	font-size: 12px;
	margin: 0 0 0 6px;
}
.priceTagCTA .price .savings .amount {
	font-size: 16px;
	margin: 0;
}
.priceTagCTA .price .savings .cents {
	position: static;
	float: left;
	font-size: 10px;
	margin: 1px 0 0 2px;
}
.priceTagCTA .price .rrp {
	clear: both;
	color: #ed1c24;
	padding: 0 0 0 31px;
	position: relative;
	top: -8px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}
.priceTagCTA .addedBtn {
	background: url('../images/icons/ico-tick-large.png') no-repeat center top;
	width: 51px;
	padding: 44px 0 0 0;
	color: #696969;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 40px;
	top: 17px;
	text-align: center;
}
.priceTagCTA .checkoutBtn {
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 134px;
	top: 38px;
	font-size: 13px;
}
.ctaSmallContainer {
	padding: 50px 0 29px 0;
}
.ctaSmallContainer .ctaSmall {
	font-family: arial, Sans-Serif;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 178px;
	height: 22px;
	background: url('../images/buttons/bg-cta-small.png') no-repeat center top;
	text-decoration: none;
	font-size: 13px;
	padding: 7px 0 0 20px;
}
.ctaSmallContainer .ctaSmall:hover {
	background-position: left bottom;
}


/*******************************************  PRODUCT LIST  *******************************************/

.productList {
	width: 634px;
	overflow: hidden;
}
.productList li {
	float: left;
	width: 198px;
	padding: 30px 20px;
	border-bottom: 1px #888 dashed;
} 
.productList li.firstRow { padding-top: 0; }

.productList li.f {
	clear: left;
	padding-left: 0;
	padding-right: 0;
}
.productList li.l {
	clear: right;
	padding-left: 0;
	padding-right: 0;
}
.productList .thumbContainer {
	width: 198px;
	height: 130px;
	position: relative;
	margin: 0 0 10px 0;
	display: block;
}
.productList .thumbContainer .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 196px;
	height: 128px;
	border: 1px #dfdfdf solid;
	display: block;
	background: #fff;
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}
.productList .thumbContainer:hover .thumb {
	opacity: 1;
	filter:alpha(opacity=100);
	border-color: #999;
}
.productList .thumbContainer .productSticker {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.productList h2,
.productList h3 {
	font-size: .75em;
	line-height: 1.35em;
	min-height: 49px;
	border: 0;
	padding: 0;
	margin: 0;
}
.productList h2 a,
.productList h3 a {
	font-weight: bold;
}
.productList .state {
	font-size: .75em;
	color: #b0b0b0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.productList p {
	margin: 0;
	min-height: 36px;
	height: auto !important;
	height: 36px;
}
.productList.loading { background: url('/images/icons/ico-ajax-loader-type2.gif') no-repeat center 50px; }
.productList.loading li { visibility: hidden; }
.productList.loading .thumbContainer img { display: none; }


/*******************************************  FEATURE NOTE  *******************************************/

.featureNoteContainer {
	width: 484px;
	position: relative;
	padding: 34px 150px 0 0;
	background: url('../images/bg/bg-feature-note-top.png') no-repeat left top;
}
.featureNoteBg {
	background: url('../images/bg/bg-feature-note-repeat.png') repeat-y left top;
}
.featureNote {
	padding: 16px 0 20px 40px;
	background: url('../images/bg/bg-feature-note-bottom.png') no-repeat left bottom;
	min-height: 700px;
}
.featureNoteContainer .txtAllThisAndMore {
	width: 364px;
	height: 59px;
	text-indent: -9999em;
	position: relative;
	top: -26px;
	background: url('../images/text-replace/txt-all-this-and-more.png');
}
.featureNote ul {
	padding: 0 70px 0 0;
}
.featureNote li {
	font-size: .8125em;
	line-height: 19px;
	margin: 0 0 19px 0;
	color: #111;
}
.featureNote ul ul {
	padding: 0;
	list-style-type: disc;
	margin: 0 0 0 16px;
}
.featureNote ul ul li {
	margin: 0;
	font-size: 1em;
}
.featureNote ul p {
	font-size: .8125em;
	line-height: 19px;
	color: #595959;
}
.featureNote .applyContainer {
	width: 393px;
	height: 124px;
	background: url('../images/bg/bg-feature-note-apply.png');
	position: relative;
}
.featureNote .applyContainer a {
	position: absolute;
	left: 251px;
	top: 63px;
}
.featureNoteContainer .featureImg {
	position: absolute;
	right: 0;
	top: 23px;
}


/**********************************************  FORMS  ***********************************************/

.pageForm fieldset {
	border: 1px #d5d5d5 solid;
	padding: 0 15px 20px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: -7px 0 33px 0;
	width: 602px;
}
/*increase width of family day form*/
#familyDay.pageForm fieldset {
	width:870px;
}
.pageForm legend {
	padding: 0 10px;
	font-weight: bold;
	font-size: 15px;
	color: #bbb;
}
.pageForm ol {
	margin: 20px 0 0 10px;
}
.pageForm li {
	float: left;
	margin: 0 0 8px 0;
	min-height: 26px;
	padding: 2px 0;
	clear: both;
	width: 100%;
}
.pageForm .labelContainer {
	float: left;
	width: 135px;
	margin: 6px 0 0 0;
	padding: 0 15px 0 0;
	height: 18px;
}
.pageForm .longLabel .labelContainer { width: 285px; }

.pageForm .inputContainer {
	float: left;
	width: 390px;
}
.pageForm .longLabel .inputContainer { width: 240px; }

.pageForm .note {
	font-style: italic;
	font-size: 12px;
	color: #666;
	padding: 2px 0 4px 2px;
}
.pageForm label,
.pageForm span.label {
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #444;
}
.pageForm label em { color: #fd1813; }
.pageForm li input.txtInput,
.pageForm li textarea {
	width: 383px;
	padding: 6px 0px 5px 5px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}
.pageForm li.error input.txtInput,
.pageForm li.error textarea,
.pageForm li.error select,
.pageForm li.error .radioButtonSet {
	background: #ffe9e9;
}
.pageForm li textarea {
	overflow: auto;
	height: 130px;
}
.pageForm li .short { width: 107px; }
.pageForm li .short input.txtInput,
.pageForm li .short select,
.pageForm li .short textarea { width: 100px; }

.pageForm li .med { width: 207px; }
.pageForm li .med input.txtInput,
.pageForm li .med select,
.pageForm li .med textarea { width: 200px; }

.pageForm li .inlineFields { width: 307px; }
.pageForm li .inlineFields input.txtInput,
.pageForm li .inlineFields select,
.pageForm li .inlineFields textarea { width: 63px; margin-right: 5px; }

.pageForm li input.txtInput:hover,
.pageForm li textarea:hover,
.pageForm li select:hover {
	border-color: #aaa;
	outline: 0;
}
.pageForm li input.txtInput:focus,
.pageForm li textarea:focus,
.pageForm li select:focus {
	border-color: #888;
	-moz-box-shadow: 0 0 5px #bbb;
  	-webkit-box-shadow: 0 0 5px #bbb;
  	box-shadow: 0 0 5px #bbb;
}
.pageForm li input.file {
	margin: 0 5px 0 0;
	float: left;
	cursor: default;
}
.pageForm li select {
	float: left;
	width: 390px;
	padding: 4px 4px 4px 4px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageForm li select.selectCardExp {
	width: 95px;
}
.pageForm .radioButtonSet input,
.pageForm .checkboxSet input {
	width: 15px;
	height: 15px;
	margin: 7px 0 0 0;
}
.pageForm .checkboxSet,
.pageForm .radioButtonSet {
	margin: 3px 0 0 0;
}
.pageForm .checkboxSet li,
.pageForm .radioButtonSet li {
	float: none;
	margin: 0 0 3px 0;
	min-height: 0;
	padding: 2px 0;
	overflow: hidden;
}
.pageForm .radioButtonSet.inline li {
	float: left;
	margin-right: 15px;
	clear: none;
	width: auto;
}
.pageForm .checkboxSet input,
.pageForm .radioButtonSet input {
	margin: 2px 6px 0 0;
	float: left;
}
.pageForm .checkboxSet label,
.pageForm .radioButtonSet label {
	font-weight: normal;
	float: left;
	margin: 3px 0 0 0;
}
.pageForm .buttonSet {
	padding-left: 176px;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.pageForm .buttonSet input {
	width: 133px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	font-size: 13px;
	height: 33px;
	line-height: 13px;
	font-weight: bold;
	padding: 6px 0 9px 15px;
	position: relative;
	background: url('../images/buttons/btn-green.png') no-repeat;
	border: 0;
	cursor: pointer;
	text-align: left;
}
.pageForm .buttonSet a,
.pageForm .buttonSet input {
	float: left;
	margin: 0 15px 0 0;
}
.pageForm .buttonSet input:hover { background-position: left bottom; }
.pageForm .buttonSet input:focus { top: 1px }

.pageForm .labelAlign {
	padding-left: 150px;
	margin: 5px 0 0 0;
}
.pageForm .icons {
	float: left;
	padding: 4px 0 4px 6px;
}
.pageForm .icons a {
	float: left;
	margin: 0 3px;
}
.pageForm .icons a img {
	opacity: .75;
}
.pageForm .icons a:hover img {
	opacity: 1;
}
.pageForm .noEdit {
	font-size: 12px;
	margin: 6px 0 0 0;
	clear: both;
	padding: 2px 0 2px 2px;
}
.pageForm .noEdit a {
	text-decoration: none;
}
.pageForm .chkBoxRow {
	overflow: hidden;
	min-height: 15px;
}
.pageForm .chkBoxRow input {
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 5px 0 150px;
}
.pageForm .chkBoxRow label {
	font-weight: normal;
	float: left;
	width: 363px;
}
.pageForm .chkBoxRowFull {
	min-height: 0;
}
.pageForm .chkBoxRowFull input {
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 5px 0 0;
}
.pageForm .chkBoxRowFull label {
	width: 572px;
	float: left;
	font-weight: normal;
}
.pageForm .expDivider {
	float: left;
	margin: 4px 4px 0 4px;
}
.pageForm .fieldsetNote {
	margin: 0px 0px 15px 10px;
	font-style: italic;
}
.pageForm .fieldsetCol {
	float: left;
	width: 187px;
	margin: 0 0 0 10px;
}
.pageForm .fieldsetCol .fieldsetColHeader {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #444;
	border-bottom: 1px #d5d5d5 solid;
	padding: 0 0 5px 0;
}
.pageForm .fieldsetCol ol {
	margin-left: 0;
	margin-top: 10px;
}
.pageForm .fieldsetCol .chkBoxRow input {
	margin-left: 0;
}
.pageForm .fieldsetCol .chkBoxRow label {
	width: 167px;
}

input#email, input#Email, input#confirmEmail, input#emailConfirm, input#otherPreference {
    text-transform: none;
}
/*******************************************  ERROR MESSAGES  *****************************************/

.msgBox {
	margin: 0 0 26px 0;
	padding: 0 10px 0 35px;
	background: #eaf6ff url('/images/icons/info.png') no-repeat 10px 7px;	
	border: 1px #69c0ff solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
fieldset .msgBox {
	margin-top: 20px;
	margin-bottom: 20px;
}
.msgBox.errorMsg { 
	background-image: url('/images/icons/error.png'); 
	background-color: #ffe9e9;
	border-color: #ffa7a7;
}
.msgBox.successMsg { 
	background-image: url('/images/icons/success.png'); 
	background-color: #f1fef0;
	border-color: #7db569;
}
.msgBox.warningMsg { 
	background-image: url('/images/icons/warning.png'); 
	background-color: #ffffdb;
	border-color: #d9ce42;
}
.msgBox p {
	margin: 10px 0 10px 0;
	font-size: 13px;
	line-height: 14px;
}
.msgBox ol,
.msgBox ul {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 14px;
}
.msgBox li {
	margin: 5px 0 5px 20px;
	overflow: visible;
	line-height: 15px;
	width: auto;
	color: #444;
	padding: 0;
	min-height: 0;
	float: none;
}
.msgBox ul li {	list-style-type: disc; }
.msgBox ol li {	list-style-type: decimal; }

.msgBox a {
	color: #666;
}
.formError {
	margin: 2px 0 2px 150px;
	color: #d72323;
	padding: 1px 0 1px 16px;
	background: url('../images/icons/error-small.png') no-repeat left 2px; 
	font-size: 13px;
	line-height: 14px;
}
.chkBoxRowFull .formError {
	margin-left: 0;
	margin-bottom: 8px;
}
.pageForm .tAndCPanel ol {
	list-style-type: decimal;
}
.pageForm .tAndCPanel li {
	float: none;
	min-height: 0;
	padding: 0;
	font-size:0.75em;
}



/*******************************************  CHECKOUT TABLE  *****************************************/

.checkoutTable {
	width: 100%;
	font-size: .8125em;
	color: #525252;
	margin: 0 0 30px 0;
}
.checkoutTable th {
	border-bottom: 1px #d8d8d8 solid;
	border-left: 1px #d8d8d8 solid;
	padding: 12px 15px;
}
.checkoutTable th.f { border-left: 0; }

.checkoutTable th.priceCol { text-align: right; width: 100px; }
.checkoutTable th.qtyCol { text-align: center; width: 100px; }
.checkoutTable th.skuCol { text-align: center; width: 60px; }

.checkoutTable td {
	border-bottom: 1px #d8d8d8 solid;
	border-left: 1px #d8d8d8 solid;
	padding: 15px 15px;
	background: #f7f7f7;
	vertical-align: top;
}
.checkoutTable .dark td { background: #f0f0f0; }
.checkoutTable td.f { border-left: 0; }

.checkoutTable td.numCol { text-align: right; font-weight: bold; }
.checkoutTable td.qtyCol { text-align: center; }
.checkoutTable td.skuCol { text-align: center; font-weight: bold; }

.checkoutTable .qtyInput {
	width: 45px;
	padding: 6px 5px 5px 5px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	text-align: right;
}
.checkoutTable .qtyInput:hover {
	border-color: #aaa;
	outline: 0;
}
.checkoutTable .qtyInput:focus {
	border-color: #888;
	-moz-box-shadow: 0 0 5px #bbb;
  	-webkit-box-shadow: 0 0 5px #bbb;
  	box-shadow: 0 0 5px #bbb;
}
.checkoutTable .savings {
	color: #e4060f;
	font-size: .85em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 6px 0 0 0;
}
.checkoutTable .removeItem {
	margin: 6px 0 0 0;
}
.checkoutTable .removeItem a {
	background: url('../images/icons/error-small.png') no-repeat left center;
	padding: 2px 0 2px 15px;
	color: #777;
	text-decoration: none;
}
.checkoutTable .removeItem a:hover {
	text-decoration: underline;
}
.checkoutTable .totals td {
	background: #e1e1e1;
	text-align: right;
	font-weight: bold;
}
.checkoutTable .totals span {
	font-weight: bold;
	margin: 0 0 0 10px;
}


/********************************************  TOOLTIPS  **********************************************/

.tooltipTrigger,
.tooltipTriggerImg {
	cursor: help;
}
.tooltipContainer,
.tooltipContainerImg {
	position: relative;
	width: 20px;
	height: 20px;
}
.tooltipContent {
	width: 270px;
	padding: 10px 15px;
	display: none;
	position: absolute;
	bottom: 32px;
	opacity: 0;
	background: #f7f7f7;
	border: 1px #bbb solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  	z-index: 30;
}
.tooltipContent .tooltipHeading {
	font-weight: bold;
	font-size: 13px;
}
.tooltipContent p {
	margin: 10px 0;
	font-size: 11px;
	line-height: 12px;
}
.tooltipContent.open,
.tooltipContentImg.open {
	display: block;
}


/***************************************  PRODUCT LIST COLUMNS  ***************************************/

.productListingCol {
	float: left;
}
.productListingCol.leftCol {
	width: 270px;
	padding-right: 22px;
}
.productListingCol.centreCol {
	width: 270px;
	padding-left: 22px;
	padding-right: 22px;
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
}
.productListingCol.rightCol {
	width: 270px;
	padding-left: 22px;
}
.productListingCol h2 {
	font-size: 1.5em;
	margin-top: 0;
	border-bottom: 4px #dfdfdf solid;
}
.productListingCol ul {
	font-size: .75em;
	margin: 0 0 30px 0;
}
.productListingCol li {
	margin: 0 0 10px 0;
	line-height: 1.25em;
	color: #888;
}
.productListingCol a {
	color: #444;
	text-decoration: none;
}
.productListingCol a:hover {
	text-decoration: underline;
	color: #000;
}


/******************************************  CONTENT TABLE  *******************************************/

.contentTable {
	width: 100%;
	font-size: .8125em;
	color: #525252;
	margin: 0 0 30px 0;
}
.contentTable th {
	border-left: 1px #d8d8d8 solid;
	padding: 6px 10px;
	font-weight: bold;
}
.contentTable th.f { border-left: 0; }

.contentTable td {
	border: 1px #d8d8d8 solid;
	padding: 10px 10px;
	background: #f7f7f7;
	vertical-align: top;
}
.contentTable .priceCol {
	text-align: right;
}
.contentTable .dark td { background: #f0f0f0; }

.contentTable .iconSet {
	vertical-align: middle;
}
.contentTable .iconSet a img {
	opacity: .8;
	filter:alpha(opacity=80);
}
.contentTable .iconSet a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}
.contentTable p {
	line-height:1.5em;
	margin: 5px 0 0 0;
}
.contentTable a {
	margin: 0 
}

/********************************************  MY ACCOUNT  ********************************************/

#memberTabs ul {
	overflow: hidden;
	z-index: 3;
	color: #fff;
	padding: 2px 10px 0 10px;
	background: #248f35 url('../images/bg/bg-header-green.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #7fc241 0%,
	    #228e35 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #7fc241),
	    color-stop(1, #228e35)
	);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    	border-radius: 5px 5px 0 0;
}
#memberTabs li {
	float: left;
}
#memberTabs a {
	font-weight: bold;
	display: block;
	padding: 8px 11px 0 11px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	height: 24px;
	text-decoration: none;
    	text-align: center;
    	-moz-border-radius: 6px 6px 0 0;
    	-webkit-border-radius: 6px 6px 0 0;
    	border-radius: 6px 6px 0 0;
}
#memberTabs a:hover {
	background: #50a73b;
}
#memberTabs .active a {
	background: #fff;
	color: #707070;
	cursor: default;
	border: 1px #fff solid;
	padding: 7px 10px 0 10px;
	height: 23px;
}
#memberContent {
	padding: 20px 0 0 0;
}
#memberContent .memberSectionButton {
	padding: 0 0 10px 0;
}
#memberContent h3 {
	color: #28913b;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 30px 0px 0px 0px;
}


/*******************************************  NEWS & EVENTS  *******************************************/

.newsEventsList {
	margin: 0 0 20px 0;
}
.newsEventsList li {
	margin: 0 0 20px 0;
	border-bottom: 1px #dfdfdf dotted;
	position: relative;
	overflow: hidden;
	padding: 0 0 20px 198px;
}
.newsEventsList li.l {
	border: 0;
}
.newsEventsList .thumbContainer {
	float: left;
	width: 185px;
	height: 130px;
	position: relative;
	left: -198px;
	margin: 0 -188px 0 0;
}
.newsEventsList .thumbContainer .thumb {
	width: 198px;
	height: 130px;
}
.newsEventsList h3 {
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.newsEventsList .dateTime {
	font-size: .6875em;
	color: #888;
	margin: 0 0 10px 0;
}
.newsEventsList .btnGreen {
	margin: 0 0 0 10px;
}


/********************************************  SEARCH BAR  ********************************************/

.searchBar {
	border: 1px #2b7d36 solid;
	color: #fff;
	margin: 0 0 30px 0;
    	overflow: hidden;
	background: #248e35 url('../images/bg/bg-search-bar.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    #8bc754 0%,
	    #63b14f 50%,
	    #4fa73b 50%,
	    #248e35 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #8bc754),
	    color-stop(.5, #63b14f),
	    color-stop(.5, #4fa73b),
	    color-stop(1, #248e35)
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
}
.searchBar .inputContainer {
	float: left;
	border-right: 1px #50974a solid;
	border-left: 1px #98d46a solid;
	height: 35px;
	padding: 4px 20px 0 20px;
	overflow: hidden;
}
.searchBar .inputContainer.f { border-left: 0; }
.searchBar .inputContainer.l { border-right: 0; }

.searchBar .inputContainer label {
	font-size: 13px;
	float: left;
	margin: 8px 7px 0 0;
}
.searchBar .inputContainer .txtInput {
	border: 1px #ababab solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin: 1px 0 0 0;
    	padding: 5px 5px 6px 6px;
    	font-size: 13px;
    	background: #f2f2f2;
    	width: 195px;
    	float: left;
}
.searchBar .inputContainer .txtInput:hover,
.searchBar .inputContainer select:hover { 
	border-color: #777;
}
.searchBar .inputContainer .txtInput:focus,
.searchBar .inputContainer select:focus { 
	background: #fff;
}
.searchBar .inputContainer select {
	float: left;
	margin: 1px 0 0 0;
	font-size: 13px;
	padding: 4px 4px 4px 6px;
	background: #f2f2f2;
	border: 1px #ababab solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    	border-radius: 3px;
}
.searchBar .inputContainer .submitBtn {
	float: left;
	width: 38px;
	height: 29px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	background: url('../images/buttons/btn-header-search.png');
	border: 0;
	cursor: pointer;
	position: relative;
	top: 1px;
	left: -14px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
    	border-radius: 0 6px 6px 0;
}
.searchBar .inputContainer .submitBtn:hover { background-position: left bottom; }



/**********************************************  COMMON  **********************************************/

.printBtn {
	background: url('/images/icons/ico-print.png') no-repeat left center;
	padding: 5px 0 5px 25px;
	display: inline-block;
	font-size: .75em;
	margin: 0 0 10px 0;
}
h1 .checkoutStep {
	float: right;
	color: #333;
	font-size: 20px;
	margin: 20px 0 0 0;
}



/*added by AM*/
	.dbContent ul.contentList{
		line-height: 1em;
		list-style-type: disc;
		margin: 15px 0 1.5em 25px;
	}

	.dbContent ul.contentList li{
		margin: 5px 0;
		color: #444444;
		font-size: 0.75em;
	}
	.dbContent dl {
	   /* background: none repeat scroll 0 0 #F5F5F5;
		color: #444444;*/
		font-size: 0.75em;
		margin: 0 0 20px;
		overflow: hidden;
		width: 280px;
	}
	.dbContent dt {
		float: left;
		line-height: 1.5em;
		padding: 0 20px 0 5px;
		width: 55px;
		font-weight:bold;
	}

	.dbContent dd {
		float: left;
		line-height: 1.5em;
		padding: 0 5px 0 0;
		width: 195px;
	}
	.dbContent h3 {
		color: #28913b;
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 10px 0;
		margin: 30px 0px 0px 0px;
	}

/*End added by AM*/
/* Hopefully there isnt any more...*/

/* Added by James for KK to change later */
/* Added as a reminder to James to remove comment above */

