@charset "UTF-8";

#main div.overview {
	border: 1px solid #ddd;
	background-color: #eee;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#main div.overview img {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 5px 10px 10px;
	vertical-align: top;
	}
#main div.overview p {
	height: 120px;
	padding: 12px 15px 0px 10px;
	font-size: 1.4em;
	}

#main p.lead {
	font-size: 1.3em;
	padding: 10px 10px 2em 10px;
	}

#main #spec-sheet {
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-align: left;
	}
	#spec-sheet th { vertical-align: middle; }
	#spec-sheet th, 
	#spec-sheet td { background-color: #fff; padding: 7px; border-bottom: 1px solid #e3e3e3; }
	#spec-sheet tr.odd th, 
	#spec-sheet tr.odd td { background-color: #f6f6f6; }
	#spec-sheet th { width: 160px; }

#main ul.annotations { padding-left: 0; }









div.ui-tab-box.ui-running .ui-tab-content { }

.ui-tab-content h2.lv1 {
	color: #444853;
	font-size: 2em;
	}
	
	div.ui-tab-box ul.tabs {border-bottom: 2px solid #53a1f0;}
	
	div.ui-tab-box ul.tabs li a {
		float: left;
		display: block;
		overflow: hidden;
		border-radius: 3px 3px 0 0;/* [op10.5], [e9] */
		-moz-border-radius: 3px 3px 0 0;/* [ff] */
		-webkit-border-radius: 3px 3px 0 0;/* [s3] [ch] */
		-opera-border-radiusw: 3px 3px 0 0;/* [op] */
		height: 30px;
		margin-right: 5px;
		padding: 0 10px;
		color: #444;
		font-size: 14px;
		line-height: 32px;
		background: url(/shared/images/ui/tabs/tabs_bg.png) repeat-x left bottom;
		}
	.ui-tab-box ul.tabs li a:hover {
		background-position: left top;
		color: #fff;
		}
	.ui-tab-box ul.tabs li a.active, 
	.ui-tab-box ul.tabs li a.active:hover {
		background-color: #fff;
		color: #fff;
		background-position: left top;
		}
	
	div.ui-tab-box .ui-tab-content {
		clear: both;
		padding-top: 10px;
		}
		.ui-tab-content p.overview { margin: 0 30px; padding-top: 15px; }

