/* ---------------------------- */
/* Dialog Styles
/* ---------------------------- */
html, body {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#858585;
	line-height: 1.833;
}
div#skip a, div#skip a:hover, div#skip a:visited {
	display:block;
	position:absolute; 
	background:#fff;
	border:solid 1px #667282;
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	text-align:center;
	padding:10px;
} 
div#skip a:active, div#skip a:focus {
	display:block;
	position:absolute; 
	background:#fff;
	border:solid 1px #667282;
	width:200px; 
	height:auto; 
	left:290px; 
	top:10px;
	text-align:center;
	padding:10px;
	z-index:2000;
}

/* ---------------------------- */
/* GLOBAL
/* ---------------------------- */
/* set page header */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:28px;
	font-weight:normal;
	color:#272e26;
	text-transform:none;
	line-height:normal;
	margin:0;
	padding:0 0 15px;
}
	.pageData_half_left h1 {
		padding-bottom:11px;
	}
/* set page secondary header */
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:22px;
	font-weight:normal;
	color:#000;
	line-height:normal;
	text-transform:none;
	margin:0;
	padding:0 0 13px;
}
/* set contact us header */
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
	font-weight:normal;
	color:#000;
	line-height:26px;
	text-transform:none;
	margin:0;
	padding:0 0 6px;
}
/* set products tabs header */
h4 {
	border-bottom:solid 1px #e7e7e7;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
	font-weight:normal;
	color:#030606;
	line-height:normal;
	text-transform:none;
	margin:0 0 16px 0;
	padding:0 0 16px 0;
}
/* set review title */
h5 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:normal;
	margin:0;
	padding:0 0 11px 0;
}
/* set review date */
h6 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:bold;
	color:#797979;
	line-height:normal;
	text-transform:uppercase;
	margin:0;
	padding:0 0 7px 0;
}
a {
    color:#009896;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#df8f06;
}
a.greenOver:hover,
.filterItem a:hover,
.railBox a:hover,
.railBox .book_title a:hover,
.railBox .featuredTitle a:hover,
.sidebar_headline a:hover,
.description a:hover,
.viewProductTable td.productName a:hover,
#additionalFuncs ul li a:hover,
#footer .footerNavigation ul li a:hover, 
#footer .footerNavigation ul li a.selected,
.article a:hover,
.carouselTitleHolder a:hover {
	color:#afb22f;
}
a.blueOver:hover,
#header #headerAccount a:hover,
a.textButton:hover,
.headerTitle .product_cart_title .cartSubHeader a:hover {
	color:#009896;
}
a.orangeOver:hover,
.backToEventCal a:hover,
a.doubleArrow:hover,
.keepLoggedTbl a:hover,
.loginBtnHolder a:hover,
#digitalServicesData ul li a:hover {
	color:#df8f06;
}
	a.external {
		padding:0 15px 0 0;
		background: url('../images/icon_newWindow.gif') right no-repeat;
	}
	a.pdf {
		padding:1px 21px 0 0;
		background: url('../images/icon_pdf.gif') right no-repeat;
	}
	a.doubleArrow {
		padding:0 11px 0 0;
		background: url('../images/icon_arrows.gif') right no-repeat;
	}
	a.doubleArrow:hover, a.doubleArrow:active{
		padding:0 11px 0 0;
		background: url('../images/icon_arrows_ro.gif') right no-repeat;
	}	
hr, div.hr  {
	border-bottom:solid 1px #e9e9e9;
	clear:both;
	overflow:hidden;
	height:1px;
	margin:0;
	padding:0;
}
div.hr  {
	margin:0 0 20px;
	padding:20px 0 0;
}
ul,
ol {
	margin:0 0 1.5em 17px;
}
li {
	margin-left:13px;
}
p {
	padding: 0 0 1.5em;
}
.hightlight {
    font-size:18px;
	font-style:italic;
	color:#00b1af;
	line-height:27px;
	letter-spacing:-0.33px;
	text-transform:none;
}
.image {
	border:2px #dedede solid;
}
.railBox .image {
	border:2px #dedede solid;
}
.image_left {
	float:left;
	margin: 0 20px 20px 0;
	border:2px #d3d3d3 solid;
}
	.railBox .image_left {
		margin: 0 10px 10px 0;
	}
.image_right {
	float:right;
	margin: 0 0 20px 20px;
	border:2px #d3d3d3 solid;
}
	.railBox .image_right {
		margin: 0 0 10px 10px;
	}
.image_left_no_border {
	float:left;
	border: none;
	margin: 0 20px 20px 0;
}
	.railBox .image_left_no_border {
		margin: 0 10px 10px 0;
	}
.image_right_no_border {
	float:right;
	margin: 0 0 20px 20px;
}
	.railBox .image_right_no_border {
		margin: 0 0 10px 10px;
	}

/* ---------------------------- */
/* Sidebar Styles
/* ---------------------------- */
.sidebar_subjectTitle {
	font-weight:bold;
	color:#1f1f1f;
	margin:14px 0 0;
}
.sidebar_headline, 
.sidebar_headline a {
	font-size:13px;
	font-weight:bold;
	color:#0da2a0;
	line-height:normal;
	text-decoration:none;
	line-height: 18px;
}