@charset "UTF-8";
body {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #F2F3F4;
}
.leftNavCell {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.leftNavTextCells {
	font-size: 11px;
	line-height: 12px;
	color: #0061AA;
	vertical-align: top;
	padding: 4px;
}
.leftNavBulletCells {
font-size: 11px;
	line-height: 20px;
	color: #F79439;
	vertical-align: top;
	width: 6px;
}
.productDetailsTable {
	border: 1px solid #afd6c9;
}
.productShot {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 24px;
}

li {
	list-style-image: url(images/bulletOrange.gif);
}

.footer {
	font-size: 10px;
	line-height: 14px;
}
.headerSub {
	font-size: 20px;
	font-weight: bold;
	color: #235EA7;
}
input {
	border: 1px solid #70ABF2;
}

.headerSubGreen{
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}


.calloutTableGreen {
	float: right;
	width: 250px;
	color: #330066;
	line-height: 14px;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 24px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
a:visited.hover {
	font-weight: bold;
	color: #333333;
	ttext-decoration: underline;
}

a.linkFooter:link {
font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.linkFooter:visited {
font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.linkFooter:hover {
font-size: 10px;
	line-height: 12px;
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}
a.linkFooter:visited.hover {
font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}

a.linkCategory:link {
	color: #009470;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
a.linkCategory:visited {
	color: #009470;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
a.linkCategory:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
a.linkCategory:visited.hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

a.linkSubNav:link {
	color:  #235EA7;
	text-decoration: none;
	
}
a.linkSubNav:visited {
	color: #235EA7;
	text-decoration: none;
	
}
a.linkSubNav:hover {
	color: #009470;
	text-decoration: none;
	
}
a.linkSubNav:visited.hover {
	color:#009470;
	text-decoration: none;
	
}

.productDetailsRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afd6c9;
	font-size: 11px;
	padding-left: 6px;
}
.productDetailsHeader {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #afd6c9;
	text-transform: uppercase;
	line-height: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #afd6c9;
}
.bodyBold {
	font-size: 12px;
	font-weight: bold;
	color: #235EA7;
}

.contentCell {
	padding-top: 6px;
	padding-right: 36px;
	padding-bottom: 12px;
	padding-left: 36px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr {
	border: 1px solid #F7943A;
}
.productDetailsSubheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afd6c9;
	font-size: 11px;
	padding-left: 6px;
	font-weight: bold;
}
.subNavRule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3D4E4;
	width: 160px;
}
.searchInput {
	width: 120px;
}
.required {
	color: #CC0000;
}
.salesPrice {
	font-weight: bold;
	color: #990000;
}

/* /// NEW /// */

.breadcrumbs {
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.breadcrumbs a {
	color: #235EA7;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #000;
}

