.wrap {
	padding-top: 1px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3f3e37;
	width: 203px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 120%;
}

.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(078/images/balloon.png) top left no-repeat !important;
	background: url(078/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(078/images/balloon.png) bottom left no-repeat !important;
	background: url(078/images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}


/* accordion togglers */
.toggler {
	font-weight: normal;
	color: #ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:22px;
	background: #6d2f27 bottom left repeat-x;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #fff;
}
.toggler div{
	margin-left: 5px;
	position: relative;
}

.toggler div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.toggler div span{
	margin-left: 5px;
	line-height: 20px !important;
	line-height: 25px ;
}


/* toggler hover */

.togglerHover {
	font-weight: normal;
	color: #ffffff;
	display:block;
	width:100%;
	cursor:pointer;
	height:22px;
	background: #993300;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #fff;
}
.togglerHover div{
	margin-left: 5px;
	position: relative;
}

.togglerHover div img{
	position: absolute;
	margin-top: 4px !important;
	margin-top: 0px;
}

.togglerHover div span{
	margin-left: 5px;
	line-height: 20px !important;
	line-height: 25px ;
	/*border-bottom: 1px dotted maroon;*/
}

/* accordion elements */

.accordion {
	color: #333333;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF /*url(images/BG-light-horizontal-dots.gif)*/ bottom left repeat-x;

}

#pod {
	padding-top: 10px;
}

#pod img {
float: right;
margin-left: 5px;
}

