@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	padding:0px;
	color:#484848;
	background:#6e9094 url('../images/mainBack.gif') repeat-x;
}

a:link, a:visited {
 	color:#45464b;
 	text-decoration:none;
 	font-weight:bold;
 }

a:hover{
 	text-decoration:underline;
 }

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

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: #45464b;
	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 {
	text-decoration: underline;
}

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

#outer{
 	width:908px;
 	margin:0px auto 0px auto;
 	padding:0px;
 	background:url('../images/back.gif') repeat-y;
 }

#hLeft{
 	float:left;
 }

#hRight{
 	float:right;
 }

#header{
	height:81px;
	background:url('../images/mainBack.gif') repeat-x;
 }

#hLogo{
 	float:left;
 	margin:22px 0px 0px 0px;
 }

#search{
	padding:40px 0px 0px 0px;
	height:34px;
 }

#search form{
	width:330px;
	float:right;
	height:25px;
	display:block;
	margin:auto;
 }

.searchInput{
 	float:left;
 	width:180px;
 	height:18px;
 	background:#DDDDDD;
 	padding:4px 2px 0px 5px;
 	border:1px solid #FFFFFF;
 	font-size:11px;
 }

.searchBtn{
 	border:0px;
 	background:url('../images/searchBtn.gif') no-repeat;
 	height:24px;
 	width:71px;
 	float:left;
	cursor:pointer;
	margin-left:2px;
 }

.aSearch a:link, .aSearch a:visited{
 	font-size:9px;
 	color:#CCCCCC;
 	display:block;
 	margin:0px 0px 0px 8px;
 	float:left;
 }

#topBanner{
 	float:right;
 	margin:30px 30px 0px 0px;
 }

#nav {
	height: 48px;
 	padding:0px 0px 0px 0px;
 	background:url('../images/navBack.gif') repeat-x;
}

#nav a:link, #nav a:visited{
 	float:left;
 	height:28px;
 	padding:20px 10px 0px 10px;
 	color:#c1f68c;
 	font-weight:normal;
 }

#nav a:hover{
 	text-decoration:none;
 	color:#FFFFFF;
 	background:url('../images/navBack2.gif') repeat-x;
 }

.textCenter{
 	text-align:center;
 }

#mainContainer{
 	background:url('../images/headingBack.gif') repeat-x;	
 	padding:0px;
 	margin:0px 12px 0px 13px;
 }

#imageBack{
 	background:url('../images/headingImg.gif') no-repeat top right;	
 	padding:10px;
 }

#content {
	float:left;
	width:542px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content h2{
 	border:1px solid #c3c3c3;
 	background:#e6e6e6;
 	color:#3d3c3c;
 	padding:3px 3px 3px 6px;
 	margin-top:20px;
 }

#content p{
 	padding:0px;
 	margin:0px;
 }

.contents{
 	padding:10px 0px 10px 10px;
 }

.contentsDesc{
 	color:#000000;
 }

#homeImg{
 	padding:12px 0px 10px 20px;
 }

.sideBox{
 	padding:5px 0px 10px 0px;
 	width:200px;
 	margin:auto;
 }

#latestFeatured .boxPopCats{
 	text-align:center;
 }

#latestFeatured .boxPopCats h3{
 	border-top:1px solid #CCCCCC;
 	border-bottom:1px solid #CCCCCC;
 	padding:10px 0px 10px 0px;
 }

#latestFeatured img{
 	border:1px solid #CCCCCC;
 }

#rightContainerL{
 	float:left;
 	width:200px;
 }

#rightContainerR{
 	float:right;
 	width:166px;
 }

.linkContainer{
 	padding:10px 0px 10px 0px;
 	border-bottom:1px solid #CCCCCC;
 }

.border1{
 	border:1px solid #e0dfd5;
 	padding:1px;
 	background:#FFFFFF;
 	margin:3px 0px 0px 0px;
 }

.boxContent{
 	background:#f6f9f3;
 	border:1px solid #FFFFFF;
 }

.boxContent h3{
 	margin:0px;
 	padding:10px;
 }

.pagination{
 	padding:10px;
 	background:#ecece6;
 	font-weight:bold;
 	color:#45464b;
 }

#sideBar{
 	float:right;
 	width:300px;
 }

#sideBar h2{
 	padding:4px 0px 0px 10px;
 	background:url('../images/sideBarTop2.gif') no-repeat;
 	margin:0px;
 	color:#FFFFFF;
/* 	text-transform: uppercase;	*/
 	font-size:14px;
	height:20px;
 }

#content h2{
	padding:10px 0px 0px 20px;
 	background:url('../images/heading.gif') repeat-x;
 	margin:0px;
 	color:#FFFFFF;
 	text-transform: uppercase;
	height:27px; 	
 }

#content h2 a:link, #content h2 a:visited{
 	color:#FFFFFF;
 }

#content h2 a:hover{
 	text-decoration:underline;
 }

#content h2{
 	margin:10px 0px 0px 0px;
 }

.centered{
 	text-align:center;
 	padding:0px 0px 10px 0px;
 }

#leftContainer{
 	float:left;
 	width:180px;
 }

#leftContainer h2, #rightContainer h2{
	color:#f4ce59;
	font-size:12px;
	margin:0px;
	background:url('../images/sideTop.gif') no-repeat;
	color:#1b5004;
	padding:7px 0px 0px 10px;
	height:24px;
 }

#rightContainer{
 	float:right;
 	width:180px;
 }

.userBar{
	clear:both;
	text-align:right;
	margin:0px;
	padding-right:15px;
	background:transparent;
	color:#725503;
 }

.userBar a:link, .userBar a:visited{
	color:#725503;
 	text-decoration:none;
 }

.userBar a:hover{
 	text-decoration:underline;
 }
 
.mainTop{
 	background:#002d3a;
 	padding:10px 20px 10px 20px;
 	height:20px;
 }

.path {
	padding:0px 0px 5px 0px;
	color:#CCCCCC;
 }
.path a:link, .path a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
 }

.path a:hover{
 	text-decoration:underline;
 }
 
.main{
	background:#033b4a url('../images/mainBack.gif') repeat-y;
	width:995px;
	margin:auto;
 }

.category{
 	width:97%;
 	margin-left:10px;
 	color:#FFFFFF;
 }

.category h3{
	font-size:12px;
 	padding:0px 0px 0px 17px;
 	margin:20px 0px 10px 0px;
 	color:#dca20c;
 }

.category h3 a:link, .category h3 a:visited{
	color:#dca20c;
	font-weight:bold;
 	text-decoration:none;
 }

.category h3 a:hover{
 	text-decoration:underline;
 }

.catBack{
 	background:url('../images/imgRed.gif') no-repeat;
 }

.category p{
 	color:#FFFFFF;
 	padding-left:17px;
 }

.category p a:link, .category p a:visited{
 	color:#FFFFFF;
 	text-decoration:none;
 }

.category p a:hover{
 	text-decoration:underline;
 }

.category .count{
 	font-size:11px;
 	font-weight:normal;
 }

.centerTop {
 	background:url('../images/topDiv.gif') repeat-x bottom;
 	padding:20px 0px 1px 0px;
 	margin-bottom:5px;
 	color:#000000;
 }

.centerTop a{
 	color:#000000;
 }

.centerTopf{
	padding:20px 0px 1px 0px;
 	margin-bottom:5px;
 	color:#000000;
 }

.sortLinks {
 	font-size:12px;
 }

.sortLinks {
 	font-size:12px;
 }

.links {
 	padding:10px 0px 10px 0px;
 }

.linkTitle, .linkTitle a:link, .linkTitle a:visited{
	color:#1b5004;	
 	text-decoration:none;
 	font-weight:bold;
 	font-size:12px;
 }

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

.linkUrl { 
	color:#45464b;
 }

img, p, form, ul, li{
	border:0px; padding:0px;  margin:0px;
 }

.clear {clear:both;}

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

h2 {
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color:#085462;
}

h3 {
 	font-size:14px;
	margin: 5px 0 5px 0;
	padding:0px; 	
	color:#dca20c;
}

h4 {
	font-size:12px;
	margin: 5px 0px 5px 0px;
	padding:0px; 	
	color:#dca20c;
 }

/* ************ */

#main_desc{
 	padding:10px 20px 5px 20px;
 }

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

table.formPage {
	margin: 0 auto;
	width:90%;
}

table.formPage td{
 	padding:8px;
 }

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

td.msg {
	padding: 3px;
	background: #002d3a;
	text-align: left;
}

#links p {
	margin: 0 0 7px 0;
}

.linkList{
 	clear:both;
 	font-size:11px;
 	padding:10px;
 	margin:0px;
 }

.linkL{
 	float:left;
 	width:216px;
 	padding:5px 0px 0px 0px;
 }

.linkR{
 	float:right;
 	width:365px;
 	font-size:11px;
 	padding:0px 10px 0px 0px;
 }

.url {
	color: #6f6f6f;
}

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

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

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #969696;
	background-color: #e6e6e6;
	color: #ff0000;/*#3E81B4; 3E81B4;*/
	cursor: pointer;
	height: 23px;
}

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

.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #CCCCCC;
}

div.pr {
	float: left;
	height: 30px;
	margin-right: 5px;

}
div.prg {
	width: 40px;
	border: 1px solid #acaca9;
	height: 9px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 7px;
	font-size: 1px;
	border:1px solid #FFFFFF;;
	background:url('../images/prBack.gif') repeat-x;
}

.price {
	padding:0px 0px 20px 0px;
}
.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-top-width:
   
}

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

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

#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 {
   border-left:0px dotted #CBE2EC; border-right:0px dotted #CBE2EC; border-top:1px dotted #CBE2EC; border-bottom:1px dotted #CBE2EC; clear:both;
   margin:3px 5px;
   display:block;
   cursor:pointer;
   cursor:hand; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

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

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

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

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

.boxStats {
	padding:0px;
	margin: 0px;
	list-style: none;
	color:#4f4f4f;
}

.boxStats li {
	padding:4px 5px 4px 25px;
	margin:0px;
}

.boxStats  .gray{
 	background:#e6e6df;
 }

.boxStats strong{
 	width:200px;
 	display:block;
 	float:left;
 }

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

.boxSponsored {
	margin: 5px 0px 10px 0px;
	padding: 0px 15px 0px 15px;
	line-height: 20px;
	font-size: 13px;
	text-align:justify;
	border-bottom:1px solid #e0e0e0;	
}

.boxSponsoredLast {
	margin: 5px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	line-height: 20px;
	font-size: 12px;
	text-align:justify;
}

.boxSponsored p, .boxSponsoredLast p{
 	line-height:200%;
 }

.boxSponsoredLast a:hover, .boxSponsored a:hover{
 	text-decoration:underline;
 }

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #45464b;
	text-decoration: none;
	font-weight: bold;
}

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

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

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

.boxPopCats li {
	padding:0px 0px 0px 0px;
	margin:0px;
	padding:5px;
	color:#000000;
	font-size:11px;
 }

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

.boxPopCats li a:hover {
	text-decoration:underline;
}

.boxPopCats li h3 a:link, .boxPopCats li h3 a:visited{
 	font-size:12px;
 	font-weight:bold;
 	color:#000000;
 }

.boxPopCats li .url{
 	font-size:11px;
 }

.article p{padding:10px;}

#articlesView a:link, #articlesView a:visited{
 	color:#f5a418;
 	text-decoration:none;
 }

#articlesView a:hover{
 	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;
}

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

.marginTop{
 	padding:15px 0px 5px 0px;
 }

.navig {
	padding: 5px;
	color: #45464b;

}

.mainPaging {
	float: right;
}

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

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

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

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

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

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

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

#linkDetail fieldset{
 	padding:10px;
 }

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
}


/* ******************************************** */


.orangeB{
 	font-size:12px;
 	color:#FFFFFF;
 	padding:3px 0px 3px 10px;
 	background:#d1560a;
 }

.blueB{
 	font-size:12px;
 	color:#FFFFFF;
 	padding:3px 0px 3px 10px;
 	background:#004059; 	
 }

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 880px;
}
#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/head-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#login{
 	padding:20px 20px 20px 20px;
 }

#login table{
 	padding:0px;
}

#login table td{
 	padding:3px 1px 3px 1px;
}

#login form{
 	padding:4px 0px 0px 0px;
 	margin:0px;
 	}

#login input.text{
 	width:160px;
 	background:#dddddd;
 	border:1px solid #FFFFFF;
 	padding:2px;
 }

#login a:link, #login a:visited{
 	color:#ff0000;
 	font-weight:normal;
 }

.loginBtn{
 	height:23px;
 	width:73px;
 	background:url('../images/loginBtn.gif') no-repeat;
 	border:0px;
 	cursor:pointer;
 	margin-top:0px;
 	font-size:11px;
 	color:#FFFFFF;
 }

#go {
	float: right;
}
#topimage {
	float: right;
}

#navwrapper {
	background-color: #D1560A;
}

.menu {
	width: 880px;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#004159;
	text-decoration: none;
}
#contentWrapper {
	background-image: url(../images/content-faux-column.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	clear: left;
}

.clearFloat {
	clear: both;
	display: block;
}

#categories{
 	padding:0px 0px 0px 0px;
 	width:100%;
 }
 
#categoriesN{
 	width:98%;
 	padding:20px 0px 0px 0px;
 }
.catBox{
 	padding:9px 0px 9px 10px;
 }

.boxContent h3.textCenter{
 	padding:10px 0px 10px 0px;
 }

.catBoxa h3, .catBox h3{
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#99a819;
}

.catBox span{ font-size:11px;}

.catBoxa h3 a:link, .catBoxa h3 a:visited, .catBox h3 a:link, .catBox h3 a:visited{
 	color:#62af0b;
 }

.subcats{
	line-height:160%;
	font-size:11px;
 }

.subcats a:link, .subcats a:visited{
 	color:#1c4e55;
 	font-weight:normal;
 }

.msg{
 	color:#FF0000;
 }

.buttons {
	text-align: center;
}

.link {
	font-size:12px;
	margin:0px;
	font-weight:bold;
	color:#45464b;
}

.linksB{
 	border:1px solid #868769;
 	padding:5px;
 }

#footer{
	text-align:center;
	padding:30px 0px 0px 0px;
 	color:#FFFFFF;
 	height:107px;
 	width:908px;
 	margin:auto;
 	background:url('../images/bottomBorder.gif') no-repeat;
 }

#footer p{
 	padding:10px 0px 10px 0px;
 }

#footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
 }

#footer a:hover{
 	text-decoration:underline;
 }

.footerNav a:link, .footerNav a:visited{
 	margin:0px 5px 0px 5px;
 }