@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: arial,arial,san-serif;
}

#content_holder {
	width:662px;
}

.container {
	width:622px;
	margin-left:0px;
	margin-top:8px;
	float:left;
	border: 1px solid #B0BEC7
}

.container_title {
	height: 17px;
	background: #F1F5F6;
	border-bottom: 1px solid #B0BEC7;
	color:#3E5E93;
	font-size:14px;
	font-weight:600;
	text-indent: 5px;
	cursor : pointer;
}

.container_title h2 {
	height: 17px;
	background: #F1F5F6;
	border-bottom: 1px solid #B0BEC7;
	color:#3E5E93;
	font-size:14px;
	font-weight:600;
	text-indent: 5px;
	cursor : pointer;	
	padding:0px;
}

.container_block_intro {
	color:#B9B9B9;
	font-size:12px;
	padding: 5px 2px 5px 2px;
}

.video_link, .photo_link, .articleTitle_link{
	text-decoration:none;
	background: url(http://img4.autodeclics.com/images/autodeclics/content/bullet-text.gif) no-repeat 0 4px;
	font-size:12px;
	color: #3E5E93;
	padding: 0 0 0 14px;
}

.content_video a:hover, .content_photo a:hover, .articleTitle_link:hover, .footer_sub a:hover {
	text-decoration:underline;
	cursor:pointer;
}


/**** for photos ****/
.content_photo {
	width:143px;
	margin-left:8px;
	margin-top:5px;
	margin-bottom: 5px;
	float:left;	
}

.photo_img {
	width:120px;
	height:90px;
	padding-left:14px;
}

.content_photo div {
	color:#B9B9B9;
	font-size:10px;
	margin-left:14px;
}

/**** video ****/

.content_video {
	width:300px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom: 5px;
	float:left;	
	height:140px;
}

.video_img {
	width:80px;
	height:60px;
	padding-left:14px;
}

.content_video div {
	color:#B9B9B9;
	font-size:12px;
	width:281px;
	margin-left:14px;
}

/**** article ****/
.content_article {
	width:auto;
	margin-left:5px;
	margin-top:5px;
	margin-bottom: 5px;
	
	
}

.content_article div {
	color:#B9B9B9;
	font-size:12px;
	width:auto;
	margin-left:16px;
}

.article_link {
	text-transform:uppercase;
	font-size:11px;
	color: #3E5E93;
	cursor:pointer;
}

.content_footer {
	width:625px;
	float:left;
	color: #3E5E93;
	font-weight:normal;
	font-size:12px;
}

.content_footer a {
	text-decoration:none;		
	color: #3E5E93;
	font-weight:bold;
}

.footer_title {	
	margin-top:10px;
	margin-left:10px;
	font-weight:bold;
}
.footer_sub {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:10px;
}
.search_intro {
	color:#999999;
	font-size:12px;	
}