 :link { 
 color: #003399; 
 }
 :visited { 
 color: #5A683E; 
 }
 :active { 
 color: #003399; 
 }
  :active.alert { 
 color: #00000; 
 }

 span.ListPrice {
 color: #333399; 
 font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
 font-weight: bold
 }
 span.OurPrice {
 color: #750f36; 
 font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
 }
 span.YouSave {
 color: #cc6600; 
 font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
 } 
 span.BodyCopy {
 color: #000000; 
 font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
 } 
 span.HighLight {
 color: #cc3300; 
 font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
 }
 
 #page-footer {
	clear: both;
	font-family: Verdana,Helvetica,Arial; 
 font-size: 10px;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
	font-family: Verdana,Helvetica,Arial; 
    font-size: 10px;
}
 
 #alert {
	background-color: #5A683E;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	vertical-align: middle;
	text-decoration: none;
}
#alert .active	{ color: #ffffff; }


.masthead-1a {
  height:110px;
  background-image: url("http://steelheadsite.com/images/tss_masthead_bar.jpg")

}

#masthead-1b {
  position: absolute;
  right: 30px;
  float: right;
  width: 125px;
  top: 4px;
  font-family: Verdana,Helvetica,Arial; 
  font-size: 10px;
 }

#masthead-1c {
  position: absolute;
  right: 15px;
  float:left;
  width: 15px;
  top: 4px;
}


#breadcrumb {
  margin-left: 10px;
  position: relative;
  top: 4px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #83a163;
  font-size: 10px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}


.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("http://steelheadsite.com/forum/styles/prosilver/theme/images/bg_button.gif");
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.search {
	background-image: url("http://steelheadsite.com/forum/styles/prosilver/theme/images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}


#column_left_head {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/fish_our_waters_head.gif");
 background-repeat: no-repeat;
}

#column_left_bookstore_head {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/find_access_head.gif");
 background-repeat: no-repeat;
}

#column_left_box {
 position: relative;
 width: 136px; 
 border: 1px solid; 
 color: #83a163;
 padding: 6px;

}

#column_left_bottom {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/bottom_bar_150.gif");
 background-repeat: no-repeat;
}


#reports_summary_head {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/reports_summary_head.gif");
 background-repeat: no-repeat;
}

#reports_summary_box {
 position: relative;
 width: 286px; 
 border: 1px solid; 
 color: #83a163;
 padding: 6px;

}

#reports_summary_bottom {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/reports_summary_bottom.gif");
 background-repeat: no-repeat;
}

#column_right_head {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/land_more_head.gif");
 background-repeat: no-repeat;
}

#column_right_box {
 position: relative;
 width: 136px; 
 border: 1px solid; 
 color: #83a163;
 padding: 6px;

}

#column_right_bottom {
 height: 18px;
 background-image: url("http://steelheadsite.com/images/bottom_bar_150.gif");
 background-repeat: no-repeat;
}


#tss_footer_box {
 width: 575px; 
 border: 1px solid; 
 color: #83a163;
 padding: 6px;
 height: 65px;
 float: center;
 margin-left: auto;
 margin-right: auto;

}

#footer_column1 {
  float: left;
  width: 225px;
  text-align: left;
  font-family: Verdana,Helvetica,Arial; 
  font-size: 10px;

}

#footer_column2 {
  float:left;
  width: 175px;
  text-align: left;
  font-family: Verdana,Helvetica,Arial; 
  font-size: 10px;
}

#footer_column3 {
  float: right;
  width: 175px;
  text-align: left;
  font-family: Verdana,Helvetica,Arial; 
  font-size: 10px;
}
.apf_browse_border { margins:5em; border: medium double #6C753D; }
.apf_cart_text3_style { background-color:#FFFFFF; color:#00659C; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:larger; font-weight:bold; white-space:nowrap; width:33%; }
.apf_checkbox { clear:right; float:right; font-weight:bold; padding:6px; }
.apf_color_bar { background-color:#00659C; font-size:x-small; text-align:center; width:100%; }
.apf_comments_summary { font-weight:bold; }
.apf_error { font-size:150%; font-weight:bold; color:red; }
.apf_even_row { background-color:#eeeeee; padding:6px; }
.apf_footer { font-size:xx-small; text-align:center; }
.apf_heading4 { font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 10px; }
.apf_heading4c { font-family:Verdana,Arial,Helvetica,sans-serif; color:#CE6500; font-size: 12px;font-weight:bold; }
.apf_normal_heading { font-weight:bold; }
.apf_odd_row { background-color:#ffffff; padding:6px; }
.apf_prices { font-size: 10px; font-weight:bold; color:#990000; }
.apf_prices_list { font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration: line-through; font-size: 10px; font-weight:bold; }
.apf_prices_text { font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 10px; font-weight:bold; }
.apf_small_text { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:x-small; font-size: 10px;}
.apf_submit_button_style { background-color:#FFCC68; color:#000068; cursor:hand; font-family:Verdana,Arial,Helvetica,sans-serif; font-weight:bold; font-size: 10px; }
.apf_customer_reviews_header { font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif; color:#FFFFFF; }
.BodyCopy { font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 10px;}
 td#box { border: 1px solid; color: #83a163 }
 
.gen { font-size : 10px; font-family:Verdana,Arial,Helvetica,sans-serif; }
.genmed { font-size : 10px; font-family:Verdana,Arial,Helvetica,sans-serif; }
.gensmall { font-size : 9px; font-family:Verdana,Arial,Helvetica,sans-serif; }
.gen,.genmed,.gensmall { color : #000000; }


