@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #000 url(../images/background.jpg) no-repeat fixed center top;
}

body {
	color: #333;
	font: 62.5% Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #04A7FF;
}

a:visited {
	color: #ff2b05;
}

a:hover,
a:focus,
a:active {
	color: #959595;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 10px 0px;
	margin: 0px 0px 10px;
	background: #FFF;
	border-top: 1px solid #E0E0E0;
	border-right: none;
	border-bottom: 1px solid #E0E0E0;
	border-left: none;
}


h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
	color: #333;
	border-bottom: 1px solid #B0AFAF;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

h4 {
	font-size: 1.4em;
	margin: 0px;
	font-weight: bold;
	color: #666;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	color: #CA1F00;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

label {
	
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #E3E2DB;
	border-bottom: 1px solid #E3E2DB;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #E3E2DB;
	border-left: 1px solid #E3E2DB;
}

th {
	background: #000;
	color: #FFF;
}


ul {
	margin: 0px 0px 20px 0px;
	list-style: none;
}

li {
	margin: 0px 0px 5px 0px;
	list-style: none;
	background: url(../images/icon_bullet_point.png) no-repeat left 4px;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- Primary structure */



/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0% 1% 0% 0%;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	display: block;
	border: 1px solid #D6D6D6;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	display: block;
	border: 1px solid #D6D6D6;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	border: 1px solid #D6D6D6;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}

.imageLoad {
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}


/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	overflow: hidden;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
	background: #FCFCFC;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 5px 0px;
	background: #F4F4F4;
	font-weight: normal;
	color: #333;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 5px;
	padding: 4px 1% 3px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 950px;
	overflow: hidden;
	padding: 5px;
	margin: 0px;
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.formButton {
	padding: 4px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 130px;
	float: left;
	padding: 6px 20px 6px 5px;
	margin: 0px 5px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.formBlock .input {
	width: 784px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.formBlock .description {
	float: right;
	width: 784px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.buttonBlock {
	width: 786px;
	padding: 5px 5px 5px 169px;
}

.singleCheck .input {
	padding: 5px 0px 0px;
}

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
	padding: 6px 25px 6px 0px;
}

.textareaBlock .input {
	float: right;
	width: 620px;
	padding: 0px;
	margin: 0px;
}

.textareaBlock .description {
	text-align: right;
	padding: 7px 0px 6px 0px;
}

.radioGroup {

}

.radioGroup .description {
	padding: 7px 0px 6px 0px;
}

.radioGroup .input {

}

.fieldGroup {

}

.fieldGroup .input {
	
}

.fieldGroup .description {
	padding: 7px 0px 6px 0px;
}

.required .label {
	background: url(../images/icon_bullet_star.png) no-repeat 140px center;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0000;
	font-style: normal;
}

.formError {
	background-color: #FFEEEC;
}

.formError .label label {
		
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 288px;
	border: 1px solid #E3E2DB;
	padding: 5px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 20em;
	width: 608px;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 284px;
	padding: 2px;
}

/* ------------------------------------------------------------------- Pagination */


.pagination {
	width: 950px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 5px;
}

.pagination a,
.pagination a:visited {
	display: block;
	float: left;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	border-right: 1px solid #FFF;
	color: #007BCE;
	background: #FFFFFF;
}


.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	color: #FFF;
	background: #FF2B06;
	text-decoration: none;
}

/* ------------------------------------------------------------------- Misc navigation */

a.linkButton,
a.linkButton:visited {
	background:  #F00 url(../images/button_gradient_overlay_30.png) repeat-x center center;
	display: inline-block;
	padding: 0px 5px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	height: 30px;
	font-weight: bold;
	text-align:center;
}

a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active {
	color: #aeacac;
	background-color: #FFF;
	text-decoration: none;
}

#subNavGroup,
.subFooter {
	margin: 0px 0px 5px;
	padding: 5px;
	color: #000;
	background: #FFFDFD;
	width: 950px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#subNavGroup ul,
#subNavGroup li,
.subFooter ul,
.subFooter li {
	list-style: none;
	margin: 0px;
}

#subNavPrimary,
#subNavSecondary {
	float: left;
	width: auto;
}

#subNavSecondary {
	float: right;
}

#subNavGroup #subNavPrimary li,
#subNavGroup #subNavSecondary li {
	float: left;
	margin: 0px 5px 0px 0px;
	background: none;
	padding-left: 0px;
}

#subNavGroup #subNavSecondary li {
	margin: 0px 0px 0px 5px;
}

#breadCrumb {
	width: 640px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	padding-top: 2px;
}

.breadCrumbs {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.breadCrumbs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding-bottom: 0px;
}

.breadCrumbs li.first {
	margin: 0px 5px 5px 0px;
	list-style: none;
	padding-left: 0px;
	background-image: none;
}

/* ------------------------------------------------------------------- Header */


#headWrapper {
	height: 170px;
	margin: 0px;
	width: 100%;
	background: url(../images/bkgnd_head_wrapper.png) repeat-x center center;
}

#header {
	position: relative;
	height: 170px;
	margin: 0px auto;
	padding: 0px;
	font-size: 1.2em;
	width: 980px;
}

#logo {
	margin: 0px auto;
	padding: 0px;
	height: 150px;
	width: 310px;
	display: block;
	background: url(../images/logo.png) no-repeat center top;
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo a {
	height: 150px;
	width: 310px;
	display: block;
}

#logo span {
	display: none;	
}

#primaryNav {
	width: 630px;
	position: absolute;
	top: 75px;
	left: 350px;
	padding: 0px;
	height: 20px;
	overflow: hidden;
}

#primaryNav ul,
#primaryNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

#primaryNav ul {
	margin-left: -2px;
}

#primaryNav li {
	float: left;
	margin: 0px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #ff2b05;
}

#primaryNav li a,
#primaryNav li a:visited {
	float: left;
	height: 20px;
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #e32f11;
	font-weight: bold;
	padding: 0px 10px;
}

#primaryNav li a:hover,
#primaryNav li a:focus,
#primaryNav li a:active,
#primaryNav li.activePageLink a {
	text-decoration: none;
	color: #000;
}

#primaryNav li a span {
	
}

#primaryNav li.menu_external_138 {
	display: none;	
}

#pageHeading {
	display: none;
}

#userStatus {
	position: absolute;
	width: 165px;
	bottom: 5px;
	right: 0px;
	text-align: center;
	color: #e32f11;
	background: url(../images/bkgnd_user_status.png) no-repeat center center;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
}

#userStatus p {
	margin: 0px;
	padding: 0px;	
	line-height: 25px;
	height: 25px;
}

#userStatus a {
	color: #e32f11;	
}

/* ------------------------------------------------------------------- Cart */

#cartDefaultWrapper,
#cartWrapper {
	clear: both;
	width: 980px;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
}

#cartWrapper a {
	color: #007BCE;
}

#cartWrapper a:visited {
	color: #A42B02;
}

#cartWrapper a:hover,
#cartWrapper a:focus,
#cartWrapper a:active {
	color: #2DABFF;
}

#cartEditWrapper,
#cartDetailsWrapper {
	padding: 0px;
	text-align: left;
}

#cartEdit {
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
	padding: 10px;
}

#cartDetailsWrapper #cartEdit {
	padding: 0px;
	background: #FFF;	
}

#cartEdit table {
	margin: 0px;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	border-right: 1px solid #E0E0E0;
}

#cartEdit td {
	border-top: 1px solid #FFF;
	border-left: 1px solid #E0E0E0;
}

#cartEdit input {
	padding: 0px;	
}

#cartTotals {
	margin: 0px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #FFF;
}

#cartTotals td {
	border: none;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTotals td span {
	font-size: 0.8em;
	font-weight: normal;	
}

#cartDetailsWrapper {
	margin-bottom: 20px;
}

#cartEditWrapper caption,
#cartDetailsWrapper caption {
	text-align: left;
}

#cartNav {
	border-bottom: 1px solid #B0AFAF;
	margin-bottom: 0px;
	width: 960px;
	overflow: hidden;
	background: #FFF;
	padding: 10px 10px 0px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

#cartEmpty,
#cartTotal {
	float: left;
	width: 155px;
	text-align: right;
	margin-right: 5px;
}

#cartEmpty {
	float: right;
}

#cartEmpty img,
#cartTotal img {
	position: relative;
	bottom: -2px;	
}

#toggleCart,
a#checkoutButton,
a#checkoutButton:visited {
	color: #000;
	height: 30px;
	width: 60px;
	border: none;
	display: block;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: -5px;
	font-weight: bold;
}

#toggleCart {
	margin-right: 5px;
	width: 80px;
	border-style: none;
	background:  #F00 url(../images/button_gradient_overlay_30.png) repeat-x center center;
	display: inline-block;
	padding: 0px 5px;
	color: #000;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#toggleCart:hover,
#toggleCart:focus,
#toggleCart:active {
	color: #aeacac;
	background-color: #FFF;
	text-decoration: none;
}

#toggleCart span,
#checkoutButton span {
	
}

#paymentInstructions {
	padding: 4px;
	border: 1px solid #FFD700;
	background: #FEFDE7;
	margin: 0px 0px 10px;
}

#paymentTypes {
	padding-left: 170px;	
}

/* ------------------------------------------------------------------- Primary content */

#primaryContent {
	background: #FFF;
	font-size: 1.2em;
	color: #000;
	padding: 10px;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

/* ------------------------------------------------------------------- Footer */

#footer {
	width: 960px;
	height: 148px;
	margin: 0px auto 10px;
	padding: 10px;
	background: #FFF url(../images/bkgnd_footer.gif) repeat-x center 15px;
	overflow: hidden;
	position: relative;
	font-size: 1.2em;
}

#footerNav {
	width: 630px;
	position: absolute;
	top: 20px;
	left: 270px;
	padding: 0px;
	height: 20px;
	overflow: hidden;
}

#footerNav ul,
#footerNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

#footerNav ul {
	margin-left: -2px;
}

#footerNav li {
	float: left;
	margin: 0px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #ff2b05;
}

#footerNav li a,
#footerNav li a:visited {
	float: left;
	height: 20px;
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #e32f11;
	font-weight: bold;
	padding: 0px 10px;
}

#footerNav li a:hover,
#footerNav li a:focus,
#footerNav li a:active,
#footerNav li.activePageLink a {
	text-decoration: none;
	color: #000;
}

#footerContact {
	width: 815px;
	position: absolute;
	top: 115px;
	right: 10px;
	text-align: center;
}

#footerCopyright {
	width: 815px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: center;
}

#footerLogo {
	width: 144px;
	height: 55px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

#footerPaymentTypes {
	width: 145px;
	height: 45px;
	position: absolute;
	top: 2px;
	left: 10px;
	margin: 0px;
	padding: 0px;
}

#footerFacebook {
	width: 144px;
	height: 44px;
	position: absolute;
	top: 57px;
	left: 10px;
}

#footerSubscription {
	width: 725px;
	position: absolute;
	top: 55px;
	right: 50px;
	padding: 0px;
	height: 50px;
	overflow: hidden;
	color: #FFF;
	background: #FF2B05 url(../images/bkgnd_subscription.png) no-repeat left top;
}

#footerSubscription p {
	font-weight: bold;
	text-align: center;	
}

#FNAME_label,
#mce-FNAME,
#LNAME_label,
#mce-LNAME,
#EMAIL_label,
#mce-EMAIL,
#subscribe_submit,
#unsubscribeLink {
	position: absolute;
	top: 25px;	
}

#FNAME_label,
#LNAME_label,
#EMAIL_label {
	line-height: 20px;
	font-size: 0.9em;
	text-align: right;
}

#mce-FNAME,
#mce-LNAME,
#mce-EMAIL {
	background: #FFF;
	border-style: none;
	padding: 2px 0px;
}

#FNAME_label {
	height: 20px;
	width: 55px;
	left: 5px;
}

#mce-FNAME {
	width: 110px;
	left: 70px;
}

#LNAME_label {
	height: 20px;
	width: 55px;
	left: 185px;
}

#mce-LNAME {
	width: 110px;
	left: 250px;
}

#EMAIL_label {
	height: 20px;
	width: 25px;
	left: 370px;
}

#mce-EMAIL {
	width: 110px;
	left: 410px;
}

#subscribe_submit {
	width: 50px;
	left: 530px;
	font-size: 0.9em;
	text-align: center;
}

#unsubscribeLink {
	top: 28px;
	width: 135px;
	right: 0px;
	text-align:center;
	font-weight: bold;
}

a#unsubscribeLink,
a#unsubscribeLink:visited {
	color: #FFF;
}


/* ------------------------------------------------------------------- Home page */

#page_home #userStatus,
#page_home #cartNav {
	display: none;
}

#homeSlideShowHolder {
	display: none;
}

#homeSlideShow {
	width: 100%;
	height: 300px;
	font-size: 1.2em;
	position: relative;
}

#homeSlideShow #stageCenter{
	width: 980px;
	height: 300px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: #FFF;
	z-index: 2;
}

#homeSlideShow .slide {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#stageLeft,
#stageRight {
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	-moz-opacity:.0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	opacity:.0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#stageRight {
		
}

#homeLatestNews {
	background: #696969;
	position: absolute;
	z-index: 3;
	height: 120px;
	width: 295px;
	padding: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
	color: #FFF;
}

#homeLatestNews h3 {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #FFF;
	border-style: none;
}

.latestBlogPostBlock {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 295px;
	margin: 0px 0px 2px;
	padding: 0px;
}

.latestBlogPostBlock dt,
.latestBlogPostBlock dd {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.latestBlogPostBlock dt.title {
	line-height: 10px;
	height: 10px;
	width: 260px;
	left: 35px;	
}

#homeLatestNews a,
#homeLatestNews a:visited,
#homeLatestNews a:hover,
#homeLatestNews a:focus,
#homeLatestNews a:active {
	color: #FFF;
}

.latestBlogPostBlock dd.excerpt {
	left: 35px;
	width: 260px;
	height: 20px;
	font-size: 0.9em;
	top: 15px;
}

.latestBlogPostBlock dd.image {
	position: absolute;
	height: 30px;
	width: 30px;
}


#homePageBanners {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}

#bannerHomeLeft,
#bannerHomeCenter,
#bannerHomeRight {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 320px;
}

.banner_1,
.banner_2,
.banner_3 {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 320px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner_1 a,
.banner_2 a,
.banner_3 a {
	display:block;
	height: 180px;
	width: 320px;
	color: #FFF;
	text-decoration: none;
	z-index: 2;
}

.banner_1 em,
.banner_2 em,
.banner_3 em {
	display:none;
}

.banner_1 span,
.banner_2 span,
.banner_3 span {
	position: absolute;
	bottom: 5px;
	left: 7px;
	width: 295px;
	overflow: hidden;
	color: #FFF;
	padding: 5px;
	display: block;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
}

.banner_1 a span,
.banner_2 a span,
.banner_3 a span {
	cursor: hand;	
}

#homePrimary {
	float: left;
	width: 640px;
}

#homeSecondary {
	float: right;
	width: 315px;	
}

#homeRssNews {
	background: #b0afaf url(../images/bkgnd_secondary_bottom_grey.png) no-repeat left bottom;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 315px;
}

#homeRssNews h3 {
	background: url(../images/bkgnd_secondary_top_grey.png) no-repeat center top;
	margin: 0px 0px 5px;
	padding: 10px 5px 0px;
	border-style: none;
}

#homeRssNews .feedRow {
	margin: 0px 0px 5px;
	padding: 0px 5px;
	width: 305px;
}


#homeRssNews h4 {
	font-size: 1em;
	font-weight: bold;
}

#homeRssNews .feedRow a,
#homeRssNews .feedRow a:visited,
#homeRssNews .feedRow a:hover,
#homeRssNews .feedRow a:focus,
#homeRssNews .feedRow a:active {
	color: #FFF;
}

/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	border-top: 1px solid #E0E0E0;
	padding: 0px;
	background: #F5F5F5;
	margin: 0px 0px 5px;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
	border-top: 1px solid #FFF;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #E0E0E0;
}

/* ------------------------------------------------------------------- Specials */

.specialsCategory {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}

.specialsBlock {
	background: #FFFDFD;
	padding: 5px;
	margin: 0px 0px 5px;
}

/* ------------------------------------------------------------------- Contact */

#contactPrimary {
	float: left;
	width: 320px;
	margin: 0px 10px 10px 0px;
}

#contactPrimary h3 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	padding: 0px;
}

#contactDetails dl,
#shopHours dl,
#contactDetails dt,
#shopHours dt,
#contactDetails dd,
#shopHours dd {
	padding: 0px;
	margin: 0px;
}

#contactDetails dd,
#shopHours dd {
	margin: 0px 0px 5px;
	padding: 0px
}


#contactDetails,
#shopHours {
	width: 300px;
	margin: 0px 0px 10px;
	padding: 10px;
	overflow: hidden;
	background: #FFFDFD;
}

#contactSecondary {
	float: right;
	width: 630px;
	margin: 0px 0px 10px 0px;
}

#contactForm {
	width: 630px;
	margin: 0px 0px 10px;
	overflow: hidden;
}

.contact_form {
	width: 628x;
	height: 240px;
	position: relative;
	background: #FFFDFD;
	border: 1px solid #E0E0E0;
}

.contact_form .formBlock dt,
.contact_form .formBlock dd {
	margin: 0px;
	padding: 0px;	
}

.contact_form .formBlock {
	position: absolute;
	background: none;
	border-top: none;
	border-bottom: none;
}

.contact_form .formBlock .label {
	width: 130px;
	float: none;
	padding: 3px 5px 2px 20px;
	margin: 0px;
	text-align: left;
}

.contact_form .required .label {
	background-position: left center;
}

.contact_form .formBlock .input {
	width: 220px;
	float: none;
}

.contact_form .formBlock .description {
	float: none;
	width: 240px;
}

.contact_form .contact_name_block {
	height: 62px;
	width: 230px;
	left: 390px;
	top: 0px;
	padding: 0px 5px;
}

.contact_form .contact_email_block {
	height: 62px;
	width: 230px;
	left: 390px;
	top: 68px;
	padding: 0px 5px;
}

.contact_form .contact_phone_block {
	height: 62px;
	width: 230px;
	left: 390px;
	top: 138px;
	padding: 0px 5px;
}

.contact_form .contact_message_block {
	height: 225px;
	width: 370px;
	left: 0px;
	top: 0px;
	padding: 5px;
}

.contact_form .contact_message_block .label {
	margin: 0px;
	width: 20%;
	float: left;
}

.contact_form .contact_message_block .input {
	width: 370px;
}

.contact_form .contact_message_block .description {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 70%;
	text-align: right;
	height: 27px;
	line-height: 27px;
}

.contact_form .contact_attachment_block {
	height: 60px;
	width: 230px;
	left: 390px;
	top: 140px;
	padding: 5px;
}

.contact_form .contact_send_block {
	height: 30px;
	width: 230px;
	left: 390px;
	top: 198px;
	padding: 5px;
}

.contact_form .inputTextField,
.contact_form .inputFileField,
.contact_form .inputTextArea {
	width: 218px;
	border: 1px solid #E3E2DB;
	padding: 5px;
}

.contact_form .inputTextArea {
	width: 358px;
	height: 190px;
}

.contact_form .formError {
	background: #FFEEEC;
}

#map {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 630px;	
}

/* ------------------------------------------------------------------- Links page */



/* ------------------------------------------------------------------- Products */

#productCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

#productCategories h4 {
	font-size: 1em;
	text-transform: uppercase;
}

#productCategories ul {
	margin: 0px 0px 5px;	
}


ul.listProductCategories {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.listProductCategories li.categories {
	float: none;
	width: 100%;
	background: none;
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

ul.listProductCategories li.categories ul {
	
}

ul.listProductCategories li.categories ul.subCategories {
	background: none;
	width: 960px;
	overflow: hidden;
	background: #F5F5F5;
	border-top: 1px solid #E0E0E0;
}

ul.listProductCategories li.categories ul.subCategories li {
	background: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 192px;
}

ul.listProductCategories li.categories ul.subCategories a {
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
}

ul.listProductCategories li.categories ul.subCategories a img {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	float: left;
	height: 80px;
	width: 80px;
	border: 1px solid #E0E0E0;
	background: #FFF;	
}

ul.listProductCategories li.categories ul.subCategories a span {
	/*line-height: 90px;*/
	padding-top: 33px;
	height: 57px;
	display: block;
}


#listProductCategories {
	margin: 0px 0px 10px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.productCategoryBlock {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	width: 948px;
	overflow: hidden;
}	

.productCategoryBlock .thumbnail {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	float: left;
	height: 80px;
	width: 80px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}

.productCategoryBlock .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

.productCategoryBlock .brief {
	
}

.productCategoryBlock .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

#parentSubcategoryDescription {
	margin: 0px 0px 10px;
	padding: 10px 0px;
	width: 960;
	overflow: hidden;
	background: #FFFDFD;
}

#productList {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

.productBlock {
	background: #FDFDFD;
	margin: 0px 4px 10px;
	padding: 0px;
	height: 227px;
	width: 150px;
	float: left;
	position: relative;
	font-size: 0.9em;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.productBlock dt,
.productBlock dd {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	font-weight: normal;
	height: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.productBlock dd.image {
	margin: 0px;
	padding: 5px;
	height: 140px;
	width: 140px;
	top: 0px;
	left: 0px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
}

.productBlock dt.title {
	width: 140px;
	height: 29px;
	top: 152px;
	left: 0px;
	padding: 0px 5px;
}

.productBlock dd.price {
	width: 140px;
	top: 183px;
	left: 0px;
	padding: 0px 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
}

.onSpecial dd.price {
	color: #FF2B05;	
}

.onSpecial dd.price span {
	color: #B0AFAF;
}

.productBlock dd.availability {
	width: 140px;
	left: 0px;
	top: 205px;
	padding: 0px 5px;
	line-height: 20px;
}

.out_of_stock dd.availability {
	color: #FFF;
	background: #FF2B05;
}

#productView {
	
}

#productDetails {
	background: #b0afaf url(../images/bkgnd_secondary_top_grey.png) no-repeat left top;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 315px;
	float: right;
}

#productDetails dt,
#productDetails dd {
	margin: 0px;
	padding: 0px 10px 5px;
	color: #FFF;
}

#productDetails dt {
	margin: 0px 0px 5px;
	padding: 10px 10px 0px;
	border-style: none;
	font-size: 1.2em;
}

#productDetails dd.brief {
	color: #FFF;
	background: url(../images/bkgnd_secondary_bottom_grey_black.png) no-repeat center bottom;
	padding-bottom: 5px;
}

#productDetails dd.price,
#productDetails dd.onSpecial {
	background: #000 url(../images/bkgnd_secondary_bottom_black_grey.png) no-repeat center bottom;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#productDetails dd.onSpecial {
	color: #FF2B05;
}

#productDetails dd.onSpecial span {
	color: #B0AFAF;
	font-size: 0.8em;
	font-weight: normal;
}

#productDetails dd.availability {
	background: #B0AFAF url(../images/bkgnd_secondary_bottom_grey_red.png) no-repeat center bottom;
	padding-top: 5px;
}

#productDetails dd.availability span {
	font-weight: bold;
	color: #B31B00;
}

#productDetails dd.cartOptions {
	background: #FF2B05 url(../images/bkgnd_secondary_bottom_red_white.png) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#productDetails dd.cartOptions label {
	width: 55px;
	margin-right: 5px;
	display: block;
	float: left;
	line-height: 22px;
	height: 22px;
}

#productDetails dd.cartOptions .inputSelectList {
	width: 225px;
	margin-bottom: 10px;
}

#productDetails dd.cartOptions .inputTextField {
	margin-right: 7px;
	width: 96px;
}

#productDetails dd.cartOptions .formButton {
	width: 80px;
}

#productImages {
	float: left;
	width: 640px;
}

#productImages #featuredImage {
	margin: 0px auto 10px;
	text-align: center;
	padding: 4px;
	width: 560px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	overflow: hidden;
	border: 1px solid #E0E0E0;
}

#productImages #additionalImages {
	width: 640px;
	overflow: hidden;
}

#productImages #additionalImages a {
	width: 58px;
	height: 58px;
	border: 1px solid #E0E0E0;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	padding: 0px;
	margin: 0px 2px 4px 2px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}

#productImages #additionalImages a img {
	
}

.featuredWrapper {
	width: 640px;
	margin: 0px 0px 10px;
	position: relative;
}

#productImages .featuredWrapper #featuredImage {
	width: 560px;
	margin: 0px auto;
	text-align: center;
}

.featuredWrapper .prevLink,
.featuredWrapper .nextLink {
	display: block;
	width: 30px;
	outline: none;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.featuredWrapper .prevLink {
	left: 0px;
	background: transparent url(../images/prev_button.png) no-repeat center center;
}

.featuredWrapper .nextLink {
	right: 0px;
	background: transparent url(../images/next_button.png) no-repeat center center;
}

.featuredWrapper .prevLink span,
.featuredWrapper .nextLink span {
	display: none;	
}

.thumbsContainerWrapper {
	position: relative;
	width: 640px;
	height: 60px;
	overflow: hidden;
}

#productImages .thumbsContainerWrapper #additionalImages {
	position: absolute;
	z-index: 1;
	left: 32px;
	top: 0px;
	width: auto;
	overflow: auto;
}

.thumbsContainerWrapper .prevLink,
.thumbsContainerWrapper .nextLink {
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0px;
	width: 30px;
	outline: none;
	z-index: 2;
}

.thumbsContainerWrapper .prevLink {
	left: 0px;
	background: transparent url(../images/prev_button.png) no-repeat center center;
}

.thumbsContainerWrapper .nextLink {
	right: 0px;
	background: transparent url(../images/next_button.png) no-repeat center center;
}

.thumbsContainerWrapper .prevLink span,
.thumbsContainerWrapper .nextLink span {
	display: none;	
}

#productView #additionalInformation {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}

#productView #categories {
	float: left;
	width: 135px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#productView #categories h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#productFullDescription {
	margin: 0px 5px 0px 0px;
	float: right;
	width: 495px;
}

#productFullDescription h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #E0E0E0;
}

#productInfoTabs {
	width: 810px;
	float: right;
}

#productInfoTabs #tabNav {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
	width: 810px;
}

#productInfoTabs li.tab {
	display: block;
	list-style: none;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: #FF2B05;
	margin: 0px 1px 0px 0px;
	padding: 5px;
	float: left;
}

#productInfoTabs li.active {
	background: #B0AFAF;
}

#productInfoTabs .content {
	width: 810px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#optionAvailability,
#optionDimensions {
	padding: 0px 10px;
	width: 295px;
}

#optionAvailability dt,
#optionAvailability dd,
#optionDimensions dt,
#optionDimensions dd {
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	width: 110px;
	float: left;
}

#optionAvailability dd,
#optionDimensions dd {
	width: 180px;
	margin-right: 0px;
}


#sizingTable {
	float: right;
	width: 315px;
}

/* ------------------------------------------------------------------- Product search */

#product_search {
	height: 30px;
	width: 960px;
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #FFF;
	background: url(../images/bkgnd_product_search.png) no-repeat center top;
}

#product_search label {
	line-height: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	text-align: right;
}

#product_search input,
#product_search select {
	position: absolute;
	top: 6px;
}

#product_search input {
	
}

#search_by_keyword_label {
	width: 50px;
	left: 0px;
}

#search_by_keyword {
	width: 135px;
	left: 60px;	
	border-style: none;
	padding: 0px;
	background: #FFF;
}

#search_by_category_label {
	width: 50px;
	left: 205px;
}

#search_by_category {
	width: 300px;
	left: 265px;
	border-style: none;
	padding: 0px;
	background: #FFF;
}

#search_by_manufacturer_label {
	width: 70px;
	right: 315px;
}

#search_by_manufacturer {
	width: 140px;
	right: 165px;
	border-style: none;
	padding: 0px;
	background: #FFF;
}

#search_by_specials_label {
	width: 50px;
	right: 100px;
}

#search_by_specials {
	top: 22px;
	right: 80px;
	height: 18px;
	width: 15px;
}

#product_search button {
	position: absolute;
	top: 3px;
	width: 70px;
	right: 5px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Blog */

#listBlogPosts {
	
}

.blogPostBlock {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	width: 100%;
	overflow: hidden;	
}

.blogPostBlock .title {

}

.blogPostBlock .timestamp {
	font-style: italic;
	color: #CCC;
	margin: 0px 0px 10px;
	padding: 0px;
}

.blogPostBlock .content {
	
}

/* ------------------------------------------------------------------- Customer profile */

#orderHistory .linkView {
	background: url(../images/icon_view.png) no-repeat left;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- Help articles */

#listHelpArticles {
	margin: 0px 0px 10px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

#listHelpArticles .helpArticle {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
}

#listHelpArticles .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

#listHelpArticles .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

/* ------------------------------------------------------------------- Photos page */

#photoList {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

.photoBlock {
	background: #FDFDFD;
	margin: 0px 4px 10px;
	padding: 0px;
	height: 218px;
	width: 150px;
	float: left;
	position: relative;
	font-size: 0.9em;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.photoBlock dt,
.photoBlock dd {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.photoBlock dd.image {
	margin: 0px;
	padding: 5px;
	height: 140px;
	width: 140px;
	top: 0px;
	left: 0px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
}

.photoBlock dt.title {
	width: 140px;
	top: 152px;
	left: 0px;
	padding: 0px 5px;
}

.photoBlock dd.timestamp {
	width: 140px;
	top: 174px;
	left: 0px;
	padding: 0px 5px;
}

.photoBlock dd.views {
	width: 140px;
	bottom: 0px;
	left: 0px;
	padding: 0px 5px;
}

#photoView {

}

#photoView .timestamp {
	font-style: italic;
	color: #CCC;
	margin: 0px 0px 10px;
	padding: 0px;
}

#photoView .fullDescription {

}

#photoView .featuredImage {
	margin: 0px 0px 10px;
	padding: 4px;
	width: 950px;
	min-height: 35px;
	height:auto;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	text-align:center;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	position: relative;
}

#photoView #prevLink a,
#photoView #nextLink a {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 130px;
	outline: none;
}

#photoView #prevLink a {
	left: 0px;
	background: transparent url(../images/prev_button.png) no-repeat center center;
}

#photoView #nextLink a {
	right: 0px;
	background: transparent url(../images/next_button.png) no-repeat center center;
}

#photoView #prevLink a span,
#photoView #nextLink a span {
	display: none;	
}

/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #FF2B05;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}

/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: inherit;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	color: inherit;
	background-color: #FFF;
}

.lbLoading {
	background: #FFF url(../images/loading.gif) no-repeat center;
	color: inherit;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 50px;
	padding-left: 50px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -50px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev_button.png) no-repeat 0 50%;
}

#lbNextLink {
	right: -50px;
}

#lbNextLink:hover {
	background: transparent url(../images/next_button.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: inherit;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 30px;
	background: transparent url(../images/closelabel.png) no-repeat center bottom;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover,
#lbCloseLink:focus,
#lbCloseLink:active {
	background-position: center top;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ------------------------------------------------------------------- Miscellaneous */

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

.messageNotice {
	background-color: #E4F2FD;
	border-color: #93CAF7;
}

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.formMessage {
	background: #E1F8FF url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.highLite {
	background: #FEFDE7;
	padding: 0px 2px;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}

label,
button,
.formButton,
#lbOverlay,
.listingHover,
a.linkButton,
a.linkButton:visited,
#productInfoTabs li.tab,
#toggleCart,
.prevLink,
.nextLink {
	cursor: pointer;
}


