* {margin: 0px; padding: 0px;}
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: .8em;
}
p {
	padding: 8px 0px;
	line-height: 1.4em;
}
h1 {
}
h2 {
	color: #333;
	margin: 10px 0px;
}
h3 {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background: url('../img/layout/h3_background.gif') repeat-y top left;
	font-size: .9em;
	color: #333;
	font-weight: bold;
	padding: 3px;
}
img {
	border: 0px;
}

#header {
	height: 72px;
	background: #000 url('../img/layout/top_001.jpg') no-repeat top left;
}
#header h1 {
	display: none;
}
#header .logo-bottom {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 228px;
	height: 43px;
	background: #FFF url('../img/layout/logo_bottom.jpg') no-repeat top left;
}
#header .content {
	height: 72px;
	text-align: right;
	vertical-align: top;
	color: #FFF;
	padding: 5px;
}
#header .content a {
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	margin: 0px .4em;
}
#left-column {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 225px;
}
#skiplinks {
	display: none;
}
#main-column {
	position: absolute;
	top: 72px;
	left: 235px;
	padding: 1.5em;
}
#main-column .sidebar {
	overflow: hidden;
	float:right;
	width: 200px;
	border: 1px solid #000;
	background: #F6F6F6;
	padding: 1em;
}
#navigation ul {
	margin:10px;
	list-style: none;
}
#navigation-tool {
	font-weight: bold;
	margin-bottom: 5px;
}
#navigation-tool a {
	font-weight: normal;
}
.col2-1 {
	width: 245px;
	float: left;
}
.col2-2 {
	width: 245px;
	float: left;
	margin-left: 15px;
}
.error_message {
	display: block;
	margin-left: 12em;
	margin-bottom: .5em;
	color: #F00;
}
.red {
	color: #F00;
}
.itemNote {
	color: #C60;
	font-weight: bold;
}
.itemLinks {
	font-size: .8em;
}
.notice {
	font-size: .9em;
	color: #F00;
}


/* Tables */
table {width:100%;border:1px solid #161616;}
table thead th {text-align:left;padding:3px;background:#C5C5C5;color:#161616;}
table tbody th {text-align:left;padding:3px;background:#C5C5C5;color:#161616;}
table tbody td {padding:3px;border-bottom:1px solid #FFF;vertical-align:top;}
table tbody tr.even {background:#FFF;}
table tbody tr.odd {background:#F5F5F5;}
table tbody tr:hover {background:#F5F5F5;}
table tbody tr:hover td {border-bottom: 1px solid #999;}
table tfoot td {text-align: center; border-top: 1px solid #999;font-size: .8em; color: #666;}
table tbody td img {margin-left:5px;}
.category {font-weight: bold;}
.subcategory {padding-left: 20px;}
.alignRight {text-align:right;}
.cleanCell tr:hover {background: #FFF;}
.cleanCell tr:hover td {border: 0px;}

/* Forms */
label {display:block;width:12em;float:left;clear:left;}
form div {padding:3px;}
form div.buttons {padding-left:12em;}
#part_categories {margin-left:12em;}
.categoryCheckbox {font-weight: bold;}
.subcategoryCheckbox {padding-left: 2em;}
#photo {margin-left:12em;padding: 1em 0em;}
#photo img{border:1px solid #000;}
.required {color: #F00;font-weight: bold;vertical-align: middle;}

#keyword_search {
	display: none;
}
#keyword_search form {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	
}

#part_number_search {
	display: none;
}
#part_number_search {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
#admin_note {
	display: block;
	padding: 10px 0px;
	background: #F00;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #600;
}
#edi-log {
	font-family: Monospace;
	font-size: 9px;
	text-align: left;
	border-left: 1px solid #000;
}
.edi-form {
	width: 32em;
}
.edi-form-table {
	border: 0px;
}

#history {
	padding: 2em;
	border: 1px solid #000;
}
#order_history_navigation {
	
}
#order_history_navigation ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: -1px;
}
#order_history_navigation ul li {
	float: left;
	line-height: 1.6em;
	border: 1px solid #000;
	margin-right: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#order_history_navigation ul li a {
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0 .5em;
	background: #EEEEEE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#order_history_navigation ul li a:hover {
	background: #FFF;	
}
#order_history_navigation ul li.this-tab {
	border-bottom: 1px solid #FFF;
}
#order_history_navigation ul li.this-tab a {
	background: #FFF;
}
#order_history_navigation ul li.this-tab a:hover {

}
#order_search {
	margin-bottom: 2em;
}
#order_search fieldset {
	padding: .3em 1em 1em 1em;
	border: 1px solid #000;
}
#order_search fieldset legend {
	padding: .3em;
	font-weight: bold;
}

.partAdminNote:before {
	content: '* ';
}
.partAdminNote:after {
	content: ' *';
}
.partAdminNote {
	font-weight: bold;
}
.partAdminNote, .partStatusOnHold, .dealerStatusOnHold {
	color: #900;
}
.partStatusInactive, .dealerStatusInactive {
	color: #AAA;
}
#dealerSelectList, #groupSelectList {
	width: auto;
	font-size: 95%;
}
#dealerSelectList td, #dealerSelectList th, #groupSelectList td, #groupSelectList th {
	padding: 2px;
}
