/************ Code to reset tags for all pages ***************/
* {
    padding:0;
    margin:0;
}
body {
    padding:5px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset,
address {
    margin:10px 0;
}
li, dd, blockquote {
    margin-left: 40px;
}
fieldset {
    padding:10px;
}
/************************************************************/

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	background-color: #FFF9BF;
	padding-top: 10px;
}
#center {
	margin: 0 auto;
	width: 768px;
	text-align: left;
}
#Header {
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFB200;
	text-align: right;
}
.SearchBtn, .SendBtn {
	border: 1px solid #8FB300;
	height: 19px;
	width: 30px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	background-color: #8FB300;
}
.SendBtn {
	width: 60px;
}
#Menu {
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #8FB300;
}
#Menu p {
	margin: 0px;	
}
#Main {
	padding: 10px 15px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
}
#Menu a:link, #Menu a:visited {
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: none;
}
#Menu a:hover {
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: underline;
}
#Menu a.current {
	text-decoration: underline;
}

#LeftCol {
	width: 515px;
	float: left;
	height: auto;
}
#RightCol {
	line-height: 115%;
	width: 200px;
	float: right;
	margin-top: 20px;
	background-color: #F2FFBF;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 2px solid #8FB300;
	border-left: 2px solid #8FB300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8FB300;
	clear: right;
	overflow:hidden;
}
#RightCol ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px;
}
#RightCol li {
	margin: 0px;
	padding: 2px 0px 2px 6px;
}
#RightCol h3 {
	margin: 0px;
	padding: 3px 0px 3px 1px;
	background-color: #8FB300;
	font-size: 95%;
	line-height: 105%;
	color: #000000;
	text-decoration: underline;
	border: none;
}
#RightCol img {
	border: none;
	border-bottom: 3px solid #F2FFBF;
}
#RightCol select {
	background-color: #F2FFBF;
	color: #3366FF;
	border: 1px solid #CCCCCC;	
}
#Cats ul  {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0px 0px 10px;
	float: left;
	font-size: 85%;
}
#Cats ul li {
	float: left;
	display: block;
	height: auto;
	width: 224px;
	margin: 0;
	padding: 0px 10px 0px 1px;
}
.Ads {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.AdsLeft {
	float: left;
}
#CurrentPath {
	font-size: 85%;
	font-weight: bold;
	color: #FFB200;
}
.Thumb {
	float: left;
	background-image: url(images/thumb-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	width: 120px;
	height: 90px;
	border: 1px solid #FFB200;
	vertical-align: middle;
}
.Thumb img {
	width: 120px;
	height: 90px;
}
.Info {
	float: right;
	width: 360px;
	overflow: auto;
}
.Listing {
	clear: both;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #FFD980;
	background-color: #efefef;
	width: 503px;
}
.Listing img {
}
.Listing ul {
	list-style-type: none;
	padding: 0px;
}
.Listing li {
	font-size: 85%;
	display: inline;
	margin: 7px 15px 7px 0px;
	padding: 5px 0px;
	color: #666666;
	font-weight: bold;
}
.Listing strong {
	color: #FFB200;
}
.Url {
	font-size: 90%;
	color: #999999;
	font-weight: normal;
}
h4 {
	font-size: 100%;
	line-height: 115%;
	color: #FFB200;
	background-color: #FFD980;
	padding: 2px 5px;
	margin: 0px;
	overflow: hidden;
	width: 505px;
}
#MenuLinks a:link, #MenuLinks a:visited {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: none;
}
#MenuLinks a:hover {
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: underline;
}
#Footer {
	height: 40px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	padding: 5px;
	font-size: 90%;
	background-color: #8FB300;
	overflow: hidden;
}
#vsimage{
	float: right;
	padding-right: 10px;
}
#Footer, #Footer a:link, #Footer a:visited {
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}
#Footer a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}
h1 {
	font-size: 140%;
	line-height: 160%;
	color: #FFB200;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB200;
}
h2 {
	font-size: 100%;
	line-height: 110%;
	color: #FFB200;
	padding: 0px;
}
.subcats {
	font-size: 95%;
	font-weight: normal;
	color: #666666;
}
h3 {
	font-size: 115%;
	line-height: 140%;
	color: #FFB200;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFB200;
	clear: both;
	padding-top: 20px;
}
a:link, a:visited {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #33CCFF;
}
#PageNav {
	clear: both;
	font-weight: bold;
	color: #FFB200;
	font-size: 85%;
	font-weight: bold;
	padding: 10px 0px;
	width: 520px;
}
.Sort {
	font-size: 80%;
	font-weight: normal;
	padding-left: 240px;
}
#advertise {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 1px 2px 0px;
	text-align: right;
}
/*** From Styling *******/
.Row {
	clear: both;
	overflow: auto;
	padding-bottom: 6px;
	padding-top: 6px;
}
.RowLeft {
	float: left;
	overflow: auto;
	width: 206px;
	text-align: right;
}
.RowLeft p {
	text-align: left;
	font-size: 90%;
}

.RowRight {
	float: right;
	overflow: auto;
	width: 304px;
}
.Req {
	color: #FF0000;
	font-weight: bold;
}
label {
	font-weight: bold;
}
.errForm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
