/* Stylesheet for viagrafik, Autor: Stephan A. Hombergs */

/* General stuff */

:focus {
	outline: none;
}

/* want to hide something but not for a search engine? */
.hideout {
	display: none;
}

.clearance {
	clear: both;
}
	
span.new {
    text-transform: uppercase;
	font-family: 'Courier', sans-serif;
	color: #00FF00;
	font-size: 10px;
}

span.price {
	font-family: 'Courier', sans-serif;
	font-size: 10px;
}

hr.hr-spacer {
	height: 0;
	border: 0;
	background: white;
}

#content p a {
	color: #00FF00;
}

#preloader {
    height: 0;
    overflow: hidden;
}