.checklist {
    border: 0px solid #ccc;
    list-style: none;
    overflow:visible;
//    width: 17em;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist li:hover { background: #c5cDd5; color: #111; }

.checklist li{
	height:60px;
	border-radius: 4px 4px 4px 4px;
}

.add_td {width:16px;}

.tndiv {
float:left;
padding:3px;
}

#divtab ul li.active
{
background-color: transparent;
background-image: url("http://www.cardgamedb.com/forums/public/style_images/master/tab_left.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
font-size: 1.05em;
font-weight: bold;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: -4px;
margin-right: 0px;
margin-bottom: auto;
margin-left: 5px;
position: relative;
}

.cTable{
width: 100%; 
margin: 0pt; 
padding: 0pt;
border-radius: 4px 4px 4px 4px;
}
.cTD{
width: 50px; 
height: 55px;
text-align: center; 
vertical-align: middle;
}
.selectedCard{
background-color:#D5DDE5;
}
#wrapper{
min-width:1115px !important;
}
#left-content{
display:none;
}
#left-content-small{
display:block !important;
}
#right-content{
margin-left:70px;
}
#welcome-area{
display:none;
}/**/

.warning,.information-box{padding:10px 10px 10px 30px}
.warning{background:#f7e5e8 url(/forums/public/style_images/gravity_blue/exclamation.png) no-repeat 9px 10px;border:1px solid #f0c1cb;color:#92394d}
.warning h4{color:#802200;font-weight:bold}
.information-box{background:#f0f6e2 url(/forums/public/style_images/gravity_blue/information.png) no-repeat 9px 10px;border:1px solid #d7e9a8;color:#5d8005}
.information-box h4{color:#6c6141}