@charset "UTF-8";
/* CSS Document */

div#divTabNav ul {
	position: absolute;
	top: 94px;
	right: 0px;
	margin: 0;
    padding: 0;
    height: 25px;
	width: 580px;
    list-style: none;
}

div#divTabNav ul li {
	float: left;
	height: 25px;
	width: 144px;
	line-height: 25px;
	text-align: center;
	color: #8d9cb1;
	border-left: 1px solid #97a4b9;
}

div#divTabNav ul li.first {
	width: 145px;
	border-left: none;
}

div#divTabNav ul li a {
    display: block;
	color: #8d9cb1;
	text-decoration: none;
}

div#divTabNav ul li a.active{
    background-color: #fff;
}

div#divTabNav ul li a:hover {
    background-color: #fff;
}

div#leftSubColumn {
    float: left;
    width: 420px;
}

div#rightSubColumn {
    float: right;
    width: 140px;
}

div#divPressSpecs h3 {
	padding: 12px 0 0 34px;
}

div#divPressSpecs h4 {
    margin: 0 0 0 24px;
	padding: 24px 0 4px 10px;
	border-bottom: #cfd9e8 1px solid;
}

div.divPressSpecsPad {
    padding: 8px 0 4px 0;
}

a.blueBoxLink {
    display: block;
    margin: 0 0 0 24px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 28px;
    color: #519fd6;
    background-color: #ebf0f7;
    text-decoration: none;
}

a.pdf {
	background: #ebf0f7 url(../images/bluePDF.gif) 96% center no-repeat;
}

a.blueBoxLink span.blueArrow {
    padding: 0 0 0 14px;
    background: url(../images/blueArrow.gif) left center no-repeat;
}

.blueBottomBorder {
    border-bottom: #cfd9e8 1px solid;
}

p.pPressLink {
	margin: 0 14px;
	padding: 8px 0 8px 8px;
	font-size: 11px;
}

p.pPressLink a {
	color: #519fd6;
	font-size: 13px;
	text-decoration: none;
}

.leftPad {
	padding: 0 0 10px 24px;
}

div#hfThumbStack {
    margin: 0 auto;
	padding: 40px 0 0 0;
	width: 140px;
}

div#hfThumbStack p {
	padding: 4px 0 0 0;
	text-align: center;
	font-style: italic;
}

div.hfThumbs {
	margin: 0 auto;
    padding: 7px;
	height: 56px;
	width: 122px;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	border-color: #ddebfc;
}

div.hfThumbsBottomBorder {
    border-bottom: #cfd9e8 2px solid;
}

table.specTable {
	margin: 0 0 0 24px;
    width: 396px;
}

table.specTable td {
    padding: 4px 0 4px 10px;
    width: 188px;
}

table.specTable tr.lightBlue {
    background-color: #f3f6fa;
}

div#bottomContent {
	padding: 0 0 0 10px;
}
