﻿.th-img img
{float:left;margin:10px;width:100px;height:100px;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:3px;border:1px solid #fff;box-shadow:0 0 2px 2px #ddd}

.th-a
{ display:inline-block;
     padding: 25px;
}
     

.th-title {
	color: #000000;
}
     
     
.th2-img img
{float:left;margin:5px;width:300px;height:250px;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:3px;border:1px solid #fff;box-shadow:0 0 2px 2px #ddd}

.th2-a
{ display:inline-block;
     padding: 30px;
}
     
.th2-title {
		color: #000000;
		font-size: 16px;
}
     
    

listing {
    width: 100%;
    color: #767676;
    font-size: 0.9em;
    line-height: 2.4em;
}
ul.listing {
    margin-top: 1em;
}
ul.listing li {
    display: inline-block;
    margin: 0;
    padding: 30px;
}


#container .listing-left {
		width: 95%;
		margin-left: 2%;
	}
	
#container .listing li .title {
		font-size: 18px;
	}