/* @override http://www.flawlessimaging.com/css/print.css */

body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: black;
	background-color: white;
	line-height: 1.5em;
}

.clearer {
	height: 1px;
	clear: both;
}

img, a {
	border: none;
}

/* Don't show these */

#nav,
#right_arrow img,
#left_arrow img,
#left_col,
ul.dropdown {
	display: none;
}

/* product pages stuff */

.product-item img {
	float: left;
	margin: 0 1em 1em 0;
}

.product-item input {
	display: none
}

.product-item span {
	font-size: 140%;
}

/* hide "read more..." link */
div.details > a {
	display: none;
}

/* hide html/css by evolved websites */
#footer span {
	display: none;
}

/* Background on Logo */

#head img {
	background-color: #415E6E;
}

/* Gallery images - caption above and bold, padding between */

.gallery_text_box img {
	padding: 30px 0 5px;
	display: block;
}

.gallery_text_box span.img_caption {
	font-weight: bold;
	display: block;
}