







/* AUCTION.CSS */


body {
  background-color: #6909ac;
}



a:link {
  color: #376403;
}





a:hover {
  color: #376403;
}
a:active {
  color: #376403;
}




/* masthead styles */


/* masthead path: /orgs/vpc/123738525/masthead.png */

header[role=banner] #masthead {
  background-color: transparent;
}

header[role=banner] #masthead a {
  background: url("/orgs/vpc/123738525/masthead.png") no-repeat center center transparent;
  width: 980px;
  height: 100px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  padding: 0;
  background-color: white;
}




/* SIDENAV */


#sidenav a.home {
  background-color: #d6f23b;
}
#sidenav .categoryNav { 
  background-color: #d6f23b;
}
#sidenav #sidenavwrappreview { 
  background-color: #d6f23b;
}



#sidenav a.home:link, #sidenav a.home:visited {
  color: #436b05;
}







#dynamic a:link, #dynamic a:visited {
  color: #436b05; 
}







#categories a:link, #categories a:visited {
  color: #436b05;
}





#closed a:link, #closed a:visited  {
  color: #436b05;
}







.auctionFeatures, .auctionFeaturesPreview { 
  background-color: #d6f23b;
}



.auctionFeatures li > a, .auctionFeaturesPreview li > a {
  color: #436b05;
}



.auctionFeatures li > a:hover, .auctionFeaturesPreview li > a:hover {
  color: #436b05;
}

.auctionFeatures a:hover i {
  border: 1px solid #436b05 !important;
  
  
  
    color: #436b05 !important;
  
  
}


/* HOME.CSS */


.coming_soon_top, .featured h2, .module h2 {
  	background-color: #6909ac;
  	color: #fdfafa;
}

.live-event h2, .module h3 {
	background-color: #6909ac;
  	color: #fdfafa;
}

.featured .itemheader, .featured .item {
  	border-left: 1px solid #6909ac;
  	border-right: 1px solid #6909ac;
}

.featured_btm {
  	border-right: 1px solid #6909ac;
  	border-bottom: 1px solid #6909ac;
  	border-left: 1px solid #6909ac;
}



#callout, .module, .coming_soon_btm {
  background-color: #d6f23b;
}


/* VIEW.CSS */


.paging {
  background-color: #6909ac;
}



.paging {
  color: #fdfafa;
}
.pager, .pager a {
  color: #fdfafa;
}


/* AUCTIONITEM.CSS */


.item .links a:hover i {
  border: 1px solid #6909ac;
  color: #6909ac;
}

