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

h2 {
	color: #000;
	padding-top: 10px;
	font-family: trochut;
	font-size: 18px;
	font-weight: 700;
}

#shots {
	left: 23%;
  	position: relative;
}

#mainshot {
	float: left;
	height: 1043px;
	width: 441px;
	margin: 8px 8px 0px 8px;
	clear: right;
}

#finalcopy {
	background-color: #blue;
	float: left;
	height: 600px;
	width: 340px;
	margin: 20px 8px 0px 12px;
	
}

#detailshot {
	float: left;
	height: 450px;
	width: 350px;
	margin: 8px 8px 0px 16px;
	
}


.prodnumbers {
	font: 12px Verdana, Geneva, sans-serif;
	color: #930;
	line-height: 200%;
}

h3 {
	font-family: trochut;
	font-size: 18px;
	font-weight: 700;
	color: #900;
	text-decoration: none;
	text-align: left;
	display: inline;
}

.viewcart {
	float: right;
	padding-right: 10px;
	display: none;
}

.soldsign {
	position: absolute;
	z-index: 99;
	top: 190px;
	right: 360px;
}


