h2{
	clear: left;
}

#selected_type{
	border: 1px solid black;
	height: 205px;
	padding: 10px;
	margin-bottom: 10px;
}


#types{
	float: left;
}

div.box{
	float: left;
	width: 150px;
	height: 220px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

div.img_holder{
	text-align: center;
	height: 175px;
/*	border: 1px solid black; */
	overflow: hidden;
}

div.box p{
	text-align: center;
}

div.larger{
	width: 200px;
}

div.larger div.img_holder{
	height: 200px;
	line-height: 200px;
}

div.box img{
	width: 100%;
}

td{
	vertical-align: top;
	padding: 5px;
}

a#design_link{
	margin-top: 20px;
	display: block;
	width: 150px;
	height: 50px;
	border: 4px solid red;
	text-align: center;
	line-height: 50px;
	color: red;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#promotion_message
{
	border: 4px solid #345C8D;
	padding: 10px;
	color: red;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}