@charset "utf-8";

/* content - consumer */

#consumer-lite /* no padding, height 1000px */ {
	background-color:#FFFFFF;
	float:left;
	width:900px;
	height:auto;
	margin-bottom:15px;
}
	#bread-crumbs-wrapper {
		background:url(../img/common/breadcrumbs/bcrumb_bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
		height: 18px;
		padding-bottom: 4px;/* Required to handle space below text. */
		margin: 0 auto;
		width: 900px;
	}
	
		.bread-crumbs {
			font-weight:600;
			color:#494949;
			text-decoration:none;
			padding-top:3px;
			padding-left:5px;
		}
		
				.separator-visited {
					background:url(../img/common/breadcrumbs/bcrumb_arrow.png);
					/*background-position:right;*/
					background-position:left;
					background-repeat:no-repeat;
					height: 22px;
					width:100%;
					padding:3px 10px 4px 20px;
				}

				.bread-crumbs a:active, .bread-crumbs a:visited, .bread-crumbs a:link {
					color:#494949;
					padding:0px 10px;
					text-decoration:none;
				}
				
				.bread-crumbs a:hover, .bread-crumbs a:focus {
					/*color:#737373;*/
					color:#ffffff;
					text-decoration:none;
				}
				
				.separator-active {
					background-image:url(../img/common/breadcrumbs/bcrumb_bg_active.jpg);
					background-position:left;
					background-repeat:no-repeat;
					height: 21px;
					width:100%;
					padding:3px 10px 4px 20px;
				}
				
				.separator-active-bg {
					background:url(../img/common/breadcrumbs/bcrumb_bg_orange.jpg);
					background-position:left;
					background-repeat:repeat-x;
					height: 22px;
					width:100%;
					padding: 3px 0 4px 0px;
					margin-left:0px;
				}
				
				.separator-active-arrow {
					background:url(../img/common/breadcrumbs/bcrumb_arrow_active.png);
					background-position:left;
					background-repeat:repeat-x;
					height: 22px;
					width:14px;
					padding:3px 10px 4px 0px;
					margin-left:0px;
				}
	
	#system-banner {
		width:100%; 
		height:200px; 
		float:left;
		margin-bottom:0px;
		overflow:hidden;
	}
	
	.system-tab{
	/* Used for system banner tabs. */
	}
	
	.featurette {
		width:100%; 
		float:left; 
	}
	
		.featurette.mod {
			width:100%; 
			float:left; 
		}
		
		.mod-feature-right {
			display:block;
			width:215px;
			float:right;
			height:200px; 
		}
		
		.mod-feature-left {
			display:block;
			width:215px;
			float:left;
			height:200px; 
		}
		
	.featurette-container {
		float:left;
		padding:10px 30px;
	}
	
	.featurette.present {
		display:block;
	}
	
	.featurette.future {
		display:none;
	}
	
		.featurette #title {
			background-color:#ffad00;
			color:#FFFFFF;
			font-size:14px;
			font-weight:600;
			padding:0px 20px;
		}
		
		.featurette #highlight {
			color:#555454;
			font-weight:600;
			text-decoration:none;
		}
			
	.table-container-left {
		width:560px; 
		float:left;
	}
		
	td.row-ligrey {
		padding:5px; 
		background-color:#f9f9f9;
	}
				
				
	td.row-grey {
		padding:5px; 
		background-color:#eeeeee;
	}

/* initially all panes are hidden */ 

div.panes div.pane {
	display:none;		
}

div.panes div {
	display: none;		
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	height: 100px;
	font-size: 14px;
	background-color: #fff;
}

/* ToolTip Styles */
/*
.tooltip { 
	display:none;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 	
	width:400px;
}*/

.tooltip .header {
	float:left;
	height:22px;
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	padding:0px 20px;		
	padding-left:5px;
	background:url(../img/common/breadcrumbs/bcrumb_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.tooltip .close {
	float:right;
	height:16px;
	width:16px;
}

.tooltip .title {
	float:left;
	background-color:#ffad00;
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	padding:0px 20px;	
}

.tooltip .content {
	width:365px;
	height:365px;
	padding:10px 30px;
	background-color:#FFFFFF;
	background-repeat:repeat;	
}

/* Tech Spec Styles - Steven */
#system-slider {
	width:2700px;
}

.home-section {
	background:url(../img/home/bg.png);
	background-position:top;
	background-repeat:repeat-y;
	float:left;
	height:auto;
	margin-bottom:0px;
	min-height:500px;
	padding:10px 30px;
	width:840px
}

.home-section .feature {
	height:auto;
	margin-bottom:20px;
	min-height:200px;
}

.home-section .feature-title{
	background-color:#FFAD00;
	color:white;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px;
	width:580px;
}

.home-section .feature p {
	line-height:2;
}

.home-section .feature p b{
	color:#666666;
	font-weight:bold;
}

.home-section .feature-image{
	border:1px solid #999999;
	float:right;
	height:200px;
	margin-left: 20px;
	width:200px;
}

.home-section .alt{
	float:left;
	margin-left: 0px;
	margin-right: 20px;
}

.home-section ol#home-specs  {
	background:#E6E6E6;
	float:left;
	width:560px;
}
	.home-section ol#home-specs li {
		float:left;
		padding:5px 10px;
		width:540px;
	}
		.home-section ol#home-specs li.title {
			background-color:#FFAD00;
			color:white;
			font-size:14px;
			font-weight:bold;
		}
		
		.home-section ol#home-specs li.alt {
			background-color:#FCFCFC;
		}
		

	.home-section ol#home-specs label {
		color:#666666;
		float:left;
		display:block;
		width:524px;
	}
	
	.home-section ol#home-specs img {
		cursor:help;
		display:block;
		float:left;
		width:16px;
	}
	
	.home-section ol#home-specs div.tip { 
		background-color:#F0F0F0;
		border:1px solid #999999;
		color:black;
    	display:none;
		font-size:12px; 
		height:auto;
		min-height:100px;
		width:auto; 
		padding:10px;
	}
	
	.home-section ol#home-specs p {
		display:block;
		float:left;
		margin:0;
		padding:5px 0px 5px 10px;
		text-indent:10px;
		width:540px;
	}
	
		.home-section ol#home-specs li p.bullet {
			background:url(../img/common/icons/bullet_arrow_right.png) no-repeat;
			background-position:left center;
		}
	
.home-section #spec-gallery {
	float:left;
	height:300px;
	padding:0px 0px 0px 20px;
	width:250px;
}
	.home-section #spec-gallery-title {
		background-color:#FFAD00;
		color:white;
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
		padding:5px 10px;
		text-align:center;
		width:180px;
	}
	
	.home-section #product-image-full {
		
		width:200px;
	}
	
	.home-section #product-thumbnails .thumbnail {
		border:1px solid #CCCCCC;
		float:left;
		margin-right:10px;
		margin-top:20px;
		width:55px;
	}
	
/* Customize Section */
.home-section ol#home-customize  {
	background:#E6E6E6;
	border:1px solid #ccc;
	float:left;
	width:560px;
}
	.home-section ol#home-customize li {
		float:left;
		padding:5px 10px;
		width:540px;
	}
		.home-section li.title {
			background-color:#FFAD00;
			color:white;
			font-size:14px;
			font-weight:bold;
		}
		
		.home-section ol#home-customize li.alt {
			background-color:#FCFCFC;
		}
		

	.home-section ol#home-customize label {
		color:#666666;
		float:left;
		display:block;
		width:100%;
	}
	
	.home-section ol#home-customize img {
		cursor:pointer;
		display:block;
		float:left;
		width:80px;
	}
	
	.home-section ol#home-customize div.tip { 
		background-color:#F0F0F0;
		border:1px solid #999999;
		color:black;
    	display:none;
		font-size:12px; 
		height:auto;
		min-height:100px;
		width:160px; 
		padding:10px;
	}
	
	.home-section ol#home-customize input {
		display:block;
		float:left;
		margin:5px 0px 0px 0px;
	}
	
	.home-section ol#home-customize p {
		display:block;
		float:left;
		margin:0;
		padding:5px 0px;
		text-indent:10px;
		float:left;
		width:520px;
	}

.home-section #home-price {
	border:1px solid #CCCCCC;
	background-color:#E9E9E9;
	color:#333;
	float:left;
	margin-left:20px;
	min-height:120px;
	width:256px;
}

.home-section #home-price li {
	padding:5px 10px;
}

.home-section #home-price li#price-line {
	font-weight:bold;
	font-size:16px;
}

/* Comparison Chart */
#shadow-box {
	background:#000000;
	cursor:wait;
	height:1650px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:999999;
}

#chart-container {
	background:white;
	border:1px solid #999999;
	height:400px;
	left:50%;
	margin-left:-400px;
	padding:25px 50px;
	position:absolute;
	top:200px;
	width:700px;
	z-index:9999999;
}

#y-axis {
	float:left;
	height:300px;
	width:80px;
}

	#y-axis li{
		border-top:1px solid #CCCCCC;
		height:29px;
		font-size:11px;
	}


#chart {
	background-color:#EEEEEE;
	border:1px solid #999999;
	float:left;
	height:299px;
	margin-left:0px;
	position:relative;
	width:600px;
	overflow:hidden;
}

#chart-title {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:30px;
}

#chart-sub-title {
	font-size:11px;
	text-align:center;
}

#chart .bar {
	background-color:#990000;
	border:1px solid #666666;
	float:left;
	position:absolute;
	height:300px;
	top:299px;
	width:100px;
}

#x-axis {
	float:left;
	height:50px;
	margin-left:100px;
	margin-top:20px;
	width:600px;
}

/* Slide Menu */

* {margin:0; padding:0}
.sm {list-style:none; width:900px; height:200px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden; cursor:pointer;}


