@font-face {
    font-family: 'HelveticaCondensedRegular';
    src: url('../helfont/helvetica_condensed-webfont.eot');
    src: url('../helfont/helvetica_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../helfont/helvetica_condensed-webfont.woff') format('woff'),
         url('../helfont/helvetica_condensed-webfont.ttf') format('truetype'),
         url('../helfont/helvetica_condensed-webfont.svg#HelveticaCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {

}



.panel {
position: absolute;
top: 0px;
right: 0;
display: none;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
width: auto;
height: auto;

}

.panel p{
margin: 0 0 5px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;

}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;

}

a.trigger{
position: absolute;
text-decoration: none;
top: 10px; right: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 10px 15px 10px 10px;
font-weight: 700;
background:#fff url(../../images/plus.png) 15% 55% no-repeat;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 10px; right: 0;
font-size: 16px;
letter-spacing:-1px;

color:#fff;
padding: 10px 15px 10px 40px;
font-weight: 700;
background:#fff url(../images/plus.png) 15% 55% no-repeat;

-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#fff url(../images/minus.png) 15% 55% no-repeat;
}

.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;
}



