/*
  To create a new color theme, replace the colors:
    #B4161A with the color for hyperlinks
  and 
    #971B1E with the background color for the top navigation bar
  and
    #990000 for the color of page headings
  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    
*/
#title h1 a:link, #title h1 a:visited {
    text-decoration: underline;
    color: #000000; 
    }

a:link, a:visited, #search a:visited, th a:visited {
    color: #000000;
    text-decoration: underline;
    }

#title h1 {
    color: #B4161A;
    }

#color_bar {
    background: #EFEFEF;
    }

h3 {
    color: #003300;
    }

h2 {
    font-size: 16px;
    }

/*
   COMMON THEME PROPERTIES FOLLOW
 (they contain no information specific to a theme color)
*/
body {
    margin: 0px 0px 0px 0px;
    background: white;
    font-family: Arial;
    }

a:hover {
    color: #dd0303;
    text-decoration: underline;
    }

a:active {
    text-decoration: underline;
    }

.none {
    display: none;
    }

#title h1 {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    color: #003300;
    }

.item_list h3, .item_list h4, .item_list h5, .item_list h6 {
    font-size: 1em;
    font-weight: normal;
    }

/* begin main layout divs */
#title {
    height: 24px;
    width: 770px;
    padding-top: 17px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    background: url(images/background_title.jpg) no-repeat center top;
    }
#nav_header {
    margin: 0 auto;
    background: #75746E url(images/background_nav_top.gif) repeat-x top;
    line-height: normal;
    width: 780px;
    height: 40px;
    }
#nav_header ul {
    margin: 0;
    padding: 0px 0;
    list-style: none;
    float: right;
    background: url(images/nav_top_filler.gif) repeat-x left top;
    }
#nav_header li {
    float: left;
    background: url(images/nav_top_left.gif) no-repeat left top;
    margin: 0;
    padding: 0;
    }
#nav_header a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: left;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    background: url(images/nav_top_right.gif) no-repeat right top;
    padding: 13px 25px 13px 15px;
    }

#nav_header a span {
    border-bottom: #ccc 1px solid;
    padding-bottom: 54px; /* hide the underline in normal state, required for hover effect in IE */
    }

#nav_header a:hover span {
    border-bottom: #c0c0c0 1px solid;
    padding-bottom: 2px;
    }
/* 
#color_bar {
    font-size: 13px;
    width: 628px;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;    
    border-right: #999999 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    height: 27px;
    padding-top: 13px;
}
#crumbs {
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;    
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height: 26px;
    width: 628px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    background: #EFEFEF;
}
*/
#color_bar {
    font-size: 13px;
    width: 628px;
    border-top: #999999 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    height: 27px;
    padding-top: 13px;
    }

#crumbs {
    border-top: #999999 1px solid;   
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height: auto;
    width: 628px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    background: #EFEFEF;
    }

#crumbs h2, #crumbs h3 {
    font-size: 10px;
    display: inline;
    }

#crumbs_search {
    float: left;
    font-size: 12px;
    }

#whats_new {
    float: right;
    font-size: 12px;
    width: 280px;
    text-align: right;
    }

#crumbs p {
    display: inline;
    vertical-align: middle;
    }

#crumbs .search_box {
    margin: 0;
    padding: 0;
 /* 
    height: 15px;
    font-size: 11px;
    */
    height: 22px;
    font-size: 18px;
   	vertical-align: middle;
	display: inline;
    width: 200px;
    }

#crumbs #category_select {
    margin: 0px;
    padding: 0px;
    height: 17px;
    font-size: 11px;
    width: 170px;
    }

#crumbs select {
    padding: 0px;
    height: 17px;
    font-size: 11px;
    width: 160px;
    margin-top: 2px;
    }

#crumbs .submit, #crumbs .go {
    margin: 0px;
    padding: 0px;
    height: 20px;
    font-size: 11px;
    margin-top: 0px;
    }

#crumbs_text {
    padding-top: 5px;
    }

input .submit {
    font-size: 11px;
    width: 70px;
    }

#nav_browse {
    float: right;
    }

#nav_login {
    float: left;
    }

/* 
#body, #bodyB, #bodyC, #bodyD {
    width: 628px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    margin: 0px 0px 0px 0px;  
  	padding: 5px 10px 10px 10px;
    background: #EFEFEF;
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
}
*/
#body, #bodyB, #bodyC, #bodyD {
    width: 628px;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    margin: 0px 0px 0px 0px;  
  	padding: 5px 10px 10px 10px;
    background: #EFEFEF;
       /* 
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
     */
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	}

#body h1 /*, #bodyB h3, #bodyC h3, #bodyD h3 */ {
    margin: 0px 0px 5px 0px;  
    MIN-HEIGHT: 20px;
	FONT-WEIGHT: Bold;
	COLOR: #003300;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	}

#body h2  {
    margin: 15px 0px 2px 0px;
    font-weight: bold;  
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	}

#body h3, #bodyB h3, #bodyC h3, #bodyD h3 {
    margin: 0px 0px 3px 0px;
    font-weight: bold;  
	color: #003300;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	}

/* 
#bodyRelAds {
    width: 628px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    border-top: none;
    margin: 0px 0px 0px 0px;  
  	padding: 5px 10px 10px 10px;
    background-color: #f5f5dc;
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
}
*/
#bodyRelAds {
    width: 628px;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-top: none;
    margin: 0px 0px 0px 0px;  
  	padding: 5px 10px 10px 10px;
    background-color: #f5f5dc;
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	}

#bodyRelAds h3  {
    margin: 0px 0px 5px 0px;  
    MIN-HEIGHT: 20px;
	FONT-SIZE: 15px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #003300;
	}
/* 
#main_right {
     float:left;
     width: 650px;
     margin: 5px 0px 0px 0px;
}
*/
#tools {
    clear: both;
    margin: 0;  
  	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 12px;
	}

#footad 
{
    clear: both;
    margin: 25px 0 0 0;
	text-align: center;
	}

#main_right {
     float:left;
     width: 648px;
     margin: 5px 0px 0px 0px;   
     border-left: solid 1px #999999;
     border-right: solid 1px #999999;
     }

#col_main_left {
    width: 198px;
    float: left;
    }

#col_main_right {
    border-left: 3px solid #DFDCCB;
    margin-left: 198px;
    }

#content {
    width: 628px;
    }

#content .display_left {
    margin-top: -20px;
    }

#content_header {
    color: #000000;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
    margin-bottom: 5px;
    }

#content_header ul {
    list-style-position: outside;
    line-height: 20px;
    margin-top: 10px;
    list-style-image: url(images/ul_bullet.gif);
    }

#content_header li {
    list-style-position: outside;
    margin-left: -17px;
    }

#content_header h2, #content_header h3 {
    display: inline;
    font-weight: bold;
    font-size: 1em;
    }

#featured_item {
    height: 200px;
    width: 176px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #A29F93;
    border-bottom-color: #A29F93;
    border-left-color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    margin-bottom: 3px;
    margin-right: 0px;
    background: #DCDACE url(images/background_feature.jpg) repeat-x top;
    }

.display_left #featured_item {
    width: 160px;
    font-size: 1em;
    }

#featured_item h2 {
    font-size: 1em;
    font-weight: bold;
    display: inline;
    }

.row1 a:link img, .row2 a:link img, .display_left a:link img, #featured_item a:link img {
    border: 1px solid #666;
    }

.row1 a:visited img, .row2 a:visited img, .display_left a:visited img, #featured_item a:visited img {
    border: 1px solid #666;
    }

#announcements {
    padding: 10px;
    height: 100%;
    }

#announcements ul {
    margin-top: 0px;
    }

#announcements li {
    list-style-position: outside;
    list-style-image: url(images/ul_arrow.gif);
    margin-bottom: 15px;
    margin-left: -24px;
    }

#user_assistance {
    padding: 10px;
    float: left;
    width: 178px;
    }

#user_assistance h2, #user_assistance h3 {
    color: #000000;
    font-size: 1em;
    }

.post_title {
    margin: 0px;
    padding: 0px;
    }

.post_dollars {
    width: 50px;
    }

#post_cents {
    width: 25px;
    }

.post_url, .post_title, .post_description {
    width: 350px;
    }

.post_description {
    height: 150px;
    }

.section {
    padding: 10px;
    height: 17px;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
    }

h3.section, h2.section {
    font-size: 1.2em;
    color: #003300;
    }

h4.section {
    padding: 0 0 0 10px;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
    }

.content_right {
    padding: 10px;
    }

.content_right form, .content_right fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    }

.content_right legend {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
    }

.content_right td, .category_browse td {
    padding-right: 20px;
    }

.category_browse td h4 {
    font-size: 1em;
    display: inline;
    }

.category_browse td h4 a:link, .category_browse td h4 a:visited {
    text-decoration: underline;
    color: #000000;
    }

.category_browse td h4 a:hover, .category_browse td h4 a:active {
    text-decoration: underline;
    color: #DD0303;
    }

.category_browse td ul a:link, .category_browse td ul a:visited {
    text-decoration: underline;
    }

.category_browse td ul a:hover, .category_browse td ul a:active {
    text-decoration: underline;
    }

.category_browse td ul {
    list-style-position: outside;
    margin-top: 10px;
    list-style-type: disc;
    }

.category_browse td li, .category_browse td li {
    list-style-position: outside;
    line-height: 20px;
    margin-left: -17px;
    color: #003300;
    }

#search_n_browse {
    height: 139px;
    width: 628px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    }

#search_n_no_browse {
    height: 139px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    background: #E1DFCF;
    }

#search_n_browse div#search {
    float: left;
    border: none;
     /*background: url(images/background_search.jpg) #d6d3c4 repeat-x; */
     }

#search_n_browse div#browse {
    float: right;
    border: none
    /* background: url(images/background_browse.jpg) #d2d4bf repeat-x; 808080*/
    }

#search a {
    font-size: 11px;
    }

#search fieldset, #browse fieldset {
    color: #003300;
    border: solid 2px #003300;
    padding: 0px 5px 8px 8px;
    }

#search legend, #browse legend {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    }

#search select, #search .search_box, #browse select, #browse ul {
    font-size: 11px;
    margin-top: 2px;
    }

#search select, #search .search_box {
    width: 240px;
    }

#browse select {
    width: 190px;
    vertical-align: middle;
    border: none;
    display: inline;
    }

#search, #browse {
    height: 125px;
    width: 280px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #A29F93;
    border-bottom-color: #A29F93;
    border-left-color: #FFFFFF;
    background: repeat-x top;
    padding: 7px 10px 10px;
    }

#search form, #browse form {
    display: inline;
    border: none;
    }

#search .search_box, #search select {
    margin-bottom: 8px;
    }

/* begin admin panel (similar to search boxes) */
#admin_panel {
    width: 628px;
    padding-bottom: 3px;
    font-size: .7em;
    }

#admin_panel div {
    clear: both;
    padding-top: 5px;
    }
    
#admin_panel #query span.input_label {
    float: left;
    text-align: right;
    width: 70px;
    }

#admin_panel #query input {
    width: 170px;
    }

#admin_panel #query select {
    width: 175px;
    }

#admin_panel #status span.input_label {
    float: left;
    text-align: right;
    width: 100px;
    }

#admin_panel #status select {
    width: 145px;
    }

#admin_panel #status input {
    width: 145px;
    }

#admin_panel span.input_control {
    float: right;
    text-align: left;
    }

#admin_panel div#query {
    float: left;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
    }

#admin_panel div#status {
    float: right;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
    }

#admin_panel #query a {
    font-size: 11px;
    }

#admin_panel #query legend, #admin_panel #status legend {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    }

#admin_panel #query select, #admin_panel #query .search_box, #admin_panel #status select, #admin_panel #status ul {
    font-size: 11px;
    margin-top: 2px;
    }

#admin_panel #query select, #admin_panel #query .search_box {
    /* width: 290px; */
    }

#admin_panel #status select {
    /* width: 190px; */
    vertical-align: middle;
    border: none;
    display: inline;
    }

#admin_panel #query, #admin_panel #status {
    height: 185px;
    width: 265px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #A29F93;
    border-bottom-color: #A29F93;
    border-left-color: #FFFFFF;
    background: repeat-x top;
    padding: 7px 10px 10px;
    }

.login_box input.text {
    width: 150px;
    }

input.user_info {
    width: 200px;
    }

input.register_password {
    width: 100px;
    }

input.register_question {
    width: 250px;
    }

/* begin item grid */
#item_images {
    text-align: center;
    float: left;
    width: 161px;
    clear: none;
    }

.item_list {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    }

.item_list th {
    height: 25px;
    background: #DEDDD3;
    }

.item_list_footer {
    height: 20px;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
    background: #DEDDD3;
    }

.item_list_footer li {
    text-align: center;
    list-style-type: none;
    white-space: nowrap;
    display: inline;
    margin: 0px 3px;
    }

.item_list_footer ul {
    margin: 0;
    padding: 0;
    }

.display_left {
    text-align: center;
    float: left;
    clear: none;
    }

.display_right {
    text-align: left;
    margin-left: 175px;
    }

.display_right#ad_details h3, .display_right#ad_details h4 {
    text-align: left;
    font-size: 1.1em;
    display: block;
    color: #000000;
    }

.display_right#ad_details h5.action {
    padding: 5px 10px;
    font-size: 0.9em;
    }

/* begin footer */
#footer {
    clear:left;
    font-size: 10px;
    height: 80px;
    width: 800px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    background: #003300;
    }

#footer_nav {
    margin: 0;
    padding: 20px 10px 20px 10px;
    list-style-type: none;
    }

#footer_nav a {
    font-family: verdana;
    color: #FFFFFF;
    font-weight: bold;
    }

#footer_nav a:hover {
   color: #dd0303;
   }

#disclaimer {
    font-size: 0.6em;
    color: #888679;
    text-align: center;
    width: 400px;
    }

/* begin classes */
legend.select_category {
    display: inline;
    }

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_category, .col_general, .col_checkbox {
    text-align: center;
    }

.col_title {
    text-align: left;
    width: 250px;
    }

#ad_details td.col_heading {
    color: #7F4728;
    vertical-align: top;
    }

#ad_details td.col_detail {
    padding-left: 10px;
    }

.ad_description_text {
    padding-top: 20px;
    }

.col_checkbox, .col_photo_nopreview {
    width: 30px;
    }

.row1, .row2 {
    height: 60px;
    }

.row2 {
    background: #E8E7E1 url(images/background_table_row.gif) repeat-x top;
    }

.small_text {
    font-size: 0.8em;
    color: #666666;
    font-weight: normal;
    }

.normal_weight {
    font-weight: normal;
    }

tr.new_section {
    padding-top: 1em;
    }

p.new_section {
    margin-top: 1em;
    }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 800px;
	}
#nav a {
	font: 12px Arial;
	color: white;
	width: 99px;
	display: block;
	text-decoration: none;
	}
#nav a:hover {
	font: 12px Arial;
	color: white;
	width: 99px;
	background-color: #999999;
	text-decoration: none;
	display: block;
	}
#nav li {	
	float: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	width: 99px;
	background-color: #003300;
	}
#nav li SPAN {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #003300;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
#nav li ul SPAN {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;	
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
#nav ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
	}

*:first-child+html #nav {
    height: 1%;
    }
*:first-child+html #nav li {
    height: 1%;
} 
select.hide { 
	visibility: hidden;
	}
#navleft {
    float: left;
    display: inline;
    width: 150px;
	margin-top: 5px;
    background-color: #999999;
    border-top: 1px solid #999999;
    }

#lhsmenu, #lhsmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
 	color: #FFFFFF;
	background-color: #999999;
	width: 150px;
	}

#lhsmenu li {
	border-bottom: 1px solid white;
	width: 150px
	}

#lhsmenu a  {
    font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	width: 140px;
	height: 20px;
	padding: 5px 0px 0px 10px;
	max-height: 20px;
	text-decoration: None;
	display: block;
	}

#lhsmenu a:hover {
	background-color: #003300;
	}

#lhsmenu li ul /* second-level lists */ {
    position: absolute;
	padding: 0;
	margin-top: -25px;
	margin-left: 151px;
	width: 150px;
	left: -999em;
	}

#lhsmenu li:hover ul, #lhsmenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#lhsmenu ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
	}

*:first-child+html #lhsmenu {
    height: 1%;
}
*:first-child+html #lhsmenu li {
    height: 1%;
} 
#lhslinks {
	padding: 0;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
 	color: #FFFFFF;
	background-color: #999999;
	width: 150px;
	}
#lhslinks a {
    font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: None;
	}
#lhslinks li a:hover {
    color: #DD0303;
    }
#adbox {
    width: 150px;
	background-color: #003300;
 	margin: 5px 0px 0px 0px;
 	}
#hemb {
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
#hema {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
div.vglist {
	color: #000000;
	width: 285px;
 	padding: 10px 0px 0px 0px;
 	margin: 10px 0 0 0;
 	border-style: solid;
 	border-color: #003300;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	}
div.vglist ul {
	width: 285px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	}
.vgpoll input, radio {
	width: 30px;
	float: left;
	margin: 40px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
input.vgbutton  {
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    width: 50px;
    vertical-align:middle;
    background: #FFF;
    border: 2px solid #006600;
    padding:1px;
    }

.calDDL {
	font-weight: bold;
	font-size: 11px;
	background-color:#cccccc;
	color: black;
	width: 90px;
}

#leftlink {
    list-style-position: outside; 
    margin-top: 20px; 
    list-style-image: url(images/ul_bullet.gif);
    }

#leftlink li {
    text-align: left;
    list-style-position: outside;
    line-height: 18px;
    margin-left: -17px;
    }

p.note {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}

#footnotes {
	font-family: Arial;
	font-size: 10px;
	padding: 0;
	margin: 0 0 0 1em;
	}

#footnotes li {
    margin-bottom: 5px;
    }

sup.fnote {
	line-height: 0;
	vertical-align: text-top;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	}

#body sup {
    line-height: 0;
	vertical-align: text-top;
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	}

p.hema {
	FONT-SIZE: 10px;
	font-family: Arial;
	width: 200px;
	margin-top: 0px; 
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	}

.btmdashedline {
    margin: 20px;
    height: 20px;
    font-weight: bold;
    border-top: 1px dashed #999999;
    }

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    }

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
    }

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
    }

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
    }

.timeline {
    border: none;
    }
.timeline th {
    text-align: left;
    padding-top: 15px;
    }
.timeline th.header {
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
    }
.timeline td {
    vertical-align: top;
    }
.dashedline {
    border-bottom: 1px dashed #999999;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    }
div.productbox {
     width: 628px;
     border-top: solid 1px #999999;
     padding: 10px 0px 10px 0px;
     }

div.frbox {
    width: 300px;
    height: 65px; 
    margin: 0px 0px 10px 0px; 
    padding: 0px 0px 10px 0px; 
    border-bottom: dotted 1px #999999;
    }

div.frboxpic {
    float: left;
    width: 50px; 
    height: 50px;
    margin: 0; 
    padding: 0px 5px 0px 0px;
    }

div.frboxtext {
    float: left;
    width: 245px;
    }

#body div.frbox h2 {
    font-size: 13px;
	font-family: Arial;
	margin: 0;
	}

div.frboxtext p {
    margin: 3px 0px 0px 0px;
    }

ul.searchterms {
    float: left; 
    width: 240px; 
    margin: 0; 
    padding: 0;
    list-style-type: none; 
    line-height: 25px;
    }

div.lhstab {
    float: left;
    }

div.rhstab {
    float: right;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Page Crumbs 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#breadcrumbs {
	width: 628px;
	margin-bottom: 15px;
	color: #343331;
	font-size: 11px;
	}
	
a.buttonlink,  a.buttonlink:hover, a.buttonlink:visited {
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    vertical-align: middle;
    background: #FFF;
    border: 2px solid #006600;
    padding: 3px 6px 3px 6px;
    text-decoration: none;
}
