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

.feedback-label{
	text-align:left;
	color:#fff;
	font-size:12px;
	width:692px;
	padding:8px 8px;
	background-color:#820000;
}
.feedback-textarea{
	width:700px;
	height:200px;
	background:url(images/tx_01.jpg) bottom repeat-x, url(images/textarea-bg.jpg) bottom right no-repeat;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	margin:0;
}
.blog{
	background-color:#FEFEFE;
	border:1px solid #D2D2D2;
	padding:30px 60px 10px 60px;
	padding-bottom:0;
	margin-bottom:35px;
	background:url(images/quotestart.png) 15px 30px no-repeat, url(images/quoteend.png) bottom right no-repeat;
}
.blog .blog-title{
	color:#820000;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	margin-bottom:10px;
}
.blog .blog-desc{
	color:#727272;
	font-size:12px;
	text-align:justify;
	padding-bottom:15px;
	border-bottom:1px dashed #CDCDCD;
}
.blog .blog-post-info{
	color:#666;
	font-size:10px;
	padding:5px;
	padding-right:0;
}
.blog .blog-post-info .readmore{
	width:0px;
	height:50px;
	float:right;
	cursor:pointer;
}
.blog .blog-post-info .blog-date{
	width:450px;
	float:left;
	padding:10px 0px;
	font-size:12px;
	color:#666;
	
}
.pagination
{
	border:1px solid #aeaeae;
	border-bottom:0; 
	bottom:0;
	position:absolute;
	width:660px;
	background-color:#999;
	padding:10px 20px;
	color:#fff;
	background:url(images/Untitled-1_01.png) repeat-x bottom;
	background-color:#eee;
	
}
.pagination-page{
	float:left;
	padding:10px 0;
	width:30px;
	text-align:center;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	background:url(images/pagination_06.png) no-repeat center;
	font-size:12px;
	/*cursor:pointer; */
}
.pagination-page a{
	padding:10px 10px;
	color:#333;
	text-decoration:none;
}
.pagination-page a:active{
	color:#eee;
}
.pagination-page:hover{
	background:url(images/pagination_08.png) no-repeat center;
}
.pagination-page:active{
	background:url(images/pagination_03.png) no-repeat center;
	color:#fff;
}
.pagination-active-page a{	background:url(images/pagination_03.png) no-repeat center;
	color:#eee;
}
.pagination-title{
	float:left;
	padding:10px 0;
	width:60px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
