/* CONTENT TILES */

div.tile {
	overflow:hidden;
	width:210px;
	height:100px;
	cursor:pointer;
	position:relative;
	margin:0px 0px 6px 0px;
	padding:0pt;
	float: left;
}

.ct_top{
	width: 210px;
	height: 100px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left:0;
	text-align: left;
}

.ct_title p{
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	margin: 12px 2px 0 3px;
	color: #333333;
	word-wrap: break-word;
}

.ct_image{
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	margin: 3px 0 0 12px;
	float: left;
	border: 0px solid #333;
}

.ct_image img{
	border : 1px solid #000;
}

.ct_info{
	margin: 5px 0 0 78px; 
}

.ct_info ul li{
	list-style: none;  
	line-height:12px;
	margin: 0pt;
	padding: 0pt;
}  

.ct_usrName{
	font-size: 11px;
	color: #333333;
}

.ct_rated{
	margin-top: 5px;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}

.ct_rating{
	color: #400000;
	font-weight: bold;
}

.ct_stars{
	margin-top: 3px;
	width: 68px;
	height: 14px;
}

.ct_votes{
	font-size: 8px;
	color: #777;
	width: 68px;
	text-align: center; 
}

.ct_bottom{
	text-align: left;
	position: absolute;
	top:100px;
	left:0px;
	width: 210px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(/images/content_tiles/back_background.gif);
}

.ct_left{
	width: 120px;
	height: 72px;
	overflow: hidden;
	margin: 12px 0 0 13px;
	float: left;
	word-wrap: break-word;
}

.ct_cat{
	font-size: 10px;
	font-weight: bold;
	margin-bottom:3px
}

.ct_desc{
	font-size: 11px;
}

.ct_right{
	margin: 12px 0 0 138px;
}

.ct_usrPic{
	width: 61px;
	height: 61px;
	margin-bottom : 3px;
}

.ct_usrPic img{
	border : 1px solid #000;
}

.ct_subUserName{
	font-size:9px;
	width:58px;
	text-align: center;
	overflow: hidden;
}
