@charset "UTF-8";
/* CSS Document */

div#preload {
	display:none;
}
body#purchase div.rightCol img {
	border:1px solid #ccc;
}
div.full-width {
	margin:0 55px 20px 78px;
}
div.full-width h6, div.thumbs h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
div.full-width a:link, div.full-width a:visited {
	color:#9d5d4d;
	text-decoration:none;
}
div.full-width a:hover {
	color:#9d5d4d;
	text-decoration:underline;
}
div.thumbs {
	width:300px;
	margin-left:78px;
	float:left;
}
.thumbs img {
	border:1px solid #ddd;
	margin:0 15px 15px 0;
	opacity:1;
	filter:alpha(opacity=100);
}
.thumbs img:hover {
	border:1px solid #e4e4e4;
	opacity:0.7;
	filter:alpha(opacity=70);
}
div.slideshow-img {
	height:500px;
	margin-top:20px;
}
form {
	padding-top:0px;
}
input {
	color:#000;
	padding:1px;
	background-color:#fff;
	border:1px solid #fff;
	width:420px;
	font-size:13px;
	margin:0;
	letter-spacing:0;
}
input#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
input.line2 {
	font-style:italic;
	font-size:12px;
	width:200px;
}