#tilelist {
    clear: both;
    padding: 20px 0;
    margin: 0 auto;
    width: 900px;
    
    font-size: 13px;
}

.collapsed { height: 274px; }
.collapsed .aboutus_inner { height: 175px; overflow: hidden; }
.collapsed .more { display: block; }
.collapsed .tile_inner { height: 195px; }
.collapsed .tile_second { height: 60px; }

.tile
{
    /*background-color: #fafbfd;*/
    width: 443px;
    margin: 0 0 30px 0;
        
    /*
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e6ed', endColorstr='#fafbfd');
    background: -webkit-gradient(linear, left top, left bottom, from(#d5e6ed), to(#fafbfd));
    background: -moz-linear-gradient(top,  #d5e6ed,  #fafbfd);
    */
    
    
    color: white;
      
}

.tile_first {
    height: 181px;
    background: url(/page/images/featureddirectory-box1.png) no-repeat;    
}

.tile_second {
    background: url(/page/images/featureddirectory-box2.png) repeat-y;
}

.tile_third {
    background: url(/page/images/featureddirectory-box3.png);
    height: 53px;
}

.tile_third_inner {
    padding: 20px 17px 0 17px;
}
.tile_third_inner a {
    color: white !important;
}

.tile_inner {
    position:relative;
    padding:18px;
    top: -181px;
}

.tile:nth-child(odd) { float:left; clear: both; }
.tile:nth-child(even) { float:right; }

.domain {
    font-size: 18px;
    font-weight: bold;
}

.aboutus
{
    color: black;
    
    margin: 10px 0;
    
    padding: 7px;
    
    text-align: left;
}

.aboutus_inner {
    margin: 0;
    padding: 0;    
}

.moregrad {
    position: relative;
    top: -15px;
}

.more {
    text-align: right;
    padding: 0 4px 0 0;
    margin-top: -10px;
    display: none;
}

.screenshot {
    width: 150px; 
    border: 0; 
    margin: 0 10px 10px 0; 
    float: left;
}

.sitelink {
    display: block;
    float: left;
}

.certlink {
    float: right;
    width: 300px;
    text-align: right;
    height: 16px;
}

.certlinklong {
    float: right;
    width: 300px;
    text-align: right;
    height: 30px;
    margin-top: -7px;
}

#paging {
    clear: both;
    padding: 0 20px 20px 20px;
}

