#tierChooser
{
	background: url() no-repeat top left;
	clear: both;
}

#tierChooser p
{
	font-size: 10px;
	font-weight: bold;
}

#tierChooser strong
{
	font-size: 14px;
}

#tierChooser ul
{
	padding: 0; margin: 0;
}

#tierChooser>ul>li
{
	list-style-type: none;
	float: left;
	width: 280px;
	padding: 10px; margin: 0;
	font-size: 14px;
	line-height: 1;
	height: 195px;
}

#tierChooser li ul
{
	text-align: left;
	padding: 0 10px;
	margin-left: 15px;
	margin-bottom: 7px;
}

#tierChooser li ul li
{
	list-style-type: disc;
	text-align: left;
	padding: 3px 0;
	float: none;
	font-size: 11px;
	width: 235px;
}

#tierChooser b
{
	color: white;
}

#tierChooser p
{
	padding-left: 
	line-height: 1;
	margin-bottom: 3px;
	margin-left: 15px;
}

#tierChooser strong
{
	color: #283f6e;
}

#tierChooser a
{
	font-size: 11px;
	color: #283f6e;
	font-weight: bold;
	text-decoration: none;
}

#tierChooser a:hover
{
	color: #3b629b;
	text-decoration: underline;
}

#tierDetails .details
{
	display: none;
	margin: 0 10px;
	float: left;
	padding: 10px;
	width: 860px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#tierDetails .included
{
	box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	padding: 10px;
}

#tierLimited .included
{
	display: none;
}

#tierDetails .details p b
{
	color: white;
}

#tierDetails .details .column
{
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#tierDetails .details label
{
	width: 200px;
	display: block; float: left;
}

#tierLimited
{
	background-color: #8290ab;
}

#tierStandard
{
	background-color: #a1abbf;
}

#tierPremium
{
	background-color: #c9cfdb;
}

.included h3
{
	font-size: 14px;
	padding-top: 25px;
}

#mainBody .included ul.zebra
{
	margin: 0;
}

.included ul.zebra li
{
	list-style-type: none;
	padding: 3px 10px;
}

.included ul.zebra li.even
{
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.included div.productTypeList
{
	padding: 10px 0 0 0;
	float: left;
}

.included a.topLink
{
	position: relative;
	top: -13px;
	left: 750px;
}

#staffDisplay
{
	height: 120px;
	width: 400px;
	padding: 0 20px;
	float: right;
	position: relative;
	overflow: hidden;
}

#staffDisplay ul
{
	list-style-type: none;
	margin: 0; padding: 0;
	width: 800px;
	position: absolute;
}

#staffDisplay ul li
{
	float: left;
	height: 100px;
	width: 380px;
	padding: 10px;
	margin: 0;
	background-color: #f5f5f5;
}

#staffDisplay ul li p
{
	margin: 0;
	line-height: 1.3;
}

#staffDisplay ul li img
{
	height: 98px;
	border: 1px solid black;
	float: left;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	margin-right: 10px;
}

#staffDisplay img.leftShadow
{
	position: absolute;
	left: 20px;
	top: 0;
}

#staffDisplay img.rightShadow
{
	position: absolute;
	right: 20px;
	top: 0;
}

#staffDisplay div.advanceLeft
{
	background: url(/image/tech_invest/buttons.png) no-repeat top left;
	height: 120px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#staffDisplay div.advanceRight
{
	background: url(/image/tech_invest/buttons.png) no-repeat top right;
	height: 120px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#staffDisplay h1
{
	position: absolute;
	top: -16px;
	left: 20px;
}
