a:focus {
outline: none;
}
#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;
}
.panel {
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	border:1px solid #111111;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	width: 320px;
	height: auto;
	/*_background-color: #232323;  IE 6 and below */
	background-image: url(../images/trans_bg.png);
	font-weight: lighter;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 130px;
	z-index: 4;
	background-color: transparent;
	}
.panel p{
	display: block;
}
/*
.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}
*/
a.trigger{
	position: absolute;
	text-decoration: none;
	top: 78px;
	left: 0;
	letter-spacing:0px;
	color:#fff;
	font-weight: lighter;
	border:1px solid #3E3E3E;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	filter: alpha(opacity=95);
	opacity: .95;
	display: block;
	z-index: 1000;
	background-color: #353433;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 85% 55%;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 15px;
}

a.trigger:hover{
	position: absolute;
	text-decoration: none;
	top: 78px;
	left: 0;
	letter-spacing:0px;
	color:#fff;
	font-weight: normal;
	background:#222222 url(../images/plus.png) 85% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
}

a.active.trigger {
	background-color: #141413;
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: 85% 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;
}

hr{
background-color: #333333;
height: 1px;
}

