body {
	font-size: 12px;
}

a {
color:#36a8c8;
}

a:hover {
text-decoration: none;
}

#mainContent {
	padding: 0 0 20px 0;
	width: 816px;
	background: none;
	border-bottom: none;
}

#contentHeader {
	position: static;
	margin: 0;
}

#mainContent h1 {
	margin: 18px 7px;
}

#mainContent h2 {
	cursor:hand;
	cursor:pointer;
	height: auto;
	padding: 9px 11px;
	border: 1px solid #333333;
	background: #171717 url(../img/spec_inactive_tab_bg.gif) repeat-x;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
	margin: 1px 0;
	width: 787px;
}
#mainContent h2.closed {
	color:#36a8c8;
}

h2 span {
	float: left;
	margin-right: 8px;
	width: 19px; height: 20px;
	background: url(../img/spec_section.gif) no-repeat 0 0;
	margin-top: -2px;
}
h2.closed span {
	background-position: -19px 0;
}
h2.open:hover span {
	background-position: 0 -20px;
}
h2.closed:hover span {
	background-position: -19px -20px;
}
#loading {
	margin: 0 auto;
	background: url(../img/ajax-loader.gif) no-repeat center 20px;
	text-align: center;
	padding-top: 70px;
	font-weight: bold;
	font-size: 14px;
}
#loading.error {
	background: url(../img/file_not_found_lbl.gif) no-repeat center 20px;
	padding-top: 120px;
}

/* @group Specification Navigation () */
#specNav {
	background:url(../img/pricing_top_bg.gif) repeat-x;
	width:783px;
	padding: 14px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 18px;
}

#specNav p {
	float: left;
	display: inline;
	font-weight: bold;
	margin: 0 2px 0 0;
}

#specNav ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#specNav li {
	margin:0;
	padding:0 7px;
	float: left;
	display: inline;
	background:	url(../img/spec_jump_bg.gif) no-repeat right 2px;
}

#specNav li#s-disclaimers {
	background: none;
}

#legend {
	background: #141414 url(../img/spec_legend_heading.jpg) no-repeat 0 bottom;
	width: 701px;
	margin: 0 auto;
	color: #999999;
}

#legend h2 {
	display: none;
}

#legend ul {
	min-height: 130px;
	height: auto !important;
	height: 130px;
	background:	url(../img/spec_legend_bg.gif) repeat-x;
	border: 1px solid #3a3a3a;
	border-bottom: none;
	display: block;
	list-style-type: none;
	margin: 0; padding: 0 0 27px 0;
}

#legend ul li {
	float: left;
	display: inline;
	width: 150px;
	margin: 11px 16px;
}

#legend dfn {
	display: block;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}

#legend .disclaimer {
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin: 4px 0;
}

#variantNav {
	width: 811px;
}

#variantNav ul {
	margin: 21px 0 14px 0;
	border-bottom: 1px solid #333333;
	list-style-type: none;
	padding: 10px 0;
}

#variantNav li {
	display: inline;
}

#variantNav li.active {
	border-bottom: 1px solid #000000;
	background-color: #000000;
}

#variantNav li.active a   { 
	color:#fff;
	font-weight: bold;
	background: #000000 none;
	position: relative; top: 1px; padding-top: 11px;
}

#variantNav li a {
	padding:10px 20px;
	border: 1px solid #333333;
	background: #171717 url(../img/spec_inactive_tab_bg.gif) repeat-x;
	margin-right: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}


#variantNav li a:hover  { 
	text-decoration: underline;
}

.specs {
	padding: 0 45px;
}
.specs table {
	padding:0;
	margin:0;
	border:none;
	margin:4px 0 15px 0;
	border-collapse: collapse;
	width: 100%;
}

.specs td {
	padding:5px 0;
	line-height:12px
}
.specDetail {
	text-align: right;
}
.specrow {
	font-weight: bold;
	background: url(../img/price-divider.gif) repeat-x 0 1px;
}
.firstrow {
	background: none;
}
.subspecrow {
	color: #999999;
}
.subspecrow td {
	padding-left: 17px;
}

.requiresJavascript, #specsContainer {
	display: none; /* shown by script in specifications page */
}
#disclaimer {
	font-size: 12px;
	line-height: normal;
}
#disclaimer p {
	margin: 14px 0;
}

/*collapse*/
#collapse ul#bcollapse {
	width: 788px;
	float: right;
	display: inline;
	padding:0;
	margin:0;
	height:40px;
	overflow:hidden;
}
#collapse ul#bcollapse li{
	margin:0;
	padding:0;
	float: right;
	display: inline;
	}
#collapse ul#bcollapse li a {
	display: block;	
	background: url(../img/collapse.gif) no-repeat;
	text-indent: -9999px;
	height:0px !important;
	height:20px;/* for IE5/Win only */
	padding: 20px 0 0 0;
	margin: 10px 10px 20px 0;
	cursor:pointer;
	}

#collapse ul#bcollapse li#n-collapse a { background-position: 0 0; width: 50px;}
#collapse ul#bcollapse li#n-collapse a:hover { background-position:0 -20px;}
