@charset "utf-8";
/* CSS Document */

/* General Styles */
a:link {
	color:#4B4B4B;
}
a:visited {
	color:#4B4B4B;
}
a:active {
	color:#4B4B4B;
}
a:hover {
	color:#4B4B4B;
}

.clear {
	clear:both;
}

html, body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	padding:0;
	margin:0;
	position: relative;
	height: 100%;
	width: 100%;
	font-size:12px;
	color:#383838;
}

body {
	background:url('/forum/style_images/soulshine/tiled_space.jpg') repeat top left;
}

div#wrap {
	position:relative;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
}
div#content_wrap {
	position:relative;
	width:1100px;
	margin:0 auto;
}

div#head {
	position:relative;
	width:100%;
	background:url('/forum/style_images/soulshine/head_background.jpg') top left repeat-x;
	height:119px;
}
div#head_wrap {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	min-width:800px;
	height:100%;
	background: url('/forum/style_images/soulshine/head_x.jpg') no-repeat center top;
}
div#head h1 {
	position:relative;
	float:left;
	display:block;
	width:323px;
	margin:0;
	padding:0;
}
div#head_profile {
	position:absolute;
	top:10px;
	right:40px;
	z-index:2;
	color:#ffffff;
	padding:0 0 0 100px;
	width:220px;
}
div#head_profile h3 {
	margin:0;
	font-size:14px;
}
div#head_profile p {
	margin:0.5em 0;
}
div#head_profile img {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

div.wrap {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	min-width:800px;
	height:100%;
}

div#nav_bar {
	position:relative;
	width:100%;
	height:31px;
	background:url('/forum/style_images/soulshine/menu_bar.jpg') repeat-x left top;
	line-height:31px;
	color:#ffffff;
	font-weight:bold;
}
div#nav_bar a {
	float:left;
	display:inline;
	padding:0 15px;
	margin:0 1px;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}
div#nav_bar a.first {
	margin-left:20px;
}
div#nav_bar a:hover, div#nav_bar a.active {
	background:url('/forum/style_images/soulshine/menu_bar_active.jpg') repeat-x left top;
	padding:0 14px;
	border:1px #000000 solid;
	border-width:0 1px;
}
form#quick_search {
	display:inline;
	position:relative;
	float:right;
	margin-right:40px;
	width:215px;
	height:31px;
	background:url('/forum/style_images/soulshine/search_background.jpg') center right no-repeat;
}
form#quick_search label {
	float:left;
	display:block;
}
form#quick_search input {
	float:right;
	display:inline;
	border:0;
	outline:none;
	margin:8px 10px 0;
	padding:0;
	width:120px;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:11px;
	color:#333333;
}


div#footer {
	position:relative;
	width:auto;
	padding:0 20px;
	height:35px;
	background:rgb(52,52,52);
	background:rgba(52,52,52,0.6);
	border:solid rgb(85,85,85);
	border:solid rgba(255,255,255,0.15);
	border-width:1px 0;
	line-height:35px;
	font-size:10px;
	font-weight:bold;
	margin:15px 0 0;
	color:#ffffff;
}
div#footer span.group {
	margin-right:25px;
}
div#footer span.grey {
	color:#666666;
}
div#footer a {
	margin:0 10px;
	text-decoration:none;
}
div#footer a.first {
	margin-left:0;
}
div#footer a:hover {
	text-decoration:underline;
}
a#footer_rss {
	position:absolute;
	display:block;
	top:15px;
	right:20px;
	text-decoration:underline !important;
	margin:0 !important;
	padding:0 0 0 15px;
	line-height:1em !important;
}
a#footer_rss img {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}

a.regLink, a.regLink:hover, a.regLink:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
div#hardware_pop_content a, 
	div#hardware_pop_content a:link,
	div#hardware_pop_content a:hover,
	div#hardware_pop_content a:visited,
	div#hardware_pop_content a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

table.resTable a, 
	table.resTable a:link,
	table.resTable a:hover,
	table.resTable a:visited,
	table.resTable a:active {
	color:#4B4B4B !important;
}
.bodyLink {
	color:#4B4B4B;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}
.pointer{
	cursor:pointer;
}
.left{
	text-align:left;
}

.smallLink {
	font-size:10px;
	color:#0000cc;
	text-decoration:underline;
	cursor:pointer;
}

.float_left{
	display:block;
	float:left;
}

div.clear {
	clear:both;
}

/* Paragraphs */

p.firstParagraph {
	padding-top:0;
	margin-top:0;
}

/* Image links */

a img {
	border:none;
	text-decoration:none;
	display:block;
}

/* End of General Styles */

div#hardware_pop_wrap {
	position: absolute;
	width:100%;
	z-index:3;
}
div#hardware_pop {
	position:relative;
	display:table;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/popUpBackground.png);
	background-repeat:repeat;
	background-attachment:fixed;
	padding:20px;
}
a#hardware_pop_close {
	position:relative;
	float:right;
	margin-top:-30px;
	margin-right:-32px;
}

div#body_container {
	position: relative;
	clear: both;
	margin:10px auto 0;
	width:900px;
	background-image:url(../images/bodyBg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding: 20px 10px 10px;
}

center#hardware_body {
	padding-bottom:20px;
}

.largeText {
	font-size:18px;
}
.largeText a {
	text-decoration:none;
}
.largeText a:hover {
	text-decoration:underline;
}

.redLink {
	font-weight:bold;
	color:#BF0000 !important;
	text-decoration:none;
}
.redLink:hover {
	text-decoration:underline;
}
.redText {
	font-weight:bold;
	color:#BF0000 !important;
	font-size:16px;
}
.redFont {
	color:#BF0000 !important;
}
.smallText {
	font-size:11px;
}
.queryText {
	font-size: 9px;
}

.bodyTitleText, .body_header{
	font-size:22px;
	color:#383838;
	font-weight:normal;
	margin-top:0;
	text-align:left;
}
.bodyTitleText{
	text-align:center !important;
}

div#hardware_head {
	text-align:center;
	padding-bottom:15px;
}

.hardNav {
	text-align:center;
	font-size:16px;
}
.hardTitleText {
	font-size:28px;
	color:#383838;
}
.hardLinks {
	font-size:16px;
}
.hardLinks a {
	color:#383838;
	text-decoration:none;
}
.hardLinks a:hover {
	text-decoration:underline;
}
.hardStartTabl {
	width:715px;
	padding-top:10px;
	padding-bottom:15px;
}
.hardStartImgCon {
	width:145px;
}
.hardStartImgCon a {
	color:#FFFFFF !important;
}
.topLinks {
	font-size:16px;
	color:#383838;
	cursor:hand;
	cursor:pointer;
}
.topLinksLink:hover {
	text-decoration:underline;
}

/* Browse Page */

div.browDivCon {
	padding:25px;
	border:#008000 solid 1px;
	color:#008000;
	background-color:#80ff63;
}
div.searDivCon {
	padding:25px;
	border:#003366 solid 1px;
	color:#003366;
	background-color:#51A8FF;
}
div.subDivCon {
	padding:25px;
	border:#510051 solid 1px;
	color:#510051;
	background-color:#FF37FF;
}

span.sel {
	color:#FF0000;
	font-size:16px;
}

/* End Browse */

/* Results Table */

table.resTabl, table.resTable {
	border:none;
	padding:0;
	margin:0 auto;
}
.table_limit{
	max-width:650px;
}

td.resTd, td.resTdS {
	border:#2f2f2f solid 1px;
	background-color:#EFEFEF;
	color:#2f2f2f;
	font-size:14px;
	text-align: left;
	padding:3px;
}
td.resTdD {
	border:#2f2f2f solid 1px;
	background-color:#FFFFFF;
	color:#2f2f2f;
	font-size:14px;
	text-align: left;
	padding:3px;
}
td.resTdS input {
	margin-right: 17px;
	margin-left: -2px;
}
td.resTdT {
	border:#2f2f2f solid 1px;
	background-color:#EFEFEF;
	color:#2f2f2f;
	font-size:15px;
	font-weight:bold;
	text-align: left;
	padding:3px;
}
.resSC {
	font-size:11px;
	font-weight:bold;
}
.inputText {
	width:400px;
}
textarea.inputText {
	width:400px;
	height:250px;
}
div#hardwareDecHtml {
	width:400px;
	overflow:hidden;
}
div.hardwareDecHtml img {
    max-height:200px;
    max-width:399px;   
    width: expression(this.width > 399 ? 399: true);
}

/* End Results */

/* Submit */

span.edit {
	width:450px;
}

/* End Submit */

/* AJAX */

div.loading {
	padding:0;
	margin:0;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:35px;
	height:35px;
}

/* End AJAX */

/* Contact */

div.contactCont {
	padding-top:15px;
	padding-left:90px;
	padding-bottom:30px;
}

div.contactImage {
	float:left;
	padding-left:90px;
	padding-top:10px;
}

div.contactText {
	float:left;
	width: 510px;
	text-align:left;
	padding-left:25px;
	padding-top:20px;
	height:180px;
}

/* End Contact */

/* THE BUILD CSS */
div#buildContainer {
	position:relative;
	width:665px;
	height:350px;
	left:-2.5px;
	margin:55px 0 0 0;
	padding:0;
}

div#buildOverviewContainer {
	position:relative;
	width:635px;
	min-height:150px;
	left:-2.5px;
	margin:0;
	margin-top:20px;
	padding: 15px;
}

div#buildNav {
	position: absolute;
	height:47px;
	width:688px;
	background-image: url("../images/build/navBackground.png");
	background-position: center center;
	background-repeat: no-repeat;
	top: -55px;
	left: -10px;
	text-align: left;
	padding:0;
}
div#buildNav span.buildNavItem {
	display: none;
	float: left;
	margin:9px 0 0 0;
	padding: 7px 13px 0 5px;
	height: 23px;
	vertical-align: middle;
	font-size: 12px;
	color: #999999;
	background-image: url("../images/build/navSplit.png");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
span#buildNavStart {
	margin-left: 13px !important;
	display: block !important;
}
span#buildNavLoader {
	display: block;
	float: right;
	margin:9px 16px 0 0;
	padding: 6px 0 0 0;
	height: 24px;
	display: none;
}

div#buildNav span.buildNavLoad {
	display: block;
	float: right;
	margin:9px 0 0 0;
	height: 24px;
}

div#buildSliderCont {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}

div#buildSlider {
	position:absolute;
	height:100%;
	width:6655px;
	left:0px;
}
div.sliderContent {
	position:relative;
	float:left;
	height:320px;
	width:635px;
	overflow:hidden;
	padding:15px;
}
div#buildOverviewContent {
	float:left;
	position:relative;
	height:100%;
	text-align:left;
	width:120px;
}

div#buildTopBackground {
	position:absolute;
	top:-10px;
	left:-10px;
}
div#buildBottomBackground {
	position:absolute;
	bottom:-10px;
	left:-10px;
}
div#buildOverviewBackground {
	position:absolute;
	top:-10px;
	left:-10px;
}
h3.mediumHead {
	font-size:14px;
	margin:0px !important;
}
div#buildOverviewListContainer {
	margin:0;
	float:left;
	position:relative;
	padding-top:27px;
	border-right:#afafaf 1px solid;
	padding-right: 15px;
	margin-top:10px;
	height:90px;
}
img#buildOverviewIcon {
	margin-top:10px;
	margin-left:-7px;
}
ul#buildOverviewList {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	min-width:170px;
}
ul#buildOverviewList span {
	display: none;
}
ul#buildOverviewList span span {
	font-size:12px;
	font-weight:normal;
	color:#BF0000;
	text-decoration:underline;
	cursor: pointer;
	display:inline !important;
}
ul#buildOverviewList span info {
	font-size:12px;
	color:#9e9e9e !important;
	font-weight: normal;
}
div#buildOverviewWarning {
	display:table;
	position: relative;
	clear: right;
	border-left: #F0F0F0 1px solid;
	padding-left:15px;
	text-align: left;
	padding-top: 25px;
	margin-top:10px;
	color: #383838;
}
/* Build browser */
div.sliderContent ul {
	overflow-y: auto;
	overflow-x: hidden;
}
ul.buildBrowser {
	list-style: none;
	height: 320px;
	padding:0 0 0 2px;
	margin:0;
}
ul.buildBrowser li {
	float: left;
	text-align: left;
}
ul.buildBrowser li h3 {
	margin:0;
	padding:0;
	font-size: 14px;
	color: #383838;
	margin-bottom:5px;
	padding: 0 0 0 15px;
}
ul.buildBrowser li ul {
	list-style: none;
}
ul.buildBrowser li ul, ul.buildBrowser li div {
	background-color: #FAFAFA;
	border-color:#C5C5C5;
	border-style: solid;
	position: relative;
	height:293px;
}
ul.buildBrowser li ul, ul.buildBrowser li.buildBrowserList2 div {
	margin:0;
	padding:0;
	background-image: url("../images/build/emptyScroll.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	border-width: 1px 0 1px 0;
	padding-right: 15px;
	width:195px;
}
li.buildBrowserList1 ul, li.buildBrowserList1 div {
	border-width: 1px 0 1px 1px !important;
}
li.buildBrowserDetails div {
	border-width: 1px 1px 1px 0;
	background-image: none;
	padding:0 7px 0 5px;
	width:198px;
	color: #444444;
}
ul.buildBrowser li div p.buildBrowserFill {
	padding:0;
	padding-top: 70px;
	text-align: center;
	color: #c8c8c8;
	font-size: 25px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
ul.buildBrowser li ul li {
	padding:2px 0px 2px 5px !important;
	margin:0;
	cursor:pointer;
	width:190px !important;
	background-image: url("../images/build/blackTriangle.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
li.buildListingHover {
	background-color: #0066cc;
	color: #FFFFFF;
	background-image: url("../images/build/whiteTriangle.gif") !important;
}
li.buildListingActive {
	background-color: #003e90;
	color: #FFFFFF;
	background-image: url("../images/build/whiteTriangle.gif") !important;
}
li.buildListingSelected {
	background-color: #003e90;
	color: #FFFFFF;
	background-image: url("../images/build/whiteTriangle.gif") !important;
}
li.buildBrowserDetails p.buildBrowserFill {
	padding:70px 9px 0pt 0px !important;
}
div#buildGetStarted {
	position:absolute;
	bottom:20px;
	right:20px;
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}
div.buildBrowserNextStep {
	position: absolute !important;
	width:150px !important;
	bottom:12px;
	right: 12px;
	border:none !important;
	height: auto !important;
	padding: 0 !important;
	font-size: 17px;
	text-decoration: underline;
	cursor: pointer;
	display:none;
}
div.buildBrowserNextStep img, div.buildBrowserNextStep span {
	display:block;
	float:right;
}
div.buildBrowserNextStep img {
	margin-left: 6px;
}
div.buildBrowserNextStep span {
	padding-top: 4px;
}
p.buildBrowserDetailsAdd {
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
	margin:15px 0 0 0;
	padding:0;
	float:left;
}
h4.buildBrowserDetailsHeading {
	margin: 8px 0 25px 0;
	padding: 0;
	font-size:15px;
	font-weight: bold;
}
span.buildBrowserDetailsQuestion {
	margin:0;
	padding:0;
}
p.buildBrowserDetailsParagraph {
	margin:0pt 0pt 19px;
	width: 198px !important;
	overflow: hidden;
}
span.buildBrowserDetailsMore {
	text-decoration: underline;
	cursor: pointer;
	display: inline !important;
}
span.buildBrowserDetailsTick {
	float:left;
	display:block;
	clear: right;
	position: relative;
	margin: 12px 0pt 0pt 4px;
	display:none;
}
span.buildBrowserDetailsTick img {
	display:block;
}
form.buildBrowserQuestionForm {
	margin:0;
	padding:0;
}
form.buildBrowserQuestionForm span {
	margin:0;
	padding:0pt 0pt 10px;
	font-weight:bold !important;
	font-size: 10px !important;
	display:block;	
}
form.buildBrowserQuestionForm p {
	margin:0;
	padding:0;
	font-size: 15px;
	color: ;
}
span.buildBrowserNoMatches {
	display: block;
	padding:9px 0 0 5px;
	margin: 0;
	font-size:15px;
	color: #BF0000;
	font-weight: bold;
}
div.build_notes_page{
	background-color:#ffffff;
	padding:10px;
	border:1px solid #999999;
	margin:15px 0;
	text-align:left;
	width:450px;
}
div#build_get_link{
	position:relative;
	width:100%;
	font-size:26px;
	text-decoration:underline;
}
div#build_get_link textarea{
	font-size:14px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px solid #999999;
	background-color:#ffffff;
	width:400px;
	height:150px;
}
div#build_get_link input{
	margin-top:60px;
	font-size:26px;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px solid #999999;
	background-color:#ffffff;
	width:500px;
}