/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	background:url(../images/bg.jpg) top left repeat-x #97BC3E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	behavior:url(../js/csshover.htc)
	}
	
a {
	text-decoration:none;
	outline:none;
	color:#333;
	}
	
a:hover {
	text-decoration:none;
	}	

.clearLeft {
	clear:left;
	}

.clearRight {
	clear:right;
	}

.clearBoth {
	clear:both;
	margin:0px;
	padding:0px;
	}

.blockleft {
	float:left;
	}
	
.blockright {
	float:right;
	}	

ul, li, form, h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}	
	
ul li {
	padding-bottom:0px;
	}
	
img{
	border:0px;
	top: 0px;
	right: 0px;
	}	
	
form{
	padding:0px;
	margin:0px;
	}
	
p {
	padding:0px;
	margin:0px;
	text-align:justify;
	}
	
h2{
	font-size:16px;
	font-weight:bold;
}
	
.cleaner {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	}	

/***************CORE***************/

.container {
	width:812px;
	height:auto;
	margin:0 auto;
	}

/***************header****************/
	
.header {
	width:800px;
	height:107px;
	background:url(../images/header_bg.jpg) top left no-repeat;
	padding:0px 6px;
	padding-top:6px;
	}
	
.logo {
	width:464px;
	float:left;
	height:81px;
	padding-left:25px;
	}	
	
.search {
	width:auto;
	float:right;
	color:#DBDB01;
	padding-right:20px;
	padding-top:20px;
	font-size:11px;
	}
	
input.search_input {
	width:190px;
	height:16px;
	border:1px solid #DBDB01;
	margin-right:10px;
	}
	
input.search_btn {
	background:url(../images/btn_go.jpg) top left no-repeat;
	width:27px;
	height:22px;
	cursor:pointer;
	border:none;
	vertical-align:bottom;
	}		
	
.menu {
	width:auto;
	}
	
.menu ul {
	padding-left:50px;
	padding-top:4px;
	}		
	
.menu ul li {
	float:left;
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin-right:12px;	
	}
	
.menu ul li.last {
	margin-right:0px;
	}		
	
.menu ul li a {
	color:#fff;
	}
	
.menu ul li:hover a {
	color:#E9E9E9;
	}	
	
.menu ul li:hover {
	border-bottom:1px solid #Fff;
	}
		
.menu ul li.seperator {
	border:0px;
	}
	

/*************Content***************/

.content {
	width:auto;
	height:auto;
	}	
	
.banner {
	background:url(../images/banner_bg.jpg) top left repeat-y;
	height:241px;
	padding:0px 6px;
	}
	
.core_content {
	background:url(../images/core_content_bg.jpg) top left repeat-y;
	padding:10px 6px;
	width:800px;
	height:auto!important;
	min-height:300px;
	_height:300px!important;
	}

.big_content{
	padding:10px;
}

.article_box {
	width:180px;
	border:1px solid #7DA600;
	padding:20px;
	float:left;
	margin:18px 22px;
	_margin-left:15px;
	position:relative;
	}
	
.article_title {
	float:left;
	position:absolute;
	top:-13px;
	left:5px;
	padding:0px 8px;
	background:#fff;
	font-size:18px;
	color:#6D961A;
	}
	
.article_title a {
	color:#6D961A;
	}	
	
.article_pix {
	background:url(../images/goods_pix_bg.jpg) top left no-repeat;
	height:101px;
	width:161px;
	padding:9px;
	}
	
.article_pix img {
	height:101px;
	width:161px;
	}
	
.article_detail {
	width:170px;
	height:auto;
	padding-left:4px;
	padding-top:6px;
	}
	
.article_detail ul li {
	background:url(../images/arrow_bullet.jpg) 0px 7px no-repeat;
	padding:4px 0px;
	border-bottom:1px dotted #2180A8;
	padding-left:18px;
	font-size:13px;
	color:#2180A8;
	}
	
.article_detail ul li.last {
	border-bottom:none;
	}
	
.article_detail ul li a {
	color:#2180A8;
	}	
	
.article_detail ul li a:hover {
	color:#2180A8;
	text-decoration:underline;
	}
	
/***************Inside_pages************/

.category_box {
	float:left;
	width:180px;
	border:1px solid #6D961A;
	margin:6px 15px 0px;
	position:relative;
	_margin:6px 7px 0px;
	_margin-right:15px;
	padding:20px;
	}
	
.category_title	{
	position:absolute;
	top:-13px;
	left:5px;
	padding:0px 8px;
	background:#fff;
	font-size:18px;
	color:#6D961A;
	}
	
.category_box ul li {
	padding:7px 0px;
	padding-left:20px;
	background:url(../images/category_bullet.jpg) 0px 7px no-repeat;
	font-size:12px;
	border-bottom:1px dotted #2F96A8;
	color:#2F96A8;
	width:160px;
	}
	
.category_box ul li:hover {
	background:url(../images/category_bullet_hover.jpg) 0px 7px no-repeat;
	}
	
.category_box ul li:hover a {
	color:#4B8DAD;
	}		
	
.category_box ul li a {
	color:#2B86A4;
	}
	
.category_box ul li.last {
	padding-bottom:0px;
	border:none;
	}			
	
.content_txt {
	width:530px;
	height:auto;
	float:left;
	line-height:16px;
	}
	
.content_box h1, .content_txt h1 {
	font-size:16px;
	line-height:normal;
	color:#6E971B;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:2px dotted #6E971B;
	font-weight:normal;
	}	
	
.content_box {
	padding:0px 12px;
	}
	
.content_box h2 {
	font-size:15px;
	font-weight:bold;
	color:#3E89C1;
	padding-bottom:8px;
	}
	
.content_box h2 a {
	color:#3E89C1;
	}
	
.content_box h2 a:hover {
	color:#3E89C1;
	text-decoration:underline;
	}
	
.content_box p {
	font-size:12px;
	line-height:16px;
	}
	
.content_box p.sponsor_link {
	color:#65A730;
	padding-top:8px;
	}
	
.content_box p.sponsor_link a {
	color:#65A730;
	}
	
.content_box p.sponsor_link a:hover {
	color:#65A730;
	text-decoration:underline;
	}
	
.listing_box {
	background:#f4f4f4;
	padding:8px;
	}
	
.listing_box.nobkg {
	background:none;
	}	
	
a.mail_style {
	color:#3388A4;
	}
	
a.mail_style:hover {
	color:#3388A4;
	text-decoration:underline;
	}
	
.content_box.textual p {
	font-size:11px;
	}	
	
.content_box h3 {
	color:#4E7A00;
	font-size:13px;
	padding-bottom:4px;
	}
	
.content_box ul {
	padding-left:15px;
	}	
	
.content_box ul li {
	list-style:disc;
	line-height:20px;
	}
	
.content_box ol {
	padding:0px;
	margin:0px;
	padding-left:20px;
	}	
	
.content_box ol li {
	list-style:decimal;
	line-height:16px;
	padding-bottom:10px;
	}	
	
.content_box.category_page {
	padding:0px;
	padding-top:15px;
	}											
						
	
/*********footer**************/	
	
.footer {
	background:url(../images/footer_bg.jpg) top left no-repeat;
	height:45px;	
	padding:0px 12px;
	padding-top:8px;
	}

.footer ul {
	padding-left:280px;
	}	
	
.footer ul li {
	float:left;
	padding:0px 8px;
	border-right:1px solid #fff;
	color:#fff;
	font-size:11px;
	}	
	
.footer ul li.last {
	border:none;
	}	
	
.footer ul li a {
	color:#fff;
	}
	
.footer ul li a:hover {
	color:#fff;
	text-decoration:underline;
	}													

.sponsored_left{
	width:74%;
	float:left;
	display:block;
}

.sponsored_right{
	width:25%;
	float:right;
	display:block;
	text-align:right;
}

.yellow{
	background-color:yellow;
}

.sponsored_right h2, .sponsored_left h2{
	color:#292929 !important;
}
