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

body {
	/* background: url("/images/blue029.jpg"); */
        background: #a5a5a5;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 15px 0px;
}

.hrdiv {
        width:100%; 
        border-top: 1px dotted #0000a0; 
        padding: 5px 0px 10px 0px;       
}

.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: #000000;
	font-size: 8pt;
	padding: 10px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
	border-top: 1px dotted #0000a0;
}

.noline {
	color: #000000;
	font-size: 8pt;
	padding: 5px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
	border: 0px;
}


.cats {font-size:9pt;}

a.cats:link, a.cats:active, a.cats:visited {
	color: #0000A0;
	font-weight: bold;
	text-decoration: underline;
}

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

h3.cats {

	padding: 0px 0px 3px 0px;
	margin: 0px;
        border: 0px;
}

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

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #CA0002;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}


.label {
	text-align: right;
}

td.label {
	width:110px;
}

a.label:link, a.label:active, a.label:visited {
	color: #0000A0;
	text-decoration: none;
}

a.label:hover {
        color: #ff6600;
	text-decoration: underline;
}

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

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

input.text {
	color: #000000;
	border: 1px solid #000000;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #000000;
}
select {
	font-size: 8pt;
	border: 1px solid #000000;
}

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;/*3E81B4;*/
	cursor: pointer;
	height: 20px;
}
span.req {
	margin-left: 3px;
	color: #ff0000;
	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;
}
.small, .small a {
        margin: 0px;
	color: #10a509;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
.sortblock {
text-align: center;

}
 
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: 1px solid #000000;

}

#toggleCategTree {
   display:block;
   cursor:pointer;

   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;

}

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

}

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

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

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

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

.center {

	margin: 0 auto;
	width: 960px;


}

.center2 {
	margin: 0 auto;

	width: 960px;

}
	
.center1 {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
        border-left: 1px solid #0000a0;
        border-right: 1px solid #0000a0;
}
	
.header {


        background-color: #ffffff;
	height: 80px;
	width: 960px;
	margin: 0 auto;
        border-left: 1px solid #0000a0;
        border-right: 1px solid #0000a0;
        border-top: 1px solid #0000a0;
}

.header2 {
        background-color: #ffffff;
	height: 30px;
	width: 960px;
	margin: 0 auto;
        border-left: 1px solid #0000a0;
        border-right: 1px solid #0000a0;
}
.headerLogo {
        float: left;
	margin: 10px 0px 0px 17px;
}

.headerSearch {

	float: left;
	color: #FFFFFF;

	margin: 0px 2px 0px 20px;
}

.searchLabel {
	float: left;
        margin: 2px 2px 0px 0px;
	color: #000000;
        font-weight: bold;
}

.searchInput {
	background-color: #eae9e5;
	border: 1px solid #000000;
	padding: 2px;
	float: left;
	width: 210px;
	height: 14px;
}

.searchBtn {
        border:1px solid #000000;
        font-size:8pt;
        color: #000000;	
        height: 20px;
	float: left;
	margin: 0px 0px 0px 5px;
        background-color: #a1a1a1;
        cursor: pointer;
        font-weight: bold;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	background: url("../images/searchBtnCenter.gif") repeat-x;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.advancedSearch {
	color: #0000a0;
	font-size: 7pt;
	text-decoration: none;
        margin: 5px 0px 0px 5px;
        float: left;
}

.advancedSearch a:active, .advancedSearch a:link, .advancedSearch a:visited {
	color: #0000a0;
	text-decoration: none;
}



.advancedSearch a:hover {
	color: #fa9856;
        text-decoration: underline;
}



.userBar {

	float: right;
	margin: 5px 25px 0px 0px;
	color: #0000a0;
}

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

.userBar a:hover {
	color: #ff6600;
}


.bannerAd {
        margin: 10px 10px 0px 0px;
        float: right;
}

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

.hMenuContainer {
        background-color: #0000a0;
	height: 25px;
	width: 960px;
	margin: 0 auto;
        border-left: 1px solid #0000a0;
        border-right: 1px solid #0000a0;

}

.hMenu {
        

	padding-top: 5px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {

	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.hMenu a:hover {

	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;

}

.hMenu img {
        float: left;
}

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

.pathContainer {
        margin: 0px auto;

}
.path {
	
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
	height: 20px;
	padding: 0px 0px 0px 0px;
        border-left: 1px solid #0000a0;
        border-right: 1px solid #0000a0;

}

.pathtext {
	padding: 0px 0px 0px 222px;
display:block;
line-height:155%;

}


.path a:link, .path a:active, .path a:visited {
	color: #000000;
	text-decoration: none;
}

.path a:hover {
	color: #000000;
	text-decoration: underline;
}

.path img {
	margin: 0px 5px 1px 5px;
}

.rss img {

        margin: 0px 0px 0px 50px;

}

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

.leftContainer {
	float: left;
	width: 215px;
	background-color: #ffffff;

}

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

.centerContainer {
	float: left;
}
.centerContainer div {
	padding-left: 0px;
        padding-right: 0px;
}

.centerContainerT {
	background: url("../images/contentTop.gif") no-repeat;
	height: 6px;
	width: 530px;
}

.centerContainerD {
	background: url("../images/contentTopD.gif") no-repeat;

	height: 25px;
	width: 530px;
}

.centerContainerS {
	background: url("../images/boxTopCenterS.gif") no-repeat;
	height: 25px;
	width: 530px;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;

}


.sponsoredSeparate {

	background: url("../images/sponsoredSeparate.gif") no-repeat;
        padding-top: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 10px;
	width: 530px;
}

.sponsorTable {
	background: url("../images/contentMiddle.gif") repeat-y;
	height: 70px;
	width: 530px;
}


.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.gif") no-repeat;
	height: 6px;
	margin: 0;
	width: 530px;
}

.centerContainerM {

	width: 530px;
	padding: 8px 1px 0px 0px;
	background: url("../images/contentMiddle.gif") repeat-y;
	background-color: #ffffff;
}

.catcontent {
        width: 515px;
        margin-left: 10px;
        padding-top: 0px;
}

.catHome {
	float: left;

	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #0000a0;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
        color: #fa9856;
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #000000;
	text-decoration: none;
}

a.catHomeSub:hover {
	color: #000000;
	text-decoration: underline;
}

.catHomeCount {
	color: #CA0002;
	font-weight: bold;
}

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

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

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

.rightContainer {
	float: left;
	width: 215px;
	background-color: #ffffff;

}

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

.footer {
	margin: 0 auto;
	width: 960px;
	/*background: url("../images/footerBg.gif") repeat-x;*/
	background-color: #ffffff;
	border: 1px solid #0000a0;
	border-top: 1px solid #ffffff;
	clear:both;
	text-align: center;
	padding: 6px 0px;
	color: #000000;
}

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




.footer a:hover {
	color: #fa9856;
	text-decoration: underline;



}


.footerCat {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #B32B26;
	width: 700px;
}

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

.box {
	margin: 0px 0px 15px 12px;
}


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

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 178px;
	height: 19px;
	padding-top: 5px;
        padding-bottom: 1px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}


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

.boxMiddle {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
}

.boxMiddleUseful {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
	padding:6px 0px 6px 0px;
margin:0px;
}


.boxMiddlePartner {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;

}

.SocialBookmarks {
        padding-top: 5px;
}

.SocialBookmarks img {
        padding: 5px;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}

.boxGads {
	margin: 0px 0px 20px 12px;
}

.boxTopGads {
	float: left;
	background: url("../images/boxTop.gif") no-repeat;
	width: 190px;
	height: 5px;
}


.boxMiddleGads {
	clear: both;
	background: url("../images/boxMiddle.gif") repeat-y;
	width: 190px;
}

.boxBottomGads {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}



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

.boxStats {
	padding: 10px 0px 10px 20px;
	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: #707070;
	line-height: 15px;
	font-size: 10px;
}

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

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #3E81B4;


	text-decoration: none;
	font-weight: bold;

}


a.boxSponsoredA:hover {

	color: #CA0002;

	text-decoration: underline;

	font-weight: bold;





}

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

.boxPopCats {

	padding: 10px 0px 10px 20px;
	margin: 0;

	list-style: none;



}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 5px no-repeat;
	padding: 0px 0px 2px 8px; 
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #0000a0;
	text-decoration: none;
}


.boxPopCats li a:hover {


	color: #ff6600;
	text-decoration: underline;
}

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

.noResults {
	margin-left: 20px;
}

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

.noResults ul {

	margin: 0;
	padding: 15px 0px 20px 40px;
}

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

.navig {
	margin-left: 10px;
        padding: 5px;
	color: #000000;
	font-weight: bold;
}

.mainPaging {
	float: right;
        margin-right: 8px;
}


.pagingLinks {
	color: #000000;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #000000;
	text-decoration: none;
}

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

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

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #0000a0;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #fa9856;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #10a509;
        font-size: 8pt;
	text-decoration: none;
}

a.readMore:hover {
        color: #10a509;
        font-size: 8pt;
	text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #10a509;
	text-decoration: none;
        font-size: 8pt;
}

a.readMoreFeat:hover {
	color: #10a509;
	text-decoration: underline;
        font-size: 8pt;
}

.linkStats {
        color: #10a509;
        font-size: 8pt;

}


a.readMoreEdit:link, a.readMoreEdit:active, a.readMoreEdit:visited {
	color: #b52728;
        font-size: 8pt;
	text-decoration: none;
        font-weight:bold;
}

a.readMoreEdit:hover {
        color: #0000a0;
        font-size: 8pt;
	text-decoration: underline;
        font-weight:bold;
}

a.cats:link, a.cats:active, a.cats:visited {
	color: #0000A0;
	font-weight: bold;
	text-decoration: underline;
}

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

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

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

.searcCat a:hover {
	color: #fa9856;
	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: #0000a0;
	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: #0000a0;
   border-style: solid;
   background-color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;

   padding-bottom: 5px;



}

label {



   cursor: arrow;
}

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

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

h4 {
        color: #000000;
        font-size: 8pt;
        padding: 0;
        margin:0px 0px 10px 0px;
}

.link1 {
        font-size: 9pt;
}

a.link1:link, a.link1:active, a.link1:visited {
	color: #0000A0;
	font-weight: bold;

	text-decoration: none;
}

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

.featured {
        background-color: #ffffe5;
        border: 1px solid black;
        padding: 0px;
        margin: 0px 10px 0px 10px;
}

.count {
        font-size: 9pt;
        color: #000000;
        padding-right: 10px;

}



.thumb {
        padding:1px;
        background:#fff;

        border:1px solid #000000;
}
#f_link {
	border:#000000 1px solid;
	background:#ffffe5;
	margin:0px 0px 5px 5px;
}

#r_link {
	margin:0px 0px 0px 5px;
}


.headerTable {
        border: 1px black solid;
        background-color:#ffffff;
        margin: 0px auto;
        width: 973px;
}

.feedbuttons {
       margin: 0px auto;

       padding: 0px;
       width: 220px;

}

#sotd {
	margin:0px 0px 5px 2px;
}

.caticon {
        padding: 0px 7px 2px 0px;


        vertical-align: middle;

}

.smallDesc {
        text-align: left;


}

a.smallDesc:link, a.smallDesc:active, a.smallDesc:visited {
	color: #0000A0;
	text-decoration: none;
}


a.smallDesc:hover {
        color: #ff6600;
	text-decoration: underline;
}

#map {
        margin-left:10px; 
        width: 475px; 
        height: 320px;
}

.sponsorSpotAds {
        float:left;
        width:130px;
        margin-bottom:5px;
        margin-top:2px;
        
}

.suggestRules {
        text-align:left;
        margin: 10px 0px 10px 20px;

}

.submitDesc {
        text-align:left;
        margin: 10px 10px 10px 10px;

}

.pubdate {
        font-size: 7pt;
        color: #000000;

}

.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;  
}  
	  		 
