body, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #d1d1d1;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a, a:visited {
	text-decoration: none; 
	color: blue;
}

a:hover {
	text-decoration: underline;
}


h1 {

}

h2 {

}

h3 { 

}

h4 {

}

.body_container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 777px;
	text-align: left;
	background-image: url( 'images/body_container_background.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
}

.page_container {
	padding-left: 15px;
	padding-right: 15px;
}

.admin_page_border {
	border: 1px solid black;
	padding: 5px;
}

.admin_section_border{
	border: 1px solid black;
	padding: 5px;
	background-color: LightYellow;
}

.footer {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 777px;
	font-size: 10px;
}

.top_menu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ff0000;;
	font-weight: bold;
}

.top_menu a, .top_menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.top_menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}

.top_menu a.selected {
	color: #ff0000;
}

.box_user {
	padding: 2px;
	border: 1px solid gray;
	background-color: #ffffff;
	width: 100%;
}

.pageHeader {
	font-size: 18px;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid Black; 
}

.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: Red;
}

.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.required {
	font-size: 10px;
	font-weight: bold;
	color: Red;
	font-style: italic;
}

.section_menu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: blue;
}

.section_menu .menu_level0 {
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	color: red;
}

.section_menu .menu_level1 {
	font-size: 10px;
	list-style-type: square;
	padding: 2px;
}

.section_menu .menu_level2 {
	font-size: 10px;
	padding: 1px;
	padding-left: 10px;
}

.section_menu .menu_level3 {
	font-size: 10px;
	padding: 1px;
	padding-left: 25px;
}

.section_menu .menu_level4 {
	font-size: 10px;
	padding: 1px;
	padding-left: 35px;
}

.section_menu a, .section_menu a:visited {
	text-decoration: none;
	color: blue;
}

.section_menu a:hover {
	text-decoration: underline;
}

.menu_level0 a, .menu_level0 a:visited{
	text-decoration: none;
	color: red;
}

.subsec_title {
	font-weight: bold;
	font-size: 12px;
}

.subsec_description {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
}


.sub_page_listing {
	border: 1px solid black;
	padding: 5px;
	background-color: #efefef;
}

.sub_page_listing .heading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.hidden_page_listing {
	border: 1px solid black;
	padding: 5px;
	background-color: Pink;
}

.hidden_page_listing .heading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.error_message {
	color: red;
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
	padding: 5px;
	border: 1px solid gray;
	background-color: LightYellow;
}

.box_attachments {

}

.box_attachments_header {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

.ProductListing {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dashed LightGray;
}

.CatalogListing {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dashed LightGray;
}

td.bom_head {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

.datatable_head {
	background-color: LightGray;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;

}

.datatable_altrow{
	background-color: LightGray;
}

.rPath {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: Gray;
}

.rPath a, .rPath a:visited {
	color: Gray;
}

.rPath a:hover {
	text-decoration: none;
	color: Black;
}


.pricelist_results {
	border: 1px solid #666666;
	width: 650px;
	height: 114px;	
	overflow-y: scroll;
	overflow-x: hidden;

}

	.pricelist_results .model {
		font-weight: bold;
	}

	.pricelist_results .description {
		color: #666666;
	}


	.pricelist_results .price {
		font-weight: bold;
		color: #ff0000; 
	}

