body {
	
}

#header {
	height:auto;
}



#forumContainer {
	width:810px;
	padding-right:190px;
	float:left;
	position:relative;
}

#forumContainer table {
	font-size:0.75em;
}

#forumContainer table table{
	font-size:1em;
}

/* Top Bar */
#top_bar div {
	width:1003px;
	height:36px;
	margin:0px auto;
	}
#top_bar span {
	padding:8px 10px 8px 10px;
	float:left;
	}
#top_bar span.first {
	border-right:1px solid #dbdbdb;
	}
#top_bar span.first h4 {
	position:relative;
	bottom:3px;
	}
#top_bar span.first img {
	margin-right:5px;
	}
#top_bar h4, #top_bar h3, #top_bar ol, #top_bar ol li {
	display:inline;
	}
#top_bar ol {
	margin:0px;
}
#top_bar ol li a {
	font-weight:bold;
	padding:0 2px;
	}

form#ProductSearchForm {
	_width: 220px !important;
}

#search {
	_width:220px !important;
	_height:20px !important;
	_margin-top:2px;
	}

#container {
	margin-top:0px;
}
	
/* End top bar */

#posts #container {
	width: auto;
	padding: 0;
	margin: 0;
	}
	form div {
		margin-bottom: 0;
		padding: 0;
		}

	#forums-index form {
		width: auto;
		margin: auto;
		}
	#forums-index #container {
		position: relative;
		}
	#forums-index .search {
		}
		#forums-index #navigation #ProductSearch {
			margin-right: 35px;
			}
	#forums-index #navigation {
		}

		#forums-index #navigation ul li.active {
			border-bottom: solid 1px #D01212;
			}
		#forums-index #navigation ul li.active a {
			color: white;
			}
	#forums-index table {
		border-spacing: 5px;
		}
		#forums-index .thead,
		#forums-index .tcat {
			white-space: nowrap;
			}
		#forums-index td {
			padding: 5px;
			vertical-align: middle;
			text-align: left;
			border-right: 0;
			}
		#forums-index .post_status {
			height: 39px;
			}
			#forums-index .post_status>div {
				position: relative;
				}
			#forums-index .post_status>img {
				}
		#forums-index .last_post_info,
		#forums-index .thread_count,
		#forums-index .reply_count {
			text-align: center;
			}
	#forums-index .controlbar table {
		border-spacing: 0;
		border-collapse: collapse;
		}
		#forums-index .controlbar table td {
			padding: 0;
			}
	#forums-index form #footer div {
		clear:none;
		}
	
/* IE6/7 hax now.

I apologise in advance for the nature of these HAX but needs must.
Turns out that preceding a CSS property with * makes it effective in IE6 and IE7,
whereas preceding it with a _ makes it effective in IE6 alone.

Fortunately for us, this is pretty much what we want in the absence of
conditional comments.

*/

/* We like to see footer content *properly*. Call it our little foible. */
#footer {
	*zoom: 1;
}
/* Nav:
   - "text-align: center" goes a bit overboard. Lets rein it in.
   - font weight plays havoc with the overall width, thus the padding is trimmed. */

/* Submit buttons: IE6 doesn't do the whole [type="submit"] thing. Why was this used? Minor cosmetic positioning tweaks too. */
#search form .submit input {
	_background: #D01212 url(/img/main_header_background.gif) repeat-x scroll top left;
	*margin-top: 1px !important;
	*padding-top: 2px !important;
	*width: 30px;
	*right: 5px !important;
}
/* Also, minor tweaks to sit the form properly. */
#search form {
	*margin-top: -5px! important;
}
#search, #search form {
	*width: 230px;
}
/* Fixing comment form here */
.panelsurround .fieldset .bginput,
.vBulletin_editor textarea {
	*width: auto;
}

table {
	
	
}

ol {
	margin-left:30px;
	margin-bottom:20px;
}

.pagenav {
	text-align:left;
	width:300px;
}

.tborder {
text-align:left;

}

#supersky2 {
position:absolute;
top:0;
left:813px;
width:160px;
height:600px;
background:#eee;
border: solid 10px white;
padding:5px;
z-index:1;
}

#mpu2 {
padding:10px;
background:#eee;
width:300px;
margin:auto;
border: solid 10px white;
}

#mpu2f {
	padding:10px;
	background:#eee;
	width:300px;
	margin:auto;
	border: solid 10px white;
}

#leaderContainer {
	z-index:100000;
}


