.systems h2#pagetitle { margin-bottom:0; }

/* General nav */

div#systems-nav {
	margin-bottom:1em;
	float:left;
	width:100%;
}
div#systems-nav div { padding:4px 6px; }
#systems-nav ul {
	float:left;
	width:100%;
	list-style-type:none;
	margin:0;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#systems-nav ul li { float:left; }
#systems-nav ul li a {
	float:left;
	display:block;
	height:1%;
	padding:4px 6px;
	border-right:1px solid #fff;
	text-decoration:none;
}
#systems-nav ul li.active a { font-weight:bold; }

/* System list */

.systemlist {
	width:100%;
	float:left;
}
.systemlist .systembrand {
	width:100%;
	float:left;
	margin:0.5em 0 1em 0;
}
#content .systemlist .systembrand h3 {
	padding:0.25em;
	margin:0 0 0.5em 0;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
}
#content .systemlist .systembrand h3 a {
	text-decoration:none;
	font-weight:bold;
}
.systemlist .systembrand p { margin-top:0; }
.systemlist .systembrand img.brandlogo {
	float:right;
	margin:5px 0 10px 10px;
}
.systemlist .systembrand table {
	width:100%;
	float:left;
	margin-bottom:0;
}
.systemlist .systembrand table td.ext { white-space:nowrap; }

/* Single system nav */

#system-nav ul {
	float:left;
	list-style-type:none;
	margin:0.5em 0 1em 0;
}
#system-nav ul li { float:left; }
#system-nav ul li a {
	display:block;
	float:left;
	height:1%;
	padding:0 6px 2px 6px;
	border-left-width:1px;
	border-left-style:solid;
}
#system-nav ul li.first a {
	border:none;
	padding-left:0;
}

/* System pages */

#systems-pagecontent {
	float:left;
	clear:left;
	width:100%;
}
#systems-pagecontent h3 {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:0.25em;
	margin-top:0;
}
#systems-pagecontent img.brandlogo {
	float:right;
	margin:0 0 5px 5px;
	padding:5px;
	background:#fff;
	border-width:1px;
	border-style:solid;
}
#systems-pagecontent h4 {
	margin-bottom:0.5em;
	font-size:1.2em;
}
#systems-pagecontent ul { margin-bottom:1em; }

/* Components list */

table#systems-componentlist {
	float:left;
	width:100%;
}

/* Handset list */

#systems-handsets {
	float:left;
	width:100%;
}
#systems-handsets .systems-handset {
	float:left;
	width:100%;
	clear:left;
	margin:0.5em 0;
	padding-top:0.5em;
	border-top-width:1px;
	border-top-style:solid;
}

#systems-handsets .systems-handset .systems-handset-img {
	float:left;
	margin-right:10px;
}
#systems-handsets .systems-handset .price {
	float:left;
	clear:left;
	font-weight:bold;
}
#systems-handsets .systems-handset .price button { margin-top:0.5em; }
#systems-handsets .price .priceTag { font-size:1.4em; }
#systems-handsets .price span { display:block; }
#systems-handsets .systems-handset .systems-handset-data { margin-left:130px; }
#systems-handsets .systems-handset .systems-handset-data h4,
#systems-handsets .systems-handset .systems-handset-data h5 {
	font-size:1em;
	margin:0 0 1em 0;
}
#systems-handsets .systems-handset .systems-handset-data h4 a { font-weight:bold; }

/* Quote form */

.usrmsg-invalid {
	clear:left;
}

#system-quote {
	float:left;
	width:100%;
}
#system-quote fieldset { padding:0; }
#system-quote div {
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin-top:1em;
	margin-right:-3px;
	padding-bottom:1em;
	float:left;
	clear:left;
	width:100%;
}
#system-quote label { font-weight:bold; }
#system-quote input {
	margin-top:0.5em;
	margin-left:10px;
}
#system-quote input.checkbox,
#system-quote input.radio { margin:0; }
#system-quote textarea {
	margin-top:0.5em;
	margin-left:10px;
	width: 90%;
}
#system-quote p { margin:0.5em 0 0 0; }
#system-quote ul {
	margin:0.5em 0 0 10px;
	padding:0;
	list-style:none;
	float:left;
	width:150px;
}
#system-quote ul li {
	float:left;
	width:150px;
} html>body #system-quote ul li { margin-top:0.5em; }
#system-quote ul input {
	float:left;
	padding:0;
	margin-left:0;
}
#system-quote ul label[title] { cursor:help; }
#system-quote ul label {
	font-weight: normal;
	display:block;
	margin-top:3px;
	float:left;
} html>body #system-quote ul label {
	margin-top:0;
	margin-left:5px;
}	
#system-quote table {
	border-collapse:collapse;
	border-spacing:0;
	margin:1em 0 0 10px;
}
#system-quote table label { font-weight:normal; }
#system-quote div.actions {
	border:none;
	margin-top:0;
	padding-bottom:0;
}
#system-quote div.actions button {
	float: right;
	margin:0.5em 0.5em 0 0;
}
