table.check {
   margin: 16px 0 30px 0;
}
table.check td {
   background: #ffffff url('../images/check.png') no-repeat top left;
   padding: 3px 0 3px 26px;
   vertical-align: top;
   text-align: left;
   border: none;
}

table.check td:hover {
   background: #ffffff url('../images/check.png') no-repeat top left;
}

table.check td.info {
   padding: 10px 10px 10px 10px;
   height: 78px;
   width: 161px;
   background: #e3f4fe url('../images/info-bg.png') no-repeat top left;
}

table.check td.info img {
   float: left;
   padding: 4px 4px 6px 0;
}

table.check td.info p {
   font-size: 11px;
   line-height: 17px;
   margin: 0;
   padding: 0;
}

table.check td.none {
   background-image: none;
   padding: 0;
}

span.lighten {
   color: #999999;
}


table#mbclients { width: 540px; float: left; clear: both; 
}

div#tags {
   width: 180px;
   float: left;
   margin: 18px 0 0 0;
   padding: 10px 10px 0 10px;
   background: #e3f4fe;
}


div.grid { padding: 0 23px 5px 0; height: 210px; float: left; }

div.grid img { border: 1px solid #dbdbdb; }

div.grid a {
   font-size: 11px;
   text-decoration: none;
}
div.singlecolumn div.grid { height: 180px; }
/*
div.grid a.preview {
   background: transparent url('../images/preview.png') no-repeat top left;
   padding-left: 20px;
   height: 15px;
   display: block;
   float: left;
   margin-left: 8px;
   margin-right: 10px;
}

div.grid a.download {
   background: transparent url('../images/download.png') no-repeat top left;
   padding-left: 20px;
   height: 15px;
   display: block;
   float: left;
}
*/
div.grid p {
   margin: 6px 0 0 0;
   padding: 0;
   height: 15px;
   line-height: 15px;
}

div.grid p img {
   margin: 0;
   padding: 0;
   vertical-align: bottom;
   border: none;
}

div.grid p img.Download {
   margin-left: 5px;
}

p.note {
   padding-top: 20px;
   margin: 20px 0 20px 0;
   border-top: 1px solid #dbdbdb;
}

.leftSidebar h4,
.rightSidebar h4,
.singleColumn h4 { padding: 0 0 5px 0; margin: 0 0 22px 0; border-bottom: 1px solid #dbdbdb; position: relative; 
}
.leftSidebar h4 span,
.rightSidebar h4 span,
.singleColumn h4 span { position:absolute; right:50px; font-weight: normal; font-size: 0.7em; right: 1px; top: 4px; } 
}

