/* CSS Document */

/*
	"BROWN" section
	dark: #7E5942
	light: #C8B47A	
*/

.bg_dark {
	background-color: #7E5942;
}

.bg_light {
	background-color: #C8B47A;
}

.header_dark {
	font-size: 14px;
	font-weight: bold;
	color: #7E5942;
}

.header_dark_small { 
	font-weight: bold;
	color: #7E5942;
}

.header_light {
	font-size: 14px;
	font-weight: bold;
	color: #C8B47A;
}

.header_light_small { 
	font-weight: bold;
	color: #C8B47A;
}

.content_main a:link {
	color: #C8B47A;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:visited {
	color: #C8B47A;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:hover {
	color: #C8B47A;
	text-decoration: underline;
	font-weight: bold;
}

.content_main a:active {
	color: #C8B47A;
	text-decoration: underline;
	font-weight: bold;
}

.link_table_dark {
	
}

.link_table_dark a:link {
	font-size: 11px;
	color: #7E5942;
	text-decoration: none;
	font-weight: bold;
}

.link_table_dark a:visited {
	font-size: 11px;
	color: #7E5942;
	text-decoration: none;
	font-weight: bold;
}

.link_table_dark a:hover {
	color: #7E5942;
	text-decoration: underline;
	font-weight: bold;
}

.link_table_dark a:active {
	color: #7E5942;
	text-decoration: underline;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #7E5942;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #C8B47A;
}

.sidenav a:link {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:visited {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:hover {
	margin-left: 2px;
	font-size: 11px;
	color: #C8B47A;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:active {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7E5942;
	margin-left: 18px;
}

.contentnav a:link {
	font-size: 10px;
	color: #D6BFB1;
	text-decoration: none;
}

.contentnav a:visited {
	font-size: 10px;
	color: #D6BFB1;
	text-decoration: none;
}

.contentnav a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.contentnav a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.product_quote {
	color: #C8B47A;
	font-weight: bold;
	font-style: italic;
}

.product_quote_name {
	color: #C9C9C9;
	font-weight: bold;
}

.compat_chart {
	background-color: #F0F0F0;
	width: 475px;
}

.compat_chart .compat_chart_title {
	font-weight: bold;
	color: #C8B47A;
}

.compat_chart p {
	color: #666666;
	font-size: 11px;
}

.important_indent_colored { 
	margin-left: 15px;
	color: #C8B47A;
	font-size: 12px;
	font-weight: bold;
}

.item_link {

}

.item_link a:link {
	color: #C8B47A;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.item_link a:visited {
	color: #C8B47A;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.item_link a:hover {
	color: #C8B47A;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.item_link a:active {
	color: #C8B47A;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.submit_button {
	font-size: 11px;
	font-weight: bold;
	color: #C8B47A;
	background-color: #E1E6E8;
	border-color: #D6D6D6;
	border-style: solid;
}

.submit_button:hover {
	color: #FFFFFF;
	background-color: #C8B47A;
}