﻿@charset "utf-8";

/* CSS Document */

.blog-articles{
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom:1px solid #CCCCCC;
}

.blog_left{ 
	padding-right: 30px;
	float: left;
	}

.blog_right{ 
	float: left;
	width:540px;
	width:540px\0; /* ie 8/9*/
	}

.blog-thumb img{
	border: 1px solid #cccccc;
}

.blog-thumb img:hover{
}

h3.blog-title{
	font-weight: normal;
	font-size:16px; 
	padding:0;
	margin:0;
	line-height: 140%;
}

h3.blog-title a{
	color: #333333;
	padding-right:20px;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat right center;
	}
h3.blog-title a:hover{ 
	text-decoration:none;
	color:#F7C510;;
	}

.blog-date{
	font-size: 12px;
	color:#999999;
	display: block;
	padding-bottom: 10px;
	}


.blog-intro{
	font-size:13px;
	color:#666666;
	margin-top:10px;
	line-height: 150%;
	}

