.wrap {
	padding-top: 1px;
	background: url(images/BG-light-horizontal-dots.gif) top left repeat-x;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3e37;
	width: 238px;
}

.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: #ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #00529b /*url(../images/BG-light-horizontal-dots.gif)*/ bottom left repeat-x;
	vertical-align: middle;
}
.toggler div{
	margin-left: 10px;
	position: relative;
}

.toggler div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.toggler div span{
	margin-left: 25px;
	line-height: 20px !important;
	line-height: 25px ;
}


/* toggler hover */

.togglerHover {
	font-weight: bold;
	color: #ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:25px;
	background: #0099cc /*url(images/BG-light-horizontal-dots.gif)*/ bottom left repeat-x;
	vertical-align: middle;
}
.togglerHover div{
	margin-left: 10px;
	position: relative;
}

.togglerHover div img{
	position: absolute;
	margin-top: 4px !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: #3f3e37;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF /*url(images/BG-light-horizontal-dots.gif)*/ bottom left repeat-x;
	border: 1px solid #eeeeee;
}

#pod {
	padding-top: 10px;
}

#pod img {
float: right;
margin-left: 5px;
}
