@charset "utf-8";
/* CSS Document */

#details{
	float: left;
	width: 380px;
	padding: 15px;
}

#mainimage { margin: 0 0 15px 0; }

#detailimages{
	width: 373px;
	margin: 15px;
	text-align: center;
	padding: 20px 0 20px 0;
	float: right;
	background-color: #0C007C;
}

 

 
 #smimages table{ margin: 0 auto; text-align: center; }

 
 #detailimages img{
	border: 2px solid #000000;
	background-color: #ffffff;
	padding: 3px;
}

#decode-div{
	border: 2px solid #000;
	background-color:#CCC;
	padding: 5px;
}

p.bottom {
	border-bottom: 2px dotted #006699;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 0;
	width: 400px;
}




p.bright{
	margin: 10px 0 0px 0;
	font-weight: bold;
	color: #ffffff;
}

p.bright a:link, .bright a:hover, .bright a:visited{ font-weight: bold; color: #ffffff; }

.indent { margin-left: 20px; }
