#container {
	clear: both;
	margin: 0;
	padding: 0;
}

#container a{
float: right;
background: #9FC54E;
border: 1px solid #9FC54E;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
text-decoration: none;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px;
font-weight: 700;
}

#container a:hover{
float: right;
background: #a0a0a0;
border: 1px solid #cccccc;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
text-decoration: none;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px;
font-weight: 700;
}


.content {
	font-style:normal;
	font-family:helvetica, arial, verdana, sans-serif;
	color:#ffffff;
	background:#333333;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	margin: 30px 0 50px;
	padding: 15px 0;
	text-align: left;
}

.content p {
margin: 10px 0;
padding: 15px 20px;
}

.panel {
	position: absolute;
	top: 150px;
	right: 0;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 330px;
	height: auto;
	padding: 30px 130px 30px 30px;
	filter: alpha(opacity=85);
	opacity: .85;
	text-align: left;
}

.panel p{
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
	text-align: left;
}

.panel a, .panel a:visited, .panel a:active, .panel a:link{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited, .panel a:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
	position: absolute;
	text-decoration: none;
	top: 312px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight: bold;
	border:1px none #444444;
	display: block;
	font-style: italic;
	background-color: #a08e80;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 10% 55%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
}

a.trigger:hover{
	position: absolute;
	text-decoration: none;
	top: 312px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight: bold;
	border:1px none #444444;
	display: block;
	font-style: italic;
	background-color: #a08e80;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 10% 55%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
}

a.active.trigger {
	background-color: #a08e80;
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: 10% 55%;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}
