a:focus {
outline: none;
}


/*
img{
float: right;
margin: 3px 3px 6px 8px;
padding: 5px;
background: #222222;
border: 1px solid #333333;
}
*/

/*
p {
color:#cccccc;
line-height:22px;
padding: 0 0 10px;
margin: 20px 0 20px 0;
}
*/

/*
img {
border:none;
}
*/

.panel {
position: fixed;
top: 50px;
left: 0;
display: none;
background:#000000 ;
border:3px solid #ccc;
/*-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;*/
width: 650px;
height: 330px;
padding: 30px 30px 30px 100px;
/*filter: alpha(opacity=90);
opacity: .90;
*/
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #ccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #c00;
text-decoration: none;
border-bottom: 1px solid #C00;
font-family:Arial,Tahoma;
font-weight:bold;
font-size:14px;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#ffffff;
padding: 20px 70px 140px 5px;
font-weight: 700;
background:#000000 url(../images/plus.png) 85% 55% no-repeat;
border:3px /*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.trigger:hover{
position: fixed;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#ffffff;
padding: 20px 70px 140px 5px;
font-weight: 700;
background:#cc0033 url(../images/plus.png) 85% 55% no-repeat;
border:3px /*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:#cc0033 url(../images/minus.png) 85% 55% no-repeat;
}

.columns{
clear: both;
width: 630px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 310px;
line-height: 22px;
}

.colright{
float: right;
width: 310px;
line-height: 22px;
}

ul{
padding: 0;
margin: 0;
list-style-type: none;
}

ul li{
padding: 0;
margin: 0;
list-style-type: none;
}

hr{
background-color: #333333;
height: 1px;
}