/* CSS Document */

div#merchandise {

}

div#merchandise h3 {
	margin-bottom: 2px;
	font-size: 14px;
}

div#merchandise p {
	margin-top: 2px;
	color: #666;
}

div#merchandise p.price {
	font-weight: bold;
	font-size: 1.2em;
	color: #003366;
	margin-bottom: 6px;
}

div#merchandise img.thumb {
	border: 1px solid #CCC;
	margin-right: 10px;	
	width: 90px;
	height: 90px;
}

div#merchandise div#form {
	margin-left: 10px;
	padding: 16px;
	background: #fff url(../images/bg_merchform.gif) no-repeat;
	width: 600px;
	height: 280px;
}

div#merchandise div#form h1 {
	color: #000;
	font-size: 15px;
}

span.req {
	color: #ee0000;
	font-size: 9px;
	padding-left: 1px;
}