
/* @group Utility */

.show {
	display: block !important;
}

.hide {
	display: none;
}

/* @end */



/* @end */


/* @group Front Page Tour */

div#tour {
	float: left;
	width: 400px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:30px
}

div#tour ol {
	width: 250px;
	float: left;
	position: relative;
	left: 30px;
	margin: 0; padding-left:0; padding-right:0; padding-top:8px; padding-bottom:8px
}
div#tour ol li.current {
	color: #00853F;
	font-size: 16px;
	text-shadow: #bbb 0px 2px 3px;
	cursor: hand;	
}
div#tour ol li {
	color: #555;
	line-height: 20px;
	font-size: 13px;
	cursor: hand;	
}


div#tour div {
	width: 400px;
	float: left;
	display: none;
	text-align: left;
	position: relative;
	right: 0px;
}
div#r4 ul li {
	list-style-type: none;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	text-indent: 0; 
	cursor: hand;	
}

div#r4 ul li:before { cursor: hand;	
	
}

/* @end */