html { height: 100%; margin-bottom: 1px; }

body {
    background: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0px 20px 0px 20px;
}

.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 {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #f7efee;
	font-size: 13px;
	font-weight: bold;
	color: #474f2b;
}

a {
	outline: none;
}

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

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #FF0000;
	background: #F7F7F7;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #F7F7F7;
	border: 1px solid #A0A0A0;
	text-align: left;
}

.label {
	text-align: right;
}

.buttons {
	border-top: 1px solid #D9D9D9;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #208a0b;
}

.submitBox {
	padding: 15px 15px 15px 15px;
	vertical-align : top;
	border : 1px solid #ebe5e5;
	background-color: #F7F7F7;
	width:600px;
	margin-left:20px;
	
} 

.text {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text, textarea.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 3px;
	text-decoration: none;
	background: url('../images/input_bg.jpg') repeat-x #ececec;
	border: 1px inset #CCCCCC;
}
select {
	font-size: 8pt;
	border: 1px solid #3E81B4;
	background: url('../images/input_bg.jpg') repeat-x #ececec;
	padding: 3px;
}

.captcha {
	border: 1px solid #3E81B4;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	background-color: #739a03;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 3px 3px 3px;
	height: 26px;
	border: 1px solid #7f818f;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: middle;
}
span.req {
	margin-left: 3px;
	color: #CA0002;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
	width: 100%;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.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:#3E81B4;
   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;
}

/* --------------------------------------------------------------- */

.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 970px;
 	padding:0px;
	border: 0px solid;
}
	
.header {
	background: #FFFFFF;
	height: 110px;
	width: 970px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin: 20px 0px 0px 20px;
}

.headerSearch {
	height: 36px;
	width: 970px;
	margin: 0 auto;
}

.headerSearchLeft {
	background: url("../images/search-left.gif") no-repeat;
	height: 36px;
	width: 7px;
	float: left;
}

.headerSearchCenter {
	background: #7a7c73;
	height: 30px;
	border: 0px solid;
	width: 956px;
	padding-top: 6px;
	float: left;
}

.headerSearchRight {
	background: url("../images/search-right.gif") no-repeat;
	height: 36px;
	width: 7px;
	float: left;
}

.searchInput {
	background-color: #FFFFFF;
	border-top: 1px solid #353535;
	border-right: 1px solid #f1f7de;
	border-bottom: 1px solid #f1f7de;
	border-left: 1px solid #353535;
	padding: 2px;
	margin-left: 15px;
	float: left;
	height: 14px;
}

.searchBtn {
	height:21px;
 	width:61px;
 	background:url('../images/search-button.gif') no-repeat;
 	border:0px;
 	cursor:pointer;
	margin-left: 30px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #CA0002;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #CA0002;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

.hMenuContainer {
	height: 32px;
	width: 970px;
	margin: 0 auto;
}

.hMenuLeft {
	background: url("../images/nav-left.gif") no-repeat;
	height: 32px;
	width: 7px;
	float: left;
}

.hMenuCenter {
	background: url("../images/hMenuContainerBg.jpg") repeat-x;
	height: 22px;
	width: 956px;
	padding-top: 10px;
	border: 0;
	color:#474f2b;
	font-weight: normal;
	float: left;
}

.hMenuRight {
	background: url("../images/nav-right.gif") no-repeat;
	height: 32px;
	width: 7px;
	float: left;
}

.hMenuCenter a:link, .hMenuCenter a:active, .hMenuCenter a:visited {
	color : #474f2b; 
	text-decoration : none; 
	font-weight:bold;
}

.hMenuCenter a:hover {
	color : #F7F7F7; 
	text-decoration : none;
	font-weight:bold;
}

/*-------------------*/

.path {
	background-color:#f7f7f7;
	border: #ebe5e5 1px solid;
	padding:5px 0px 5px 10px;
	margin: 10px auto 10px auto;
	width: 958px;
}

.path a:link, .path a:active, .path a:visited {
	color: #739b04;
	font-weight: bold;
	text-decoration: underline;
}

.path a:hover {
	text-decoration: none;
}

/*-------------------*/

.centerContainer {
	float: left;
	padding: 15px;
	border: 0px solid;
	width: 720px;
	margin-right: 12px;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #739b04;
	font-weight: bold;
	text-decoration: underline;
	margin: 4px 0 12px 0;
}

a.catHomeMain:hover {
	text-decoration: none;
}

.catHomeSubcats {
	margin: 3px 0px 14px 9px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #739b04;
	text-decoration: underline;
}

a.catHomeSub:hover {
	text-decoration: none;
}

.catHomeCount {
	color: #474f2b;
	font-weight: bold;
	font-size: 10px;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 208px;
	border: 0px solid;
}

/*-------------------*/

.footer {
	margin: 0 auto;
	width: 970px;
	background-color: #FFFFFF;
	clear:both;
	text-align: left;
	padding: 0px 0px 10px 0px;
	color: #000000;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #739b04;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.footer-box {
	background-color:#f7f7f7;
	border: #ebe5e5 1px solid;
	padding:5px 0px 5px 10px;
	margin: 10px auto 10px auto;
	width: 958px;
}

/*-------------------*/

.box {
	margin: 0px 0px 20px 0px;
}

.boxTopLeft {
	float: left;
	background: url("../images/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 40px;
}

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 196px;
	height: 22px;
	padding-top: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 40px;
}

.boxMiddle {
	clear: both;
	background: #7a7c73;
	width: 208px;
}

.boxBottom {
	background: #7a7c73;
	width: 208px;
	height: 6px;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 14px;
	margin: 0;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px 10px 7px;
	color: #f1f7de;
	line-height: 15px;
	font-size: 11px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #f1f7de;
	line-height: 15px;
	font-size: 11px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #a0ce23;
	text-decoration: underline;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #a0ce23;
	text-decoration: none;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 10px 10px 10px 12px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 6px no-repeat;
	padding: 1px 0px 3px 9px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #f1f7de;
	text-decoration: underline;
}

.boxPopCats li a:hover {
	color: #f1f7de;
	text-decoration: none;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #739b04;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #454545;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #454545;
	font-weight: normal;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #739b04;
	text-decoration: underline;
}

.pagingLinks a:hover {
	color: #739b04;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #739b04;
	font-weight: bold;
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #739b04;
	text-decoration: underline;
}

a.readMore:hover {
	text-decoration: none;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #3E81B4;
	text-decoration: none;
}

a.readMoreFeat:hover {
	color: #CA0002;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

.searcCat a:hover {
	color: #CA0002;
	font-weight: bold;
	text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
	color: #CA0002;
	text-decoration: underline;
}

.paymentTable td {
	border-right: 1px solid #D9D9D9;
	text-align: center;
}

/*-------------------*/

.bid {
	width: 68px;
}

.bidFunds {
	background: url("../images/bidBg1.gif") no-repeat;
	width: 68px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
	display: block;
	background: url("../images/bidBg2.gif") no-repeat;
	width: 68px;
	height: 31px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL1:hover {
	text-decoration: underline;
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
	display: block;
	background: url("../images/bidBg3Middle.gif") repeat-y;
	width: 68px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL2:hover {
	text-decoration: underline;
}

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

---------------
legend {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #3E81B4;
}
fieldset {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

table.comment {
   border-width: 1px;
   border-color: #ebe5e5;
   border-style: solid;
   margin-top:   5px;
}

tr.comment {
   background-color: #f7f7f7;
   color: #000000;
}

h4 {
        color: #3E81B4;
        font-size: 8pt;
        padding: 0;
}

.featured {
	background-color:#f1f7de;
	border: 1px solid #d8e4b5;
	margin: 0 10px 10px 10px;
	padding: 14px 5px 5px 5px;
}

.link_rating {
   padding: 0px;
   padding-right: 5px;
   border: 1px solid #E1E1E1;
   background: #ffffff;
   color: #6b6b6b;
   width: 200px;
}

.link_rating img {
   display: block;
   float: left;
   margin-right: 2px;
}

.link_rating span.review {
   display: block;
   float: right;    
   color: #000000;
   padding-top: 3px;
}

.frontend_actions {
	float: right;
	width: 36px;
	height: 36px;
}

.float_tiny {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}


/* login slider related */

#panel {
    background: #f7f7f7;
    display: block;
    color: #000000;
    position: absolute; 
    z-index: -1; 
    top: 0px; 
    width: 970px;
    height: 110px;
}

#panel a:active, #panel a:link, #panel a:visited{
	color: #739b04;
	text-decoration: underline;
}

#panel a:hover{
	color: #739b04;
	text-decoration: none;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 2px #5a7900;
    background: #ebe5e5;
    text-align: right;
    color: #739b04;
    padding: 10px 20px 10px 20px;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
	color: #739b04;
	text-decoration: underline;
}

.slide a:hover {
    color: #739b04;
    text-decoration: none;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 970px;
    background: #E51D25;
}

.fields {
    width: 503px;
    height: auto;
    background: url('../images/fields_bg.jpg') repeat-y;
}
 
.fields_c {
    width: 503px;
    height: auto;
    background: url('../images/fields_top.jpg') no-repeat;
}

.fields_b {
    width: 503px;
    height: 7px;
    background: url('../images/fields_bot.jpg') no-repeat;
    line-height: 0px;
    overflow: hidden;
}
 
.fields_c h3 {
    border: none;
    padding-top: 10px;
    color: #284c6f;
    padding-left: 15px;
}
 
.underlined {
    color: #909090;
    border-bottom: 1px solid #e1dddd;
}
 
#additional_links td {
    padding: 0 3px 3px 0;
}