/* Pages
===============================================================================*/
#leftmainWrapper {
	overflow: hidden;
}

#productContent {
	overflow: hidden;
	float: right;
	display: inline;
	position: relative;
	width: 754px;
	border-left: 1px solid #C7CDD5;
}
.productHead {
	position: relative;
	min-height: 108px;
	width: 94.5%;      
	padding: 0 0 14px 0;
	border-bottom: 1px solid #C7CDD5;
	background: transparent url(../image/product-title-bg.png) repeat-x scroll left bottom;
}
.productHead h1 {
	width: 452px;
	margin: 22px 0 8px 30px;
	font-size: 3em;
}
.productHead p {
	width: 452px;
	margin: 0 0 0 30px;
	font-size: 1.2em;
	color: #001932;
}
img.productImage {
	position: absolute;
	right: 42px;
	top: 10px;
	z-index: 10;
}
dl#productDetails {
	position: relative;
	top: 0;
	left: 0;
	width: 94.5%;
}
dl#productDetails dt {
	padding: 10px;
	letter-spacing: .5px;
	font: normal 1.2em Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #333;
}
dl#productDetails dt.selected {
	color: #103E67;
	background: none;
}
dl#productDetails dd {
	padding: 20px 10px 0 32px;
	border-top: 1px solid #C7CDD5;
	background: none;
	font: normal 1.2em Geneva, Tahoma, sans-serif;
	color: #333;
}
dl#productDetails dd p {
	width: 60%;
	margin: 0 0 10px;
}
dl#productDetails dd ul {
	width: 60%;
	list-style-type: disc;
	list-style-position: outside;
	margin: 3px 0 8px 14px;
}
dl#productDetails dd ul li {
	width: 60%;
	list-style-type: disc;
	list-style-position: outside;
	margin: 3px 0;
}
dl#productDetails #bottomButtons {
	position: absolute;
	top: 80px;
	right: 2px;
	z-index: 10;
}
dl#productDetails #bottomButtons #applyNow a {
	display: block;
	width: 186px;
	height: 45px;
	background: transparent url(../image/new-apply-now.png) no-repeat scroll 0 0;
	text-indent: -9999px;
	outline: none;
}
dl#productDetails #bottomButtons #applyNow a:hover {
	display: block;
	width: 186px;
	height: 45px;
	background: transparent url(../image/new-apply-now.png) no-repeat scroll 0 -47px;
	text-indent: -9999px;
}
dl#productDetails #bottomButtons #questions a {
	display: block;
	width: 186px;
	height: 40px;
	background: transparent url(../image/new-questions.png) no-repeat scroll 0 0;
	text-indent: -9999px;
	outline: none;
}
dl#productDetails #bottomButtons #questions a:hover {
	display: block;
	width: 186px;
	height: 40px;
	background: transparent url(../image/new-questions.png) no-repeat scroll 0 -41px;
	text-indent: -9999px;
}
.label {
	cursor:pointer;
	float:left;
	position:relative;
	z-index:1;
}
.pane {
	left:0;
	overflow:hidden;
	position:absolute;
	top:3em;
}
#appContent {
	position: relative;
	border-top: 1px solid #666;
}
#secondaryNav {
	float: left;
	display: inline;
	width: 178px;   
	margin-left: 24px;
}
#secondaryNav a {
	text-decoration: none;
}
#secondaryNav h2 {
	border-bottom: 1px solid #C7CDD5;
	font-size: 1.4em;
}
#secondaryNav h2 a { 
	display: block;
	padding: 3px 0 3px 4px;
	text-transform: uppercase;
	color: #00325F;
}
#secondaryNav h2 a:hover, #secondaryNav h2 a.inPath {
	color: #990000;
} 
#secondaryNav h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#secondaryNav .nthTier-2 {
	border-top: 1px solid #C7CDD5;
	border-bottom: 1px solid #C7CDD5;
	margin: 4px 0 0;
}
#secondaryNav .nthTier-2 li.lastChild h3 {
	border-bottom: 1px solid #C7CDD5;
   	margin: 0 0 4px;
}
#secondaryNav .nthTier-2 li a {
	padding: 5px 0 0 28px;
	display: block;
	height: 19px;
	font-weight: normal;
	color: #001932;
	text-decoration: none;
	background: transparent url(../image/nthTier-2-bg.png) no-repeat 6px -17px;
}
#secondaryNav .nthTier-2 li a:hover {
	color: #990000;
	background: transparent url(../image/nthTier-2-bg.png) no-repeat 6px 7px;
}
#secondaryNav .nthTier-2 .inPath a {
	color: #990000;
	background: transparent url(../image/nthTier-2-bg.png) no-repeat 6px -41px;
} 
.addthis_toolbox {
float: left;
margin-left: 5px;
margin-top: .5em;
background: transparent url("../image/print-share-bg.png") center top no-repeat;
padding: .5em .5em .2em;
display: inline;
width: 170px;
}

.at300b, .at300bs {
text-indent: -9999px;
width: 20px;
}

.at300m {
width: auto;
line-height: 17px;
padding-right: 10px !important;
border-right: 1px solid #8CA1B1;
}

.addthis_button_facebook {
padding-left: 10px !important;
}

/* Category Page
===============================================================================*/
#searchResults {
	margin: 25px 13px 0 13px;
}
#searchResults li {
	display: inline;
}
#searchResults a {
	color: #333;
	text-decoration: none;
}
#searchResults h1 {
	float: left;
}
#searchResults h2 {
	text-align: right;
	margin-bottom: 5px;
	margin-left: 12px;
	color: #666;
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}