body {
	background-image:url('../images/body-bg.gif');
	background-repeat:repeat-x
}

* {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
}

a:link {
	color:#333333;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#416c93;
	text-decoration:underline;
}

img {
	border:0px;
}

.container {
	width:782px;
}

.header {
	text-align:center;
}

.topmenu {
	background-image:url('../images/menu-bg.gif');
	background-repeat:repeat-x;
	vertical-align:top
}
	
	.submit {
		font-family:Tahoma;
		font-size:11px;
		color:#cfe7eb;
		text-align:left;
		}
		
	.submit a{
		background-image:url('../images/menu-br.gif');
		background-repeat:no-repeat;
		background-position: right top;
		font-family:Tahoma;
		font-size:11px;
		color:#EBFEC2; 
		font-weight:bold;
		margin:0px; padding-left:0px; padding-right:40px; padding-top:10px; padding-bottom:4px
		}
	
	.submit a:link {
		color:#EBFEC2; 
		text-decoration:none;
	}
	.submit a:visited {
		color:#EBFEC2; 
		text-decoration:none;
	} 
	.submit a:hover {
		color:#FFFFFF; 
		text-decoration:none;
	}
	
	.search {
	text-align:right;
	}

#path {
	padding-left:10px;
	margin:0px;
	}

.navbar {
	background-image:url('../images/ct-bg.gif');
	background-repeat:repeat-x;
	vertical-align:top;
	color:#416c93;
	font-size:11px; padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:5px 
}

	.navbar a {
		font-weight:bold;
		font-size:11px; 
		color:#416c93;
	}
	.navbar a:link {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:visited {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:hover {
		color : #7a9dbd; 
		text-decoration : underline; 
	} 

.content-l {
	background-image:url('../images/c-l.gif');
	background-repeat:repeat-y
}

.content {
	vertical-align:top;
	padding:0px;
}

	h1 {
		font-weight: bold;
		color: #ED8A05;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		padding: 0px;
		background-repeat:no-repeat;
		margin:0px;
	}
	a.categorylink:link, a.categorylink:visited, a.categorylink:active {
		color:#333333;
		text-decoration:none;
		}
	a.categorylink:hover {
		color:#000000;
		text-decoration:underline;
		}
	h3 {
		font-weight: bold;
		color: #333333;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	
	.subcats {
		margin:0px 0px 10px 0px;
		}
	
	a.subcategorylink:link, a.subcategorylink:visited, a.subcategorylink:active {
		color:#333333;
		text-decoration:none;
		background-image:url('../images/categories-arrow.gif');
		background-repeat:no-repeat; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
		}
	a.subcategorylink:hover {
		color:#416c93;
		text-decoration:underline;
		background-image:url('../images/categories-arrow.gif');
		background-repeat:no-repeat; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
		}
	
	a.leftbarlink:link, a.leftbarlink:visited, a.leftbarlink:active {
		color:#333333;
		text-decoration:none;
		background-image:url('../images/leftbar-arrow.gif');
		background-repeat:no-repeat; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
		}
	a.leftbarlink:hover {
		color:#416c93;
		text-decoration:underline;
		background-image:url('../images/leftbar-arrow.gif');
		background-repeat:no-repeat; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
		}

.sort {
	font-size:10px;
	font-weight:normal;
	}

.small {
	font-size:10px;
	font-weight:normal;
	}

.small a{
	font-size:10px;
	font-weight:normal;
	}

.url {
	color: #a9bfd2;
}
.url-featured {
	color: #feff33;
}

.description {
	padding-bottom:10px;
}

#f-links {
	margin:10px 0px 10px 0px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	padding:5px 5px 5px 5px;
	}
	
#links {
	margin:10px 0px 10px 0px;
	}

.content-r {
	background-image:url('../images/c-r.gif');
	background-repeat:repeat-y
}

.content-bottom {
	background-image:url('../images/cb-bg.gif');
	background-repeat:repeat-x;
	padding:10px
}

.navig {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

.footer {
	background-image:url('../images/footer-bg.gif');
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	height:36px
}

.footer p{
	text-align:center;
	font-size:10px; 
	color:#EBFEC2;
}

.footer a {
		font-weight:bold;
		font-size:10px; 
		color:#EBFEC2;
	}
	.footer a:link {
		color:#EBFEC2;
		font-weight:bold; 
		text-decoration:underline; 
	} 
	.footer a:visited {
		color:#EBFEC2; 
		text-decoration:underline; 
	} 
	.footer a:hover {
		color:#ffffff; 
		text-decoration:underline; 
	}
	
#submit {
	background-color:#FFFFFF;
	border:1px solid #ccdeee;
	padding:10px;
	margin:2px;
}

	td.error {
		padding:3px;
		color:#FF0000;
		font-size:12px;
		font-weight:bold;
		background-color:#f7f455;
		border:1px solid #f7e055;
		text-align: center;
	}
	
	td.success{
		padding:3px;
		color:#009900;
		font-size:12px;
		font-weight:bold;
		background-color:#f7fbfe;
		border:1px solid #009900;
		text-align: center;
	}

#submit2 {
	background-color:#f7fbfe;
	border:1px solid #e4eef6;
	padding:10px;
	margin:2px;
}

.req {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

div.errForm, span.errForm {
	margin:2px 0 2px 2px;
	padding:1px 2px 1px 2px;
	color:#FF0000;
	font-size:10px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	text-align:left;
	clear:right;
}

div.pr {
	font-size:9px;
	text-align:center;
	width:50px;
	margin:0px 10px 0px 0px;
	padding: 5px;
	}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.label {
	padding:5px;
	vertical-align:top;
	text-align:left;
	}
.field {
	padding:5px;
	vertical-align:top;
	text-align:left;
	}
.buttons {
	background-color: #f5f5f5;
	padding:5px 10px 5px 10px;
	text-align:center;
	border:1px solid #cee5eb;
	}
.hiddenPic {
	display:none;
	}
	
	.top-ientry-bar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	background: #003c80 url(http://www.href.info/templates/TreatGreen/images/href-topbar-background1.gif) repeat-x left top;
}
.top-ientry-bar a {
	margin: 0px;
	padding: 7px 20px 11px 10px;
	float: left;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
}
.top-ientry-bar a:hover {
	margin: 0px;
	padding: 7px 20px 11px 10px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: #EDFFFE url(http://www.href.info/templates/TreatGreen/images/href-topbar-background2.gif) repeat-x left top;
}
.top-ientry-bar a img {
	margin: -5px 5px -6px 0px;
	z-index: 2;
}
#ientry-bar-right {
	float: right;
}
.ientry-bar-clear {
	clear: both;
}
