/**************************** Overall */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
}

.nodisplay {
	display: none;
}

/**************************** Links */

a:link {
	color: #40A054;
}

a:visited {
	color: #5D86A1;
}

a:hover {
	text-decoration: none;
}

/**************************** Layout */

#main_table {
	border-collapse: collapse;
	width: 100%;
}

/**************************** Header & search form */
#header {
	border-bottom: 2px solid gray;
}

#searchform {
	text-align: left;
	margin: 0;
}

#searchform div {
	padding: 6px 8px;
	line-height: 150%;
}


#topnav {
	border-bottom: 2px solid gray;
}

/**************************** Content */

#content .content_div {
	padding: 5px;
}

.text_red {
	color: red;
}

/**************************** Left hand column */

#left_col {
	width: 161px;
	border-right: 1px solid gray;
}

#left_col img {
	display: none;
}



/**************************** Headings */

h1 {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000;
	font-size: 150%;
}

h2 {
	margin: 4px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #000;
}


/* Product categories */

.home_table_products td {
	font-size: 90%;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	text-align: center;
}

.home_table_products img {
	display: none;
}

.home_table_products h3 {
	font-size: 100%;
	padding-bottom: 5px;
	margin: 3px;
	text-align: left;
	height: 4em;
}

div.home_table_products_footer {
	text-align: right;
	width: 100%
}

.home_table_products .home_table_products_footer img {
	display: inline;
	float: none;
	border: none;
}

/**************************** Product options table */

#options_table {
	background-color: #FFF;
}

#options_table th {
	background-color: #D2D2D2;
	font-size: 80%;
	padding: 4px;
}

#options_table td {
	border-bottom: 1px solid #D2D2D2;
	background-color: #EAEAEA;
	font-size: 80%;
	padding: 4px;
}

#options_table td td {
	font-size: 100%;
}

#options_table select {
	font-size: 12px;
}

/**************************** Footer */

#footer {
	border-top: 2px solid gray;
}

/* Form styles */

textarea {
	width: 95%;
	border: 1px solid #555575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #475258;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #475258;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #555575;
}
.buttoncontainer {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #555575;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	background-color:#475258; 
	font-size:13px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
	color: #FFF;
}

.options_select {
	font-size: 10px;
}

iframe {
	width: 100%;
	height: 200px;
}
