﻿body
{
	font-size: 0.9em;
}

/* 
div#ctl00_masterContentArea_sceneOptions
{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 680px;
	height: 141px;
	overflow: hidden;
	padding: 0px 15px;
	font-size:11px;
}

div.sceneOption
{
	width: 144px;
	height: 105px;
	float: left;
	color: #fff;
	padding: 17px 9px 15px 9px;
	cursor: pointer;
	font-size:11px;
}

div.sceneOptionCurrent
{
	width: 144px;
	height: 105px;
	float: left;
	color: #fff;
	padding: 17px 9px 15px 9px;
	background-image: url(../images/presentBoxHover.gif);
	cursor: pointer;
	overflow: hidden;
	font-size:11px;
}

div.sceneOption h4
{
	color: #fff;
	margin: 0px;
	padding: 5px 0px;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	border-bottom: 1px solid #C4C4C4;
	background-image: url(../images/sceneOptionArrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

*/