/* accordion*/

.toggler {
	color: #666!important;
	margin: 0;
	padding: 2px 5px;
	background: #eee url(../img/bg_subnav.jpg) repeat;
	border-bottom:#333333; font-size:1em; text-transform:uppercase;
	width:500px;
	cursor:pointer;
	
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/* tips*/



.tool-tip {
	color: #660000;
	width: 140px;
	z-index: 13000;
	font-size: 15px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #B4F504;
	padding: 5px 20px 5px 20px;
	background:url(../img/bubble.gif) top left repeat;
}
 
.tool-text {
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/bubble.gif) top left repeat;
	border:1px solid #660000;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
