/* === Online Store === */

/* 
Colors:
BU color / general text links: #004b6c
General text: #222
Accent text: #999, #666
*/

/* General Business Unit color overwrites */

body {
	background: #fff;
}
h1, h2, h4, h5  {
	color: #094d73;
}
h3, h6, th, td.item, dt {
	color: #777;
}
p, td, ol, ul, blockquote {
	color: #222;
}
strong {
	color: #094d73;
}

a:link, a:visited, a:hover, a:active {
	color: #094d73;
}

#content-container a:link, #content-container a:visited,
#content-container a:hover, #content-container a:active,
#product-specs a:link,
#product-specs a:visited,
#product-specs a:hover,
#product-specs a:active {
	color: #094d73;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccbbaa;
}


/*
NOTE: In most browsers <a> within headline tags will inherit the headline's color, not always so in older ie versions. The following is to ensure the correct color is rendered.
*/
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active, 
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	color: #094d73;
}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	color: #777;
}

/* === Sidebar nav styles === */
/* level 1 */
.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
	color: #666;
}
/* level 2 */
.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited, .sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
	color: #094d73;
}
/* level 3 */
.sidebar ul li ul li ul li a:link, .sidebar ul li ul li ul li a:visited, .sidebar ul li ul li ul li a:hover, .sidebar ul li ul li ul li a:active {
	color: #666;
}
hr {
	visibility: hidden;
	clear: both;
	height: 1px;
}
.dividerline {
	background-color: #dddddd;
}
.textright {
	text-align: right;
}
h5  {
	margin-bottom: 3px;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
}
.err {
	color: #E56300;
	font-size:13px;
	text-align: right;
	font-weight: bold;
}
.storebuybutton {
	border: 1px solid #7c98ae;
	background-color: #e55300;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.storebuybutton:hover {
	border: 1px solid #004B6C;
	background-color: #7c98ae;
	color: #ffffff;
}
#product-overview-container .storebuybutton {
	margin-top: 1em;
	margin-bottom: 1em;
}
.supportbutton {
	font-size: 11px;
	font-weight: bold;
	color: #004B6C;
	width: 85px;
	line-height: 12px;
	height: 30px;
	border: 1px solid #004B6C;
}
.supportbuttonex {
	font-size: 11px;
	background-color: #a5d9ec;
	font-weight: bold;
	color: #004b6c;
	width: 85px;
	line-height: 12px;
	height: 30px;
	border: 1px solid #004b6c;
}
.ewpdetails {
	list-style-type: none;
}
.price {
	color: #e56300;
	font-size:13px;
	font-weight: bold;
}
.sale-price {
	color: #e56300;
	font-size: 20px;
	font-weight: bold;
	background-color: #ffff66;
}
.sale-price-small {
	color: #e56300;
	font-size: 14px!important;
	text-align: center!important;
	font-weight: bold;
	background-color: #ffff66;
}
.contactpagetable td {
	font-size:11px;
}
.contactpagetable th {
	font-size:12px;
	color:#3300ff;
	font-style:italic;
}

/* New Dynamic Home Page */
.freeitem {
	color: #e56300;
	font-size: 14px;
	font-weight: bold;
}
.homepageitem {
	float: left;
	width: 328px;
	height: 250px;
	margin: .25em;
	margin-top: .5em;
	border-top: solid lightgrey 1px;
	border-right: solid lightgrey 1px;
	padding: 1em;
	overflow: hidden;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.homepageitem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004165;
}
.homepageitem p img {
	margin-left: -1em;
}
#homepage #touts .tout {
	float: left;
	width: 30%;
	padding-right: 2em;
	overflow: hidden;
}

/* New Dynamic Category Pages */
.warning {
	color: #990033;
	font-weight: bold;
}
.catalogitem h2.catalogsection {
	margin-bottom: .75em;
	color: #004165;
}
.catalogitem span.subhead {
	font-size: 74%;
}
.smalltext {
	font-size: .8em;
	color: #666666;
	margin-top: .5em;
}
div.submenucontainer {
	margin: 1em;
	margin-bottom: 1.5em;
}
div.submenuitem {
	float: left;
	width: 14em;
	padding-right: 8px;
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
}
div.pagination {
	float: left;
	width: 6em;
	padding-right: 8px;
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
}
div.submenucontainer hr {clear: both;}

/* New Dynamic Detail Pages */
.itemdetail h2 {
	font-weight: bold;
	color: #004165;
}
.itemdetail #product-overview-container .column-1-container {
	text-align: center;
	width: 280px;
}
.itemdetail #product-overview-container .column-1-container colunm-1 {
	margin: auto;
}
.itemdetail #product-overview-container .column-2-container {
	width: 500px;
}
.itemdetail #suggestions div.suggestion-item {
	float: left;
	width: 30%;
	padding-right: 2em;
	margin: 0;
	font-size: 8px;
	cursor: pointer;
}
.itemdetail #suggestions div.suggestion-item h6 {
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}
.itemdetail #suggestions div.suggestion-item h6 a {
	color: #666666;
}
.itemdetail #suggestions div.suggestion-item img {
	float: right;
}
div.paragraphcontainer {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
}
div.paragraphcontainer p, div.paragraphcontainer td, div.paragraphcontainer li {
	font-size: 1em;
	line-height: 1.5em;
}
div.paragraphcontainer li {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .75em;
}
#accessoriestable,
#accessoriestable  td {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	background-color: #ffffff;
	vertical-align: middle;
	color: #004165;
	text-align: left;
}
#accessoriestable .acc-head {
	color: #004165;
	text-align: left;
}
#accessoriestable .acc-head a:link,
#accessoriestable .acc-head a:visited {
	color: #004165;
}
#accessoriestable .acc-data {
	color: #333333;
}
#accessoriestable .acc-data-bold {
	font-weight: bold;
}
#accessoriestable .acc-data-right {
	color: #333333;
}
#accessoriestable .acc-buybutton {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #7C98AE;
}
#accessoriestable .acc-buybutton:hover {
	border: 1px solid #7c98ae;
	background-color: #e55300;
	color: #ffffff;
}

