body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-position:top left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-image: url(../../images/global/background.gif);
	background-repeat: repeat-x;
}
img, a img {
	border: 0;
}
/* BEGIN: Default Styles */
a, a:link, a:active, a:visited {
	/* color:#F 3 2 0 3 2; */
color: #A80900;
	text-decoration:none;
}
a:hover {
	color: #A80900;
	text-decoration: underline;
}
a.no_link:hover {
	text-decoration: none;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
	display:block;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:18px;
	font-family: Helvetica;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #6a6868;
}
h1 .rss {
	float: right;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
h1 .rss img {
	vertical-align: middle;
	margin-right: 5px;
}
h2 {
	font-size:14px;
	font-family: Helvetica;
}
input, textarea,  select {
        border:1px solid #ccc;
        background-color:#FFF;
        padding:3px;
        color:#000;
        font-size:12px;
        /* CSS3 spicing */
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        margin: 0px;
}
 input:focus {
        color:#fff;
        background-color:#888;
}       
 input:active {
        background-color:#777;
}   
/*
#section-1 h3,#section-1 h3 a,#section-1 h3 a:link {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#82bb29 url(../../images/global/button-bg.png) repeat-x scroll 0 0;
border:1px solid #82bb29;
color:#fff;
text-shadow:0 -1px 0 #82bb29;
padding:5px 10px;
margin:0 0px 0 0;
font-weight:700;
}*/
#section-3 h3 {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #a80900;
	text-transform: uppercase;
}
#section-2 h3 {
	font-family: Helvetica;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #595959;
	text-transform: none;
	margin-bottom: 10px;
}
h3 span {
}
h4 {
	font-size:12px;
	font-style:italic;
}
h5 {
	font-weight:700;
	font-size:11px;
}
.clear {
	clear:both;
}
.red {
	color:#cb0000;
	padding-right:3px;
}
.rssicon {
	float: right;
	border: 0px none;
}
.rssicon img {
	height: 16px;
	border: 0px none;
	width: 16px;
}
.button {
	background:#801700 url(../../images/global/button-bg.png) repeat-x scroll 0 0;
	color:#fff;
	text-shadow:0 -1px 0 #85282d;
	padding:5px 10px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:700;
	width: auto;
}
.button2 {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#bb4c2e;
	border:1px solid #bb4c2e;
	color:#fff;
	padding:2px 3px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:700;
}
a.button2, a.button2:link, a.button2:active, a.button2:visited, a.button2:hover {
	color:#FFF;
}
a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	color:#FFF;
}
.clear {
	clear:both;
}
.show {
	display: block;
}
.hide {
	display: none;
}
/* END: Default Styles */
/* START: Layout */
.logo {
	position:absolute;
	top:0px;
	z-index:10;
	text-align:left;
	left:25px;
}
.logo a {
    display: block;
    height: 109px;
    width: 285px;
}
.logo a img {
    display: none;
}
.masthead {
  height: 110px;
  top: 36px;
  overflow: hidden;
  display:block;
  position: relative;
  background-image: url(../../images/global/mastheadBG.jpg);
  margin-bottom: 36px;
}
.document {
	clear: both;
	text-align:left;
	position:relative;
	display:block;
	margin:0 auto;
	width:994px;
}
.document .container {
	position:relative;
	padding-bottom:40px;
	overflow:hidden;
	width:100%;
	height:100%;
	top:0px;
	background-image: url(../../images/global/interiorBg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.dotsLeft {
	position: absolute;
	top: 1px;
	left: -46px;
	z-index: 1;
	width: 46px;
	height: 168px;
	background-image: url(../../images/global/dotsLeft.gif);
	background-repeat: no-repeat;
}
.dotsRight {
	position: absolute;
	top: 1px;
	right: -46px;
	width: 46px;
	height: 168px;
	z-index: 1;
	background-image: url(../../images/global/dotsRight.gif);
	background-repeat: no-repeat;
}
#section-1 {
	z-index:1;
	display:block;
	float: left;
	width: 785px;
	margin-right: 15px;
	overflow: hidden;
	display: none;
}
#section-2 {
	z-index:1;
	float: left;
	margin-right: 20px;
	width: 640px;
	padding: 20px 0 0 10px;
	min-height: 700px;
	overflow: visible;
}
#section-3 {
	z-index:1;
	width: 305px;
	margin-left: 15px;
	margin-top: 607px;
	color: #3b3a3a;
	overflow: hidden;
}
#section-4 {
	display: none;
}
/* End Layout */
/* Start Quick Search */



.quick-search input {
	border:1px solid #FFF;
	font-size:12px;
	line-height: 35px;
	padding: 0px 8px;
	margin: 0px;
	width:290px;
	height: 35px;
	color: #000;
	float:left;
	font-family: Arial;
	text-transform: uppercase;
	color: #A7A6A6;
	font-size: 12px;
	margin:0 0 5px;
}

.quick-search input:focus {
        color:#000;
        background-color:#FFF;
}
.quick-search input:active {
        background-color:#FFF;
}

.quick-search a, .quick-search a:visited {/* add this */
	color: #FFF;
	font-size: 12px;
}
.quick-search {
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
  position:absolute;
  left:325px;
  top:30px;
  width:620px;
  z-index:9;
}
.quick-search .recent {
  color: #FFF;
  float: right;
  width: 255px;
  margin-left: 45px;
  margin-top: -10px;
  font-weight: normal;
  font-size: 11px;
}
.quick-search .recent a {color:#fff;}
.quick-search .recent div {
	text-transform: uppercase;
	font-weight: bold;
}
.quick-search a.advanced {
	position: absolute;
	top: 40px;
	right: 320px;
	clear:both;
	display: block;
	width: 310px;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	padding-top: 3px;
	color:#fff;
}
.quick-search .button {
	background: url(../../images/global/button-bg.png) repeat-x scroll 0 0;
	color:#fff;
	padding:6px 12px 6px 12px;
	font-size:12px;
	text-transform: uppercase;
	margin: 5px 0px 0px -57px;
	font-weight:700;
	float:left;
}
/* End QUick Search */
/* Start Overlay */
/* START: Overlay Styles */
.overlay, #overlay {
	padding:40px;
	width:576px;
	display:none;
	z-index:9999999;
}
.overlay div.close {
	background:url(../../images/icons/close.png) no-repeat;
	position:absolute;
	top:-22px;
	right:-10px;
	width:35px;
	height:35px;
	cursor:pointer;
	z-index:99999999;
}
.overlay {
	background-color:#FEF;
	height:450px;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:left;
	padding:30px 12px 12px;
	margin-right:0;
	margin-right:-1px;
	font-size:11px;
	border:1px solid #ccc;
}
.overlay div.contentWrap {
	width: 100%;
	overflow-y:auto;
	font-size: 10px;
	font-weight: normal
}
.overlay .info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 12px;
	color:a4be5a;
	font-size:11px;
	font-family:Tahoma;
	color:#a4be5a;
	height: 50px;
	width: 100%;
	text-transform:uppercase;
}
/* End Overlay */


/*
  LEVEL ONE
*/
.navigation-1 {
  height:32px;
  width:100%;
  position: relative;
  top: 36px;
  z-index:99999;
  }
.navigation-1 ul.level1  {
  position: relative;
  margin:0 0 0 0px;
  padding:0;
  list-style:none; }
.navigation-1 ul.level1 li{
  font-weight: bold;
  float: left;
  zoom: 1;
  z-index:500;
  margin:0px;
  background-color: #8b0b04;
  }
.navigation-1 ul.level1 a:hover,
.navigation-3 ul a:hover { }
.navigation-1 ul.level1 a:active,
.navigation-3 ul a:active { color:#C85B03; }
.navigation-1 ul.level1 li a,
.navigation-3 ul li a  {
  border-right:1px solid #a8a09c;
  color:#FFFFFF;
  display:block;
  font-size:11px;
  font-weight:bold;
  line-height:32px;
  margin:0;
  padding:0 6px;
}
.navigation-1 ul.level1 li:last-child a,
.navigation-3 ul li:last-child a  {
  border-right: none;
  } /* Doesn't work in IE */
.navigation-1 ul.level1 li.hover,
.navigation-1 ul.level1 li:hover {
  position: relative;
  }

  .navigation-1 ul .first {
    background-image: url(../../images/global/topNavLeft.gif);
    background-repeat: no-repeat;
  }
  .navigation-1 ul .last {
    background-image: url(../../images/global/topNavRight.gif);
    background-repeat: no-repeat;
    background-position: top right;
  }
.close_menu, .close_menu:link, .close_menu:active, .close_menu:visited {
	position: absolute;
	top: 80px;
	left: 5px;
	font-size: 11px;
	z-index: 999999;
	color: #ffffff;
	font-weight: bold;
	display: none;
}
/*
  LEVEL TWO
*/
.navigation-1 ul.level1 .sub-menu {
	margin: 0;
	padding: 0;
}
.navigation-1 ul.level1 ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color:#b5b5b5;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	z-index: 9999;
	border-bottom: 1px solid #000;
}
.navigation-1 ul.level1 ul li {
	float: none;
	font-size:11px;
	text-transform:none;
	background-color:#b5b5b5;
	background-image: none;
	z-index: 9999999;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
}
/* IE 6 & 7 Needs Inline Block */
.navigation-1 ul.level1 ul li a, .navigation-1 ul.level1 li.hover ul li a, .navigation-3 ul ul li a, .navigation-3 ul li.hover ul li a {
	border-right: none;
	width: 90%;
	display: inline-block;
	text-indent:0;
	/*--Reset text indent--*/
  margin:10px;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	line-height: 12px;
	color:#333333;
	z-index: 9999999;
}
.navigation-1 ul.level1 ul li.hover a:hover, .navigation-1 ul.level1 li.hover ul li.hover a:hover {
	color:#333333;
	text-decoration:underline;
}
/*
  LEVEL THREE
*/
.navigation-1 ul.level1 ul ul {
	background-color:#B5B5B5;
	border-bottom: 1px solid #0e0200;
}
.navigation-1 ul.level1 ul ul li {
	background-color:#B5B5B5;
	border-top: 1px solid #0e0200;
}
.navigation-1 ul.level1 ul ul li a, .navigation-1 ul.level1 li.hover ul li.hover ul li a {
	border-right: none;
	width: 90%;
	display: inline-block;
	text-indent:0;
	/*--Reset text indent--*/
    padding:0px;
	margin: 10px;
	text-transform: none;
	font-weight: bold;
	line-height: 12px;
	color:#333333;
	z-index: 9999999;
}
.navigation-1 ul.level1 ul ul {
	left: 100%;
	top: 0;
}
.navigation-1 ul.level1 li:hover > ul {
	visibility: visible;
}
/* END: Nav Primary */


/* START: Nav Tertiary */
 .navigation-3 {
  height:32px;
  position: absolute;
  width: auto;
  top: 20px;
  right: 0px;
  z-index: 999999;
  }
.navigation-3 ul li.most_popular {
	float:left;
	display:block;
	width:auto;
	position:relative;
	z-index:500;
	width: 128px;
	background-image: url(../../images/global/most_popular.gif);
	background-repeat: no-repeat;
	background-color: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 32px;
	cursor: pointer;
}
.navigation-3 ul li span {
	line-height: 32px;
	width: 128px;
	display: block;
	text-indent: 25px;
}
.navigation-3 .menu-open2 {
	background-image: url(../../images/global/most_popularUp.gif);
	background-repeat: no-repeat;
	background-color: none;
}
.navigation-3 ul li.subscribe_now {
	background-image: url(../../images/global/most_popular.gif);
	background-repeat: no-repeat;
	background-color: none;
	cursor:pointer;
	float:left;
	display:block;
	width:auto;
	position:relative;
	z-index:500;
	margin:0px;
	width: 127px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 32px;
}
.popular_box {
	display:none;
	background-color:#0e0200;
	position:absolute;
	width:410px;
	z-index:9999999;
	border:1px transparent;
	text-align:left;
	top:68px;
	right: 0px;
	color:#999;
	font-size:11px;
	-moz-box-shadow: 0px 4px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px 4px #000;
	box-shadow: 0px 4px 4px 4px #000;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}
.popular_box h4 {
	color: #fff;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	padding: 10px 30px 5px 30px;
}
.popular_box h2.headline {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	line-height:18px;
	margin:0 0 7px;
}
.popular_box .records {
	border-bottom: 1px solid #464241;
	margin: 0px;
	padding: 10px 30px;
}
.popular_box .record {
	padding: 0px;
	margin: 0px;
}
.subscribe_box {
	display:none;
	background-color:#0e0200;
	position:absolute;
	width:250px;
	z-index:9999999;
	border:1px transparent;
	text-align:left;
	padding: 0;
	margin: 0;
	top:68px;
	right: 0px;
	color:#999;
	font-size:11px;
	-moz-box-shadow: 0px 4px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px 4px #000;
	box-shadow: 0px 4px 4px 4px #000;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}
.subscribe_box h4 {
	color: #fff;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	padding: 10px 30px 5px 30px;
}
.subscribe_box h2.headline {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	line-height:18px;
	margin:0 0 7px;
}
.subscribe_box .record {
	border-bottom: 1px solid #464241;
	margin: 0px;
	padding: 10px 30px;
}
.subscribe_box .last {
	border-bottom: 0px none;
}
.subscribe_box .records {
	padding: 0px;
	margin: 0px;
}
.navigation-3 .menu-open3 {
	background-image: url(../../images/global/most_popularUp.gif);
	background-repeat: no-repeat;
	background-color: none;
}
/* END: Nav Tertiary */

a.rss {
	height: 22px;
	line-height: 22px;
	float: right;
	color: #FFF;
	margin: 7px 20px 0 0;
	background-image:url(../../images/icons/rss.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 27px;
	width: 50px;
	font-size: 15px;
	font-weight: bold;
}
a.rss:visited {
	color:#fff;
}
/* START: Nav Secondary */

#user_navigation {
	position:absolute;
	top:0px;
	left:  0px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	z-index: 99999;
	display: block;
}
#user_navigation ul {
	margin:  0px;
	padding: 0px;
	height: 31px;
}
#user_navigation li {
	list-style:none;
	float:left;
}
#user_navigation li a {
	color:#FFF;
	font-weight:normal;
	font-size:11px;
	text-transform: uppercase;
	padding: 9px 20px 9px 0px;
	line-height: 31px;
	float: none;
}
#user_navigation a.link3 {
	background-image: url(../../images/global/arrowBg.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#user_navigation li.last {
	padding-left: 4px;
}
#user_navigation a.menu-open {
	/*background-color:#fef!important;*/
  color:#666!important;
	outline:none;
	border-bottom:0px;
	background-image: url(../../images/global/arrowBgUp.jpg);
	background-repeat: no-repeat;
}
.navigation-2 {
	position:absolute;
	top:0px;
	right:0px;
	height: 32px;
	margin-top: 0px;
	padding: 0px;
	line-height:28px;
}
.navigation-2 ul {
	margin: 0px 20px 0 0px;
	padding: 0px;
	height: 32px;
	float: right;
}
.navigation-2 li {
	list-style:none;
	float:left;
}
.navigation-2 li a {
	color:#FFF;
	font-weight:normal;
	padding:6px 0px 4px 10px;
	float: none;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}
.navigation-2 li.last {
	padding-left: 4px;
}
.mini-cart {
	width: 130px;
	background-image: url(../../images/global/cart.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 30px;
}
.mini-cart a {
}
.login-box {
	display:none;
	background-color:#0e0200;
	position:absolute;
	width:210px;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top:30px;
	left: 0px;
	color:#999;
	font-size:11px;
	border:1px solid #000000;
	border-top:0;
	z-index: 999999;
	-moz-box-shadow: 0px 4px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px 4px #000;
	box-shadow: 0px 4px 4px 4px #000;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}
.login-box .subscribe-options {
	text-align: right;
}
.login-box .subscribe-options a {
	font-weight: bold;
}
.login-box input[type=text], .login-box input[type=password] {
	display:block;
	border:1px solid #666666;
	font-size:13px;
	margin:5px 0;
	padding:5px;
	width:203px;
}
.login-box label {
	font-weight:400;
}
.login-box fieldset div {
	margin:7px 0;
}
/* Poll */
 .poll {
	margin-left:0;
	font-size:12px;
}
.poll form {
	margin-left:0px;
}
.poll .question {
	font-weight:normal;
	margin-top:10px;
	line-height: 22px;
}
.poll .abstract {
	margin: 5px 0px 15px 0;
}
.poll .answers {
	clear: both;
}
.poll .answer {
	display: block;
	clear: both;
}
.poll .answers label {
	padding:  5px 0 10px 0;
	display: block;
	margin-left: 30px;
	clear: right;
	line-height: 16px;
	width: 265px
}
.poll input {
	margin:5px 0;
}
.poll .answers input {
}
.poll .answer span {
	float:left;
	clear:left;
	display: block;
}
.poll .button {
	text-transform:uppercase;
	margin-bottom: 10px;
}
/* End Poll */

/* start breadcrumbs */
.breadcrumbs {
	margin: 0px 0 16px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}
/* End breadcrumbs */


/* START: Default Record Styles. Can be overridden in page specific stylesheets. */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.record div.rating label {
	display: inline;
	color: #000;
	font-size: 11px;
}
.record div.rating-cancel, .record div.star-rating {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}
.record div.rating-cancel, .record div.rating-cancel a {
	background:url(../../images/icons/delete.gif) no-repeat 0 -16px;
}
.record div.star-rating, .record div.star-rating a {
	background:url(../../images/icons/star.gif) no-repeat 0 0;
}
.record div.rating-cancel a, .record div.star-rating a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0;
	border:0;
}
.record div.star-rating-on a {
	background-position:0 -16px!important;
}
.record div.star-rating-hover a {
	background-position:0 -32px;
}
/* Read Only CSS */
.record div.star-rating-readonly a {
	cursor:default!important;
}
/* Partial Star CSS */
.record div.star-rating {
	background:transparent!important;
	overflow:hidden!important;
}
/* END jQuery.Rating Plugin CSS */
/*
#section-2 .box1 .record {
  padding: 10px 0 10px 0;
  margin-bottom: 20px;

}

.record {

  clear: both;
  display: block;
}
*/
.record {
	padding: 10px 0;
	clear: none;
	overflow:hidden;
	min-height:100%;
}
.record .abstract {
	margin-top:10px;
	font-size:12px;
	line-height: 16px;
}
.record .abstract p {
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: none;
}
.record .abstract br {
	display: none;	
}
.record .body {
	margin-top:3px;
	font-size:12px;
	line-height: 16px;
}
.records .more {
	font-weight:700;
	display:block;
	font-size:12px;
	text-transform: none;
}
.record .image {
	float:left;
	margin:0 10px 10px 0px;
	margin-left:none;
}
.records .topic {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	text-transform:uppercase;
}
.record .kicker {
	font-weight:700;
	font-size:11px;
}
.record .date {
	font-size: 11px;
	color: #989898;
	font-weight: bold;
}
.record .comment-count, .record .comment-count a.more {
	font-size:11px;
	display: inline;
	margin-left: 0px;
	display: block;
	font-weight: bold;
	padding: 0px;
	float: none;
}
.record h1 {
	font-size:20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
}
.record h2, .record .headline {
	font-size: 16px;
	font-family: Helvetica;
	line-height: 18px;
	margin: 0px;
	padding: 0 0 5px 0;
	font-weight: normal;
}
.record .sub-headline {
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
.record .dtstart, .record .dtend {
	display:inline;
}
.record .location {
	font-size: 11px;
	float: right;
	width: 125px;
	color: #666;
	font-style: normal;
	text-align: right;
}
.record .location div {
	display: inline;
	margin-left: 3px;
}
.record .contact {
	float: left;
	display: block;
	font-size: 11px;
	color: #666;
	padding: 0px;
}
.record .contact div {
	display: inline;
}
.record .tags {
	font-size:11px;
}
.record .tags a {
	float:none;
}
.record .byline {
	font-size:11px;
}
.record .source {
	font-size:11px;
}
.record .source a {
	color:#000;
}
.record .author {
	color:#000;
	font-size:11px;
	display: inline;
	color: #666;
}
.record .email a, .record .email {
        color:#000;
        font-size:11px;
        color: #666;
        font-weight: 700;
}

.record .articles-rating {
	display:block;
}
.record .articles-rating .ratings-average {
}
.record .rating label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6a6868;
	float: left;
	padding: 2px 10px 0 0;
}
.record .hcite {
	display:block;
}
.record .type {
	border-right:1px solid #ccc;
	padding-right:4px;
	margin-right:4px;
	font-size:11px;
}
.records .topic {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.record .volume {
}
.record .abstract .more, .record .abstract .url {
	font-size:11px;
	font-weight: bold;
	text-transform: none;
	padding-left: 0px;
	display: block;
	text-transform: capitalize;
}

/* ===[ Start Likes ]===*/

.record .likes {
        clear: both;
}
.record .likes .retweet {
        float: left;
        width: 110px;
}
.record .likes .facebook_like {
}
.record .likes .google_plus {
        width: 75px;
        float: left;
}

.record .content {
	font-size: 12px;
	line-height: 18px;
}
.record .view-count {
	font-size:11px;
}
.record .publication {
	font-size:11px;
}
.record .volume {
	font-size:11px;
}
.record .podcast_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.record .podcast_length {
	font-size: 11px;
	color: #999999;
}
.record .podcast_download {
	background-image: url("/images/icons/listen.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	margin: 10px 0;
	clear: both;
	text-align: left;
	width: auto;
}
.record .podcast_download a.more, .record .podcast_download a:link {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-left: 25px;
}
.record .product h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.records .see_all {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	line-height: 22px;
	margipn-top: 10px;
}
.back_to_listings  {
        background: url(/images/global/back_to_listings.gif) no-repeat;
        display: block;
        padding: 8px 10px 10px 20px;
        margin: 10px 0;
        font-size: 16px;
}
.back_to_listings a {
        color: #666;
        text-shadow: 1px 1px 1px #fff;
filter: dropshadow(color=#fff, offx=1, offy=1);

}
/* Start default form styles */

/*
.form td {
  background-color: #e5e4e4;
  border-bottom: 1px solid #ffffff;
}
.form td input[type=text], .form td input[type=password] {
  border:1px solid #d0cfcf;
  font-size:13px;
  margin:5px 0;
  padding:5px;
  width:203px;
  background-color: blue;
}
*/
/* Default Form Styles */

/* form style */
.form {
	background-color: #E5E4E4;
	border: 1px solid #d0cfcf;
	padding:15px;
	color:#000000;
	margin:0 auto;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* typography */
.form h3 {
	color:#eee;
	margin-top:0px;
}
.form p, #basic_form {
	font-size: 12px;
	color: #333;
}
/* input field */
.form label {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	width: 150px;
	display: block;
	float: left;
	line-height: 20px;
}
.form fieldset {
	clear: both;
	margin: 10px 0;
}
.form fieldset div {
	clear: both;
	margin: 10px 0;
}
.form fieldset div.short {
	width: 300px;
	float: left;
	clear: none;
	margin: 0 0 8px 0;
}
.form fieldset div.short label {
	display: block;
}
/* button */
.form button, form input.button {
	outline:0;
	border:1px solid #210200;
	text-shadow:1px 1px 1px #210200;
	color: #fff;
	width: auto;
}
.form .no-float {
	float: none;
	display: inline;
	width: auto;
}
.form #sameAddress {
	width: auto;
}
/* Start errors */

#notice {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	color: #C85B03;
}
label.error, label.error {
	color: red;
	font-style: italic;
	font-size: 11px;
	display: block;
	width: auto;
	font-weight: bold;
	float: none;
	clear: both;
}
div.error {
	display: none;
	clear: both;
}
input.checkbox {
	border: none
}
input:focus { /*border: 1px dotted black; */
}
input.error {
	border: 1px dotted red;
}
.header {
	position: relative;
	margin: 0 auto;
	width: 994px;
	height: 50px;
}
.header .records {
	padding: 0px;
	margin: 0px;
}
.header .record {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}
.header .image {
	padding: 0px;
	margin: 0px;
}
.header img {
	border: 0px none;
}
.header .content {
	padding: 0px;
	margin:2px 0 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.header h2 {
	padding: 5px 0 0 0px;
	margin: 0px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 16px;
	padding:10px 0 0;
}
.header a, .header a:link {
	color: #FFFFFF;
}
/* END: Default Record Styles */

/* Start Right Column */
#section-3 .box1, #section-3 .box2, #section-3 .box3, #section-3 .box4, #section-3 .box5, #section-3 .box6 {
  margin: 0px;
  background-color: #FFF;
  clear: both;
  border-top: 1px solid #d0cfcf;
  padding: 22px 0px 12px 0px;
}
#section-3 h2 {
	font-size: 14px;
	font-weight: bold;
}
#section-3 .abstract {
	line-height: 16px;
	font-size: 10px;
}
#section-3 .box1 {
	background-image: url(../../images/global/rightColumnBg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
}
#section-3 .box1 .image {
	float: left;
}
#section-3 .box1 .url {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
#section-3 .box1 .record {
	margin-top: 10px;
}
#section-3 .image {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#section-3 .box2 {
	clear: both;
}
#section-3 .box2 h3 {
	margin: 0px;
	padding:0px;
	display: none;
}
#section-3 .body, #section-3 .record {
	margin: 0px;
	padding:0px;
}
#section-3 .box3 {
	clear: both;
}
#section-3 .box3 h3 {
	float: left;
	width: 85px;
	font-size: 12px;
	padding:4px 0px;
	margin:-5px 0px 0 0;
	line-height: 28px;
	color: #000;
}
#section-3 .box3 .record h3 {
        float: none;
        clear: both;
        width: auto;
}

#section-3 .box3 .kicker {
	clear: both;
	padding: 10px 0px;
}
#section-3 .box3 .navigation {
	font-weight:700;
	list-style:none outside none;
	margin:0px 0;
	padding:0px 0 0 0;
	width:210px;
	float: left;
	border-bottom: 0px none;
	clear: none;
}
#section-3 .box3 .navigation ul {
	margin:0 0 0 0px;
	padding:0;
	border-bottom:0px none;
	height: 28px;
}
#section-3 .box3 .navigation LI {
	border-right: 0px none;
	text-transform: uppercase;
	font-size:11px;
	font-weight:700;
	list-style:none;
	float:left;
	display:block;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:0 0px 0 0;
	color: #a7a6a6;
}
#section-3 .box3 .navigation LI.last {
	border-right: 0px none;
}
#section-3 .box3 .navigation LI A {
	border-right: 0px none;
	color:#000;
	padding: 0px;
	text-align: center;
	outline: none;
	margin: 0px 5px 0 0;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../../images/global/multiTabOff.gif);
	background-repeat: no-repeat;
	width: 60px;
	display: block;
	line-height: 22px;
}
#section-3 .box3 .navigation LI a.current {
	background-image: url(../../images/global/multiTabOn.gif);
	background-repeat: no-repeat;
	color:#FFF;
	border: 0px none;
}
#section-3 .box3 .record .image {
	display: block;
	float: none;
	margin: 0px 0 10px 0;
}
#section-3 .box3 .record .image img {
	width: 300px;
	height: 191px;
	display: block;
	border: 0px none;
	overflow: hidden;
}
#section-3 .box3 .more {
	font-size: 12px;
	text-transform: none;
}
#section-3 .box3 .record .more {
	line-height: 18px;
}
#section-3 .box3 .kicker {
	font-weight: normal;
	font-size: 12px;
	color: #999;
}
#section-3 .box3 h2 {
	display: none;
}
#section-3 .box3 .records .record h2 {
	display: block;
} 
#section-3 .box4 {
	clear: both;
}
#section-3 .box4 h3 {
	margin-bottom: 15px;
}
#section-3 .box4 .image {
	margin: 0 10px 10px 0;
	padding: 0px;
}
#section-3 .box4 .image img {
	display: block;
}
#section-3 .box4 .record {
	margin-bottom: 10px;
}
#section-3 .box4 .record .more {
	display: inline;
	font-size: 10px;
	margin: 0 2px 0 0px;
	padding: 0 2px 0 0px;
	clear: right;
}
#section-3 .box4 .record .first {
	border-right: 1px solid #999;
	padding-right: 3px;
	margin-right: 3px;
}
#section-3 .box5 {
	clear: both;
	overflow:hidden;
	min-height:100%
}
#section-3 .box5 .button {
	float: left;
}
#section-3 .box5 .more {
	display: block;
	float: left;
	clear: right;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-transform: none;
}
#section-3 .box5 .first {
	border-right: 1px solid #999;
	padding: 0 3px 0 10px;
	margin-right: 3px;
}
#section-3 .box6 {
	clear: both;
}
/*
#section-3 .box5 img {
margin-bottom:12px;
float: none;
clear: both;
}
#section-3 .box5 .more {
  float: none;
}
 Begin Right Events
#section-1 .box4 {
position:relative;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #666;
}

#section-1 .box4 .record {
border-bottom:1px solid #CCC;
padding:3px 0;
margin-bottom:5px;
}

#section-1 .box4 .record .headline {
font-size:10px;
font-weight:700;
display:inline;
}

#section-1 .box4 .record .date {
font-size:10px;
font-weight:700;
display:inline;
}

#section-1 .box4 .more {
margin-top:10px;
padding-top:10px;
display:block;
border-bottom:0 none;
font-size:11px;
font-weight:700;
padding:0;
display:inline;
padding-left:3px;
}

/* End Right Events
#events-right-1 {
position:relative;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #666;
}

#events-right-1 A {
font-weight:700;
font-size:10px;
}

#events-right-1 ul {
list-style:none;
padding:0;
margin:0;
margin-top:10px;
}

#events-right-1 ul li {
border-bottom:1px solid #CCC;
padding:5px 0;
}

#events-right-1 .links-bottom {
margin-top:10px;
padding-bottom:10px;
}

#events-right-1 .more {
display:block;
border-bottom:0 none;
font-size:11px;
font-weight:700;
padding:0;
}

#events-right-1 h2 {
display:inline;
font-size:10px;
padding-right:2px;
}

#events-right-1 .links-bottom {
margin-top:10px;
padding:0;
display:block;
}

#events-right-1 .links-bottom SPAN.first {
border-right:1px solid #CCC;
margin:0 5px 0 0;
padding:0 5px 0 0;
float:left;
display:block;
}

#events-right-1 li.first {
}

#events-right-1 li.first a {
font-weight:700;
font-size:11px;
}

#events-right-1 li.first h2,#events-right-1 li.first .date {
font-weight:700;
font-size:11px;
}

#events-right-1 .legend {
position:absolute;
top:2px;
right:10px;
}

#events-right-1 .legend ul {
margin:0;
padding:0;
}

#events-right-1 .date {
font-weight:700;
color:#000;
}

#events-right-1 .legend li {
list-style-type:square;
list-style-position:inside;
padding-left:0;
margin-left:0;
font-size:15px;
line-height:15px;
color:#cddefa;
border:0 none;
text-align:center;
}

End Right Events */
/* START: Advertisements */

.ad-page {
height: 0px;
}
.top_ad {
	width: 100%;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 15px;
}
.ad-top {
	position:absolute;
	width:728px;
	left:0px;
	top:15px;
	height:90px;
	text-align: center;
}
.middle-ad {
	text-align: center;
	width: 468px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: block;
	clear: right;
}
.ad-top2 {
	position:absolute;
	width:120px;
	right:0px;
	top:15px;
	height:90px;
	text-align: center;
}
.ad-2 {
	text-align:center;
	height:50px;
	margin:10px 0;
	background-color: #989898;
	border: 1px solid #ccc;
}
.ad-index-1 {
	clear: both;
	height:100px;
	text-align: center;
	padding: 10px 0 0 0;
}
.ad-index-1 object {
}
.ad-index-2 {
	margin: 22px 0px;
}
.ad-index-3 {
	margin: 22px 0;
	clear: both;
}
.ad-index-3 div {
	float: left;
	margin-right: 5px;
}
.ad_line {
	font-size: 10px;
	color: #6a6868;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.ad-bottom {
	position:relative;
	width:728px;
	height:90px;
	margin: 0px auto;
}
.ad-right {
	text-align: center;
	margin: 10px auto;
}
.ad-article {
	text-align: center;
	margin: 10px 0;
	background-color: #989898;
	border: 1px solid #ccc;
}
.ad-sidebar {
	position: absolute;
	top: 0px;
	right: 80px;
	overflow: visible;
}
.left-ad {
	z-index: 9999999;
	margin-top: 10px;
}

/* End Ads */
/* START: footer */


.footer {
	text-align: left;
	position:relative;
	color:#FFF;
	font-family:Helvetica, sans-serif;
	text-align:center;
	width: 998px;
	margin: 0 auto;
	padding-top: 25px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color:#262524;
}
.footer_bg {
	position:relative;
	width:100%;
	height: 316px;
	background-repeat: repeat;
	text-align: center;
	height: 100%;
	clear: both;
	background-color:#262524;
}
.footer .navigation {
	padding: 0px 0px;
	margin-bottom: 30px;
	width: 865px;
	margin: 0 auto;
	position: relative;
}
.footer .navigation ul {
	margin: 0;
	padding: 0;
	text-align:left;
	list-style:none;
}
.footer .navigation li {
	display:block;
	margin: 0 6px;
	padding: 0;
}
.footer a.rss {
	float: right;
	margin: 0px 30px 0 0;
	font-size: 12px;
	width:30px;
	margin-top: 2px;
}
.footer .navigation ul li a:hover {
	text-decoration:underline;
}
.footer .navigation ul li.level1-li {
	border-right:1px solid #5b5b5a;
	width:150px;
	margin-bottom: 20px;
	float: left;
}
.footer .navigation ul li.level1-li a {
	color:#FFFFFF;
	text-align: left;
	padding: 4px 6px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	line-height: 18px;
	font-family:arial, helvetica, sans-serif;
}
.footer .navigation ul li.level2-li a {
	text-transform: none;
	font-weight: 400;
}
#copyright {
	font-size:11px;
	text-align:left;
	background-repeat:no-repeat;
	background-repeat: repeat;
	position:relative;
	margin: 0 auto;
	color:#FFF;
	background-color:#262524;
}
#copyright .records {
	width: 998px;
	margin:20px auto 0;
	text-align: center;
	margin:20px auto 0;
	padding-top: 10px;
	background-color:#262524;
}
#copyright .record {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  height: auto;
}
#copyright .image {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
}
#copyright .content {
	margin: 8px 0 0 10px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
#copyright a {
	color: #fff;
}
/* END: footer */

/* Start tabs */
.container .navigation {
	font-weight:700;
	list-style:none outside none;
	margin:10px 0;
	padding:0;
	width:auto;
	border-bottom:1px solid #D0CFCF;
	clear: both;
}
.container .navigation ul {
	height:28px;
	margin:0 0 0px;
	padding:0;
	position: static;
	top:0;
	left: 0;
}
.container .navigation LI {
	text-transform: uppercase;
	font-size:12px;
	font-weight:700;
	list-style:none;
	float:left;
	display:block;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:0 0px 0 0;
	color: #a7a6a6;
}
.container .navigation LI.last {
	border-right: 0px none;
}
.container .navigation LI.plain {
	margin-left:15px;
	margin-right:20px;
}
.container .navigation LI A {
	position: relative;
	z-index: 9999;
	color:#211d70;
	padding:5px 10px;
	outline: none;
}
.container .navigation LI A.all {
	border-right: 0px none
}
.container .navigation LI a.current {
	color:#000000;
	border: 1px solid #d0cfcf;
	border-bottom: 5px solid #FFF;
	background-color: #FFF;
}
/* end tabs */
/* START: Pager */
.pager {
	list-style: none;
	list-style-type: none;
	clear:both;
	display: block;
	margin: 10px auto;
	height:28px;
	text-transform: uppercase;
	color:#999;
	font-size:12px;
	line-height:16px;
	padding:0px;
	font-weight:bold;
	padding:0px;
	padding-left:5px;
	text-align: center;
	width: 100%;
}
.pager table {
	background-color:#FFF;
	background-repeat:no-repeat;
	height:28px;
	text-align: center;
	margin: 0 auto;
	width: 150px;
}
.pager span {
	padding: 0px 7px 0px 6px;
}
.pager a:link,  .pager a:visited,  .pager a:active,  .pager a:hover {
	font-weight: bold;
	font-weight:bold;
	padding: 0px 7px 0px 6px;
	border-right:1px solid #989898;
	margin-top:6px;
	margin-top:6px;
}
.pager span.prev_page {
	border-right:1px solid #989898;
}
.pager a.next_page {
	border-right: 0px none;
}
.pager .current,  .pager .current {
	color: #989898;
	padding: 0px 7px 0px 6px;
	font-weight: bold;
	border-right:1px solid #989898;
}
/* Begin Mini Cart */

    .box7 .records .record {
	border-bottom: 1px dotted #000;
	padding: 5px;
	margin: 5px 0px;
}
.box7 .record .headline {
	font-size: 11px;
	font-weight: bold;
}
.box7 .record .price, .box7 .record .quantity {
	font-size: 10px;
	display: inline;
	margin-right: 5px;
}
.box7 .record .price label, .box7 .record .quantity label {
	font-weight: bold;
	margin-right: 3px;
}
.box7 .records .subtotal {
	font-size: 11px;
	font-weight: bold;
}



/* Video player CSS provided by BNP */@charset "UTF-8";
/* CSS Homepage Video List Document */

#video-border {
	border:1px solid #CCCCCC;
	width:300px;
	height: 394px;
}
#video-box {
	position: relative;
	width:290px;
	margin: 5px;
	background:url(http://www.newproductsonline.com/NPM/Home/Files/images/videobox-bg.jpg) no-repeat;
}
#video-box-logo {
	margin-bottom:0px;
	margin-top:5px;
	margin-left:0px;
	height: 50px;
	cursor:pointer;
}
#video-box-still {
	margin:0px;
	cursor:pointer;
}
#video-box-still-img {
	width:290px;
	height:185px;
}
#video-box-playarrow {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:100%;
}
#video-box-playarrow-img {
	margin-top:60px;
	vertical-align:middle;
}
#video-box-thumb {
	clear:both;
	float:left;
	margin-top:10px;
}
#video-box-thumb div {
	float:left;
	margin-left:10px;
	margin-right:4px;
	cursor:pointer;
}
#video-box-thumb div img {
	width:80px;
	height:60px;
}
#video-more {
	margin-left:10px;
	padding-top:6px;
	font-weight: bold;
	width:100%;
	font-size: 12px;
	clear:both;
}
#video-box h1 {
	font-size: 14px;
	font-weight: bold;
}
.video-box-text {
    margin:5px;
    height:20px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: bold;
}
.video-box-text p {
    margin:0px;
    padding:0px;
}

/* Begin Related */
.sidebar {
        background-color:#fff;
        width:160px;
        text-align:left;
        float: left;
        margin: 0px 5px 10px 0px;
        padding: 0px 0px 0 0px;
}

#section-2 .sidebar .records {
	border-bottom: 1px solid #D0CFCF;
	padding: 10px 0px 10px 4px;
	margin: 0px 4px 0 0px;
	border-right: 1px solid #D0CFCF;
}
#section-2 .sidebar .topics .record {
	margin: 0;
	padding: 0px;
}
#section-2 .sidebar #quick-search-products {
	padding:10px;
}

#section-2 .sidebar #quick-search-products input {
	width: 120px;
}
#section-2 .sidebar #quick-search-products input.button {
	width: 60px;
	margin-top: 10px;
}
#section-2 .sidebar .headline {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 0 0 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#section-2 .sidebar .topics .headline {
	background-color: #e7e7e7;
	padding: 5px 4px;
	margin-bottom: 3px;
}
#section-2 .sidebar h3 {
	width: 100%;
	margin-bottom: 0px;
	font-size:14px;
	background-image: none;
}
#section-2 .sidebar .record {
	margin: 0;
	padding: 5px 0;
}
#section-2 .sidebar .headline {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 0 0 0px 0px;
	display: block;
	background-repeat: no-repeat;
}
#section-2 .sidebar .topics .headline {
}
#section-2 .sidebar .headline a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#section-2 .sidebar .headline a:hover {
	color: #d82028;
}
#section-2 .sidebar .tags {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#section-2 .sidebar .author {
	margin: 0px;
}
#section-2 .sidebar .abstract, #section-2 .box1 .sidebar .abstract, #section-2 .sidebar .body {
	font-size: 11px;
	margin: 5px 0px;
	line-height:22px;
}

#section-4 h3, #section-4 h3 a {color:#1f6f87; font-size:12px;}

#section-4 a, #section-4 a:link, #section-4 a:active, #section-4 a:visited {
    color: #1f6f87;
    text-decoration: none;
}

/* twitter style 4-25-2011 */

.post {
	border:#CCCCCC 1px solid;
	margin: 10px;
}
#tweets {
	list-style:none;
	color:#000000;
	padding-left: 0px;
	margin: 10px;
}
#tweets li {
}
.tweet-item {
	padding: 5px;
}
.profile-image {
	float:left;
	padding: 5px;
	width: 48px;
	height: 48px;
}
.last-tweet, .last-tweet a, .last-tweet a:active, .last-tweet a:visited {
	background-color:#7ecd00;
	color:#FFFFFF;
	margin-bottom: 30px;
}
.last-tweet a:hover {
	text-decoration: underline;
}
/* hide a field for new code for generic forms */
form input#timezone_hp {
display:none;
}

/* _social_networking partial styles */
.twitter-button {
    width: 80px;
}

.likes.social-networking {
    width: 100%;
}

.facebook-button,
.twitter-button,
.linked-in-button,
.google-plus-button {
    float: left;
    margin-right: 3px;
}

.likes.social-networking .google-plus-button iframe {
    float: none;
}

.google-plus-button iframe body {
    margin: 0;
}

.google-plus-button table {
    border-spacing: 0;
}

#___plus_0, #___plus_0 iframe {        position:static !important; }

#section-2 a.product-more {
  background-color: #848482;
  color: #ffffff;
}

#section-2 .add-to-cart {
  background-color: #8B0B04;
}

/* Custom page header */
.masthead.roofingresource {
	background-image: url("/ext/resources/Resources/RC_RoofingResourceHeader.jpg");
	background-repeat: no-repeat;
	height: 128px;
}

.masthead.roofingresource .logo {
	left: 45px;
}

.masthead.roofingresource .logo a {
	display: block;
	height: 70px;
	width: 185px;
}

.masthead.roofingresource .quick-search,
.masthead.roofingresource .logo a img {
	display: none;
}

.change-password-body .masthead {
	height: 188px;
	background-image: none;
}