/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 244px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #000000;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 244px;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
			.wrap {
	padding-top: 1px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3e37;
	width: 244px;
	float: right;
}

.bottomMargin {
	padding-bottom: 10px;
}
	
/*tooltip*/

/*div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}*/


/* accordion togglers */
.toggler {
	font-weight: bold;
	color: #5D99D1;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: url(../images/s-bg-off.gif) bottom left repeat-x;
	vertical-align: middle;
}
.toggler div{
	margin-left: 10px;
	position: relative;
}

.toggler div img{
	position: absolute;
	margin-top: 5px!important;
	margin-top: 0px;
}

.toggler div span{
	margin-left: 25px;
	line-height: 20px !important;
	line-height: 25px ;
}


/* toggler hover */

.togglerHover {
	font-weight: bold;
	color: #003366;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: url(../images/s-bg-on.gif) bottom left repeat-x;
	vertical-align: middle;
}
.togglerHover div{
	margin-left: 10px;
	position: relative;
}

.togglerHover div img{
	position: absolute;
	margin-top: 5px !important;
	margin-top: 0px;
}

.togglerHover div span{
	margin-left: 25px;
	line-height: 20px !important;
	line-height: 25px ;
	/*border-bottom: 1px dotted maroon;*/
}

/* accordion elements */

.accordion {
	color: #333333;
	text-align:left;
	background: #FFFFFF;
}

#pod {
	padding-top: 10px;
	width: 240px;
}

#pod img {
float: right;
margin-left: 5px;
}

