/* Waffles product window stylesheet - Didot Design 2008 */

div#frame {
	margin: 20px auto;
	border: 2px solid #650000;
}

div#image_kit {
	background-repeat: no-repeat;
	height: 342px;
}

div#image_pack {
	background-repeat: no-repeat;
	height: 353px;
}

div#description {
	background-color: #650000;
	color: white;
}

table#kit {
	width: 100%;
}

.left {
	width: 10%;
	text-align: right;
	padding-top: 12px;
	font-size: 1.2em
}

.right {
	text-align: left;
	padding-left: 5px;
	padding-top: 12px;
}

.center {
	text-align: center;
	padding-top: 12px;
}

