/*
	DrivingSales Stylesheet: Content View
	Created: 6/04/2010
	Updated: 6/04/2010
*/

.content-view {
	background-color: #FFFFFF;
	float: left;
	width: 648px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	color: #333;
	}
	
#content-view-items {
	border: none;
	padding-bottom: 10px;
	}

.content-view .item {
	clear: left;
	padding: 10px;
	border: none;
	border-bottom: solid #ddd 1px;
	}
	
.content-view .item .title .icon {
	float: left;
	margin-right: 20px;
	}
	
.content-view .item .title h2 {
	font-size: 1.6em;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
	}
	
.content-view .item .title h2 a {
	color: black;
	}
	
.content-view .item .info {
	clear: left;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: dotted #cacaca 1px;
	height: 24px;
	line-height: 24px;
	color: #009e00;
	}
	
.content-view .item .info a {
	color: #009e00;
	}
	
.content-view .item .info .share {
	float: right;
	height: 24px;
	overflow: hidden;
	}

.content-view .item .info .share div {
	width: 82px;
	float: right;
	margin-left: 10px;
	}
	
.content-view .item .info .details {
	float: left;
	color: #333;
	}
	
.content-view .item .info .comments {
	float: right;
	padding-right: 10px;
	width: auto;
	}
	
.content-view .item .info .comments .count {
	font-size: 1.05em;
	font-weight: bold;
	}
	
.content-view .item .body {
	color: #333;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	
.content-view .item .blog_post img {
	float: left;
	margin: 4px 20px 6px 15px;
	border: 1px solid #888;
	}
	
.content-view .item .body .quote {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #a0a0a0;
	}
	
.content-view .item .actions {
	clear: both;
	margin-top: 10px;
	height: 16px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #d6f5d6;
	color: #009e00;
	}
	
.content-view .item .actions a {
	font-size: 12px;
	color: #009e00;
	}
	
.content-view .item .actions .vote-box {
	float: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
	}

.content-view .item .actions .vote-box .vote-actions {
	float: right;
	height: auto;
	}
	
.content-view .item .actions .vote-box .vote-actions a {
	float: none;
	width: auto;
	margin-right: 5px;
	}
.content-view .item .actions .vote-box .vote-actions a.like {
	background: url(../images/icons/likebar.png) no-repeat 0 right !important;
	padding-right: 17px;
	margin-right: 15px;
	}
.content-view .item .actions .vote-box .vote-actions a.dislike {
	background: url(../images/icons/likebar.png) no-repeat -14px right;
	padding-right: 17px;
	margin-right: 15px;
	margin-left: 3px;
	}
.content-view .item .actions .links a.comment {
	background: url(../images/icons/likebar.png) no-repeat -28px right;
	padding-right: 17px;
	margin-right: 15px;
	}
.content-view .item .actions .vote-box span.people_like {
	background: url(../images/icons/likebar.png) no-repeat 0 left;
	padding-left: 17px;
	}

.content-view .item .actions .vote-box .vote-actions a img {
	padding: 0px;
	border: 0px;
	}

.content-view .item .actions .like-summary {
	padding: 0px;
	margin: 0px;
	color: black;
	}
	
.content-view .item .actions .links {
	float: right;
	line-height: 16px;
	font-weight: bold;
	}
		
/*
	Type-Specific Styles
*/

.content-view .item .body.vendor_rating .rating {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
	width: 160px;
	}

.content-view .item .body.vendor_rating .rating .stars {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	}
	
.content-view .item .body.vendor_rating .rating .recommended {
	text-align: center;
	font-size: 1.1em;
	color: #247dbf;
	}
	

/*** VIDEO ***/

.item .video a.vid_pic img {
	width: 200px;
	border: 1px solid #888;
	float: right;
	margin: 0 10px 20px 15px;
	}
	

/*** ITEM ADS ***/

#content-view-items .item.ads {
	height: 125px;
	margin: 20px 0;
	padding: 0 20px 20px 20px;
}
#content-view-items .item.ads div {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 13px;
}
