body, div, form, table, img, p,
.clean, .clean tr, .clean th, .clean td, clean li {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-size: 1em;
}
body {
	background-color: #F8F8F8;
	font: 16px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #474747;
  -webkit-text-size-adjust: 100%;
}
img {
	border: 0;
}
p {
	margin: 0 0 1.3em;
}
input,
textarea {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
table {
	width: 100%;
}
table.clean {
	border: 0;
	border-collapse: collapse;
}
:active, :focus {
	outline: 0;
}
a {
	color: #2270ee;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

/* ---[ Form Custom ]------------------------------------------------------------ */

body a, body a:hover, body a:hover .time, body a:hover .shade, body a:hover .understate {
	color: #2270ee;
}
.toplinks {
	right: 0;
}

/* ---[ Form Inputs ]------------------------------------------------------------ */

.input-list,
.input-text {
	display: block;
	padding: 9px;
	border: 1px solid #DDD;
	border-color: rgba(0, 2, 4, 0.2);
	border-radius: 4px;
	color: #000;
	font-size: 1.1em;
}
.input-text {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-list:focus,
.input-text:focus {
	background-color: rgba(255, 255, 235, 0.9);
}

.input-button {
	padding: 6px 12px;
	background-color: #2b9af3;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
}

:disabled,
.placeholding {
	color: #AAA;
}
::-webkit-input-placeholder {
	color: #AAA;
}
::-moz-placeholder {
	color: #AAA;
	opacity: 1;
}
:-moz-placeholder {
	color: #AAA;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #AAA;
}

/* ---[ Header ]------------------------------------------------------------ */

#ddcheader {
	position: relative;
	display: block;
	padding: 1.4em 0 0;
	margin-bottom: 8px;
	text-align: left;
	background-color: #FFF;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.2);
}
.header-wrapper {
	width: 966px;
	margin: 0 auto;
	position: relative;
}
.logo {
	margin: 0 0 16px;
}
.skipContent {
	position: absolute; left: -10000px; top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 0.8em;
}
.skipContent:focus {
	left: 310px; top: 0;
	width: auto;
	height: auto;
}

/* ---[ Layout ]------------------------------------------------------------ */

#wrap {
	position: relative;
	width: 972px;
	margin: 0 auto;
	background: #FFF;
}
#topbannerWrap {
	text-align: center;
}
#topbanner {
	width: 966px;
	margin: 0 auto 8px;
}
#topbanner table {
    margin: 0 auto;
}
#contentWrap {
	position: relative;
	margin: 12px 0 24px;
	background: url(/img/pixel.png) no-repeat left top;
}
#content {
	width: auto;
	text-align: left;
}
.above_body,
.body_wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

/* ---[ Main Navigation ]------------------------------------------------------------ */

.nav {
	padding: 0;
	border-top: 1px solid #e7e7e7;
}
.nav ul {
	text-align: center;
}
.nav li {
	position: relative;
	display: inline-block;
	margin: 0 0.8em;
}

.nav-item {
	padding: 10px 8px;
	display: block;
	position: relative;
	font-size: .875em;
	font-weight: 700;
	color: #616161;
	text-transform: uppercase;
}
.nav-item:hover {
	text-decoration: none !important;
	text-shadow: none;
	color: #2e2e2e;
}

li.nav-home {
	border-left: 0;
}
.nav-home a {
	padding-left: 15px;
	padding-right: 15px;
}
.nav li.nav-home {
	display: none;
}
.nav-home img {
	background: url(/img/icons/icons-sprite.png) no-repeat -1px -331px;
}
.subnav .nav-item {
	padding-right: 21px;
	background: url(/img/icons/icons-sprite.png) no-repeat right -653px;
}
.subnav:hover,
.menuHover {
	margin-top: 1px;
	border: none;
}
.subnav:hover .nav-item,
.menuHover .nav-item {
	padding-top: 10px;
	background-color: #FFF;
	background-position: right -382px;
	border: 1px solid #CCC;
	border-bottom-width: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #000 !important;
	text-shadow: 0 0 transparent;
}

.subnav ul {
	visibility: hidden;
	position: absolute; top: 35px; left: 0;
	height: auto;
	background: #FFF;
	border: 1px solid #CCC;
	border-top-width: 0;
	padding: 3px 0 0;
	z-index: 100;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.nav li:hover ul,
.nav li.menuHover ul {
	visibility: visible !important;
}
.nav-drugs ul {width: 185px;}
.nav-news ul {width: 210px;}
.nav-pro ul {width: 250px;}
.nav-community ul {width: 185px;}

.subnav li {
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 0;
}
.subnav li:first-child {
	border-top-color: transparent;
}
.subnav li a {
	float: none;
	display: block;
	margin: 0;
	padding: 6px 12px;
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEC;
	color: #000;
	font-size: 0.85em;
	font-weight: normal;
}

/*
.subnav li:hover + li {
	border-top-color: #FFF;
}
.subnav li a:hover {
	background: #EBEBEC;
}
.subnav li:last-child:hover {
	border-bottom-color: #EBEBEC !important;
}
*/
.subnav a:hover {
	background: #EBEBEC;
	color: #000 !important;
}

/* ---[ Main Search ]------------------------------------------------------------ */

.search-box {
	position: absolute; top: 7px; right: 0; left: inherit;
}
.search-box .search-browse {
	margin-top: 4px;
	font-size: 0.75em;
	color: #616161;
}
.search-box .search-browse a {
	margin-right: 1px;
}
.search-advanced {
	float: right;
	margin: 0;
}
.search-text {
	float: left;
	width: 560px;
	height: 34px;
	padding: 0 6px 0 12px;
	background: #f7f7f7;
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 17px;
	line-height: 36px;
}
#header .search-text {
	width: 480px;
}
.search-button {
	padding: 0;
	margin: 0;
	width: 44px;
	height: 36px;
	text-indent: -999em;
	background-image: url(/img/icons/search-white.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 4px 4px 0;
  float:left;
}
.search-bottom {
	margin-top: 2em;
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.h1navbar {
	font-size:14px;
	font-weight:700;
	display:inline;
	margin:0;
}

/* ---[ Side Boxes ]------------------------------------------------------------ */

.sideBox {
	clear: both;
	margin-bottom: 12px;
	padding-top: 8px;
	border-top: 4px solid #EBEEF0;
}
.sideBox .sideBoxHead {
	margin-bottom: 5px;
	color: #8B8E90;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.fdaBox,
.fdaHomeBox {
	padding-top: 20px;
	border-top: none;
}
.fdaHomeBox .sideBoxHead,
.fdaBox .sideBoxHead {
	border-bottom:none!important;
	margin-bottom: 0;
}

.fdaHomeBox .sideBoxHead {
  height:46px;
  width:160px;
  background:url(/img/fda/fda-header-small.png) no-repeat 0 0 #FFF!important;
}
.fdaHomeBox .sideBoxContent {
  padding: 6px;
  width: 140px;
}
.fdaHomeBox .sideBoxContent li {
	background: none;
	line-height:normal;
	list-style:none;
	margin:5px 0;
	font-size: 12px;
}
.fdaBox .sideBoxTitle,
.fdaHomeBox .sideBoxTitle {
	background:none;
	text-indent:-3000px;
}
.fdaBox .sideBoxContent,
.fdaHomeBox .sideBoxContent {
	border-top:none!important;
	border-right:solid 4px #ccddeb;
	border-bottom:solid 4px #ccddeb;
	border-left:solid 4px #ccddeb;
	background-color:#FFF;
	text-align:left;
}
.fdaHomeBox .sideBoxContent ul {
	margin: 0;
	padding: 0;
}
.fdaBox .sideBoxContent p,
.fdaHomeBox .sideBoxContent p {
	margin:0!important;
	padding:0;
	font-size: 12px;
}

/* ---[ Search Drop Down ]------------------------------------------------------------ */

#ls-wrap {
	position: absolute; left: 0; top: 31px;
	max-width: 600px;
	min-width: 300px;
	z-index: 210;
}

.ls-result {
	padding: 6px 10px;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	box-shadow: 0 7px 7px rgba(0,0,0,0.1);
}
.ls-loading .ls-result {
	background: #FFF url(/img/misc/ls-ajax-loader.gif) no-repeat 9px 6px;
}
.ls-loading .ls-title {
	padding-left: 20px;
}

.ls-header {
	position: relative;
	margin: 0 0 1px;
	color: #999;
	font-size: 0.8em;
}
.ls-title {
	display: block;
}
.ls-category {
	display: block;
	margin: 10px 0 2px;
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}

.ls-item,
.ls-item:visited {
	display: block;
	padding: 7px 0;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none !important;
}
.ls-item:hover {
	color: #27e !important;
}
.ls-item b {
	font-weight: normal;
}
.ls-item:hover b {
	color: #28C;
}
.ls-item span {
	color: #888;
	font-size: 0.8em;
	font-weight: normal;
}
.ls-focus {
	background: #EEE;
	color: #28C !important;
}
.ls-more {
	display: block;
	padding: 2px 0;
	color: #28C;
	font-size: 0.8em;
}

/* ---[ Ads/Banners ]------------------------------------------------------------ */

.adv-h3, .adv-h4, .sideBoxAdLabel {
	text-align: center;
}
.botad {
	width: 460px;
	margin: 5px 0 5px 8px;
	overflow: hidden;
}
/*.rad {margin:8px 0 10px;}*/
.contentads1 p {margin:5px 0 0 0;text-align:left;}
.contentBox .contentads1 p{margin-bottom:-10px;}
.googleheader,
.googleheader a {
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
}
.googlegreen, a.googlegreen {
	color: rgb(0, 128, 0);
}
.googleorange {
	color: #F78C00;
	text-decoration: none;
}
.contentBox .googlegreen {
	margin: -20px 10px 0 0;
	text-decoration: none;
}
.googleheader {
	margin-top: 0;
	padding: 1px 0 5px;
}
.googlesearchheader a{
	font-size: 0.9em;
	text-decoration: none;
	color: #676767;
	font-weight: bold;
	font-family: Arial,Helvetica;
}
.googlesearchheader {
	margin-top: 0;
	padding: 1px 0 5px;
}
.googlecell {
	padding: 4px 0 !important;
	font-size: 0.9em;
}
.googlecell:hover {
	background-color: #E6E9EB;
}
.googlecell > a:first-child {
	font-size: 1.1em;
	font-weight: bold;
}

#first_ad_unit,
#second_ad_unit,
#third_ad_unit,
#fourth_ad_unit {
	position: relative;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 10px;
}
#second_ad_unit {
	margin: 10px 0;
}
#fourth_ad_unit {
	margin-top: 12px;
}
#first_ad_unit p,
#second_ad_unit p,
#third_ad_unit p,
#fourth_ad_unit p {
	margin: 2px 0 6px;
	padding: 0;
	line-height: 1.2;
}

.contentAdTop {
	clear: right;
	background-color: #F8FCFF;
	margin: 6px 0;
	padding: 0 2px;
}
.contentAdTop > .googlecell > a:first-child {
	color: #2200C1 !important;
	font-size: 16px;
	font-weight: normal !important;
}
.contentAdTop > .googlecell:hover {
	background: none;
}
.contentAdTop > .googlecell {
	font-size: 12px;
	padding: 0 0 !important;
}
.contentAdTop > .googlecell > .googleGreen {
	color: #0E774A !important;
}

/* ---[ Content ]------------------------------------------------------------ */

.globalsearch input.textbox {
	width: 120px;
	height: 20px;
	border: 0;
	top: 1px;
	position: relative;
	border-radius: 1px;
}

.above_body {
	padding-top: 16px;
}
.navbar {
	margin: 0;
}
.breadcrumb {
	font-size: 12px;
	padding-bottom: 14px;
}

.searchtitle {
	height: auto;
}

#usercp_nav .blockrow .active,
#usercp_nav .blockrow .active:hover {
	background-color: transparent;
}
#usercp_nav .blockrow .active a {
	font-weight: bold;
	color: #4e4e4e;
}

.forum_info .blockbody,
.wgo_block .blockbody {
	background-color: #e4e4e4;
	background: #FFF;
	line-height: 1.4;
}
.forum_info .blockhead,
.wgo_block .blockhead {
	background-color: #AAA;
	border-color: #AAA;
}
.wgo_block .blocksubhead {
	background: #EEE;
	margin-bottom: 14px;
}

.moduleinactive_bg {
	background-color: transparent;
}
#sidebar_container.member_summary {
	border-color: #e4e4e4;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}
#sidebar_container .underblock {
	background-image: none;
}

.memberprofiletabunder {
	background-color: #ddd;
}
.activitystream_block dd,
dd.userprof_moduleinactive {
	background-image: none;
	border: 0;
	background-color: transparent;
}
.activitystream_block dd.selected,
dd.userprof_module {
	background-color: #ddd;
	border-color: #ddd;
}
#profile_tabs a,
#profile_tabs a:hover {
	background-color: transparent;
}
.as-tabs dd.selected,
.as-tabs dd.userprof_module {
	border: 0;
}

#usermenu {
	line-height: 1.6;
}
#sidebar_container .blockbody,
#sidebar_container .blockbody.userprof_content {
	background-color: transparent;
	border: 0;
}

#searchform #searchtypeswitcher li a {
	padding: 8px 16px;
	color: #666;
	font-size: 13px;
	background-color: #DDD;
}
#searchform #searchtypeswitcher li.selected a {
	font-weight: 700;
	background-color: #EEE;
}
#searchform #searchtypeswitcher li.selected a:hover {
	background-color: #EEE;
}

.blockbody .formcontrols .blocksubhead {
	font-size: 12px;
}
#pagetitle {
	font-size: 1.125em;
	font-weight: 700;
}

.ddc-btn {
    display:inline-block;
    padding:.75rem 1rem;
    color:#fff;
    font-size:inherit;
    font-weight:600;
    line-height:1;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    white-space:nowrap;
    background-color:#259cd8;
    border:1px solid #259cd8;
    background-image:none;
    user-select:none;
    border-radius:4px;
    box-sizing:border-box;
}
.ddc-btn-secondary {
    color:#484848;
    background-color:#fff;
    border-color:#d5d5d5
}
