﻿* {
	margin:0;
	padding:0;
}

body {
	background-image:none !important;
	background-color:#fff !important;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
    color:#716658;

}

ul {
	list-style:none;
	background-image:none !important;
}

#shadow-wrapper,#footer-wrapper { display:none !important; }

#gal-print-info { display:block !important; }

#imageview { text-align:center; }
#imageview img { width:17cm; }

.item {
	padding-top:5px;
	padding-bottom:5px; 
	margin-bottom:5px; 
	border-bottom:1px dashed #999;
	text-align:center;
	width:250px;
	margin:0 auto;
}

.item strong {
	display:block;
	
}

.item code {
	display:block;
	color:#e97700;
	font-size:10px;
}
.item code a {
	text-decoration:none;
	color:#e97700;
}


