#dimmer {
	position: absolute;
	left: -2000px;
	top: 0px;
	height: 2000px;
	width: 2000px;
	background-color: #CCCCCC;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#viewer {
	position: absolute;
	left: -2000px;
	top: 40px;
	width: 400px;
	height: 400px;
	background-color: #D1D1D1;
	border: 2px solid black;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #000000;
}

* html #viewer {
	height: 402px;
	he\ight: 400px;
}

#view_top {
	text-align: center;
	width: 400px;
	height: 14px;
	background-color: #D1D1D1;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom: 1px solid black;
}

* html #view_top {
	height: 23px;
	he\ight: 14px;
}

#view_img {
	height: 352px;
	width: 400px;
	margin: 0;
	padding: 0;
}

#view_bottom {
	text-align: center;
	width: 400px;
	height: 16px;
	background-color: #D1D1D1;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	border-top: 1px solid black;
}

* html #view_bottom {
	height: 25px;
	he\ight: 16px;
}

#bubble {
	position: absolute;
	left: -2000px;
	top: 0px;
}

#bubble_text {
	position: absolute;
	left: -2000px;
	top: 26px;
	width: 185px;
	font-family: Comic Sans MS, Zapf Chancery, cursive;
	color: #000000;
	font-size: 14px;
}

#man {
	position: absolute;
	left: -2000px;
	top: 60px;
}

#designs {

}

.theme {
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.theme_label {
	text-align: left;
	font-size: 1.35em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
}

.theme_note {
	font-size: .7em;
}

.design {
	float: left;
	width: 172px;
	height: 175px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
}

.thumb {
	width: 170px;
	height: 150px;
	border: 1px solid #666666;
}

.product {
	float: left;
	height: 290px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
}

.product_tall {
	float: left;
	height: 390px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
}

.product_image {
	height: 200px;
	border: 1px solid #666666;
}

.product_image_tall {
	height: 300px;
	border: 1px solid #666666;
}

.product_balloon_image {
	height: 200px;
}

.product_label {
	text-align: center;
	font-size: 9pt;
	padding: 2px;
}

.product2 {
	height: 227px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 5px;
}

.product2_image {
	float: left;
	height: 225px;
	border: 1px solid #666666;
	margin-right: 20px;
}

.product2_label {
	text-align: left;
	padding-top: 20px;
	font-size: 9pt;
}

.label {
	text-align: center;
	font-size: 11pt;
	padding: 2px;
	color: #000;/*
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
*/
}

