/*	SECTION WIDE STYLES	*/

.box.cold-flu .boxbody { padding:1px; }
#cold-flu-content { padding:0 6px 6px; }

#cold-flu-hdr { 
	background:url(../images/cold-flu/h3-bkg.gif) repeat-x top left; /* changed images directory name to cold-flu */
}

#cold-flu-content h3,
#cold-flu-content h4,
#cold-flu-content h5,
#cold-flu-content h6 { color:#000; }

#cold-flu-hdr h3 {
	background:url(../images/cold-flu/pills.gif) no-repeat top left;
	font-size:18px; color:#fff;
	height:43px; line-height:43px; /* line-height is how we vertically center one line of text within a block element */
	margin:0; padding-left:60px;	
}

#cold-flu-content h4 { 
	background-color:#bcf6fd;  
	line-height:20px;
	margin:0 0 1em 0; padding:0 3px;
	font-size:14px;
	clear:left; /* added clear left here so that h4 acts kinda like a clearfloats div, but only clears to the left of it */
}

#cold-flu-content p { margin:0 0 1em 0; }
#cold-flu-content img {	margin:0 0 1em 0; } 

#cold-flu-content img.left { /* added class left for left floated images -- decided peak month graphic shouldn't float */
 	float:left;
	margin-right:10px;
}

#cold-flu-content ul { list-style-position:inside; }

#cold-flu-content dt {
 	float:left;
	font-weight:bold;
	margin:0 .5em 0 1em;
}

#cold-flu-content dd {
 	margin:0 0 1em 1em;
}

/* COLD & FLU OVERVIEW */

#box-flu-overview { 
	background:#fff url(../images/cold-flu/overview-bkg.jpg) no-repeat top right;	
	padding-top:6px; padding-right:300px;
}

.cold-flu-info {
	float:left;
	width:235px;
	margin:0 10px 10px 0; 
}

.cold-flu-info dl {
	clear: none !important;
	width: 170px;
}
.cold-flu-info dt { font-weight: bold; }
.cold-flu-info dt a { color:#000; }

.cold-flu-info .column.image {
	width:55px;
	height:41px;
	margin-right:7px;
}

.cold-flu-info .column.image img { 
	display:block;
	border:1px solid black;
}
.cold-flu-info.btm
{
	margin:0 10px 0 0;
}

#cold-flu-content .cold-flu-info dl { width:170px; }

#cold-flu-content .cold-flu-info dt { float:none; margin:0; }

#cold-flu-content .cold-flu-info dd { font-size:10px; margin:0; }

/* COLD & FLU FACTS */

#box-flu-facts {  padding-top:7px; }

/* COLD & FLU PREVENTION */

#box-flu-prevention {  padding-top:7px; }
#box-flu-prevention dl { clear:left; }

/* COLD & FLU SYMPTOMS */

#box-flu-symptoms { padding-top:7px; }

/* COLD VS FLU */

#box-flu-vs {  padding-top:7px; }

/*	RELATED CONTENT	*/

#box-flu-related .boxbody { padding:7px; }

/*	FLU MAP	*/

#FluOutbreakMap #cold-flu-content { padding:0; }
.box#box-flu-outbreak-map .boxbody { border-top:1px #E0E8F8 solid;}