
body, td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	line-height: 24px;
}

body {
	overflow-x: hidden; /* to fix the crazy white-space to the right of the site, hopefully I find out what is causing the extension to the rt */
}

body, .body {
	background-color: #CF6B0D;
	padding: 0px;
	margin: 0px;
	color: #333;
}

body a {
	color: #994C00;
}
body a:hover {
	color:#C90;
}

#header {
	position: relative;
}

.leftoflogo {
	float: left;
	height: 64px;
	margin: 0px 10px 5px 0px;
}
@media (max-width: 800px) {
	.leftoflogo {
		height: 42px;
		margin: 0px 10px 10px 0px;
	}
}
@media (max-width: 600px) {
	.leftoflogo {
		height: 32px;
		margin: 0px 10px 10px 0px;
	}
}

#top_area, #header-wrap {
	height: 72px;
	background: #CF6B0D;
	/*
	-moz-box-shadow: 0px 3px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000');
	 */
}

#wrapper, .aq_footer {
	background: #FFF;

	/*
	-moz-box-shadow: 0px 3px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000');
	 */
}

#aq_slideshow_wrapper {
	/*
	-moz-box-shadow: 0px 3px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000');
	 */
}


.cross-browser_linear-gradient {
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0076b2', GradientType=0);
}

#search .acesearch_bg_module {
	text-align: right !important;
}
#qr-282, .acesearch_button {
}

#main-content {
}

.item-page iframe {
	max-width: 100% !important;
}

/* Keep all general definitions at the further up in the CSS file so that they can be
 * overridden by classes targeting the element */

/*table*/
.contentpaneopen table, .item-page table {
	clear: right;
	border: 2px solid #000;
	border-collapse: collapse;
}

/*table - might be able to remove [table] before the th and td tags*/
.contentpaneopen th, .item-page th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #000;
	background: #4a9a32;
	color: #FFF;
}
.contentpaneopen th a, .item-page th a {
	color: #EFE;
}
.contentpaneopen th a:hover, .item-page th a:hover {
	color: #AFA;
}

/*table*/
.contentpaneopen td, .item-page td {
	padding: 10px;
	border: 1px solid #000;
}

.item-page th {
	font-weight: bold;
	text-align: center;
}

/*table.contentpaneopen and div.item-page*/
.contentpaneopen .headerlite, .item-page .headerlite, .headerlight {
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
	background-color: #6cd24d;
}

/*table.contentpaneopen and div.item-page*/
.contentpaneopen th.headerdark, .contentpaneopen td.headerdark, .item-page th.headerdark, .item-page td.headerdark {
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
	background-color: #348233;
	color: #FFF;
}
.tdhighlight { background: #bbdf93; }
.tdverylight { background: #d5ebbd; }


#aq_main_table td {
	vertical-align: top;
}


/* 216 x 34 - ch logo
 * .site-logo, #logo {
 * 	position: absolute;
 * 		top: 20px;
 * 			left: 17px;
 * 			}
 * 			*/
.site-logo, #logo {
	margin-top: 20px;
	margin-left: 17px;
	height: 40px;
}

#headerrow {
	min-height: 72px;
	background-position: top right;

/*
	-moz-box-shadow: 0px 3px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#000000');
 */
}

#site-description {
	color: #339933;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-family: Arial, Tahoma, Verdana;
	padding-top: 10px;
	padding-left: 3px;
}

#logocol {
	min-width: 250px;
	max-width: 480px;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 17px;
	padding-bottom: 6px;
	border: 0px solid #FF0;
}
.thelogo {
	color: #686;
	/*text-transform: lowercase;*/
	font-size: 48px;
	text-decoration: none;
}

#aq_search, #search {
        width: 300px;
        margin: 30px 30px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: 0px dotted #CCC;
}

@media (max-width: 1024px) {
        #aq_search, #search {
                margin: 40px 30px 0px 0px;
        }
}

@media (max-width: 811px) {     /* it hits the logo and then drops */
        #aq_search, #search {
                margin: 5px 30px 10px 0px;
        }
}

@media (max-width: 600px) {
        #logocol {
                max-width: 66%;
        }
        #aq_search, #search {
                margin: 5px 30px 10px 0px;
        }
}

@media (max-width: 420px) {
        #aq_search, #search {
                margin: 5px 10px 10px 0px;
        }
}

#aq_search form, #aq_search input, #search form, #search input { display: inline; }

#deanesearch {
	width: 256px;
}

#headerwrap {
        background: #FFF url('/images/default_header_image.jpg') top -20px right 10px no-repeat;
	background-size: 372px 128px;
	/*background: #FFF;*/
}

@media (max-width: 1024px) {
	#headerwrap {
		background-position: top -10px right 10px;
	}
	#headerrow {
		background-position: 0px 30px;
	}
	#logocol {
		margin-top: 10px;
	}
}
@media (max-width: 811px) {
        #headerwrap {
                background-size: 291px 100px;
                background-position: top 12px right;
        }
}
@media (max-width: 540px) {
        #headerwrap {
                background-size: 291px 100px;
                background-position: top 46px right;
        }
}







/********* UI Elements *********/

#navbar-wrap {
	background: #451E0E;
}

#wrapper {
	background: #FFF;
}

#menu-icon {
	color: #DEF;
	color: #CDE;
}
#menu-icon:hover, #menu-icon:active {
	color: #FFF;
}

#navigation .menu li > a > .menutitle {
	color: #FFF;
}

#navigation .menu li > a:hover > .menutitle {
	color: #FFF;
}

#navigation .menu li > .sub-menu li > a > .menutitle {
	color: #FFF;
}

#navigation .menu li > .sub-menu li > a:hover > .menutitle {
	color: #FFF;
}

#navigation .menu li > a {
	font-size: 13px;
}

#navigation .menu {
	margin-left: 20px;
}

#navigation .menu a {
	color:#FFF;
	height: 34px;
	line-height: 34px;
	padding: 0 7px;
	font-weight: bold;
}

@media (max-width: 1024px) {
	body { margin-top: -10px !important; }
	#logo { text-align: left !important; position: relative; }
	#logo a { position: absolute; top: 0px; left: 0px; }
	#navigation .sub-menu a { padding-left: 10px; font-size: 15px; }
	#navigation .sub-menu .deeper a { padding-left: 20px; font-size: 14px; }
	#navigation .sub-menu .deeper .deeper a { padding-left: 30px; font-size: 13px; }
	#navigation .sub-menu .deeper .deeper .deeper a { padding-left: 40px; font-size: 12px; }
	#navbar-wrap {
		margin: 0px;
	}
}



p, li { color: #543; }
p { text-indent: 0px; }

/* +Deane Adding */
sup {
	color: #876;
	vertical-align: super;
	font-size: smaller;
}
sub {
	color: #876;
	vertical-align: sub;
	font-size: smaller;
}

sup, sub {
	line-height: 0px;
	white-space: nowrap !important; /* this will prevent references wrapping and producing strange effects */
}

sup a, sub a { text-decoration: none; }

.nobr {
	white-space: nowrap;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

a { color: #994c00; }

sup.ref {
	margin-left: 2px;
}

/*ol*/
.references {
	margin: 8px 8px 8px 20px;
	padding: 0px;
	color: #420;
}

/*ol*/
.references li {
	margin-bottom: 10px;
}

ul, ol { margin: 0 0 0 40px; }
@media (max-width: 480px) { ul, ol { margin: 0 0 0 30px; } }

ol li:target { background-color: #FF6; }

ul { list-style-type: disc; text-align: left; }

ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }

li li { margin-left: 10px; }
li li li { margin-left: 10px; }

.menu li { margin-left: 0px; }




/* try and tightend ul up in tables */
td ul {
	margin-left: 25px;
}

/* h1 { font-size: 170%; font-weight: bold; } */
/*
 * h1, h2, h3, .h1, .h2, .h3 { color: #640; line-height: 110%; }
 * .h1 { font-size: 200%; font-weight: bold; }
 * .h2 { font-size: 140%; font-weight: bold; }
 * .h3 { font-size: 120%; font-weight: bold; }
 * */

/* + Getting rid of the space at the top of the article (could probably just
 *  * generally define h1,h2,h3 but that is already at about 17)
 *   *
 *    * In English, what is this doing? Any p tag that is next to h1, h2, h3 and ul next
 *     * to h1, h2, h3 add 30px top margin?
 *      *
 *       * */
p + h2, p + h1, p + h3, ul + h1, ul + h2, ul + h3 {
	/* This is causing a bug in internet explorer. The top menu displays
	 * 	 * about 10 more pixels in height than it should. */
/* margin-top: 30px !important; */
}

.aq_item_page {
	margin-top: 10px;
}
#aq_slideshow_wrapper .aq_item_page {
	margin-top: 0px;
}

.item-page li {
	margin-top: 6px;
	margin-bottom: 6px;
}

/*div*/
.item-page > h1 {
	/* margin-top: 12px !important; I actually like it more with more whitespace -Alex */
	font-size: 2em;
	line-height: 1.0em;
	color: #640;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EEDDD0;
}

h2 { line-height: 1.1em; }

/* - Getting rid of the space at the top of the article */

.caption {
	font-style: oblique;
	font-size: 90%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
	color: #765;
}

caption {
	caption-side: bottom;
	font-style: oblique;
	font-size: 90%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
	color: #765;
}

#navbar-wrap {
	position: relative;
	z-index: 3225;
}

#user1-wrap {
	position: relative;
	z-index: 3214;
}
.mlktopban {
	position: relative;
	z-index: 3213;
}

#user1 .banneritem {
	text-align: center;
}

.bmargin {
	margin-bottom: 12px;
}


.midpage_top, .midpage_right {
	float: right !important;
	clear: right !important;
	margin: 2px 0px 12px 12px;
	padding: 0px !important;
	background: #EFEFEF;
	width: 300px;
	height: 250px;
}

.midpage_left {
	float: left;
	margin: 2px 12px 12px 0px;
	padding: 0px !important;
	background: #EFEFEF;
	width: 300px;
	height: 250px;
}

@media (max-width: 600px) {
	.midpage_top .midpage_top, .midpage_right .midpage_right, .midpage_left .midpage_left {
		position: relative;
		max-width: 85%;
		overflow: hidden;
		border: 0px solid #0FF;
	}
	.midpage_top, .midpage_right, .midpage_left {
		text-align: right;
		background: transparent;
	}
	.midpage_top img, .midpage_right img, .midpage_left img {
		max-width: 100%;
	}
	.aq_amz_prod_wrap {
		padding: 10px;
	}
}

.midpage_leaderboard {
	position: relative;
	/* width: 728px; */
	/* height: 90px; */
	width: 100%;
	max-width: 728px;
	max-height: 90px;
	padding: 0px !important;
	background: #EFEFEF;
}

#aq_bottomlinks {
	clear: both;
	text-align: center;
	padding: 6px 0px 0px 6px;
	border-top: 0px solid #CCC;
	font-size: 80%;
	color: #A98;
	background-color: #FFF;
}

.aq_toplinks {
}

.aq_midlinks {
	width: 728px;
	height: 15px;
	overflow: hidden;
	background: #E1771E;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.aq_midlinks .aq_midlinks {
	margin: 0px !important;
	padding: 0px !important;
}

#margin { margin: 0px 10px 0px 10px; }

.aqtooltip {
	position: relative;
	display: none;
	background-image: none;
	background-color: #FFF966;
	border: 1px solid #FC0;
	z-index: 3628;
}

.moduleacesearch {
	position: relative;
	z-index: 999999999;
}

.xmap h2.menutitle {
	display: none;
}

.componentheading {
	font-weight: bold;
	color: #666;
	font-size: 160%;
	margin-bottom: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EEDDD0;
}

.item-page, .blog, .contentpane, .contentpaneopen { /* Use this on all Joomla templates */
	width: 100%;
	border-collapse: collapse;
}

.contentheading { /* Does joomla 2.5 use contentheading? */
	font-size: 130%;
}

.aq_page_title_h2 {
	display: none;
}


.breadcrumbs, .breadcrumbs-chcrumb {
	font-size: .8em;
	padding: 4px 4px 6px 18px;
	margin-bottom: 6px;

}

.Xbreadsearch {
	float: right;
}

.module-chcrumb {
	/* TODO: Remove this during deployment.
	 * This is only temporary. I got tired of having the navigation dropdown
	 * interfere everytime I tried to click on a breadcrumb link. */
	padding: 0.5em 0em;
	position: relative;
}


/* + System Messages */
/*dt*/
.message {
	/* display: none !important;*/
}

.message {
	margin: 0px;
}

dd ul {
	background-color: #CA9;
	border: 1px solid #630 !important;
	color: #FFF !important;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	list-style: none;
	font-weight: normal;
}

dd li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*div*/
#system-message {
	border: 0px solid #F00;
	margin: 0px;
	padding: 0px;
}

#system-message .notice {
	background: #FC9;
}

#system-message .error {
	background: #F99;
}

#sXXystem-message .message ul li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
	border: 1px dotted #00F;
	display: inline-block;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background: #FF0;
}

/*
 * #system-message dd ul {
 * }
 * */

/* - System Messages */

.read-more-desc {
	display: inline-block;
	margin-left: 10px;
	color: #666;
}

/*a*/
.readon {
	color: #777;
	display: inline-block;
	margin-left: 9px;
	font-size: 80%;
}

/*a*/
.contentpagetitle {
	font-size: 90%;
}

.disclaimer, #aq_disclaimer, .articledisclaimer {
	position: relative;
	clear: both;
	padding: 14px 20px 9px 20px;
	font-size: 90%;
	color: #8A9;
	background-color: #FFF;
	text-align: center;
}

.moduletable.articledisclaimer {
	border-top: 1px solid #CCC;
}

/*td*/
.subtitle {
	font-size: 120% !important;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
}



.half {
	width: 48%;
}

.bold-header th,
.bold-header thead {
	font-weight: bold;
}


#t3immune th {
	vertical-align: middle;
}

#t14doses {
	min-width: 300px;
}


.element-invisible, .hidden {
        display: none;
}


#homenav {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
#homenav td {
	position: relative;
	border: 0px;
	padding: 2px;
}
#homenav td img {
	max-width: 100%;
}

.tdwhy,
.tdacivity {
	text-align: left;
}

.tdcondition {
	font-weight: bold;
}

.tdcommonname {
	vertical-align: top;
}

.tdepurp, .tdepal, .tdeang {
	text-align: center;
	vertical-align: top;
}

.tdspec {
	text-align: center;
}

.tdspec2 {
	text-align: left;
}


.commonname {
	font-weight: bold;
}

.faqq {
	font-size: 1.3em;
	font-weight: 400;
}
.faqa {
	color: #666;
}

.nobull {
	list-style-type: none;
}

ul.nomar {
	margin-left: 10px;
}

.hint {
	color: #857;
}

.studytype {
	font-style: italic;
}


/* End custom tables styles I think. Any CSS that defines custom table styles
 *  * to be used within articles should be moved above this comment. */

/*div*/
.figurei1 {
	margin: 15px 0px 15px 0px;

	/*background-color: #FA3;*/
	background-color: #FD8;

	font-size: 90%;
	line-height: 18px;
	padding: 20px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 5px 5px 10px #AAA;

}

/*div*/
.figurei1 p {
	color: #036;
}

.figurei1.twocol {
	width: 680px !important;
}

.blackline, .tdspacer, .table_spacer {
	font-size: 1px !important;
	line-height: 1px !important;
	height: 2px !important;
	padding: 0px !important;
	background: #000;
}

/*div*/
.sideblurb {
	position: relative;
	width: 278px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px dotted #000;
	background: #CEF;
	float: right;
	clear: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	z-index: 1984;
}
.noclear, .cnone {
	clear: none !important;
}

.bigblurb {
	position: relative;
	width: 480px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px dotted #000;
	background: #FBA;
	float: right;
	clear: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	z-index: 1985;
}


/*div*/
.subtext {
	font-size: 90%;
	font-style: oblique;
	color: #777;
}

#aq_content_area, .aq_content_area {
	/*padding: 0px;*/
	padding: 0px 40px 20px 40px;
	margin: 0px;
}

#aq_content_padding, .aq_content_padding {
	/*position: relative;*/
	/*padding: 20px 40px;*/
	min-height: 500px;
}





/* + Styles for the Main Slideshow Slides */
.mlk-slideshow
#aq_slideshow {
	position: relative;
	min-height: 230px;
}

.mlk-slideshow-inner, .mlk-blurb-inner {
	height: 100%;
}

.mlk-slide-img,
#aq_slide_simg {
	position: relative;
	float: right;
	top: 15px;
	right: 15px;
	width: 420px;
	height: 200px;
	border: 0px solid #f00;
	text-align: right;
	overflow: hidden;
}

.mlk-slide-img img,
#aq_slide_simg img {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.mlk-slide-blurb,
#aq_slide_desc_box {
	position: relative;
	top: 15px;
	left: 15px;
	/* width: 668px; */
	/* height: 200px; */
	max-width: 668px;
	min-height: 200px;
}

.mlk-blurb-inner,
#aq_slide_sdesc {
	/* IE does not support transparent backgrounds.
	 * background: url(../images/offwhite_70_tranparent.png);
	 * Alex, I wish you would have done what I asked and tried the image
	 * version to avoid high-overhead browser transform functions */
	background-color: #FFF;
	opacity: .75; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8 */
	filter: alpha(opacity=75); /* ie lt 7 */
	-khtml-opacity: .75; /* safari 1.x */
	-moz-opacity: .75; /* ff lt 1.5, netscape */
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #3C3C2C;
	line-height: 150%;
	font-size: 16px;
	height: 159px;
	padding: 20px !important;
	margin: 0px;
}

.mlk-blurb-inner p,
#aq_slide_sdesc p {
	font-size: 1.1em;
	margin: 5px 4px 4px 4px !important;
}

.mlk-blurb-inner h1,
.mlk-blurb-inner h2,
.mlk-blurb-inner h3,
#aq_slide_sdesc h1,
#aq_slide_sdesc h2,
#aq_slide_sdesc h3 {
	margin: 2px 4px 6px 4px;
	border-bottom: 1px solid #faa825;
}
/* - Styles for the Main Slideshow Slides */


@media (max-width: 1132px) {
	.mlk-slideshow {
	}
	.mlk-slide-img {
		width: 40%;
	}
	.mlk-slide-blurb {
		width: 55%;
	}
}



/*
 *  * Slideshow Styles
 *   *
 *    * Styles for standard full width slideshows
 *     *
 *      *
 *       */

/* I know you are probably just following the strategy used to target various tables, but that was just a measure to keep Beate from hard-coding formatting */
/* + I am going to redo the slideshow CSS and hopefully clear up the slideshow CSS that has been implemented inefficiently -DM */

#aq_slideshow_wrapper {
	/*background: url(../images/new_aq_background.jpg) 0px -120px no-repeat;*/
}
#aq_slideshow_wrapper .aq-controls td {
	text-align: center;
}
#aq_slideshow_wrapper .aq-controls {
	border: 0px dotted #680 !important;
	position: absolute !important;
	z-index: 99 !important;
	padding: 0em 1em;
	width: 160px;
	left: 20px;
	bottom: 18px;
}
#aq_slideshow_wrapper .aq-next-button {
	margin-left: 1em;
}
#aq_slideshow_wrapper .aq-prev-button {
	margin-right: 1em;
}
#aq_slideshow_wrapper .aq-indices span {
	color: #F3BE32 !important;
	width: 12px;
}
#aq_slideshow_wrapper .aq-controls .aq-control-table {
	width: auto;
}
#aq_slideshow_wrapper .aq-start-stop {
	display: none;
}
.modulemainslideshow {
	position: relative;
}

/* + I am going to redo the funfacts CSS and hopefully clear up the slideshow css that has been implemented inefficiently -DM */
.aqfunfact, #FunFacts {
	margin: 0px 4px 20px 20px;
	height: 264px;
}
.aqfunfact .aq-viewport, #FunFacts .aq-viewport {
	position: relative;
	background-color: #FFF1CC;
}
.aqfunfact table, .aqfunfact td, #FunFacts table, #FunFacts td {
	border: 0px solid #000 !important;
}
.aqfunfact .fun-fact, #FunFacts .fun-fact {
	width: 300px !important;
	height: 240px !important;
}
.aqfunfact .fun-fact td, #FunFacts .fun-fact td {
	background-color: #FFF1CC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	padding: 1em;
	font-size: 0.9em;
}
.aqfunfact .fun-facts-header td, #FunFacts .fun-facts-header td {
	width: 300px;
	height: 24px !important;
	padding: 0px !important;
	margin-bottom: -1px;
	background-color: #FFD366;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
	z-index: 999;
}
.aqfunfact .fun-fact p, #FunFacts .fun-fact p  { color: #755400 !important; display: block !important; line-height: 1.3em; margin: 0em 0em .3em 0em; }
.aqfunfact .fun-fact sup, #FunFacts .fun-fact sup { color: #444 !important; }
.aqfunfact .fun-fact sup a, #FunFacts .fun-fact sup a { color: #9D3900 !important; }
.aqfunfact .aq-controls, #FunFacts .aq-controls {
	position: absolute;
	bottom: 18px;
	width: 300px;
	background-color: #FFF1CC;
	text-align: center;
	padding: 0px;
	border: 0px dotted #80A !important;
}
.aqfunfact .aq-control-table, #FunFacts .aq-control-table {
	position: relative;
	top: -12px;
	width: 40% !important;
	margin: auto;
	padding: 0px !important;
	border: 0px solid #F00 !important;
}
#FunFacts .aq-indices,
#FunFacts .aq-indices span,
#FunFacts .aq-controls,
#FunFacts .aq-control-table,
#FunFacts .aq-next-button,
#FunFacts .aq-prev-button,
#FunFacts .aq-control-table td,
.aqfunfact .aq-indices,
.aqfunfact .aq-indices span,
.aqfunfact .aq-controls,
.aqfunfact .aq-control-table,
.aqfunfact .aq-next-button,
.aqfunfact .aq-prev-button,
.aqfunfact .aq-control-table td {
	font-size: 18px;
	height: 18px !important;
	line-height: 18px !important;
}
.aqfunfact .aq-indices, #FunFacts .aq-indices {
	text-align: center;
	white-space: nowrap;
}
.aqfunfact .aq-start-stop, #FunFacts .aq-start-stop { position: relative; bottom: 24px; font-size: 80%; }
.Xaqfunfact .aq-start-stop { display: none !important; }
.aqfunfact .aq-dark .aq-indices span, #FunFacts .aq-dark .aq-indices span { color: #F3BE32 !important; }
#FunFacts .aq-next-button,
#FunFacts .aq-prev-button,
.aqfunfact .aq-next-button,
.aqfunfact .aq-prev-button {
	padding: 0px 4px;
}
/* I know you are probably just following the strategy used to target various tables, but that was just a measure to keep Beate from hard-coding formatting */
/* - I am going to redo the funfacts CSS and hopefully clear up the slideshow CSS that has been implemented inefficiently -DM */


#aq_bottom_link_unit {
	position: absolute;
	/*width: 468px;*/
	width: 728px;
	height: 15px;
	margin: 0px;
	top: 2px;
	right: 8px;
	text-align: right;
}

#aq_top_link_unit {
	position: absolute;
	/*width: 468px;*/
	width: 728px;
	height: 15px;
	margin: 0px;
	bottom: 6px;
	right: 8px;
	text-align: right;
}

#aq_footer, .aq_footer {
	position: relative;
	/*background: url(../images/new_aq_background.jpg) no-repeat 0px -50px;*/
	width: 100%;
	min-height: 164px;
	border-top: 1px solid #630;
	margin: auto;
}

#aq_bottom_menu {
	text-align: center;
}

#aq_footer_bottom {
	padding-top: 10px;
	text-align: center;
	color: #420;
}

/* FooterMenu ul element */
#FooterMenu {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	min-height: 38px;
}

#FooterMenu li {
	display: inline-block;
	margin-right: 16px;
	font-size: 13px;
}

#FooterMenu a {
	display: block;
	color: #FFF;
	line-height: 38px;
	height: 38px;
}
#FooterMenu a:hover {
	background: #069 !important;
	color: #fff !important;
}

@media (max-width: 600px) {
	#FooterMenu {
		background: #024;
	}
}

/**/

#aq_footer_top {
	position: relative;
	text-align: center;
	height: 22px;
	line-height: 40px;
	font-size: 90%;
	color: #014;
}

/*div*/
.search input.button, button.button, .acesearch_button {
	border: 1px solid #036;
	background: #00305E;
	color: #FFF;
}

/*div*/
.search input, .searchacesearch input {
	/*background: #FFFFCC;*/
	color: #004469;
}

.moduleacesearch {
	position: relative;
	z-index: 94949;
}
.searchacesearch input {
	height: auto !important;
	float: left;
}
.searchacesearch.acesearch_bg_module { position: relative; z-index: 94950; }
.acesearch_button {
	padding: 4px;
	/*float: right;*/
}

.pagination ul {
	position: relative;
	right: 8px;
	bottom: 8px;
	border: 0px solid #F00;
	padding-top: 0px !important;
}
.pagination li {
	display: inline-block;
	padding: 0px 5px;
}

/*div*/
.contact-form fieldset {
	border: 1px solid #adf;
	padding: 20px;
	max-width: 100%;
}

/*div*/
.contact h3 {
	display: none;
}

#jform_contact_message {
	border: 1px solid #CCC;
}
#jform_contact_emailmsg {
}

@media (max-width: 420px) {
	.contact-form fieldset {
		padding: 10px;
	}

	#jform_contact_message {
		width: 250px;
	}
	#jform_contact_emailmsg {
		width: 260px;
	}
}


/*div*/
.cat-children li {
	position: relative;
	margin-top: 12px;
}

.cat-children dl {
	font-size: 70%;
	display: inline-block !important;
	background: #efffef;
	padding: 0px 6px;
	margin: 1px 1px 1px 5px;
	position: relative;
	border: 1px solid #DED;
	color: #9a9;

	-webkit-border-radius: 9px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 9px; /* Firefox 1-3.6 */
	border-radius: 9px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
}

.cat-children dt {
	display: inline-block;
}

.cat-children dd {
	display: inline-block;
	margin-left: 0px;
}

.cat-children p {
	margin-top: 8px;
	margin-bottom: 4px;
}

.cat-children span.item-title,

.cat-children ul { padding-left: 20px; }

.cat-children a {
	color: #7fa431;
	font-size: 110%;
	text-decoration: none;
}
.cat-children a:hover {
	color: #66bb66;
	text-decoration: underline;
}


.aq_blog_item_h2 {
	border: 0px solid #FFF !important;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	margin: 10px 5px 10px 5px !important;
	padding-top: 0px;
}

.readmore, .btn-readmore {
	font-size: 90%;
	margin: 2px 2px 6px 10px;
}

/* + Arrow Classes */

.arrows {
	font-family: serif;
}

.arrow {
	font-family: sans-serif;
}

.arrowtwo {
	font-family: serif;
}

.arrowthree {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 120%;
}

.arrowfour {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	font-weight: bold;
}

.arrowfive {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
	font-style: oblique;
}

.arrowsix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

.arrowseven {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.arrowtrytd {
	font-weight: bold;
	font-family: sans-serif !important;
	color: #000 !important;
	background-color: #FFBB11 !important;
}

.arrowtryth {
	font-family: sans-serif;
	color: #FFF;
	background-color: #000 !important;
}

/* - Arrow Classes */

.midpage_ad_right, .moduletablemidpage_right {
	float: right;
	clear: right;
	margin: 2px 0px 12px 12px;
}

.midpage_ad_left, .moduletablemidpage_left {
	float: left;
	clear: left;
	margin: 2px 12px 12px 0px;
}

.midpage_leaderboard, .moduletablemidpage_leaderboard {
	margin: 5px 0px;
	background: #EFEFEF;
}

.horizontal_legend {
	clear: none !important;
	display: inline-block;
	list-style-type: none;
	border: 1px solid #FDA;
	margin: 3px;
	padding: 3px;
}

.horizontal_legend li {
	display: inline-block;
	margin: 0px 0px;
	padding: 0px 8px;
	border-left: 1px solid #FC9;
	text-align: center;
}

.horizontal_legend li:first-child {
	border-left: 0px solid #930;
}

@media (max-width: 724px) {
	.horizontal_legend {
		display: block;
		list-style-type: disc;
		list-style-position: outside;
	}
	.horizontal_legend li {
		border: 0px;
		text-align: left;
		display: list-item;
		margin-left: 24px;
	}
}

.back_to_top {
	margin: 0px; padding: 0px;
	display: inline-block;
	font-size: 80%;
}

.back_to_top a {
	text-decoration: none;
	font-weight: bold;
}


/* ??? */
#aq_topnav {
	position: relative;
	text-align: center;
	margin: auto;
	margin-top: 3px;
	height: 24px;
	margin-bottom: 10px;
	z-index: 6664 !important;
}

#aq_topnav .megamenu .first {
	border-left: 0px solid #000;
	margin-left: 0px;
}

#aq_topnav .js-megamenu {
	display: inline-block;
	padding: 0px;
	margin: auto;
}

#aq_topnav .menu { margin: 0px; }
#aq_topnav img { border-style: hidden; } /* Is this for the arrow? */
#aq_topnav li { display: block; background-position: right; }
#aq_topnav a { color: #FFF; background-position: right; }

#aq_topnav .level1,
#aq_topnav .level2,
#aq_topnav .level3,
#aq_topnav .level4,
#aq_topnav .level5,
#aq_topnav .level6 {
	margin: .4em;
	padding: 0px;
}

.spacedout li, .spaced_list li, .spacedlist, .spaced-list {
	margin-top: 10px;
	margin-bottom: 10px;
}

.unindented li {
	margin-left: -20px !important;
	padding-left: 0px !important;
}

.small {
	font-weight: normal;
	font-size: 80%;
}
.note {
	color: #666;
}

.smallp {
	font-size: 90% !important;
	line-height: 140% !important;
}

.smallerp {
	font-size: 80% !important;
	line-height: 130% !important;
}

.recommendation {
	font-style: oblique;
}

.ch td {
	text-align: left;
}

.ch .dosage {
	text-align: center;
}


.notopborder {
	border-top: 0px solid #000 !important;
}

.nobottomborder {
	border-bottom: 0px solid #000 !important;
}

.trdottedtop td {
	border-bottom: 1px dotted #AAA !important;
}

.trdottedbottom td {
	border-top: 0px solid #000 !important;
}

.emptycells .emptycell {
	background: #FB1;
	border-top: 0px solid #000 !important;
	border-right: 0px solid #000 !important;
	border-bottom: 0px solid #000 !important;
	border-left: 0px solid #000 !important;
}

.emptycell {
	padding: 0px 1px 0px 0px !important;
	margin: 0px !important;
	background: #FFF;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	vertical-align: bottom !important;
}

.popoutcont {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
.popout {
	position: absolute;
	width: 100%;
	left: -1px;
	font-size: 10pt;
	line-height: 10pt;
	padding-top: 4px;
	text-align: center;
	border-top: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #765 !important;
	border-left: 1px solid #000 !important;
}

.tdcheck {
	background: #FD9;
}

/*span*/
.compound sup {
	line-height: 12pt !important;
}

/*sup*/
.breakable {
	white-space: normal !important;
	line-height: 10pt !important;
}

.smallsup {
	font-weight: normal !important;
	font-size: 70% !important;
	border: 0px solid #F00 !important;
	white-space: nowrap;
}
.smallsup a {
	text-decoration: none;
}

/*td*/
.grid {
	text-align: center;
	vertical-align: middle !important;
}

/*td*/
.grid a {
	text-decoration: none;
}

/* Article Styles */

.rcimg {
	margin: 2px 0px 12px 12px !important;
}
.lcimg {
	margin: 2px 12px 12px 0px !important;
}

.reference_name {
	font-weight: bold;
}

.reference_emphasize, .italic {
	font-style: italic;
}

.bigspacetop, .bigspacedtop {
	margin-top: 60px !important;
}

.spacetop, .spacedtop {
	margin-top: 30px !important;
}

.spaced {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mark, .important {
	color: #332;
	padding: 4px;
	background: #FF0;
}

.figurewrap, .figure-wrap, .figure_wrap {
	position: relative;
	text-align: center;
}
.figurewrap img { border: 0px; }

/* +++ CSS for figures - I got it to work both ways, so I am leaving the CSS -
 *  * don't touch my over qualified CSS, as it is not over qualified
 *   * we can narrow it down when we decide on a standard... I think i am going with div*/
/* The DIV way */
div.figure { position: relative; padding: 4px; }
div.figure div.operator, div.figure div.operand, div.figure div { margin: 10px 4px; float: left; }
div.figure div.fraction { position: relative; text-align: center; margin: 0px 4px; float: left; }
div.figure div.numerator { text-align: center; border-bottom: 1px solid #000; float: center; }
div.figure div.denominator { text-align: center; float: center; clear: center; }
div.figure .endoffigure { clear: both; }

/* The TABLE way - don't touch my over qualified CSS, as it is not over qualified */
table.figure {
	border: 0px solid #C66 !important;
	margin: 0px;
	padding: 0px;
}
table.figure a { text-decoration: none; }
table.figure td {
	border: 0px solid #C66 !important;
	position: relative !important;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0px 4px !important;
}
table.figure .numerator, table.figure .top {
	width: 100% !important;
	border-bottom: 1px solid #000 !important;
	margin: 0px !important;
	padding: 0px !important;
}
table.figure .numerator span, table.figure .top span {
	position: relative !important;
	bottom: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
}
table.figure .denominator, table.figure .bottom, table.figure .bot {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}
table.figure .denominator span, table.figure .bottom span, table.figure .bot span {
	position: relative !important;
	top: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
}
/* --- CSS for figures - I got it to work both ways, so I am leaving the CSS */

.fright { float: right !important; }
.fcenter { float: center !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }

.cright { clear: right !important; }
.cleft { clear: left !important; }
.cboth { clear: both !important; }

.tleft { text-align: left !important; }
.tcenter { text-align: center !important; }
.tright { text-align: right !important; }
.tjustify, .tjust { text-align: justify !important; }

.vtop { vertical-align: top !important; }
.vmid { vertical-align: middle !important; }
.vbot { vertical-align: bottom !important; }

.mauto { margin: auto !important; }

.prel { position: relative; }

.txtlite { font-weight: 100; }
.txtcatdog { color: #444; }
.txtbold { font-weight: 900; color: #000; }
.txtsml { font-size: 60%; }
.dotcom { color: #666; }

.liteborder {
	border: 1px solid #FFC;
}

.copyscape {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;
	margin-top: 2px;
}

.AmazonProdGrid {
	margin: auto;
}

.amazon_rectangle {
	width: 300px;
	text-align: center;
	border: 1px solid #CCC;
	border-top: 2px solid #F93;
	padding: 2px;
	margin: 6px 0px 6px 10px;
}

.amazon_blurb, .aq_amz_prod_blrb {
	padding: 8px;
	font-size: 90%;
	line-height: 1.1em;
	margin: auto;
	margin-top: 2px;
	text-align: left;
	background: #FFEFE0;
}

.img-responsive {
	width: 100%;
	min-width: 100%;
	height: auto;
}

.recipeimage {
	border: 1px solid #351d05;
	width: 400px;
}

.extramargin {
	margin-top: 40px;
	margin-bottom: 40px;
}

.asterisk, .asterisk a {
	text-decoration: none;
	color: #994c00;
}

.serves, .preptime, .cooktime, .totaltime {
	font-size: 110%;
	margin: 16px 0px 16px 10px;
	font-style: italic;
}

.recipenote {
	font-style: italic;
}

.recipe li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.dose, .unit {
	white-space: nowrap;
}

.link_unit {
	/*float: left;*/
	max-width: 728px;
	margin: 15px 5px;
}

.video_wrap {
}

@media (max-width: 1132px) {
	.midpage_leaderboard {
		display: none;
	}
}

@media (min-width: 1200px) {
}

@media (max-width: 800px) {
	.link_unit, .bottom_links {
		display: none;
	}
}

@media (max-width: 600px) {
	#aq_content_area, .aq_content_area {
		padding: 0px 5px 20px 5px;
	}
}
@media (max-width: 480px) {
	#site-description {
		font-size: 70%;
	}
	.thelogo {
		font-size: 180%;
	}
}














/* Paste Pasting paste pasting CSS css in from the old cathealth site */



.right_banner img {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px !important;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #444;
	margin: 10px 0px 10px 0px;
	letter-spacing: -1px;
	text-decoration: none;
}

h2, .content_para_header, p.prod-name {
	font-weight: normal;
	color: #444;
	color: #2b7899;
	margin: 25px 0px 16px 0px;
	letter-spacing: -1px;
	text-decoration: none;
}

h3 {
	font-weight: normal;
	margin: 0px;
}

p.prod-name {
	font-size: 18px !important;
	text-align: left;
}

br {
	line-height: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w100 {
	width: 100%;
}

.m10 {
	margin: 10px;
}

.blog, .blog tr, .blog tbody, .blog td, .contentpane, .contentpaneopen {
	padding: 0px !important;
	display: block;
	width: 100%;
}

.category {
	position: relative;
	font-size: 16px;
	top: 3px;
}

.contentpane ul {
	list-style-position: inside;
	list-style: square;
	color: #999;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 40px 0px;
	border: 1px solid #EEE;
	border-style: solid hidden solid hidden;
}

.contentpane ul li {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
}

.contentpane ul li:first-child {
}

.contentpaneopen ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.contentpaneopen ul li {
	list-style-position: outside;
	margin-left: 20px;
}

.contentpagetitle {
	display: block !important;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	color: #23627D;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.contentheading {
	display: block !important;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	color: #2b7899;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.contentpane {
	padding: 0px;
	margin: 0px;
}

.article_column {
	padding: 0px 15px 10px 0px;
}

.componentheading {
	display: block !important;
	font-weight: normal;
	font-size: 30px !important;
	letter-spacing: -1px;
	color: #0f700f;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

td.contentdescription {
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
}

.contentdescription p {
	text-align: left;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	color: #666;
}

.contentdescription img {
	margin: 0px !important;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFF;
}

.shadowtop {
	/*background: url(../images/component_header.png) no-repeat;*/
	height: 40px;
}

#component p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 25px;
	font-size: 14px;
}

#component {
	float: left;
}

/*
 * #wrapper {
 * 	background: url(../images/wrapper_bg.png) no-repeat;
 * 		background-position: bottom;
 * 			padding-bottom: 20px;
 * 			}
 * 			*/

#topbanner {
	background-color: #eee;
	height: 100px;
	border: 0px;
}

.bannergroup {
	border: 0px !important;
	border: hidden;
}

#float_left {
	float: left;
}

#float_left hr {
	border: 1px dashed #ccc;
	border-style: dashed hidden hidden hidden;
}

#float_left p, #float_left li {
	line-height: 22px;
}

#float_left ul {
	list-style-position: inside;
}

#float_right {
	float: right;
	width: 300px;
}

#aq_navigation {
	height: 52px;
	color: #FFF;
	/*background: url(../images/aq_top.png) repeat-x;*/
	background-color: #3daddc;
}

#aq_nav_wrap {
	margin: auto;
	position: relative;
	/*background: url(../images/aq_top.png) repeat-x;*/
	height: 52px;
}

#aq_navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	line-height: 50px;
	float: left;
	text-align: center;
}

#aq_navigation ul li {
	display: inline-block;
	width: 160px;
}

#aq_header {
	color: #FFF;
	/*height: 300px;*/
	/*background: url(../images/slideshow.png) repeat-x;*/
	background-color: #f5f5f5;
}

#aq_header .aq_header_big {
	height: 300px;
	/*background: url(../images/slideshow.png) repeat-x;*/
}

#aq_header .aq_header_sml {
	height: 100px;
	/*background: url(../images/slideshow.png) repeat-x bottom;*/
}

#slideshow {
	float: right;
	/*background: url(../images/slideshow.jpg) no-repeat;*/
	background-position: right;
	height: 300px;
	width: 460px;
}

.acesearch_bg_module {
	height: 30px;
}


#aq_social hr {
	border: 1px dashed #CCC;
	border-style:  dashed hidden hidden hidden;
	margin: 5px 0px 5px 0px;
}

#aq_social { line-height: 25px; }
#aq_social img { vertical-align: middle; }
#aq_social a { text-decoration: none; }
#aq_social > div { padding: 5px 20px; }

#aq_search form {
	padding: 10px 0px 0px 0px;
}

.acesearchurl {
	font-size: 80%;
}

.acesearch_clear {
	height: 0px;
}

.acesearch_clear + div {
	display: none;
}

#newsletter_top, #toparticles_top {
	margin-top: 20px;
	height: 60px;
	margin-bottom: 0px;
}

/*
#newsletter, .newsletter {
	background: url(../images/newsletter_bg.png);
	width: 260px;
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	color: #FFF;
}
*/

#toparticles {
	/*background: url(../images/toparticles_bg.png);*/
	width: 260px;
	padding: 0px 20px 10px 20px;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
}

#toparticles ul {
	list-style-position: inside;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: decimal;
}

#toparticles a {
	color: #FFF;
	text-decoration: underline;
	line-height: 18px !important;
}

#toparticles a:hover {
	color: #2b7899;
	text-decoration: none;
}

#newsletter_bottom {
	/*background: url(../images/newsletter_bottom.png) no-repeat;*/
	height: 40px;
}

#toparticles_bottom {
	/*background: url(../images/toparticles_bottom.png) no-repeat;*/
	height: 40px;
	margin: 0px 0px 10px 0px;
}

#newsletter_top {
	/*background: url(../images/newsletter.png) no-repeat;*/
	height: 60px;
}

#toparticles_top {
	/*background: url(../images/toparticles.png) no-repeat;*/
	height: 60px;
}

#newsletter p, #toparticles p {
	margin-top: 0px;
	padding-top: 5px;
	text-align: justify;
	font-size: 12px;
	color: #FFF;
}

#footer-w {
	background: #333;
}

#widefoot {
	background: #444;
}


#footer-nav {
	color: #888;
}

#footer-nav hr {
	border: 1px dashed #444;
	border-style: dashed hidden hidden hidden;
	margin: 10px 0px 10px 0px;
}

#footer-nav b {
	color: #FFF;
	display: block;
	margin: 10px 0px 10px 0px;
}

.footer_header {
	display: block;
	height: 25px;
	color: #FFF;
	font-size: 16px;
}

.bottom_links {
	float: right;
	margin-top: 16px;
	margin-bottom: 4px;
	margin-right: 10px;
}

.footer_sitemap_menu {
	float: left;
	padding: 20px 20px 20px 0px;
	margin-left: 60px;
	list-style-type: none;
}

.footer_main_menu {
	float: left;
	padding: 20px 0px 0px 20px;
	list-style-type: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer #menu ul li a:hover {
	text-decoration: underline
}

#footer-nav a {
	color: #6cd24d;
}

#footer-nav a:hover {
	color: #FFF;
}

.footer_menu {
	background-color: #333;
	color: #888;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer_menu div {
	background-color: #333;
}

.footer_menu  {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px !important;
}

.footer_menu li ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	font-size: 12px !important;
}

.footer_menu li ul a {
	color: #FFF;
}

.footer_menu li ul a:hover {
	color: #ddd;
}

.footer_menu li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #FFF;
}

.footer_menu li:first-child {
	border: 0px;
	padding: 0px 10px 0px 0px;
}

.footer_menu li a {
	text-decoration: none;
}

.footer_main {
	float: left !important;
	margin-left: 20px;
	padding-left: 20px;
}

.footer_menu {
	float: right !important;
	margin-right: 20px;
}


.note {
	font-size: 12px;
	line-height: 25px;
}

.article_box {
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 20px;
	line-height: 1.3em;
}

.blog tr, .blog tbody, .blog td, .contentpane, .contentpaneopen {
	padding: 0px !important;
	display: block;
	width: 100%;
}

.blog .category_blog_left > div > div {
	padding-left: 10px;
}

.aq_blog_item_h2 {
	padding-top: 10px;
	position: relative;
	left: -10px;
}

#poll .componentheading {
	display: none !important;
}

#lp_position_1, #lp_position_2 {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
}

#lp_position_1 h2 {
	font-weight: normal;
	color: #2b7899;
	letter-spacing: -1px;
	margin: 0px;
	text-decoration: none;
}

#aq_vid {
}

#aq_vid h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	text-decoration: none;
}

#prod-div p {
	display: inline;
	padding-bottom: 10px !important;
	font-size: 14px;
	line-height: 18px;
}

#prod-div img {
	margin-left: 10px;
}

p.prod-link {
	display: inline-block !important;
	padding-bottom: 10px !important;
}

.prod-link a {
	text-decoration: underline !important;
}

span.prod-name, span.prod-link, span.prod-desc {
	display: none;
}

.vTitldesc {
	display: none;
}

.vTitle {
	display: none;
	font-size: 20px !important;
	color: #FFF !important;
	padding: 0px;
	margin: 0px;
}

#lp_position_1 a {
	color: #2b7899;
}

#lp_position_1 a:hover {
	color: #000;
}

#aq_vid p {
	color: #377899;
}

.video_wrap {
	margin-top: 20px;
}

.peelitfancy {
	float: left;
	width: 183px;
	height: 282px;
	margin-top: 20px;
	margin-right: 40px;
	border: 0px solid #F00;
}

#ft_article {
	float: left;
	width: 48%;
}

.homeimg {
	float: right;
	width: 48%;
}

#ft_prod {
	position: relative;
	width: 40%;
	text-align: justify;
	float: left;
}

#ft_prod hr, #lp_position_1 hr {
	border-top: 1px dashed #ccc;
	border-style: dashed hidden hidden hidden;
	line-height: 0px;
	margin: 5px 0px 10px 0px;
}

#lp_position_3 {
	width: 66%;
	float: left;
}

.right_banner {
	float: right;
}

.rmargin {
	margin: 10px 14px 10px 10px;
}

@media (max-width: 728px) {

	#ft_prod {
		width: 100%;
	}

	#ft_article {
		width: 100%;
	}

	#lp_position_3 {
		width: 100%;
	}

	.homeimg {
		width: 100%;
		margin-bottom: 20px;
	}

}

#ft_article_lp {
	text-align: justify;
	font-size: 12px;
}

.ftd_article h3 {
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 20px;
	color: #2b7899;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.ftd_article p {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px !important;
}

#poll_wrap {
	position: relative;
	left: -2px;
	margin: auto;
	padding: 10px;
	width: 220px;
	background-color: #EEE;
	border: 1px solid #CCC;
}

#poll {
	color: #666 !important;
	padding: 10px;
}

.poll {
	width: 100% !important;
	font-size: 12px;
	position: relative;
}

.poll td, .poll div {
	text-align: left !important;
}

.poll thead td {
	font-size: 16px;
	font-weight: normal !important;
}

.pollstableborder {
	width: 100% !important;
}

.pollstableborder td {
	line-height: 25px;
	text-align: left !important;
}

.pollstableborder thead {
	text-align: left !important;
	color: #444;
	font-weight: normal !important;
	font-size: 16pt;
}

/*
 * #acesearchModule {
 * 	text-align: right;
 * 		float: right;
 * 			padding: 2px 2px 2px 4px !important;
 * 				margin: 0px !important;
 * 					display: inline-block;
 * 						border: 1px solid #EEE;
 * 						}
 * 						*/

#searchFormContainer fieldset {
	border: 0px solid #CCC;
}

#acesearchModule .button, div.search .button, #searchFormContainer .button {
	background: #40b6e8;
	border: 1px solid #3fabd8;
	color: #FFF;
	font-size: 90%;
	margin: 3px !important;
	padding: 1px 5px !important;
}

#search {
	float: right;
}
#search div.search {
	padding: 2px 2px 2px 4px !important;
	margin: 0px 0px 4px 0px;
	display: inline-block;
}

.result-title {
	margin-top: 10px;
}

.smalldark {
	display: none;
}

.contentpane label {
	background: #666;
	padding: 5px;
	display: block;
	color: #FFF;
}

.sectiontableheader {
	padding: 20px 0px 20px 0px;
	font-weight: normal;
}

.ft_topic {
	text-align: left;
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 20px;
	color: #2b7899;
}

.ft_tip_box {
	border: 1px dashed #5ec9ff; padding: 10px;
}

.ft_tip_topic {
	font-size: 24px;
	display: block;
	border-bottom: 1px dashed #5EC9FF;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	color: #FFF;
}

#ft_tip_wrap {
	margin-right: 20px;
	float: right;
	width: 240px;
}

#ft_tip_wrap p {
	color: #FFF;
}

#ft_tip {
	margin-right: 20px;
	width: 220px;
	padding: 10px;
	float: right;
	background-color: #57BCEF;
	color: #2B7899;
	position: relative;
}

#ft_tip p {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px 10px 0px !important;
}

#ft_tip_bg {
	/*background: url(../images/tip_bg.png) repeat-y;*/
	width: 240px;
}

#ft_tip_bot {
	/*background: url(../images/tip_bg_bottom.png) no-repeat;*/
	background-position: bottom;
	height: 20px;
	width: 240px;
}

#ft_tip_top {
	/*background: url(../images/tip_bg_top.png) no-repeat;*/
	height: 20px;
	width: 240px;
}

.goto {
	position: absolute;
	border: 1px solid #addef7;
	background-color: #81cdf3;
	padding: 2px;
}

#dmslideshow, .dmslide {
	background: #FFF;
	min-height: 454px;
}

.dmslideshowshort, .dmslideshowshort .dmslide {
	min-height: 350px !important;
}

#dmslideshow table, #dmslideshow td {
	border: 0px;
}

.dmslideimglt {
	max-width: 40%;
	float: left;
	margin: 0px 10px 5px 0px;
}

.dmslideimgrt {
	max-width: 40%;
	float: right;
	margin: 0px 0px 5px 10px;
}

.bor {
	border: 1px solid #CCC;
}

*[class*="polls_color_"] {
	height: 10px !important;
	border: 1px solid #ccc;
}

.blog, .blog tbody, .blog table, .blog tr, .blog td, .contentpaneopen, .contentpane {
	display: block !important;
	width: 100% !important;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.internal_ref ul {
	list-style: none;
}

.internal_ref ul li, .internal_ref ol li {
	font-size: 12px !important;
	margin-bottom: 5px;
}

.contentpaneopen {
	clear: both;
}

#searchForm {
	background: #eee;
	border: 1px solid #ccc;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 12px;
}

form #qr {
	width: 200px;
}

.searchintro {
	display: block;
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 0px;
	border-collapse: collapse;
}

.searchintro tr, .searchintro td {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}

.searchintro td {
	margin: 0px 10px 0px 0px;
}

#searchForm br {
	height: 0px;
	margin: 0px;
	padding: 4px;
	line-height: 0px;
	display: none;
}

#searchForm div {
	text-align: left !important;
}

#aq_search #mod_search_searchword {
}

.pagenav {
	display: inline-block;
	margin-top: 5px;
	font-size: 90% !important;
}

.small {
	font-size: 14px;
}

.contentpaneopen fieldset {
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	display: block;
	width: 100%;
	border-bottom: 1px dashed #eee;
}

fieldset a {
	font-size: 16px;
}

fieldset div {
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 13px;
}

fieldset br {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.black_border_top_left {
	float: left;
	width: 105px;
	text-align: center;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #111;
}

.black_border_top {
	float: left;
	width: 105px;
	text-align: center;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.black_border_left {
	float: left;
	width: 105px;
	text-align: center;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.black_border {
	float: left;
	width: 105px;
	text-align: center;
	margin: 0px;
	padding: 3px 4px 3px 4px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.cat_weight_table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.cat_weight_table ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.cat_weight_table ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.cat_weight_table h2 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.cat_diarrhea_table td {
	border: 1px solid #ccc;
	padding: 10px;
	width: 50%;
}

.cat_diarrhea_table ul {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}

.cat_diarrhea_table ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-position: inside;
}

.cat_diarrhea_table h2 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.birth_to_weaning td {
	padding: 10px;
}

.birth_to_weaning .week_desc p {
	font-size: 12px !important;
}

.birth_to_weaning td.week_desc {
	background-color: #e8e8bb;
}

.birth_to_weaning td.week {
	background-color: #eec;
	width: 20%;
	text-align: center;
}

.Entire table {
	border: 0px;
	border-style: hidden;
}

.toxic_plants td {
	padding: 2px 10px 2px 10px;
}

.the_attributes {
	float: right;
	width: 50%;
	background-color: #eec;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}

.the_attributes ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

.the_attributes li {
	line-height: 17px !important;
	font-size: 12px !important;
	list-style: circle;
	list-style-position: inside;
}

.the_attributes hr {
	border-top: 1px dashed #FFF !important;
	border-style: dashed hidden hidden hidden;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.footnote-ref p, .footnote-ref p, .footnote-ref div {
	font-size: 12px !important;
	line-height: 22px;
}

#devmile table, #ambtemp table {
	width: 100%;
}

#devmile th, #ambtemp th {
	color: #444;
	padding: 10px;
	text-align: center;
	background-color: #e6e6b3;
}

#devmile th, #ambtemp th {
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #dd9;
}

#devmile td, #ambtemp td {
	color: #444;
	padding: 10px;
	background-color: #e8e8bb;
	font-size: 12px;
}

#devmile .from, #ambtemp .from {
	font-size: 0.8em;
	color: #666;
}

.pale-note-box td + td {
	background-color: #edf2df;
	width: 50%;
}

.pale-note-box {
	border: 1px solid #373a30;
	margin: 10px;
	padding: 10px;
	background-color: #f7fce9;
}

.pale-note-box-right {
	border: 1px solid #373a30;
	margin: 10px;
	padding: 10px;
	background-color: #f7fce9;
	float: right; width: 50%;
}

.pale-note-box-right {
	border: 1px solid #373a30;
	margin: 10px;
	padding: 10px;
	background-color: #f7fce9;
	float: right; width: 50%;
}

.pale-note-box-left {
	border: 1px solid #373a30;
	margin: 10px;
	padding: 10px;
	background-color: #f7fce9;
	float: left; width: 50%;
}

.pale-note-box-right ul, .pale-note-box-left ul, .pale-note-box ul, .pale-note-box ol {
	margin: 10px;
	padding: 0px;
}

.pale-note-box-right li, .pale-note-box-left li, .pale-note-box li {
	list-style-position: inside;
	font-size: 12px !important;
	line-height: 16px !important;
}

.pale-note-box-right p, .pale-note-box-left p, .pale-note-box p {
	font-size: 12px !important;
	line-height: 18px !important;
}

hr {
	clear: both;
}

#float_right hr {
	margin: 5px 0px 5px 0px;
	border: 1px solid #EEE;
	border-style: solid hidden hidden hidden;
}

.AquantaCopyright {
	float: left;
	clear: left;
	font-size: 9pt;
	color: #FFF;
	margin-left: 30px;
}

.readterms {
	float: left;
	font-size: 9pt;
	margin-left: 30px;
}

#emailForm label {
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}

#emailForm .button {
	background: #eee;
	border: 1px solid #ccc;
	color: #444;
	font-size: 12px;
	margin: 2px !important;
	padding: 3px 12px !important;
}

/* system messages */
dt.message {
	display: none !important;
}

.message {
	margin: 0px;
}

dd ul {
	background-color: #3ba7d5;
	border: 1px solid #3390b8 !important;
	color: #FFF !important;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	list-style: none;
	font-weight: normal;
}

dd ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#system-message {
	margin: 0px;
	padding: 0px;
}

#system-message dd ul {
}

/* for the mod_remote_shp_article_product */
.mod_shppp_a2cwrp {
}

.mod_shppp_a2c {
}

.mod_shppp_prodlink {
}

.mod_shppp_vert_divider {
	border-right: 1px dotted #999; margin: 0px !important; padding: 0px !important;
}

.mod_shppp_horiz_divider {
	border-bottom: 1px solid #DDD; margin: 0px !important; padding: 0px !important;
}

.mod_shppp_prodpane {
}

ul.mostread {
	list-style-position: outside;
	padding: 0px;
	margin-left: 20px;
}

li.mostread {
	padding: 0px !important;
	list-style-position: outside;
	margin: 0px 20px;
}

div.marginauto {
	position: relative;
	z-index: 419;
}

#homepage_ad {
	position: relative;
	float: right;
	margin-top: 10px;
	width: 300px;
	height: 250px;
}

div.bannergroup_chbanner {
	clear: both !important;
	padding-top: 10px !important;
	display: block !important;
}

.topfooter {
	position: relative;
	border: 0px solid #0FF;
}



.copyscape {
	margin: 10px !important;
	text-align: center;
}


.questionQ, .questionA {
	padding-right: 6px;
	font-weight: bold;
	font-size: 105%;
}

.cboth {
	clear: both;
}
.cright {
	clear: right;
}
.cleft {
	clear: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}

.fleft .bannergroup {
	margin-right: 16px;
	margin-bottom: 16px;
}

.fright .bannergroup {
	margin-left: 16px;
	margin-bottom: 16px;
}

.in-article-image {
	width: 40%;
	height: auto;
}

.articleimage, .rightimage, .imageright {
	float: right;
	margin: 0px 0px 14px 14px;
}

.leftimage, .imageleft {
	float: left;
	margin: 0px 14px 14px 0px;
}

.dosage {
	white-space: nowrap !important;
}

.warning {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #a00;
}

.bigtext {
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: left;
}

.dmslideshow .bigtext {
	font-size: 19px;
	line-height: 23px;
	padding: 8px;
}


.featimg {
	margin: 0px 0px 6px 7px;
}

.nojust {
	text-align: left;
}

.bannergroup.suggestion_rect {
	margin-top: 10px;
	margin-bottom: 10px;
}

.internal_banner {
	float: right;
}

.internal_banner2 {
	float: right;
	margin-left: 5px;
}

.sectcatarea .internal_banner {
	margin-top: 7px;
}

/* Disabling com_searchadvanced easily this way rather than overriding template files */
/* There are so many template files it seems arduous, and easier to just hide the information */
#search_sidebar,
#search_results .createdate {
	display: none !important;
}
.search_results.w_75.f_rght {
	width: 100% !important;
}

.spacedlist li, .spaced-list li, .spaced_list li {
	margin-top: 14px;
	margin-bottom: 14px;
}

.contentpaneopen li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.contentpaneopen h3 {
	margin-top: 10px;
	font-style: italic;
}

.strongnote {
	font-weight: bold;
	font-style: italic;
	color: #900;
}

.toxin {
	font-style: italic;
}

.banner {
	position: relative;
}

.embeddedrect, .banneritem.embbnr {
	float: right;
	margin: 5px 0px 10px 10px;
}

.moduletable.embbnr {
	max-width: 60%;
}

#homepage_ad .embbnr {
	max-width: 100%;
}

.shrinktofit { position: relative; padding: 0px !important; }
.shrinktofit img { max-width: 100%; }
.shrinktofit img,
.shrinktofit a,
.shrinktofit .bannergroup,
.shrinktofit .embeddedrect,
.shrinktofit .banneritem.embbnr { padding: 0px !important; margin: 0px !important; }

.rightad, .rightrect {
	float: right;
	max-width: 60%;
	margin: 0px 0px 10px 10px;
}
.leftad, .leftrect {
	float: left;
	max-width: 60%;
	margin: 0px 10px 10px 0px;
}
.leaderboardad {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.rightad > .rightrect, .rightrect > .rightrect, .leftad > .leftrect, .leftrect > .leftrect { margin: 0px; }
.rightad .bannergroup, .rightad .embbnr, .rightad > img, .rightrect > .rightrect, .leftrect > .leftrect {
	max-width: 100%;
}
.fright > .moduletable.midpage_top, .fright > .moduletable.midpage_right, .rightad > .moduletable.midpage_top, .rightad > .moduletable.midpage_right, .rightad > .moduletable, .leftad > .moduletable { max-width: 100%; }
.fleft > .moduletable.midpage_top, .fleft > .moduletable.midpage_left, .leftad > .moduletable.midpage_top, .leftad > .moduletable.midpage_left { max-width: 100%; }

.tcenter > .moduletable, .tcenter > .moduletable > .custom, .tcenter .aq_top_linkunit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.largecaption { font-size: 110%; font-style: italic; }
.vidembedcaption { width: 560px; max-width: 100%;; font-size: 110%; font-style: italic; margin: 10px 0px 30px 0px; }

.ddmx414 {
	position: relative;
	z-index: 9999999;
}

.notesheader {
	font-weight: bold;
	font-size: 110%;
	margin: 22px 0px 14px 0px;
}

#aq_abovebody {
	position: relative;
	z-index: 420;
	width: 666px;
	padding: 0px;
	float: left;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

.groupofcats table {
	width: 100%;
	height: 359px;
}

.groupofcats .adcell {
	text-align: left !important;
	vertical-align: bottom;
	padding-top: 10px;
}

.groupofcats p {
	margin-left: 2px;
	margin-right: 8px;
}

.liteborder {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}

.liteborder td,
.liteborder th {
	border: 1px solid #CCC;
	padding: 5px;
}

.liteborder tr:first-child td,
.liteborder tr th:first-child,
.liteborder tr td:first-child {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#chocamt td {
	text-align: center;
}

/* AQSEO slide show */
.dmslide > table td {
}
.dmpadleft {
	padding-left: 20px !important;
}










/*  going to paste in from old doghealth css file */
/*   should probably go through some css above and remove redundancies*/




.readmore-desc {
	color: #444;
	line-height: 21px;
	font-size: 14px;
	padding: 0px;
}

.readon {
	background-color: #dc6727;
	color: #FFF;
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
}

a.readon:hover {
	color: #FFF;
}

.footnote-ref, .footnote-ref p{
	font-size: 90%;
}

.footnote-ref ul, .footnote-ref ol {
	margin: 0px 0px 0px 18px !important;
	padding: 0px;
}

.footnote-ref ul li, .footnote-ref ol li {
	font-size: 90% !important;
}

.footnote-ref ul li a, .footnote-ref ol li a {
	white-space: normal !important;
	display: inline;
}

.disclaimer {
	clear: both;
	font-size: 90%;
}

.article-m10 li {
	margin-bottom: 10px;
}

#left_column .contentheading a:hover {
	color: #324d05;
}

.componentheading, .contentheading {
	font-size: 180%;
	text-decoration: none;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	color: #444;
}

#left_column .contentpane ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	position: relative;
}

#left_column .contentpane ul li {
	color: #ccc;
}

.contentpaneopen ul, .contentpaneopen ol {
	margin: 10px 10px 10px 20px;
	padding: 0px;
}

.contentpaneopen ol li, .contentpaneopen ul li {
	color: #444;
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
}

.contentpaneopen ul li a {
	white-space: normal !important;
	word-wrap: break-word !important;
}

ul.level_0 {
	margin: 0px;
}
ul.level_0 ul {
	margin: 0px;
}

#left_column .category {
	font-size: 1.3em;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

#wrapper {
	margin: auto;
}

#newsletter {
	float: left;
	/*background: url(../images/dg_newsletter_bg.gif) no-repeat;*/
	background-position: right center;
	width: 260px;
	height: 85px;
}

#newsletter_div {
	background-color: #b1cc66; padding: 20px; border: 1px solid #7dbf0e;
}

#body_nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #fff;
	border-top: hidden;
	font-size: 9pt;
}

#body_nav li a {
	background-color: #eee;
	display: block;
	text-decoration: none;
	color: #666;
	padding: 4px;
}

#body_nav li a:hover {
	background-color: #fff;
	color: #666;
}

#body_nav li.active a {
	background-color: #dc6727;
	font-weight: bold;
	color: #fff;
	border: none;
}

#body_nav li.active li a {
	background-color: #fff;
	color: #dc6727 !important;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

#body_nav li.active li a:hover {
	background-color: #fff;
	color: #222 !important;
	font-weight: normal;
}

#body_nav ul li ul {
	border: hidden;
}

#body_nav ul li ul li, #body_nav ul li {
	border-top: 1px solid #fff;
}

#body_nav ul li ul li.active a {
	color: #444 !important;
}

.ftpwrap {
	width: 580px;
	display: block;
	position: relative;
}

#pop_article {
	padding: 10px;
	background-color: #FFF;
}

#pop_article h2 {
	margin-bottom: 5px;
	font-weight: normal;
}

#pop_article ul {
	padding: 0px;
	margin: 0px;
}

#pop_article ul li {
	padding: 0px;
	margin: 0px;
}

ul.mostread {
	padding: 0 !important;
	margin: 10px 0px 0px 0px !important;
}

li.mostread {
	display: block !important;
	padding: 8px 0 8px 0 !important;
	font-size: 10pt !important;
	border-top: 1px dashed #ccc !important;
}


#right_column {
	float: right;
	width: 180px;
	text-align: right;
}

#right_column div {
	position: relative;
}

#left_column {
	float: left;
}

.clear {
	height: 0px;
	margin: 0px;
	line-height: 0px;
	clear: both;
}

.footnote-ref {
	font-size: 90%;
	clear: both;
}

.footnote-ref br {
	line-height: 5px;
}

.topic_img {
	margin: 5px 8px 8px 12px;
	float: left;
}

.article_caption {
	font-size: 90%;
}

.ul_bullet_small {
	padding: 0px;
	margin: 0px 0px 0px 18px;
}

.blog, .blog tbody, .blog tr, .blog td, .contentpane, .contentpaneopen {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	display: block;
}

#lp_ft_article {
	position: relative;
}

.ft_prod_tab {
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	display: inline-block;
}

#ft_prod_lp {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #587223;
	line-height: 22px;
}

#ft_prod_lp h3 {
	font-size: 24px;
	color: #444 !important;
	letter-spacing: -1px;
}

#ft_prod_lp hr {
	border-style: hidden;
	line-height: 0px;
	margin: 20px 0px 20px 0px;
	border: 1px dashed #ccc;
	border-style: dashed hidden hidden hidden;
}

#ft_prod_lp strong {
	font-size: 18px;
	letter-spacing: -1px;
	color: #222;
	font-weight: normal;
}

.ft_p {
	color: #536c21 !important;
	font-size: 90%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

#poll {
	margin-top: 10px;
	width: 100%;
}

.poll {
	position: relative;
	z-index: 10;
	width: 100% !important;
	font-size: 90%;
	position: relative;
}

.poll td, .poll div {
	text-align: left !important;
}

.poll thead td {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3C4D17;
	display: block;
	font-weight: normal !important;
}

.poll tbody {
	width: 100% !important;
	text-align: left !important;
}

.pollstableborder {
	width: 100% !important;
	border-collapse: collapse;
}

.pollstableborder tbody {
	width: 100% !important;
	border-collapse: collapse;
}

.pollstableborder tr {
	width: 100% !important;
	margin: 0px;
	height: 30px;
	text-align: left;
}

.pollstableborder label {
	position: relative;
	top: 3px;
}

.smalldark {
	display: none;
}

.contentpane label {
	display: none;
	background: #EEE;
	padding: 5px;
	border: 1px solid #CCC;
	color: #666;
}

div[class*="polls_color_"] {
	height: 10px !important;
}

#poll .pollstableborder thead, #poll .pollstableborder img {
	display: none;
}

#poll .pollstableborder {
	border: 1px solid #CCC;
}

#poll .pollstableborder td {
	text-align: left !important;
	padding: 10px;
}

#poll .pollstableborder td * {
	border: 0px;
}

#poll .pollstableborder .sectiontableentry1 {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

#poll .pollstableborder .sectiontableentry0 {
	border-bottom: 1px solid #CCC;
}

.sectiontableentry0 + .sectiontableentry1 , .sectiontableentry0:first-child, .sectiontableentry1 + .sectiontableentry0 {
	font-weight: bold;
	font-size: 16px;
}

.sectiontableheader {
	line-height: 30px;
	border: 1px solid #ccc;
	border-style: solid hidden solid hidden;
}

.ftd_article a, .prod-link a {
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #3C4D17;
	text-decoration: none;
}

.ftd_article div {
	clear: both;
}

.ftd_article div a {
	text-decoration: underline !important;
}

.ftd_article p {
	position:relative;
	color: #3C4D17 !important;
	z-index: 1;
}

.ftd_article h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #3C4D17;
	display: inline-block;
}

.vTitle {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	display: block;
	margin-right: 10px;
	/*background: url(../images/dog_health_gradient.png) repeat-x;*/
	background-color: #d9e7bb;
	border: 1px solid #79be0b;
	display: none;
}

p.prod-desc, p.prod-link, p.prod-name {
	display: inline;
	color: #3C4D17 !important;
}

.prod-desc img {
	max-width: 50%;
}

.prod-name {
	font-size: 24px;
	color: #3C4D17 !important;
	letter-spacing: -1px;
}

span.prod-name, span.prod-desc, span.prod-link {
	font-size: 14px;
	color: #3C4D17 !important;
	display: none;
}

.prod-link a {
	display: block;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
	color: #3C4D17;
	text-decoration: underline !important;
}

.video_wrap {
	padding: 0px 10px 0px 0px;
}

#prod-div img {
	margin: 0px 10px 10px 10px;
	display: inline-block;
	border: 1px solid #79be0b;
	display: block;
	background-color: #fff;
}

#prod-div {
	padding: 20px;
}

.vFtvideo {
	padding: 0px;
}

.vTitldesc {
}

.button {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 90%;
	color: #444;
	margin: 2px !important;
	padding: 1px 5px 1px 5px !important;
}

.module  img {
	border: 0px;
}

.search .button {
	border: 1px solid #cd7d00;
	background-color: #f88634;
	font-size: 80%;
	color: #FFF;
	margin: 2px 2px 2px 4px !important;
	padding: 1px 3px 1px 3px !important;
}

#mod_search_searchword {
	width: 96px;
}

.contentpaneopen {
	clear: both;
}

form #qr {
	width: 140px;
}

.acesearchurl {
	color: #DC6727 !important;
	font-size: 90%;
}

.dotttt {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #CCC;
}

#searchForm {
	padding: 20px;
	padding-bottom: 30px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 90%;
}

.searchintro {
	display: block;
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 0px;
	border-collapse: collapse;
}

.searchintro tr, .searchintro td {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}

.searchintro td {
	margin: 0px 10px 0px 0px;
}

#searchForm br {
	height: 0px;
	margin: 0px;
	padding: 4px;
	line-height: 0px;
	display: none;
}

#searchForm div {
	text-align: left !important;
}

.pagenav {
	display: inline-block;
	margin: 5px 0px 0px 0px;
	font-size: 90%;
}

.small {
	font-size: 90%;
	color: #999;
}

.contentpaneopen fieldset {
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	display: block;
	width: 100%;
	border-bottom: 1px dashed #eee;
}

fieldset a {
	font-size: 16px;
}

fieldset div {
	border: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 13px;
}

fieldset br {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.random_tip {
	border: 1px solid #CCC;
	padding: 10px;
}

h2.random_tip  {
	margin: 0px;
	display: inline-block;
	border: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

.random_tip p {
	padding: 10px 0px 20px 0px;
	margin: 0px;
	font-size: 90%;
}

.random_tip a {
	background-color: #dc6727;
	font-size: 90%;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: #FFF;
}

/* article styling */
.pale-note-box {
	float: right;
	width: 40%;
	border: 1px solid #373a30;
	background-color: #f7fce9;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}

.pale-note-box h2 {
	font-size: 18px;
}

.pale-note-box-center {
	border: 1px solid #373a30;
	background-color: #f7fce9;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}


.pale-note-box p, .pale-note-box li {
	font-size: 90% !important;
}
.f12 { font-size: 90%; }
.bold { font-weight: bold; }
.center { text-align: center; }
.justify { text-align: justify; }
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.fl-right {float: right;}
.fl-left {float: left;}


.the_attributes {
	float: right;
	width: 50%;
	background-color: #eec;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 20px;
}

.the_attributes ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

.the_attributes li {
	line-height: 17px !important;
	font-size: 90% !important;
	list-style: circle;
	list-style-position: inside;
}

.the_attributes hr {
	border-top: 1px dashed #FFF !important;
	border-style: dashed hidden hidden hidden;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	width: 100%;
}

#poisonous-plants h2 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	display: block;
	clear: both;
}

select#limit {
	margin-bottom: 5px;
}

/* system messages */
dt.message { display: none !important; }

.message { margin: 0px;  }

dd ul {
	background-color: #dc6727;
	border: 1px solid #bf5922 !important;
	color: #FFF !important;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	list-style: none;
	font-weight: normal;
}

dd ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#system-message {
	margin: 0px;
	padding: 0px;
}

#system-message dd ul {
}

/*contact us styles*/
#emailForm input, #emailForm textarea {
	margin-bottom: 10px;
	display: inline-block;
}

#emailForm label {
	font-size: 90%;
}

/* for the mod_remote_shp_article_product */
.mod_shppp_a2cwrp {
}

.mod_shppp_a2c {
}

.mod_shppp_prodlink {
}

.mod_shppp_vert_divider {
	border-right: 1px dotted #999; margin: 0px !important; padding: 0px !important;
}

.mod_shppp_horiz_divider {
	border-bottom: 1px solid #DDD; margin: 0px !important; padding: 0px !important;
}

.mod_shppp_prodpane {
}

.questionQ, .questionA {
	padding-right: 6px;
	font-weight: bold;
	font-size: 105%;
}

#search_sidebar {
	display: none;
}
.search_results.w_75.f_rght {
	width: 100% !important;
}

.bigtext {
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: left;
}

.bannergroup.suggestion_rect {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bannergroup.garcinia_rectangle {
	float: right;
	margin: 8px 2px 10px 10px;
}

.admargin {
	margin: 0px 5px 10px 5px;
}

.garcinia_category_ad {
	float: left;
}

.shrinktofit { position: relative; padding: 0px !important; }
.shrinktofit img { max-width: 100%; }
.shrinktofit img,
.shrinktofit a,
.shrinktofit .bannergroup,
.shrinktofit .admargin,
.shrinktofit .garcina_rectangle { padding: 0px !important; margin: 0px !important; }

.vidembedcaption { width: 560px; font-size: 110%; font-style: italic; margin: 10px 0px 30px 0px; }

/* banners are weird */
.skyscraper {
	float: right;
	margin: 0px 0px 14px 10px; padding: 0px;
	border: 0px solid #CCC;
}
.skyscraper .skyscraper .skyscraper {
	width: 160px; height: 600px;
	margin: 0px; padding: 0px;
	border: 1px solid #CCC;
}

.dosage {
	white-space: nowrap;
}

.mainimage, .rightimage, .articleimage, .articleimg, .articleimgrt, .articleimageright {
	float: right;
	margin: 0px 0px 14px 14px;
	max-width: 50%;
}

.mainimageleft, .leftimage, .articleimageleft, .articleimageleft, .articleimgleft, .articleimagelt {
	float: left;
	margin: 0px 14px 14px 0px;
	max-width: 50%;
}

.mainimagebig {
	float: right;
	max-width: 60%;
	margin: 0px 0px 14px 14px;
}
.mainimagebigleft {
	float: left;
	max-width: 60%;
	margin: 0px 14px 14px 0px;
}
.mainimagefull {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
        margin-bottom: 14px;
        max-width: 100%;
        height: auto;
}
@media (max-width: 920px) {
	.mainimagebig, .mainimagebigleft {
		max-width: 96% !important;
		float: none;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.extrarightmargin {
	margin-right: 14px;
}

.spacedlist li, .spaced-list li, .spaced_list li {
	margin-top: 14px;
	margin-bottom: 14px;
}

.contentpaneopen li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.strongnote {
	font-weight: bold;
	font-style: italic;
	color: #900;
}

.emphasize {
	font-style: italic;
	font-size: 110%;
}

div.emphasize {
	margin: 10px 0px 14px 10px;
}

.toxin {
	font-style: italic;
}

.ddmx485 {
	position: relative;
	z-index: 9999999;
}

.under_menu {
	margin: 0px;
	margin-top: 12px;
}

.notesheader {
	font-weight: bold;
	font-size: 110%;
	margin: 22px 0px 14px 0px;
}

.liteborder {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}

.liteborder td, .liteborder th {
	border: 1px solid #CCC;
	padding: 5px;
}

.liteborder tr:first-child td, .liteborder tr th:first-child, .liteborder tr td:first-child {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}


#mlktopright {
	position: relative;
}

#newsletterwrap {
	float: right;
	clear: right;
}

#aq_feat_video {
	border-right: 1px solid #CCC;
}
#aq_pop_art {
}

.hrect {
	width: 300px;
}

.floatsky {
	display: block;
	float: right;
}

/* bootstrap 2 sucks, so I'm going to make my own bootstrap css to help me stack things */

.stack6 {
	width: 48%;
}

@media (max-width: 728px) {

	.stack6 {
		width: 98%;
	}

	.hrect {
		max-width: 100%;
	}


	.floatsky {
		display: none;
	}


}


.mlktable td, .mlktable th {
	padding: 2px 2px 2px 4px;
	border: 1px solid #999;
}
.mlktable .headerdark {
	text-align: center;
	color: #FFF;
	background: #008387;
}
.mlktable th {
	background: #A8E3E5;
}
.mlktable .headerlite, .mlktable .headerlight {
	background: #69C4C7;
}

.tdnutrient {
	background: #DFEFF0;
	font-weight: bold;
}

#beetbennut { width: 100%; }
#beetbennut td { width: 33%; padding-right 20px; }




mark { background: #FF0; }

/* homepage table */
#home-selector {
	max-width: 100%;
        margin: auto;
        border: 0px;
}
#home-selector td {
        border: 0px;
        padding: 2px;
	text-align: center;
	vertical-align: middle;
	position: relative !important;
}
#home-selector img {
	max-width: 100% !important;
	height: auto !important;
}

#home-selector td:hover {
	background: #F3A;
}

.home-sel-img {
	max-width: 100% !important;
	height: auto !important;
}



.aq_midpage, .aq_midpage2_right, .aq_midpage2_left {
	position: relative;
	/*width: 300px;*/
	/*height: 250px;*/
}
.aq_midpage_leaderboard {
	max-width: 728px;
	/*width: 728px;*/
	/*height: 90px;*/
	margin: 10px 0px;
}
.aq_top_linkunit {
	width: 728px;
	height: 15px;
	margin: 10px 0px;
	padding: 0px;
}
.aq_midpage, .aq_midpage2_right {
	float: right;
	clear: right;
	margin: 0px 0px 14px 14px;
}
.aq_midpage2_left {
	float: left;
	clear: left;
	margin: 0px 14px 14px 0px;
}
.placeholder {
	border: 1px solid #aaa;
	background: #ddd;
	text-align: center;
}
.aq_top_linkunit.placeholder span { font-size: 11px; color: #999; line-height: 15px; }

@media (max-width: 840px) {
	.aq_top_linkunit {
		display: none;
	}
	.aq_midpage_leaderboard {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.aq_midpage, .aq_midpage2_left, .aq_midpage2_right {
		max-width: 50%;
	}
}
