body {
        background: #e1e1e1;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
        color: #000;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14px;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #3E81B4;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #D9D9D9;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
}

td.err {
	padding: 3px;
	color: #c00;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #c00;
	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: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

input.text {
	color: #000;
	border: 1px solid #3E81B4;
}
textarea.text {
	font-size: 11px;
	border: 1px solid #3E81B4;
}
select {
	font-size: 11px;
	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: #c00;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #c00;
	background: #FFFFF3;
	border: 1px solid #ccc;
	text-align: left;
	clear: both;
	display: block;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 10px;
	text-decoration: none;
}
.sort {
	color: #000;
}
div.pr {
	font-size: 8px;
	color: #000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999;
	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: #FFF;
	margin: 0 auto;
	width: 960px;
}
	
.header {
	background: url("../images/headerBg.gif") repeat-x;
	height: 77px;
	width: 960px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin: 25px 0px 0px 40px;
}

.headerSearch, #cse-search-box {
	float: right;
	color: #FFF;
	margin: 25px 40px 0px 0px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #1A4E80;
}

.searchInput {
	background-color: #E5EAEE;
	border: 1px solid #D5DCE3;
	padding: 2px;
	float: left;
	width: 260px;
	height: 16px;
}

.searchBtn {
	height: 18px;
	float: left;
	margin: 2px 0px 0px 5px;
        color: #FFF;
	font-family: Arial;
	font-weight: bold;
        font-size: 12px;
}

.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: #FFF;
	font-family: Arial;
	font-weight: bold;
        font-size: 12px;
	float: left;
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #c00;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #c00;
	text-decoration: underline;
}

.userBar a:hover {
	color: #3E81B4;
}

/*-------------------*/

.hMenuContainer {
	background: url("../images/hMenuContainerBg.gif") repeat-x;
	height: 33px;
	width: 960px;
	margin: 0 auto;
}

.hMenu {
	float: right;
	margin-right: 30px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 34px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 10px 0px 10px;
}

.hMenu a:hover {
	background: url("../images/hMenuHoverBg.gif") repeat-x;
	float: left;
	display: block;
	height: 34px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.hMenu img {
	float: left;
}

/*-------------------*/

.path {
	background: url("../images/pathBg.gif") repeat-x;
	background-color: #FFF;
	margin: 0 auto;
	width: 745px;
	height: 18px;
	padding: 25px 0px 0px 215px;
}

.path a:link,  {
	color: #00c;
	text-decoration: underline;
}

.path a:visited {
	color: #006;
	text-decoration: underline;
} 
.path a:active, .path a:hover {
	color: #c00;
	text-decoration: underline;
}

.path img {
	margin: 0px 5px 1px 5px;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 215px;
	background-color: #FFF;
}

/*-------------------*/

.centerContainer {
	float: left;
}

.centerContainerT {
	background: url("../images/contentTop.gif") no-repeat;
	height: 6px;
	width: 530px;
}

.centerContainerB {
	clear: both;
	background: url("../images/contentBottom.gif") no-repeat;
	height: 6px;
	margin: 0;
	width: 530px;
}

.centerContainerM {
	width: 528px;
	padding: 8px 1px 0px 1px;
	background: url("../images/contentMiddle.gif") repeat-y;
	background-color: #FFF;
}
.centerContainerM p {
	padding: 10px;
}

.catHome {
	float: left;
	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link {
	color: #00c;
	font-weight: normal;
	text-decoration: none;
}
a.catHomeMain:visited {
	color: #006;
	font-weight: normal;
	text-decoration: none;
}
a.catHomeMain:active, a.catHomeMain:hover {
        color: #c00;
	font-weight: normal;
	text-decoration: underline;
}
.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

a.catHomeSub:link {
	color: #00c;
	text-decoration: none;
}
a.catHomeSub:visited {
	color: #006;
	text-decoration: none;
}

a.catHomeSub:active, a.catHomeSub:hover {
	color: #c00;
	text-decoration: underline;
}

.catHomeCount {
	color: #c00;
	font-weight: normal;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 215px;
	background-color: #FFF;
}

/*-------------------*/

.footer {
	margin: 0 auto;
	width: 960px;
	/*background: url("../images/footerBg.gif") repeat-x;*/
	background-color: #FFF;
	border-top: 1px solid #DCDBDB;
	clear:both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #000;
}

.footer a:link {
	color: #00c;
	text-decoration: underline;
}
.footer a:visited {
	color: #006;
	text-decoration: underline;
}

.footer a:active, .footer a:hover {
	color: #c00;
	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 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: 6px;
	color: #707070;
	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;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 6px;
}
.boxTop {
	background: url("../images/boxTop.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: 12px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 12px;
}

a.boxSponsoredA:link {
	color: #00c;
	text-decoration: none;
	font-weight: normal;
}
a.boxSponsoredA:visited {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}

a.boxSponsoredA:active, a.boxSponsoredA:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: normal;
}
.boxSponsoredImg {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}
.boxSponsoredNews {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
}
/*-------------------*/

.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 {
	color: #00c;
	text-decoration: none;
}
 .boxPopCats li a:visited {
	color: #006;
	text-decoration: none;
}

.boxPopCats li a:active, .boxPopCats li a:hover {
	color: #c00;
	text-decoration: underline;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #c00;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #000;
	font-weight: normal;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #000;
	font-weight: normal;
}

.pagingLinks a:link {
	color: #00c;
	text-decoration: none;
}
.pagingLinks a:visited {
	color: #006;
	text-decoration: none;
}

.pagingLinks a:active, .pagingLinks a:hover {
	color: #c00;
	text-decoration: underline;
}

/*-------------------*/

a.link:link {
	font-size: 12px;
	color: #00c;
	text-decoration: underline;
}
a.link:visited {
	font-size: 12px;
	color: #006;
	text-decoration: underline;
}
a.link:hover {
	font-size: 12px;
	color: #c00;
	text-decoration: underline;
}

a.link:active {
	font-size: 12px;
	color: #c00;
	text-decoration: underline;
}

a.readMore:link {
	color: #00c;
	text-decoration: underline;
}
a.readMore:visited {
	color: #006;
	text-decoration: underline;
}

a.readMore:active, a.readMore:hover {
        color:#c00;
 	text-decoration: underline;
}

a.readMoreFeat:link {
	color: #00c;
	text-decoration: underline;
}
a.readMoreFeat:visited {
	color: #006;
	text-decoration: underline;
}
a.readMoreFeat:active,a.readMoreFeat:hover {
	color: #c00;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link {
	color: #00c;
	font-weight: normal;
	text-decoration: none;
}
.searcCat a:visited {
	color: #006;
	font-weight: normal;
	text-decoration: none;
}
.searcCat a:active,.searcCat a:hover {
	color: #c00;
	font-weight: normal;
	text-decoration: underline;
}

a.searchLinkCat:link {
	color: #6F6F6F;
	text-decoration: underline;
} 
a.searchLinkCat:visited{
	color: #6F6F6F;
	text-decoration: underline;
} 
a.searchLinkCat:active, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/

.linkDetail a:link {
	color: #00c;
	text-decoration: underline;
} 

.linkDetail a:visited{
	color: #006;
	text-decoration: underline;
} 

.linkDetail a:hover{
	color: #c00;
	text-decoration: underline;
} 

.linkDetail a:active {
	color: #c00;
	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: #FFF;
	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: #FFF;
	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: #FFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL2:hover {
	text-decoration: underline;
}

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

q { 
quotes: '' '';
} 
q:lang(en) { 
quotes: '"' '"' "'" "'";
} 
q:before { 
content: open-quote;
} 
q:after { 
content: close-quote;
}
/* replaces category h2 subcategory p and h3 with divs */
.cats {
font-size: 12px;
margin: 4px 0;
padding: 0;
font-weight: normal;
}
.subcats {
font-size: 11px;
margin: 4px 0;
padding: 0;
}
.hdr {
color: #000;
font-size: 12px;
font-weight: bold;
padding: 0px 0px 0px 10px;
margin: 0px 0px 15px 0px;
border-bottom: 1px dotted #D9D9D9;
}
a:link { 
color: #00c;
background-color: transparent;
font-weight: normal;
} 
a:visited { 
color: #006;
background-color: transparent;
font-weight: normal;
} 
a:hover { 
color: #c00;
background-color: transparent;
font-weight: normal;
} 
a:active { 
color: #c00;
background-color: transparent;
font-weight: normal;
}