/* ---------------------------------------------------------------------------
	
	Regeneration Technologies Procedures Styles
	http://www.rtix.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

#content-main .callout-item h5 {
	background: url(../img/bg-content-callout.png) repeat-x bottom left;
	/* changed from "no-repeat" to "repeat-x" for longer running titles plus being more bulletproof. NEEDS TO BE CHANGED IN MASTER.CSS */
}

body.common-procedures #content-main a {
	color: #099;
	/* changed the link color for this section */
}

body.common-procedures #content-main a:hover {
	color: #099;
	/* changed the link color for this section */
}

body.common-procedures .callout-item {
	margin: 0 !important;
	padding-top: 10px;
	/* zeroing out all the margins and padding for absolute positioning */
	
	border: 1px solid #099;
	font-size: 1.1em;
}

body.common-procedures .callout .callout-item ul {
	font-size: .9em;
	/* changed from 1.3em because it was too honking big */
}

body.common-procedures .callout .callout-item li {
	background: none;
	background: url(../img/icon-mini-arrows.png) no-repeat 0 0.4em;
	/* remove background arrow */
	line-height: 1.3em;
}

body.common-procedures .callout .callout-item li a {
	color: #099;
	/* changed from #099 */
}

body.common-procedures .callout .callout-item li .examples {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin: 4px 0 2px;
}

#procedures-graphic {
	background: url(../img/div-dot.png) repeat-x 0 0;
	padding-top: 50px;
	position: relative;
}

img#bodymap {
	/*float: left;*/
}

#content-main #procedures-callout {
	position: absolute;
		top: 50px;
		left: 50%;
		
	margin-left: -120px;
	width: 260px;
	
	/*
	float: right;
	margin-top: 100px;
	width: 260px;
	*/
}


