
/* HEALTH/R&D ITEMS */

/* listing page */
.listWrap, .detailWrap, .productWrap {
	margin-left:30px;
}

.healthList {
	clear:both;
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:10px 0 13px 0;
}

.healthList h3 {
    background:url(images/_bg_h3_alt.gif) no-repeat;
  	background-position:left 5px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	padding-left:15px;
	padding-bottom:0;
	padding-top:0;
}

.healthList h3 a:hover {
	color:#ed764d;
}

img.healthListImg {
	float:left;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin-top:3px;
	max-width:100px;
}

a:hover  img.healthListImg {
	border:1px solid #999;
}

.healthListText {
	float:right;
	width:505px;
}

#right_content .listWrap p {
	padding:0;
	margin:0;
}

/* detail page */

.detailWrap {
	padding-top:20px;
}

.h2Line {
	border-bottom:solid 1px #dadada;
}

#right_content .h2Line h2 {
	font-size:15px;
	color:#ed7621;
	font-weight:bold;
	margin:0 0 5px 0 !important;
	padding:20px 0 0 2px !important;
	border-bottom:none;
	float:left;
}

.h2Line .btn {
	float:right;
	border:0;
}

.detailWrap h3, .productWrap h3 {
	background-image:url(images/_bg_h3_alt.gif) !important;
	background-repeat:no-repeat;
	background-position:left 5px;
	margin:20px 0 5px 0;
	padding-bottom:0;
	padding-top:0;
	padding-left:15px;
}

.detailWrap ul li, .productWrap ul li {
	background:url(images/_bg_bullet_small.gif) left 5px no-repeat !important;
	line-height:16px !important;
	padding:0 0 7px 12px !important;
}

.downloads {
	padding:3px 0 10px 0;
}

.downloads a {
	background:url(images/_bg_icon_pdf.gif) no-repeat;
	padding-left:27px;
	min-height:20px;
	display:block;
}

/* product page */
#right_content table.productTable p {
	padding:0;
	margin:0 0 10px 0;
}

#right_content table.productTable ul {
	padding-left:12px;
	margin:0 0 3px 0;
}

.productTable th {
	text-align:left;
	font-weight:bold;
	color:#fff;
	background:#2874a1;
	padding:2px 7px;
	border-left:1px solid #fff;
	font-size:12px;
}

th.noBorder {
	border-left:none;
}

.productTable td {
	border-left:1px solid #2874a1;
	border-bottom:1px solid #2874a1;
	padding:8px 10px 5px 10px;
	vertical-align:top;
}

td.borderRt {
	border-right:1px solid #2874a1;
}


table.pipelineTable {
	border:1px solid #2874a1;
}

.pipelineTable th {
	font-size:10px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	background:#2874a1;
	padding:4px 14px 4px 0;
	line-height:12px;
}

.pipelineTable th.big {
	font-size:12px;
	padding-left:7px;
}

.pipelineTable td {
	text-align:left;
	padding:7px 0;
	vertical-align:top;
}

.pipelineTable td.pad {
	padding:4px 7px;
	line-height:15px;
}

.altRow {
	background:#e4e4e3;
}

td.rtPad {
	padding-right:4px;
}
#share {
	position:absolute;
	top:27px;
	right:217px;
}
