﻿
.coverStatic{ display: inline;}

/**** LISTING PAGE STYLES ****/


#content{ margin: 80px 0 20px 0px; }
#listContainer{ float:left; width: 700px ; overflow: visible;}

.listGroup{ width: 440px; float:left; border: solid 1px #cccccc; padding: 5px; margin-bottom: 10px;}
.itemImg{ width:auto; height:auto; float:left; margin-right: 10px; border: solid 1px #cccccc; }
.itemTitle{ width: 389px; float:left; font-weight: bold; font-size: 14px; padding-right: 10px; color:#65AC1E; line-height: 1.2em;}
.itemDescription{ width:350px; float:left; padding-right: 10px; line-height: 1.2em; padding:  5px 5px 5px 0px;}

.itemLinks{ width: 40px; float:right; overflow: hidden; font-weight: bold;}
.itemLinks a:link,.itemLinks a:visited{ color: #65AC1E; text-decoration: underline; padding: 5px;}
.itemLinks a:hover{ color: #FFFFFF; text-decoration: none; background-color: #65AC1E;}

.multipager{ width: 500px; float:left; }
.formTitle{ vertical-align:top; font-weight: bold; color:#C50022; height: 35px;}


