body {
    background: #ffffff;
	font:11px/13px Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	text-align:center;
}

a {color:#5A5A5A; text-decoration:none;}
a:hover {text-decoration:underline; color:#629400;}

.clear {clear:both;}
.center {
	width:800px;
	margin:0 auto;
	text-align:left;
}
table {width:100%;}

#dropheader {
	width:880px;
	height:40px;
	margin:auto;
	background:#ffffff url(../images/dropheader.jpg) no-repeat;
}

#dropfooter {
	width:880px;
	height:35px;
	margin:auto;
	background:#ffffff url(../images/dropfooter.jpg) no-repeat;
}

#maincontainer {
	width:880px;
	background:#ffffff url(../images/maincontainerbg.jpg) repeat-y;
	margin:auto;
	padding:0px;
}
.headercontainer {
	width:800px;
	margin:auto;
	background:transparent;
}
#top {
	height: 125px;
	padding-top:2px;
}

#logo {
	float:left;
	margin: 5px 0;
}
#logo img {
	border:0;
}

#topads {
	width:468px;
	height:120px;
	background: #ffffff url(../images/headeradslot.png) no-repeat;
	float:right;
	margin-top: 5px;
	padding-left:10px;
	padding-right:10px;
}

#topsearch {
	text-align:left;
	
}

#topsearch .text {
	border:1px solid #e7e5e5;
	float:left;
	width:270px;
	margin-left:30px;
	background:transparent;
	padding:0px;
	font-size:11px;
	font-family:arial;
	height:20px;
	padding-top:3px;
	padding-left:5px;
}

#topsearch .btn {
	border:0px solid #a4b97f;
	background:transparent url(../images/search.png) no-repeat;
	height: 20px;
	width:61px;
	font-size:12px;
	float:right;
	margin-right:28px;
	text-indent:-999em;
	text-transform: capitalize;
	margin-top:3px;
}

#left {
	float:left;
	width:200px;
	margin-right:10px;
	text-align:center;
}
#middle {
	float:left;
	width:800px;
}
#right {
	float:right;
	width:200px;
	text-align:center;
}


div.top {
	background-image:url(../images/top.jpg);
	background-repeat:repeat-x;
	height:33px;
}

div.top .left {
	float:left;
}

div.top .right {
	float:right;
}


.area {
	border:1px dashed #eeecec;
}

.area .top_left {
	background-repeat:no-repeat;
}
.area .top_right {
	background-repeat:no-repeat;
	background-position:right top;
}

.area .left {
	background-repeat:repeat-y;
}
.area .right {
	background-repeat:repeat-y;
	background-position:right;
}
.area .bottom_left {
	background-repeat:no-repeat;
	background-position:left bottom;
}
.area .bottom_right {
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:15px;
}
.area .bottom {
	background-repeat:repeat-x;
	background-position:bottom;
}

#left a, #right a {
	display:block;
	float:left;
	border-bottom: 1px solid #bbbbbb;
	padding:8px;
	width:90%;
	text-decoration:none;
}
#left a:hover, #right a:hover {
	border-bottom: 1px solid #629400;
}

.homelink a{color:#458824;}

.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color:#629400;
	font-size: 8pt;
	padding:0;
	padding-bottom: 5px;
	margin:0;
	border-bottom: 1px dotted #629400;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {

}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	padding-left: 3px;
	background: #ffffff url(../images/path.png) repeat-x;
	margin-bottom:0px;
	width:834px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-top:0px solid #d2deb7;
	border-bottom:0px solid #d2deb7;
}


.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 12px;
	border:1px solid #d0d8be;
	background:#f7faf0;
	font-family:arial;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #91ab54;
	background-color: #697253;
	cursor: pointer;
	height: 26px;
	color:#edfdc7;
	font-family:arial;
	text-transform:uppercase;
	
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 25px 10px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	margin-top:3px;
	padding: 2px 10px 5px 13px;

}
div.prg {
	width: 80px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
	float:right;
	margin-top:2px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

div.footer {
	background: url(../images/footerline.png) no-repeat top center;
	margin:0 auto;
	margin-top:20px;
	padding: 25px 0 15px 0;
	clear:both;
	width:800px;
}

.copyright {
	color:#629400;
	margin-top:10px;
}
.copyright a {
	color:#629400;
	font-weight:bold;
	text-decoration:none;
}

.price {

}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

#tabs {
	float:right;
	width:540px;
	font-size:12px;
	line-height:normal;
	border-bottom:0px solid #666;
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	margin-right:20px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(../images/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(../images/right.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#000000;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -84px;
	}

#tabs a:hover span {
	background-position:100% -84px;
	}
#googlead {
	height:60px;
	width:468px;
	background:url(../images/468x60.gif) no-repeat left top;
	margin-bottom:18px;
	margin-top:10px;
}
.homepage {
	background:#fafbf9;
	border:1px solid #dee0dd;
}

#side-a {
	float: left;
	width: 230px;
	margin-right:20px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 480px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#side-b a {
	font-weight:bold;
}
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #cad3c2;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cad3c2;
 border-bottom: none;
 background: #ccd7c0;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #dae4d0;
 border-color: #cad3c2;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #cad3c2;
 border-top:0;
 background:#fdfefc;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
ul.popcat {
	list-style-type:none;
	font-size:12px;
	font-family:arial;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	border-top:1px solid #e4e4e4;
	border-bottom:0px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background:#fcfffa;
	width:218px;
	
	
}

ul.popcat li {
	line-height:22px;
	border-bottom:1px solid #e4e4e4;
}
ul.popcat li:hover{
	line-height:22px;
	background:#e4e4e4;
	border-bottom:1px solid #ffffff;
}
ul.popcat li a{
	padding-left:10px;
	font-weight:bold;
}
ul.popcat li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
h3.siteoftheday {
	text-indent:-9999px;
	background:transparent url(../images/siteoftheday.png) no-repeat left top;
	height:24px;
	width:150px;
	text-transform:capitalize;
	padding-bottom:0px;
	border-bottom:0px;
}
h3.popularcategory {
	text-indent:-9999px;
	background:transparent url(../images/popularcategory.png) no-repeat left top;
	height:24px;
	width:150px;
	text-transform:capitalize;
	padding-bottom:0px;
	border-bottom:0px;
}
h3.latestnews {
	text-indent:-9999px;
	background:transparent url(../images/latestnews.png) no-repeat left top;
	height:24px;
	width:150px;
	text-transform:capitalize;
	padding-bottom:0px;
	border-bottom:0px;
}

.homefeatlink {
	color:#e8b108;
	text-transform:uppercase;
	padding-right:10px;
}
.homefeatlink:hover{
	text-decoration:none;
	color:#000000;
}
.homenewslink {
	color:#4c5049;
}
.sotdimage {
	border:8px solid #edeeeb;
}

.detaillabel {
	width:150px;
	font-weight:bold;
}

.detailtitle {
	font-family:arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
	text-align:center;
	color:#363e34;
	background:#e9f1e7;
	border:1px solid #cedeca;
	
}

#linkDetail {
	font-size:12px;
}

.even {
   background:#fafbf8;
   border:1px dashed #c3cab3;
}
.odd {
   background:#ffffff;
   border:1px dashed #c3cab3;
}

.listinlink {
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/featlinkicon.png) no-repeat left top;
	padding:0px 0px 0px 18px;
	color:#000000;
	margin-bottom:0px;
	line-height:100%;
	text-transform:uppercase;
}

#featuredblock {
	background:#eef4df url(../images/flinks.png) no-repeat left top;
	padding-left:5px;
	padding-top:45px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #c0c6b0;
}
	
.readMore {
	background:#f4fae6;
	padding:2px 4px;
	border:1px solid #e3e8d5;
	
}	
		
.readMore:hover {
	background:#7c8566;
	padding:2px 4px;
	border:1px solid #e3e8d5;
	text-decoration:none;
	color:#eef4df;
	
}

#links.listinlink {
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/featlinkicon.png) no-repeat left top;
	padding:0px 0px 0px 18px;
	color:#000000;
	margin-bottom:0px;
	line-height:100%;
}

.regreadMore {
	background:#f4fae6;
	padding:2px 4px;
	border:1px solid #e3e8d5;
	font-size:10px;
	margin-left:15px;
	
}	
		
.regreadMore:hover {
	background:#7c8566;
	padding:2px 4px;
	border:1px solid #e3e8d5;
	text-decoration:none;
	color:#eef4df;
	font-size:10px;
	margin-left:15px;
	
}

.descp p {
	margin:10px 0 0 0;
	padding:0px;
}

.droptitle a {
	font-weight:bold;
}

.formlabel {
	font-size:12px;
	font-weight:bold;
	text-align: right;
	
}

.field {
	font-size:12px;
	padding:2px;
}

.formtext {
	font-size: 12px;
	padding:2px;
	border:1px solid #d0d8be;
	background:#f7faf0;
	font-family:arial;
}
			
