#templates {
 list-style:none;
 margin:0;
 padding:0;
}
#templates li{
 width:205px;
 text-align:center;
 float:left;
 height:350px;
 border: 1px solid #aaaaaa;
 margin:0 6px 6px 0;
}
#templates li.ad{
 width:631px;
 text-align:left;
 float:left;
 height:27px;
 margin:0;
 padding:0;
 padding-top:10px;
 margin-bottom:6px;
}
#templates li div.title {
 height:25px;
 width:205px;
 padding-top:5px;
}
#templates li div.imageholder {
 height:230px;
 padding-top:5px;
}
#templates li div.actions {
 background-color:#cccccc;
 width:205px;
 height:25px;
 line-height:25px;
}
#templates li div.actions a{
 color:#10457c;
 text-decoration:none;
 font-weight:bold;
}
#templates li div.actions a:hover{
 text-decoration:underline;
}
#templates li div.info {
 width:195px;
 height:35px;
 padding-top:5px;
 text-align:left;
 padding-left:10px;
}
#templates li div.info a{
 color:#10457c;
 text-decoration:none; 
}
#templates li div.info a:hover{
 text-decoration:underline;
}
