/* Medland and Associates - Style sheet */

/* html element formatting (rare) */
a, a:active, a:visited
	{
	color: #000088;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
a:hover
	{
	background-color: #888888;
	color: #ffffff;
	}
img
	{
	border: none;
	margin: 0px;
	padding: 0px;
	}
td, th
	{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}

/* main */
.main_body
	{
	background-color: #888888;
	}
.main_copyright
	{
	font-size: small;
	text-align: center;
	}
.main_div
	{
	padding: 10px;
	}
.main_image
	{
	}
.main_table
	{
	background-image: url(img/background_bottom.png);
	background-position: center center;
        background-repeat: repeat-y;
        background-color: #888888;
	border-collapse: collapse;
	width: 800px;
	}
.main_table_cell_closing
	{
	background-color: #888888;
	}
.main_table_cell_opening
	{
	background-image: url(img/background_top.png);
	}
.main_table_heading
	{
	}

/* generic */
.generic_div
	{
	margin-left: 50px;
	}
.generic_fieldset
	{
	}
.generic_heading
	{
	}
.generic_heading_2
	{
	}
.generic_iframe
	{
	border: 0px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	}
.generic_image
	{
	}
.generic_input
	{
	width: 80%;
	}
.generic_list
	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}
.generic_list_item
	{
	margin-left: 50px;
	padding-left: 0px;
	}
.generic_paragraph
	{
	}
.generic_paragraph_indented
	{
	margin-left: 50px;
	}
.generic_paragraph_opening
	{
	margin-left: 50px;
	}
/*
	.generic_paragraph_opening:first-letter
		{
		font-size: x-large;
		}
	.generic_paragraph_opening:first-line
		{
		font-variant: small-caps;
		}
*/
.generic_select
	{
	width: 27%;
	}
.generic_table
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.generic_table_cell
	{
	text-align: left;
	}
.generic_table_heading
	{
	}
.generic_table_row
	{
	}
.generic_textarea
	{
	height: 200px;
	width: 80%;
	}
.generic_textarea_large
	{
	height: 600px;
	width: 80%;
	}

/* credit card */
.creditcard_image
	{
	vertical-align: middle;
	}

/* form */
.form_table_cell_input_field
	{
	width: 80%;
	}
.form_table_cell_input_title
	{
	padding-right: 10px;
	text-align: right;
	width: 20%;
	}

/* admin */
.admin_image
	{
	width: 27%;
	}
.admin_select
	{
	width: 80%
	}

/* manufacturer */
.manufacturer_div
	{
	}
.manufacturer_image
	{
	/* width: 600px; */
	}

/* navigation */
.navigation_table
	{
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	width: 100%
	}
.navigation_table_cell
	{
	text-align: center;
	width: 14%;
	}
.navigation_table_cell_active
	{
	font-weight: bold;
	text-align: center;
	width: 14%;
	}

/* news */
.news_dd
	{
	}
.news_dl
	{
	}
.news_dt
	{
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* product */
.product_image
	{
	height: 120px;
	}
.product_image_small
	{
	height: 60px;
	}
.product_table_cell_new_image
	{
	padding-right: 10px;
	}
.product_table_cell_new_image
	{
	width: 120px;
	}

/* specs links */
.spec_list
	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}
.spec_list_item
	{
	margin-left: 50px;
	padding-left: 0px;
	}

/* page table of contents */
.toc_list
	{
	list-style-type: none;
	margin-left: 50px;
	padding-left: 0px;
	}
.toc_list_item
	{
	}

/* specstable (2008) */

.specstable
	{
	border-collapse: collapse;
	font-size: smaller;
	width: 100%;
	}

.specstable tr
	{
	}

.specstable tr:hover
	{
	background-color: #888888;
	}

.specstable tr .legend
	{
	font-size: larger;
	font-weight: normal;
	text-align: left;
	}

.specstable tr .section
	{
	background-color: #888888;
	font-size: larger;
	text-align: center;
	}

.specstable tr .section .product_image
	{
	display: none;

position:fixed;
top: 5px;
left:5px;
	}

.specstable:hover tr .section .product_image
	{
	display: block;
	}

.specstable td
	{
	}

