div#content
{
	padding-left: 38px;
}

div#colorways
{
	padding-top: 18px;
	line-height: 12px;
}

div.colorway, div.paper
{
	float: left;
	width: 115px;
	margin: 6px 14px 0px 0px;
	color: #737373;
	text-align: center;
	font-size: 11px;
}

div.colorway img, div.paper img
{
	border: solid 1px #cccccc;
}

div#paper
{
	clear: left;
	padding-top: 15px;
	line-height: 12px;
}

div#melodie_suite
{
	clear: left;
	width: 588px;
	padding: 30px 0px 2px 0px;
	border-bottom: solid 1px #cccccc;
	line-height: 12px;
}

div#melodie_suite span
{
	margin-right: 100px;
}

img#review_suite
{
	visibility: hidden;
	position: absolute;
	top: 259px;
}

div#suite_divider
{
	height: 2px;
	background: url("../images/divider-horizontal.png") repeat-x;
	margin: 8px 0px 4px 0px;
}

div.melodie_blade_header
{
	clear: left;
	margin-top: 2px;
	padding-top: 2px;
	border-top: solid 1px #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.melodie_blade_header:first-child
{
	padding-top: 0px;
	border-top: none;
}

div.melodie_blade
{
	padding-bottom: 10px;
}

div.item
{
	float: left;
	width: 137px;
	height: 200px;
	margin-right: 10px;
	color: #737373;
}

div.item_name
{
	text-align: center;
}

div.item_image
{
	display: table-cell;
	width: 137px;
	height: 137px;
	padding: 3px 0px;
	line-height: 137px;
	text-align: center;
}

div.item_image img
{
	vertical-align: middle;
}

div.item_input
{
	padding-top: 3px;
	text-align: center;
}

div#drawing_board
{
	clear: both;
	float: right;
	width: 205px;
	font-size: 11px;
}

div#checkout
{
	float: right;
	padding-bottom: 10px;
	text-align: right;
}

div#db_header
{
	display: table-cell;
	width: 205px;
}

div#db_header img
{
	position: relative;
	top: 5px;
	vertical-align: bottom;
}

div#total_price
{
	float: right;
	text-align: center;
}

div#total_price_text
{
	width: 77px;
	height: 10px;
	padding: 2px 0px;
	margin: 0px 0px -1px 0px;
	color: #fff;
	background-color: #b8b8b8;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}

div#total_price input
{
	width: 75px;
	font-size: 10px;
	text-align: right;
	padding: 3px 0px;
}

div#drawing_board_content
{
	margin-top: -1px;
	border-bottom: solid 1px #cccccc;
}

div.db_item
{
	border: solid 1px #cccccc;
	border-bottom: none;
}

div.db_item_image
{
	margin: 10px 6px 5px 6px;
	text-align: center;
}

div.db_item_image input[type=checkbox]
{
	vertical-align: bottom;
}

div.db_item_data
{
	margin: 0px 6px;
	padding: 8px 12px 10px 12px;
	border-top: dashed 1px #ddd;
	font-size: 12px;
}

div.db_item_data select
{
	color: #808080;
	font-size: 10px;
}

.tinycaps
{
	text-transform: uppercase;
	font-size: 8px;
}

.medcaps
{
	text-transform: uppercase;
	font-size: 9px;
}

.clear_float
{
	clear: left;
}