﻿.news
{
	width: 740px;
}
.newsdate
{
	font-style: italic;
	font-size: 10px;
}
.newstitle
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}
.newsImage
{
	padding-bottom: 15px;
	display: block;
	float: left;
	width: 175px;
}
.newsDetail
{
	padding-bottom: 15px;
	display: block;
	float: left;
	width: 500px;
}
.newscontentparent
{
	margin-left: 15px;
}

.newslink
{
	text-decoration: none;
}

.newshr
{
	text-align: left;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
}
.newsitem
{
	width: 750px;
}
.newsimages
{
	width: 200px;
	height:160px;
	float: left;
	clear: right;
}

/* quicknews.ascx css */

.quicknews
{
	width: auto;
}
.quicknews 
{	
}
.quicknewsdate
{
	font-style: italic;
	font-size: 10px;
}
.quicknewstitle
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}
.quicknewscontent
{
	font-size: 11px;
	padding-bottom: 5px;
}
.quicknewslink
{
	text-decoration: none;
}

.quicknewshr
{
	text-align: left;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
}
.quicknewsitem
{
	width: 800px;
}
