body {
    background: #092951;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
}
.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: #3E81B4;
	font-size: 8pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #D9D9D9;
}

a img {
	border: none;
}	

a {
	outline: none;
}

#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;
}
.buttons {
	border-top: 1px solid #D9D9D9;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text {
	color: #000000;
	border: 1px solid #3E81B4;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}
select {
	font-size: 8pt;
	border: 1px solid #3E81B4;
}

.captcha {
	border: 1px solid #3E81B4;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #3E81B4;
	background-color: #F0F0F0;
	color: #3E81B4;/*3E81B4;*/
	cursor: pointer;
	height: 20px;
}
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;
}
.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;
}

/* --------------------------------------------------------------- */

.center {
	margin: 0 auto;
	width: 960px;
}
	
.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
	border-left: 3px solid #8D8D8D;
	border-right: 3px solid #8D8D8D;
}
	
.header {
	background: url("../images/headerBg.gif") repeat-x;
	height: 128px;
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	border-top: 3px solid #8D8D8D;
	border-left: 3px solid #8D8D8D;
	border-right: 3px solid #8D8D8D;
}

.headerLogo {
	float: left;
	margin: 10px 0px 0px 10px;
}

.headerSearch {
	float: right;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: 190px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 5px 0px;
	color: #1A4E80;
	clear: both;
}

.searchInput {
	background-color: #F3F3F3;
	border: 1px solid #CBCBCB;
	padding: 2px;
	float: left;
	width: 150px;
	height: 18px;
	margin-bottom: 4px;
}

.searchBtn {
	height: 18px;
	float: left;
	margin: 2px 0px 0px 5px;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	background: #F3F3F3;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #888888;
	font-weight: normal;
	float: left;
	border: 1px solid #CBCBCB;
	border-left: none;
	padding-top: 2px;
	padding-bottom: 10px;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 20px 5px 0px;
	color: #CA0002;
	width: 300px;
	text-align: right;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #CA0002;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

.hMenuContainer {
	background: url("../images/hMenuContainerBg.gif") repeat-x;
	height: 37px;
	width: 960px;
	margin: 0 auto;
	border-left: 3px solid #8D8D8D;
	border-right: 3px solid #8D8D8D;
}

.hMenu {
	float: right;
	margin-right: 30px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 10px 0px 10px;
}

.hMenu a:hover {
	/*background: url("../images/hMenuHoverBg.gif") repeat-x;*/
	background: url("../images/hMenuBackH.gif") repeat-x;
	float: left;
	display: block;
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.hMenu img {
	float: left;
}

/*-------------------*/

.path {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 445px;
	height: auto;
	float: left;
	color: #D9530A;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
}

.path a:link, .path a:active, .path a:visited {
	color: #D9530A;
	text-decoration: none;
}

.path a:hover {
	color: #D9530A;
	text-decoration: underline;
}

.path img {
	margin: 0px 5px 1px 5px;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}

/*-------------------*/

.centerContainer {
	float: left;
}

.centerContainerT {
	background: url("../images/contentTop.gif") no-repeat;
	height: 21px;
	width: 539px;
}

.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.gif") no-repeat;
	height: 17px;
	margin: 0;
	width: 539px;
}

.centerContainerM {
	width: 523px;
	padding: 8px 8px 0px 8px;
	background: url("../images/contentMiddle.gif") repeat-y;
	background-color: #FFFFFF;
}

.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: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
	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-top: 1px solid #DCDBDB;*/
	clear:both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #164B7F;
	border-left: 3px solid #8D8D8D;
	border-right: 3px solid #8D8D8D;
	border-bottom: 3px solid #8D8D8D;
	margin-bottom: 20px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #164B7F;
	text-decoration: underline;
}

.footer a:hover {
	color: #CA0002;
	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 20px 0px;
}

.boxTopLeft {
	float: left;
	background: #0C2B51;
	width: 3px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url(../images/boxPopCatsBg.gif) no-repeat 5px 0px #20426C;
	width: 188px;
	height: 19px;
	padding-top: 6px;
	border-right: 1px solid #DDE4EC;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	background: #0C2B51;
	width: 190px;
}

.boxBottom {
	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: 0px 0px 10px 5px;
	margin: 0;
	list-style: none;
	background: #20426C;
	border-left: 4px solid #0C2B51;
}

.boxPopCats li {
	background: url("../images/boxPopCatsBg.gif") 0px 0px no-repeat;
	display: block;
	height: auto;
	border-top: 1px solid #1C3D66;
	border-bottom: 1px solid #2D5584;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 5px;
	
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #92A0B0;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #92A0B0;
	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 {
	padding: 5px;
	color: #CA0002;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #CA0002;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #3E81B4;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #CA0002;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #3E81B4;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #CA0002;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #CA0002;
	font-weight: bold;
	text-decoration: none;
}

a.readMore:hover {
	font-weight: bold;
	text-decoration: underline;
}

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;
}

.subcats a:link, .subcats a:visited, .subcats a:active {
	color: #363535;
	text-decoration: none;
}

.subcats a:hover {
	color: #363535;
	text-decoration: underline;
}

h2 a {
	color: #134B87;
	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: #D9D9D9;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

.banner {
	width: 470px;
	height: 60px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}



h4 {
    color: #3E81B4;
    font-size: 8pt;
    padding: 0;
}

.latest_box {
	background: url('../images/latest_bg.gif') repeat-x;
	width: 467px;
	height: 97px;
	float: right;
	margin-right: 20px;
}

.latest_title {
	font-weight: bold;
}
#ads_container{
position: relative;
overflow:hidden;
width: 185px;
height: 200px;
border: 1px solid #666666;
color: #666666;
background-color:#ffffff;
}
tr.odd_color { background:#f0f0f0; }
tr.even_color { background:#ffffff; }

.add_bar {
	padding: 5px;
	color: #666666;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-align:left;
}
.add_bar a:link {color: #666666; font-weight: bold; text-decoration: none;}
.add_bar a:visited { color: #666666; font-weight: bold; text-decoration: none;}
.add_bar a:hover {color: #666666; font-weight: bold; text-decoration: underline;}

span.ad_description {
  color: #666666;
  font-size: 10px;
}

.link_bar {
	color: #ffffff;
	background-color: #999999;
	padding: 5px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	text-align:center;
}
.link_bar a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
.link_bar a:visited { color: #ffffff; font-weight: bold; text-decoration: none;}
.link_bar a:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}
.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;
 }

#yt-video {
	width: 550px;
	
	padding-bottom: 20px;
	height: 100px;
         
	}

#yt-video ul {padding:0;
              margin:0;}

#yt-video li {
  
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  width:100px;
  height:120px;
  background-image: none;
  list-style-type: none;
  list-style-image: none;
}

#yt-video li a, #yt-video li a:link, #yt-video li a:visited, #yt-video li a:hover {
  margin-left: 0px;
  margin-right: 5px;
  display: block;
  color: #fff;
  background: transparent;
  border-color: #858585;
  text-align: center;
  height:120px;
  width:105px;
}

#yt-video li img {width:95px;
                  height:80px;}

#yt-title {font-size:10px;
         
	width: 100px;
         height:35px;
         overflow:hidden;
	color: #909090;
}

#yt-video-show {
         margin:0 auto;
	
	width: 450px;
	height: 400px;
	text-align: center;
}


.catpop {
 margin-left:1px;
 margin-top:5px;}

.catpop b span {
 display:none;}

.catpop b{
 position:relative;
 text-decoration:none;}

.catpop b:hover{
 position:relative;
 z-index:1;}

.catpop b:hover .catpop-container{
 display:block;
 position: absolute;
 z-index:10;
 bottom: 20px;
 left: -10px;
 width: 426px;} 

.catpop .catpop-top {
 background: url("../images/rcpwpoptop.png"); 
 height: 20px;
 width: 368px;
 padding: 6px 25px 0 25px;
 color: #92a0b0;
 font-weight:bold;}

.catpop .catpop-bottom {
 background: url("../images/rcpwpopbottom.png");
 width:418px;
 height:63px;}
    
.catpop-middle {
 background: url("../images/rcpwpopmiddle.png");
 padding: 5px 25px 5px 25px;
 text-align:left;
 color:#92a0b0;
 font-size:11px;
 width: 368px;
 position:relative;}
