@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}
/******************************Content******************************/
#content_right {
	width: 260px;
	margin-left: 10px;
	float:right;
	padding-bottom: 10px;
}
/**********Coda bubble**********/
.arrow {
	background:url(../../images/arrow.png) no-repeat;
	position: relative;
	top: -40px;
	width: 68px;
	height: 92px;
	float: right;
}
.bubbleInfo {
	width: 150px;
	position: relative;
	top: 17px;
	left: 85px;
	float:left;
}
.trigger {
	position: absolute;
	font-size: 18px;
	color:#CC3333;
}
.popup {
	width: 200px;
	padding: 15px;
	background-color: #CCCCCC;
	border: 1px solid white;
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.popup h6 {
	padding-bottom:2px;
	margin:0;
	float:left;
	clear:both;
}
.popup p {
	clear:both;
	padding:0;
	margin:0;
}
.popup a {
	color:#CC0033;
}
.popup a:hover {
	text-decoration:underline;
}
.popup ul {
	margin-top: 10px;
}
.popup li {
	list-style-type:none;
	background:url(../../images/bullet-checkmark.png) left no-repeat;
	display:block;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
