body {
    background: #dee6e6;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 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 {
	margin: 0px 0px 15px 0px;
	background: #A5BBBD;
	height: 21px;
	padding: 7px 0 0 12px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	color: #27566A;
	font-weight: bold;
	
}

#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: #7c9da0;
}

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

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

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

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-weight: bold;
	border: 1px solid #acc682;
	background: #e0ef74;
	color: #1f5763;
	cursor: pointer;
	height: 22px;
	padding-bottom: 3px;
}
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: #505050;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.sort {
	color: #27566a;
}
div.pr {
	font-size: 7pt;
	color: #5a8699;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #5a8699;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #7c9da0;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #85a4a7;
	background: #C7D3D4;
	padding: 10px;
}
.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: 0px;
   background: #e9f4f5;
}

#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;
}
	
.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
}
	
.header {
	background: url("../images/headerBg.gif") repeat-x;
	height: 151px;
	width: 960px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin-top: 17px;
}

.SearchBox {
	float: right;
	margin: 7px 10px 0px 0px;
	border: 0px solid;
}

.searchInput {
	background: #FFFFFF;
	border: 1px solid #BFD0D8;
	padding: 1px 2px 3px 3px;
	float: left;
	width: 190px;
	height: 15px;
}

.searchBtn {
	height: 19px;
	float: left;
	margin: 2px 0px 0px 7px;
}

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

.searchBtnCenter {
	background: url("../images/searchBtnCenter.gif") repeat-x;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #1F5763;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	float: left;
}

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

.Slogan {
	float: right;
	margin: 122px 12px 0px 0px;
	color: #27566A;
	font-size: 16px;
	font-weight: bold;
	border: 0px solid;
}
/*-------------------*/

.hMenuContainer {
	background: url("../images/hMenuContainerBg.gif") repeat-x top left;
	height: 37px;
	width: 960px;
	margin: 0 auto;
}

.hMenuTail {
	background: url("../images/navBg.gif") no-repeat;
	height: 37px;
	border: 0px solid;
}

.hMenu {
	float: left;
	margin: 0px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	padding: 11px 5px 0px 16px;
}

.hMenu a:hover {
	color: #bbc946;
	text-decoration: underline;
}



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

.path {
	background: #CDD8D9;
	margin: 0 auto;
	width: 745px;
	height: 21px;
	padding: 6px 0px 0px 215px;
	font-size: 12px;
	color: #27566a;
	border-top: 1px solid #555555;
	border-bottom: 12px solid #FFFFFF;
}

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

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

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

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

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

.centerContainer {
	float: left;
	border: 0px solid;
}

.centerContainerM {
	width: 528px;
	padding: 0px 1px 0px 1px;
	background: #FFFFFF;
}

.catHomeMain {
	color: #316880;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.catHomeMain:hover {
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 3px 0px 15px 0px;
}

.catHomeSub {
	color: #6f8e90;
	text-decoration: none;
}

.catHomeSub:hover {
	text-decoration: underline;
}

.catHomeCount {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana;
}

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

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

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

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

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

.footer {
	margin: 0 auto;
	width: 960px;
	background: #27566a;
	clear:both;
	font-size: 10px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #d4e3e5;
	line-height: 18px;
}

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

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

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

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

.boxTop {
	float: left;
	background: #A5BBBD;
	width: 180px;
	height: 21px;
	padding: 7px 0 0 12px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	color: #27566A;
	font-weight: bold;
}

.boxMiddle {
	clear: both;
	background: #D4E3E5;
	border: 1px solid #ABC6C8;
	width: 190px;
}

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

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

.boxStats li {
	padding-bottom: 2px;
	color: #316880;
	line-height: 15px;
}

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

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

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

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

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

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

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

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

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

.boxPopCats li a:hover {
	color: #7A861B;
	text-decoration: underline;
}

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

.noResults {
	border: 1px solid #d4e3e5;
	padding: 18px 15px 0 15px;
	background: #E9F4F5;
}

.noResults p {
	color: #27566a;
	font-size: 12px;
}

.noResults ul {
	margin: 0;
	padding: 3px 0px 40px 40px;
	line-height: 18px;
}

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

.navig {
	padding: 5px;
	color: #5a8699;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #5a8699;
	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.readMore:link, a.readMore:active, a.readMore:visited {
	color: #7a861b;
	font-weight: normal;
	text-decoration: underline;
}

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

.featBox {
	background: #dee6e6;
	border: 1px solid #abc6c8;
}

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

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

