/* Copyright (c) 2007 by Hell Gaming */
.buttonscontainer {
width: 150px;
padding-top:5px; }
.buttons a {
margin-bottom:2px;
color: #000000;
background-color: #DFE0DE;
padding: 2px;
padding-left: 5px;
display: block;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
border-left-width:5px;
border-left-style:solid; }
.buttons a:hover {background-color: #EEEEEE;
color:#0066FF;
text-decoration: none;
border-left-color:#0066FF; }