body {
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
}

	p {
		margin: 0px;
	}
	
	a {
		color: #6f6f6f; text-decoration: underline;
	} a:hover {
		color: #6f6f6f; text-decoration: underline;
	}

#content {
	width:770px;
	margin: 15px auto 0 auto;
}
	#content2 {
		width: 96%;
		margin: 15px auto 0 auto;
	}

.header {
	height: 95px;
	margin: 25px 0 0 0;
}
	.header h1 {
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	.header div {
		margin: 20px 0 0 0;
		float: right;
		text-align: right;
	}
	
	.header a {
		color: #588626;
		font-weight: bold;
		text-decoration: none;
	}
	.header a:hover {
		color: #9e4412;
		text-decoration: underline;
	}

.mainpage {
	width: 100%;
}

	.mainads {
		width: 300px;
		float: right;
	}

	.maincats {
		width: 460px;
		margin: 0 10px 0 0;
	}
	
.catbox {
	border: 1px solid #dfdebf;
	background: #FFFFFF;
	padding: 4px;
}

.hbox {
	border: 1px solid #dfdebf;
	background: #edecd9;
	padding: 6px 4px 7px 4px;
	margin: 0 0 10px 0;
}
	.hbox ul {
		margin: 0;
		padding: 0;
	}
	.hbox li {
		list-style-type: none;
		background: url('../images/green.gif') no-repeat left; 
		font-size: 11px;
		color: #C4C4C4;
		padding: 0 4px 4px 16px;
		margin: 0 0 4px 4px;
	}
	.hbox a {
		color: #6f6f6f; text-decoration: none;
	}
	.hbox a:hover {
		text-decoration: Underline;
	}

.caption {
	font-weight: bold;
	font-size: 11px;
	color: #588626;
	padding: 5px 10px 0 9px;
	background: #dfdebf;
	border-bottom: 3px solid #588626;
	border-top: 2px solid #cfcd99;
	height: 18px;
}
	.caption span {
		float: right;
	}
	
	.caption a {
		color: #588626; text-decoration: underline;
	}
	.caption a:hover {
		text-decoration: none;
	}


.search_border {
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #588626;
	margin: 0 0 10px 0;
}
	.search_box {
		background: #dfdebf;
		border-top: 5px solid #ffffff;
		padding: 10px;
		height:25px;
	}
	.search_box p {
		padding: 2px 0 0 4px;
		font-weight: bold;
	}	
	.search_box span {
		font-weight: bold;
		float: right;
		padding: 5px 4px 0 0;
	}
	
	.search_box a {
		color: #588626; text-decoration: none;
	}
	.search_box a:hover {
		color: #588626; text-decoration: underline;
	}


.pagination {
	padding: 2px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
	.pagination ul {
		font-size: 12px;
		margin: 10px 0 10px 0;
		padding: 0px;
		text-align: left;
	}
	.pagination li {
		display: inline;
		list-style-type: none;
		padding-bottom: 1px;
	}
	.pagination a {
		color: #588626;
		border: #588626 1px solid;
		background: #f2f2e5;
		padding: 5px;
		text-decoration: none;
	}

	.pagination a:hover {
		background-color: #f2f2e5;
		border: #9e4412 1px solid;
		color: #9e4412;
		text-decoration: none;
	}

	.pagination li.firstpage {
		margin-right: 5px;
	}
	.pagination li.nextpage {
		font-weight: bold;
		margin-right: 5px;
	}



.button {
	margin: 0 0 0 5px; border: #6f6f6f 0px solid; font-weight: bold; font-size: 12px; background: url('../images/search.gif'); width: 70px; color: #FFFFFF; height: 23px;
}

.input {
	padding: 3px 0 0 6px; border: #2b5912 1px solid; font-size: 12px; background: url('../images/input.gif') #f3f3f3; color: #6f6f6f; height: 17px;
}

.text {
	border: 1px solid #757479;
	background: #FFFFFF;
	height: 17px;
	font-size: 12px;
	padding: 2px;
	width: 380px;
	color: #757479;
}
.atext {
	border: 1px solid #757479;
	background: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	width: 380px;
	color: #757479;
}
.ptext {
	border: 1px solid #757479;
	background: #FFFFFF;
	height: 17px;
	font-size: 12px;
	padding: 2px;
	width: 50px;
	color: #757479;
}

.desc {
	font-size: 12px; color: #6F6F6F; padding: 0 0 0 14px;
}

.urltitle {
	font-size: 15px; color: #6F6F6F; padding: 5px 0 6px 14px; font-weight: bold; background: url('../images/blt.gif') no-repeat left; 
}
	.urltitle a {
		font-size: 13px; color: #588626; text-decoration: none;
	}
	.urltitle a:hover {
		color: #9e4412; text-decoration: none;
	}


.url {
	font-size: 12px; color: #6F6F6F; padding: 5px 0 6px 14px;
}
	.urltitle a {
		font-size: 12px; color: #588626; text-decoration: none;
	}
	.urltitle a:hover {
		color: #9e4412; text-decoration: none;
	}

#footer {
	font-weight: normal; font-size: 11px; color: #588626;
	padding: 10px 0 10px 0;
	border-top:1px solid #2b5912;
	height:40px;
}

	#footer a {
		color: #588626; text-decoration: none;
	}
	#footer a:hover {
		color: #588626; text-decoration: Underline;
	}


.info {
	margin: 0 15px 0 15px;
}

.linktable {
	padding: 0 0 8px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #f2f2f2;
}

.err {
	padding: 4px;
	color: #9e4412;
}
.msg{
	padding: 4px;
	color: #588626;
}

.padding {
	padding: 0 5px 0 0;
}


.common {
	font-weight: bold; color: #588626; font-size: 12px; font-weight: bold;
}
	.common a {
		color: #588626; text-decoration: none;
	}
	.common a:hover {
		text-decoration: underline;
	}



SELECT {
	font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
}
INPUT {
	font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
}
TEXTAREA {
	font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
}
form {
margin: 0;
}


.captcha {
	border: 1px solid #6f6f6f;
}


.cat {
	font-size: 11px;
	font-weight: bold;
	color: #588626;
	padding: 3px 4px 3px 16px;
	background: url('../images/cat.gif') no-repeat left; 
	margin: 0px;
}
	.cat a {
		font-weight: bold; color: #588626; text-decoration: Underline;
	}
	.cat a:hover {
		text-decoration: none;
	}


.subcat {
	font-size: 10px;
	color: #757479;
	margin: 0px;
	padding: 0 0 5px 16px;
}
	.subcat a {
		color: #757479; text-decoration: none;
	}
	.subcat a:hover {
		text-decoration: Underline;
	}

.paypal {
	font-size: 18px;
	color: #588626;
	font-weight: bold;
	text-align: center;
}

.limit_field {
   border: 0 solid transparent;
   background: transparent;
   color: #6f6f6f;
}
