.featureblue {color:#009DE1;}
.featuregreyblue {color:#0085AB;}

/* Video module */

.video_1 {
	text-align: center;
	overflow: hidden;
	width: 300px;
	border: 1px solid #333;
	float: right;
	background-color: #FFFFFF;
}
	.v_title {
		font-weight: bold;
		color: #0085AB;
		font-size: 14px;
	}
	.v_info {
		text-align: left;
		position: relative;
		overflow: hidden;
		height: 60px;
	}
		.v_info a {
			text-decoration: none;
		}
		.v_info a:hover {
			text-decoration: none;
		}
		.v_img {
			position: absolute;
			left: 0;
			top: 0;
		}
		.v_text {
			margin: 12px 0 0 62px;
		}
			.v_text1 {
				color: #2EA3C4;
				font-weight: bold;
				font-size: 10px;
			}
			.v_text2 {
				color: #FCBB1B;
				font-weight: bold;
				font-size: 12px;
			}
