/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
}
.article-wrap {
	width:900px;
}
.article-header {
	padding:10px 10px 20px 20px;
}
.page-title{
	font-size:30px;
	color:#000;
	float:left;
}
.page-title span{
	display:block;
	font-size:13px;
	font-style:italic;
	color:#999;
}
.article-search{
	float:right;
	width:365px;
}
.article-search input{
	float:left;
}
.text-field{
	padding:3px 0;
	border:1px solid #eee;
	background:url(../images/input-bg.gif) 0 0 repeat-x;
	width:300px;
}
.button{
	border:1px solid #eee;
	background: #f4f4f4 url(/img/allproduct/sel-menu-arrow.png) 128px center no-repeat;
	background: -moz-linear-gradient(top,#fff 0,#ebebeb 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,#fff 0,#ebebeb 100%);
	background: -o-linear-gradient(top,#fff 0,#ebebeb 100%);
	background: -ms-linear-gradient(top,#fff 0,#ebebeb 100%);
	background: linear-gradient(to bottom,#fff 0,#ebebeb 100%);
	padding:3px 5px;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
}
.article-content-wrap {
}
.article-left {
	margin:5px 10px 0 0;
	border-right:1px dotted #D1D1D1;
	border-left:1px dotted #D1D1D1;
	/*float:left;*/
	padding:0 20px;
}
.article-right {
	width:220px;
	float:left;
}
.article-archive-links {
	padding:0 10px;
	margin-bottom:20px;
}
.article-archive-links ul {
	list-style-type:none;
}
.article-archive-links li {
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #D1D1D1;
}
.article-archive-links li a {
	color:#D30B0B;
	text-decoration:none;
	display:block;
	padding:6px 0;
}
.article-archive-links li a span {
	color:#999;
	font-weight:normal;
	font-size:10px;
	float:right;
	padding-right:5px;
}
.submenu {
	margin-left:10px;
}
.submenu li {
	color:#000000;
	font-weight:normal;
	border-top:1px solid #D1D1D1;
	border-bottom:0px solid #D1D1D1;
}
.submenu li a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:6px 0;
}
.news-archive {
	padding:0 10px;
	margin-bottom:20px;
}
.news-archive-head {
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}
.select-menu select {
	width:180px;
	padding:2px;
}
.social-links-wrap {
	padding:0 10px;
	margin-bottom:20px;
}
.social-links-head {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
.social-links {
	overflow:hidden;
}
.facebook, .twitter, .rss, .youtube, .googleplus {
	background:url(../images/social-sprite.png) 0 0 no-repeat;
}
.facebook {
	background-position:0 0;
}
.twitter {
	background-position:-43px 0;
}
.youtube {
	background-position:-85px 0;
}
.rss {
	background-position:-127px 0;
}
.googleplus {
	background-position:-169px 0;
}
.social-links a {
	float:left;
	margin-right:10px;
	display:inline-block;
	width:34px;
	height:35px;
}
.nomar {
	margin-right:0;
}

.article-listing-wrap{
	border-top:1px dotted #D1D1D1;
	padding:20px 0 20px 45px;
	position:relative;
}
.article-title{
	font-weight:bold;
	margin-bottom:10px;
}
.article-title span{
	color:#D30B0B;
}
.article-title a{
	color:#000;
	text-decoration:none;
}
.article-title h1{
	font-size:16px;
}
.article-category{
	font-size:11px;
	font-style:italic;
	color:#666666;
	margin-bottom:4px;
}
.article-category a{
	color:#D30B0B;
	text-decoration:underline;
}
.article-text{
	margin-bottom:10px;
	overflow:hidden;
}
.article-text img{
	margin:0 10px 10px 0;
}
.article-text p{
	padding:6px 0;
	font-size:12px;
	line-height:17px;
	color:#333;
}
.article-text a.read-more{
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#D30B0B;
	text-decoration:none;
}
.social-widgets{
	margin-bottom:10px;
}
.widgets-inner{
	float:left;
	margin-right:15px;
}
.article-date{
	background:url(../images/FRicon.jpg) no-repeat;
	height: 32px;
    left: 5px;
    position: absolute;
    top: 13px;
    width: 32px;
}
.article-month{
	display:block;
	font-size:8px;
	color:#fff;
	text-align:center;
}
.article-day{
	font-size:15px;
	font-weight:bold;
	display:block;
	text-align:center;
}

/* detail page css */

.article-detail-title{
	font-weight:bold;
	margin-bottom:10px;
}
.article-detail-title span{
	color:#D30B0B;
}
.article-detail-title a{
	color:#000;
	text-decoration:none;
}
.article-detail-title h1{
	font-size:18px;
}
.article-posted{
	color:#666;
	font-size:11px;
	margin-bottom:10px;
}
.detail-social-widgets{
	margin-bottom:30px;
}
.paragraph-title{
	font-weight:bold;
}
.paragraph-title h2{
	font-size:15px;
}
.paragraph-title h2 a{
	color:#000;
	text-decoration:underline;
}
.article-detail-wrap{
	border-top:0px dotted #D1D1D1;
	padding:0 0 20px 0;
	position:relative;
}
