/* CSS Document */
/* NOTE: IE must nest within container div for it to float correctly */

.info_box_main { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 20px;
	float:right; 
	text-align:left; 
	color:#70676F; 
	width:200px;
/*	background-image:url(../images/info_box_background_solo.gif);
	background-position:-3px 0;
	background-repeat:no-repeat;*/
	position:relative;
	top:-35px;
	left:0;
	padding:0 0 0 23px;
	display:inline /* necessary to keep IE from indenting the other outer div from the main page */
	}

.info_box_heading  {
	color:#757A81; font-size: 13px; font-weight:700; margin:35px 0 5px 0;
	}

.info_box_emphasis {
	font-size:10px; font-weight:bold; margin: 8px 0 0 0;
	}
	.info_box_emphasis:first-letter {
		margin:0 0 0 -6px; 
		}
		
.info_box_content { 
	font-size:10px; line-height:11px; margin:0;
	}

.toggle_details {
	font-size:9px; 
	line-height:12px; 
	font-weight:normal;
	margin-top:3px;
	margin-left:3px;
	}
	
.info_box_main p {
	margin:0;
	}