/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #818181;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, "Trebuchet MS", sans-serif;
	color: #444;

}
body{	
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #818181;
	height:100%;
	background: #818181 url(images/main_bg.png) repeat-x left top;
}
#wrapper {
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:776px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
    background-color: #ffffff;
}

/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:175px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:120px;
	z-index:74;
	background:  url(images/normal_page_top_logo_s.png) no-repeat left top;
}

#navigation{
	position:absolute;
	top:120px;
	left:0px;
	width:776px;
	height:28px;
	z-index:65;
    background-color: #fff;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:240px;
	height:40px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/normal_page_top_logo_s.png) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:776px}
/* end hide*/

#header h2 {
    padding-top:10px;
    padding-left: 30px;
    font-size: 20px;
    color:#fff;
}

#titlebg {
	position:absolute;
    top:40px;
    left:0px;
    width:776px;
    height:80px;
	background:  url(images/normal_page_title_bg_round2.jpg) no-repeat left top;
}

#breadcrumbs {
	position:absolute;
    top:148px;
    left:0px;
    background: url(images/main_shadow.gif) top repeat-x;
	border-top:1px solid #A6A6A6;
    border-bottom:1px solid #eee;
    height: 20px;
    width: 776px;
    text-align: left;
    padding-top: 8px;
}

#breadcrumbs_text {
    padding-left: 30px;
    padding-top: 11px;
    color: #000;
    text-decoration: none;
    background: url(images/084.gif) no-repeat;
    background-position: 10px 9px;
}

#breadcrumbs_text a {
    color: #618200;
}

#footer {
	color: #ffffff;
	width:776px;
	clear:both;
	height:70px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background: #818181 url(images/normal_footer_bg_wide.png) repeat-x left top;
    text-align: center;
}
#footer p {
	margin-top: 5px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
#footer-footer {
    color: #aaa;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#left {
	position:relative;/*ie needs this to show float */
	width:720px;
	float:left;
    padding-top:20px;
	padding-left: 30px;
    border:0px solid blue;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

#clearfooter2 {
	width:100%;
	height:20px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#content {
	z-index: 300;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 18px;
}

#content h2 {
	font-size: 16px;
	color: #006633;
	background:  url(images/green_arrow.png) no-repeat left top;
	padding-left: 25px;
	margin-top: 25px;
	line-height: 24px;
	height: 20px;
	position: relative;
	z-index: 999;
}

#content h3 {
	font-size: 14px;
	color: #002211;
	background:  url(images/black_arrow.png) no-repeat left top;
        margin-left: 3px;
	padding-left: 25px;
	margin-top: 10px;
	line-height: 18px;
	height: 16px;
}

h3#post-  {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #444444;
	padding:0px 20px 0px 20px;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #618200;
}

#content a {
	color: #618200;
}

#content ul li a {
	color: #618200;
}

#content p a:hover {
	background-color: #618200;
	color: #ffffff;
}

#content a:hover {
	background-color: #618200;
	color: #ffffff;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin: 0.2em 0px;
	/*
	margin-bottom: 0.5em;
	*/
	color: #444444;
/*
	font-size: 110%;
*/
}

/*
#content ul li ul li {
padding-top:5px;
}
#content ul {
padding-bottom:10px;
}
*/

#footer p {
	padding: 8px;
}

.maniax ol {
    padding-left: 50px;
}
.maniax ol li {
    line-height: 24px;
    padding-bottom: 10px;
}

.answer_button {
    margin-top: 30px;
    text-align: center;
}

.maniax_answer {
    color: #9933FF;
}

table.datatable {
    border: solid 1px #aaa; 
    border-collapse: collapse;
}
td.row_header {
    background: #88bbbb;
    border: solid 1px #aaa; 
    border-collapse: collapse;
    padding: 5px;
}
td.middle {
    background: #aabbbb;
    border: solid 1px #aaa; 
    border-collapse: collapse;
    padding: 5px;
}
td.dataheader {
    background: #ddd;
    border: solid 1px #aaa; 
    border-collapse: collapse;
    padding: 5px;
}
td.datacell {
    background: #fff;
    border: solid 1px #aaa; 
    border-collapse: collapse;
    padding: 5px;
}

table.yb_imagetable {
    border: solid 1px #aaa; 
    border-collapse: collapse;
    margin-top:10px;
}
td.yb_imagecell {
    text-align:center;
    background: #eee;
    border: solid 1px #aaa; 
    border-collapse: collapse;
    padding: 5px;
    font-size:80%;
    vertical-align:top;
}

.nerotext {
    color: #9933FF;
}

img {
/*
	border: dotted 1px #444444;
*/
}

a img {
    border: none;
}

.childscontainer ul li p {
    padding-left:-10px; 
    margin-left:-20px;
}

.thumbscontainer ul li p {
    padding-left:-10px; 
    margin-left:-20px;
}

ul.thumbs li {
/*
list-style:   none;
float:     left;
display:    block;
list-style-image:  none !important;
*/
height: 180px;
width: 160px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0px;
text-align: center;
padding: 0px;
} 

.inline_image {
    padding-left:10px;
}

.wheel_name {
  font-weight:bold;
  font-size:16px;
}

/*********************/

.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#search {
	margin-top: -3px;
	position:relative;
	float: right;
	width:216px;
    height:23px;
	z-index:900;
	padding-right: 15px;
    border:0px solid #ccc;
    background: url(images/searchbox_bg.png) no-repeat;
	_margin-top: 42px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 0px solid #75767B;
	border-left: 0px solid #75767B;
	border-bottom: 0px solid #B6B9C0;
	border-right: 0px solid #B6B9C0;
	height: 19px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}
#search select {
	border-top: 0px solid #75767B;
	border-left: 0px solid #75767B;
	border-bottom: 0px solid #B6B9C0;
	border-right: 0px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 0px solid #75767B;
	border-left: 0px solid #75767B;
	border-bottom: 0px solid #B6B9C0;
	border-right: 0px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 23px;
    background: none;
    border:0px;
}

#ajaxSearch_submit {
    width: 40px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    /*
    background: transparent  url(images/search_70x21.gif) no-repeat center top;
    */
    background: none;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 180px;
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

