body, html
{
	margin: 0;
	padding: 0;
}

.modalOverlay
{
	background: #000000;
	position: absolute; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	z-index: 10000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}


.mainWrapper
{
	width: 770px;
	height: 600px;
	position: absolute;
	z-index: 10001; 
	left: 50%;
	top: 50%;
	margin-left: -385px;
	margin-top: -300px;
	background:url(mainWrapper.png) no-repeat;
	_background:url(mainWrapperIE6.gif) no-repeat;
}

.mainWindow
{
	width: 600px;
	height: 420px;
	float: left;
	margin: 110px 0 0 70px;
}

.mainWindow .flower
{
	width: 600px;
	height: 420px;
	position: relative;
}


.bottomWindow
{
	width: 710px;
	height: 70px;
	clear: both;
	position: relative;
	text-align:left;
}

.bottomWindow .closeLabel
{
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #CCFF00;
	position: relative;
	float: right;
	margin: 30px 0 0 0;
	height: 20px;
	cursor:pointer;
	text-align:left;
}

/* Positioned into wrapper 600 x 420 */
.flower_title
{
	font-family: Century Gothic, Verdana;
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.flower_photo
{
	width: 258px;
	height: 310px;
	position: absolute;
	left: 17px;
	top: 69px;
	cursor: pointer;
}

.flower1_photo
{
	background:url(flower1.png) no-repeat;
}

.flower2_photo
{
	background:url(flower2.png) no-repeat;
}

.flower3_photo
{
	background:url(flower3.png) no-repeat;
}


.flower_description
{
	width: 290px;
	height: 340px;
	position: absolute;
	left: 298px;
	top: 69px;
}

.flower_description, .flower_description ul li
{
	font-family: Trebuchet MS, Century Gothic, Segoe UI, Tahoma;
	font-size: 16px;
	color: #222;
	margin-bottom: 8px;

}
/* Positioned into wrapper 290 x 340 */

.flower1_onlyfor, .flower2_onlyfor, .flower3_onlyfor
{
	font-family: Trebuchet MS, Century Gothic, Segoe UI, Tahoma;
	font-size: 22px;
	color: #000;
	margin-left: 20px;
}

.flower1_price, .flower2_price, .flower3_price
{
	font-family: Trebuchet MS, Century Gothic, Segoe UI, Tahoma;
	font-size: 26px;
	color: #FF0099;
	font-weight: bold;
}

.flower1_order, .flower2_order, .flower3_order
{
	width: 150px;
	height: 40px;
	margin-left: 20px;
	margin-top: 10px;
	background:url(button_order.png) no-repeat;
	cursor:pointer;
}

.flower_note
{
	font-size: 11px;
	margin-top: 60px;
}
