/* Neutralize Styling */
html, body, div, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

fieldset {
	border: none;
}

ul {
	list-style: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1.1em;
}

body, table, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

body {
	margin-top: 0;
	text-align: center;
}

/* Generic Styles */
.locked {
	background: url('/Images/Products/lock.gif') no-repeat center center;
}

.locked span {
	display: none;
}

.alt {
	background-color: #e6ebf1;
}

.alt .locked {
	background: #e6ebf1 url('/Images/Products/lock.gif') no-repeat center center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* Generic Table Layouts */
table caption {
	display: none;
}

table th {
	background-color: #efefef;
	text-align: center;
}

table td {
	text-align: left;
}

table th, table td {

}

/* Main Container */
#mainContainer {
	border: 1px solid #afaaaa;
	padding: 1em 1em 1em 1em;
	position: relative;
	margin: 0 auto;
	width: expression(documentElement.clientWidth < 758 ? "760px" : (documentElement.clientWidth > 1150 ? "1148px" : "auto" )); /* IE6 min-width hack */
	max-width: 1150px;
	min-width: 756px;
	text-align: left;
}

/* Main Header - Logo */
.logo a {
	text-decoration: none;
}

.logo a:hover {
	text-decoration: none;
}

.logo a:visited {
	text-decoration: none;
}

/* Main Content */
#mainContent {
	position: relative;
}

/* Page Content */
#pageContent {
	position: relative;
}

#pageContent h3 {
	padding: .5em;
}

/* Page Content - Page Summary */
#pageSummary {
	position: relative;
}

#pageSummary table {
	position: relative;
}

/* Page Content - Search Results */
table.searchResults {
	border-collapse: collapse;
}

table.searchResults th {
	font-weight: normal;
	text-align: left;
}

table.searchResults .top {
	vertical-align: top;
}

table.searchResults th h2 {
	font-size: 15px;
}

table.searchResults tr th {
	background-color: #ffffff;
}

table.searchResults tr.header {
	font-weight: bold;
	background-color: #efefef;
	border-top: 2px solid #79746c;
}

table.searchResults td {
	empty-cells: show;
}

table.searchResults .products {
	padding: 0;
	margin: 0;
}

table.searchResults td.products {
	border: 1px solid #d6d6d6;
}

/* Page Content - Model Summary */
#modelSummary .image {
	float: right;
	position: relative;
	overflow: hidden;
}

/* Page Content - Config Summary */
#stdconfig {
	background-color: #efefef;
	width: 450px;
}

#stdconfig ul, #stdconfig dl {
	margin: 0;
}

#stdconfig ul li {
	float: left;
	position: relative;
	max-width: 20em;
	min-width: 20em;
	width: 20em;
}

#stdconfig dl dt {
	float: left;
	position: relative;
	max-width: 12em;
	min-width: 12em;
	width: 12em;
	white-space: nowrap;
}

#stdconfig dl dd {
	float: left;
	font-weight: bold;
	margin: 0;
	position: relative;
	max-width: 8em;
	min-width: 8em;
	width: 8em;
	white-space: nowrap;
}

#stdconfig ul li { /* IE6 Hack to 'show a bullet for floated lists' */
	background: url('/Images/Home/dot_point.png') no-repeat 6px left;
	padding-left: .5em;
}

#stdconfig>ul>li { /* Ignored by IE6, IE7 can't show bullets in floated lists */
	background: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0;
}

/* Page Content - Legend */
#legend {
	background-color: #efefef;
	width: 27em;
}

#legend span {
	font-weight: bold;
}

#legend dl {
	margin: 0;
}

#legend dl dt {
	float: left;
	position: relative;
	font-weight: bold;
	max-width: 3em;
	min-width: 3em;
	width: 3em;
	white-space: nowrap;
}

#legend dl dd {
	float: left;
	margin: 0;
	position: relative;
	max-width: 10em;
	min-width: 10em;
	width: 10em;
	white-space: nowrap;
}

/* Page Content - Revision */
span.date {
	color: #828282;
}

/* Main Footer */
#mainFooter {
	border-top: 2px dotted;
	margin-top: 1em;
	padding-top: .5em;
	position: relative;
	clear: both;
}

#mainFooter p {
	margin: 0;
	padding: 0;
}

#mainFooter p a {
	text-decoration: none;
}

/* Round Box */
.rbroundbox {
	border: 1px solid #c0c0c0;
	padding: 1em;
	position: relative;
	-moz-border-radius: .5em;
}
