html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	
}

body {
	background: url(/images/background.gif) #FFFFFF 30px 0 repeat-y; 
	color: #000000;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	margin: 0em;
	padding:0em;
	text-align: left;
	height: 100%;
	min-width: 1000px;
}

a {
	color:#999999; 
	text-decoration:none;
}

a:hover {
	color:#666666; 
	text-decoration:underline;
}

#rightColumn {
position:absolute;
bottom:0;
padding:0;
width:45px;

height:100%; /* works only if parent container is assigned a height value */

color:#333;
background: url(/images/background-right.gif) #FFFFFF top left repeat-y;
right:0;
z-index: 0;
}




#siteFrame {
	position:absolute;
	top: 0;
	left: 0px;
	right: 0px;
	
	
	display:block;
	
	
	margin: 0 30px 0px 45px;
	padding: 1em 2.5em 0 1.5em;
	background: url(/images/background-right.gif) #FFFFFF top right repeat-y;
z-index: 2;
	border: 0px solid red;
	min-width: 1000px;
	min-height: 650px;

}




#leftSide {
	width: 30%;
	height: 100%;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border: 0px solid #0000FF;
	background: #F3F3F3;
	color: #666666;
	font-size: .75em;

}

#leftSide p {

margin: 1em .5em;

}

#leftSide p.upperCase {
font-size: .8em;
margin: 0 1em;
}



#leftSide input.textBox {
	display: block;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.loginForm td {

padding: .2em .5em;

}

#leftSide a.readMore {
text-transform: uppercase;
color: #0099FF;
font-weight: bold;
font-size: .7em;
}







#logo {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border: 0px solid #F000FF;
	z-index: 50;
}

#breadCrumb {
	font-size: .7em;
	display: block;
	margin: 0px 2px 0px 0px;
	border: 0px solid #e6e6e6;
	padding: 0px 0px 0px 10px;
	float: right;
	height: 16px;
	color: #000000;
}



#breadCrumb a {
color: #000000;
text-decoration: none;
}

#breadCrumb  a:hover {
color: #FFFF00;
text-decoration: underline;
}

#navigation {
	display: block;
	margin: 35px 0 0 0;
	border: 0px solid #e6e6e6;
	padding: 0;
	float: right;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;

}



#navigation a {

	display: block;
	padding: 0em .5em;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
	float: left;
	margin: 0px;
	letter-spacing: 0em;
}

#navigation a.noBorder, #footerNavigation  a.noBorder, #utils  a.noBorder,  #sectionNavigation a.noBorder{
border: 0px;
}

#header {
	display: block;
	border: 0px solid #F000FF;
	padding: 0;
	margin: 0;
	background: url(/images/header_background.gif) white bottom center repeat-x;
	height: 4.5em;
	position:relative;
	z-index: 10;
	


}






#quickSearch {
	display: block;
	position: absolute;
	top: -5px;
	right: 0px;
	padding: 0em;
	maring: 0px 0 0 0;
	

}

#quickSearch .textBox,  #search .textBox {
	display: block;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 2px;
	height: 13px;
	font-size: .7em;
	width: 150px;
	padding: 0;

}

 #search .textBox {
 font-size: 1.25em;
 border: 1px solid #666;
 height: 18px;
 }



#contentFrame {

	display: block;
	padding: 0px;
	margin: 10px 0px 1em 0;
	clear: both;
	border: 0px solid #FF000F;
	


}

#content {
	font-size: .75em;
	display: block;
	padding: 0px 0px 0px 0em;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color:#000000;
	border: 0px solid #000000;
	float: left;
	width: 70%;
	overflow: hidden;
	color: #666;
	
}
#content img {
margin: 0 1.5em;
}

#content p {
	font-size: 2em;
	margin: 0 1em;
	line-height: 1.5em;
}



#leftNavigation {
border: 0px solid #a6a6a6;
margin: 6px 0;

}


#leftNavigation a {
	font-size: .7em;
	display: block;
	padding: .3em;
	border: 0px solid #000000;
	text-decoration: none;
	color: #FFFFFF;
background: #000000;
	
}

#leftNavigation  a:hover, #leftSide #leftNavigation a.stick {
background: #1E3BB0;
}



#leftNavigation a.trinary {
	font-size: .6em;
	padding: 4px 0px 0px 20px;
	border: 0px solid #000000;
	text-decoration: none;
	height: 18px;
	width: 158px;
	color: #FFFFFF;

	
}


#leftNavigation  a.trinary:hover, #leftSide #leftNavigation .trinary .stick {
background: #1E3BB0; 

}

#leftNavigation a.trinary {
	display: block;
}




















img.floatRight {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 15px 0px 15px;
	border: 0px solid #000066;
}

img.floatLeft {
	background: #FFFFFF; 
	padding: 3px;
	margin: 5px 15px 2px 15px;
	border: 2px solid #000066;
}

img.floatNone {
	background: #FFFFFF;
	padding: 2px;
	margin: 5px 0px 5px 0px;
	border: 2px solid #000066;
}



#footer {
	background: url(/images/footer_background.gif) #FFFFFF top center repeat-x; 
	padding: 2em;
	margin: 15px 0 0 0em;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	border: 0px solid #F00F00;
	display: block;
	clear: both;
	color: #999;

}


#footerNavigation {
display: inline;
margin-left: 3em;
}


#footerNavigation a {
	text-transform: uppercase;
	border-right: 1px solid #cccccc;
	padding: 0 .5em;
}



	





















h1 {
	color: #990000;
	padding: 0px 0px 0px .7em;
	margin: 0px 0px 0px 0px;
	font-size: 3em;
	display: block;
	text-transform: uppercase;
	
}





h2 {
	
	
	
}

h2.cartTitle {
	
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	display: block;
	clear: both;
	
}





h3 {

	margin: 20px 20px 0px 15px;
	padding: 0px;
}

h4 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
}

h5 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
}



em {
	color: #66ccff;
	font-style: none;
}

blockquote {
}



ul {

	text-align: left;
	padding: 0px 0px 0px 0px;	
	margin: 10px 0px 20px 40px;


}



li {
	
}





.floatRight {
	float: right;
	padding-left: 5px;
}

.floatLeft {
	float: left;
}

.floatNone {
	float: none;
}





hr {

	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
	padding: 0px;
	margin: .5em;
	border: none;

}



.subHead {
font-weight: bold;
color: #976600;
font-size: 1.3em;
}

p.highLight {
color: #000000;
font-size: 1.5em;
background: yellow;
font-weight: bold;
}

tr.highLight td {
font-weight: bold;
color: black;
background: yellow;
font-size: 1em;
}

tr.inUse td {
font-weight: bold;
color: black;
background: orange;
font-size: 1em;
}




#printLogo, #printAccountInfo, #printCustomerInfo, #printTitle, #printFinePrint {
	display: none;
}


.driveshaftPro {
	font-family: "Univers", arial;
	letter-spacing: -.02em;
	font-weight: bold;
}

.driveshaftPro b {
	color: #0099FF;
}

.upperCase {
	text-transform: uppercase;
	font-weight: bold;
}



.highlight {
	background: #FFCC33;
	color: black;
}

.button {
	padding: 0;
	margin: 0 0 0 1px;
	vertical-align: top;
}

table td.money, .cart th.money {
	text-align: right;
	font-weight: bold;
}

.finePrint {
font-size: 11px;
margin: 0;
padding: 0;
font-family: "Univers", arial;
}

h2.grayBox, h2.blueBox {
	background: #F3F3F3;
	color: #666;
	border-top: 32px solid #CCCCCC;
	padding: .5em;
	margin: 0 0 0em 0;
	font-size: 1.5em;
	padding: .5em;
	border-bottom: 0px solid black;
	
}
h2.blueBox {
background: #0099FF;
color: white;
}


h3.grayBox {
	background: #F3F3F3;
	color: #666;
	border-top: 32px solid #CCCCCC;
	padding: .5em;
	margin: 0 0 0em 0;
	font-size: 1em;
	border-bottom: 0px solid black;
	text-transform: uppercase;
	font-weight: bold;
}



div.grayBox {
	background: #F3F3F3;
	color: #666;
	border-top: 10px solid #CCCCCC;
	padding: 1em .5em;
	margin: 0 0 0 0;
	font-size: 1.3em;
	border-bottom: 0px solid black;
}

#leftSide ul, #leftSide li {

margin: 0 0 0 1em;
padding: 0;
}

#leftSide li strong {
color: #0099FF;
}

#leftSide img {
border: 0;
}








#overlay, #DSBOverlay { 
    background-image: url(/images/overlay.png);
   	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 90;
	width: 100%;
    height: 3000px;
	display: block;
   
}

* html #overlay, * html #DSBOverlay {
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}




#prompt {
	position: absolute;
	top: 0;
    width:300px;
    background: white;
    padding:15px;
    border: 2px solid black;
	margin: 200px 0 0 -150px;
	z-index: 95;
	maring: 0 auto;
	display: none;
	text-align: center;
}

#close {
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}


.error {
	
	background: #ffcc33;
	color: black;
	padding: .2em;
}

#content h2.error, #messageBox {
	
	background: #ffcc33;
	color: black;
	padding: 0em 0 0 25px;
	position: absolute;
	top: 0;
	left: 0px;
	right: 15px;
	margin: 0 0px 0 0px;
	z-index: 1;
	width: auto;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	height: 15px;
	overflow: hidden;
	text-align :left;
	font-weight: bold;


}


.hidden {
display: none;
}

#totals td.disclaimer {
border: 0; 
}


tr.obsolete td{
background: #E6E6E6;
}

#checkedoutJobs {

position: absolute;
top: -10px;
left: 0;
font-size: 10px;	
	
}

a.goBack {
font-size: .6em;
}

.multiColumnFormFrame .thirdWidthTable {
width: 98%;
text-align: left;
}

.multiColumnFormFrame {

width: 100%;

}

.multiColumnFormFrame td.thirdWidth {
vertical-align: top;
text-align: left;
width: 33%;
margin: 0;
padding: 10px 0 0 0;
}


.multiColumnFormFrame td.thirdWidth+td.thirdWidth {
	text-align: center;
}

.multiColumnFormFrame td.thirdWidth+td.thirdWidth+td.thirdWidth {
	text-align: right;
	
}


.multiColumnFormFrame th.topOfFormButtons {
	
	text-align: right;
	padding: 5px;
	margin: 0 1px 5px 0;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	
	
}

input.textMedium {
width:90%;
}


/*
#content .thirdWidthTable {
	
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	
}

#content .thirdWidthTable+.thirdWidthTable+.thirdWidthTable {
	margin: 0;
}
*/

#content .halfWidthTable {
	
	float: left;
	width: 49%;
	margin: 0 .5%;
	
}

.formFrame {
	position: relative;
	margin: 0 0 30px 0;
	padding: 30px 0;
	min-height: 300px;
}



.topOfFormButtons input {
	float: right;
	margin: 0 0 0 5px;
}








#banner {
	background: #CCCCCC;
	height: 32px;
	position: relative;
	padding: 0 0 0 0;
	
	margin: 0 0 20px 0;
	height: 87px;

}

#banner h1 {
	color: #666666;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 6px;
	line-height: 20px;
}







#utils {
	position: absolute;
	top: 8px;
	right: 70px;
	padding: 0;
	margin: 0px 0 0 0;
	display: block;
	font-size: .9em;
	
	
}


#utils a {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	display: block;
	padding: 0px .5em;
	border-right: 1px solid #666666;
	text-decoration: none;
	float: left;
	margin: 0px;
	letter-spacing: -0em;
	color: gray;
}

#utils a:hover, #utils a.stick {
	color: black;
}


#priceLevels {
display: block;
position: absolute;
top: 5px;
right: 0;
width: 60px;

}

.priceLevel1, .priceLevel2, .priceLevel3 {

	background: url(/images/buttons/man.gif) transparent center center no-repeat;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	border: 0px solid black;
	height: 22px;
	width: 16px;
	font-size: .1em;

}

.priceLevel1:hover, .priceLevel1.stick {
	background: url(/images/buttons/man-blue.gif) transparent center center no-repeat;
}

.priceLevel2:hover, .priceLevel2.stick {
	background: url(/images/buttons/man-cyan.gif) transparent center center no-repeat;
}

.priceLevel3:hover, .priceLevel3.stick {
	background: url(/images/buttons/man-yellow.gif) transparent center center no-repeat;
}

#sectionBar {
background: #e9e9e9;
height: 42px;
width: 100%;
margin: 0;
border: 0px solid green;
position: relative;
}

/*
#sectionNavigation {
position: absolute;
right: 10px;
top: 15px;
font-size: 11px;
line-height: 11px;
}
*/

#sectionNavigation {
	float: right;
	font-size: 11px;
	line-height: 13px;
	padding: 16px 0 0 0;

}


#sectionNavigation a {
text-transform: uppercase;
float: left;
border-left: 1px solid #CCCCCC;
padding: 0 5px;

}

#sectionNavigation a:hover, #sectionNavigation a.stick  {
color: black;
text-decoration: none;
}


#sectionBar form {
float: left;
margin: 10px;
padding: 0;
}

#sectionBar form input.text {
border: 1px solid #CCCCCC;
width: 150px;
height: 13px;
font-size: 10px;
padding: 0;
vertical-align: middle;
}


#sectionBar form .selectBox, #sectionBar form .submit {
	font-size: 10px;
}


#sectionBar form input.halfSize {
width: 75px;
}

#sectionBar form input, #sectionBar form .finePrint {
vertical-align: middle;
}

#sectionBar form .checkBox {

}



.genericTable {
	background: #666;
	border: 0px solid red;
	margin: 10px 0px 1em 0px;
	padding: 0;
	clear: both;
}


.genericTable td  {
	background: white;
	text-align: left;
	padding: .6em;
}

.genericTable td.stock {
	text-align: center;
}

.genericForm td.dateSelect td {
	margin: 0;
	padding: 0;
	border: 0;
}



.genericTable th {
	background: #CCC;
	text-transform: uppercase;
	padding: .6em;
	border: 0px solid gray;
	color: #666666;
}

.genericTable th a {
color: #666666;

}

.genericTable td a, .genericTable td {
color: #666666;
color: black;
}

.genericTable .money {
	text-align: right;
	color: black;
}

.genericTable tr.totals td,  tr.totals td{
	background: #0099FF;
	color: white;
}

.genericTable tr.subTotal td, .genericTable td.subTotal {
background: #CCCC66;
color: black;
}




.genericTable .fixedOverflow {
	overflow: hidden;
	white-space: nowrap;
}

.genericTable a.sortUp, .genericTable a.sortDown {
	display: block;
	border: 0px solid black;
	color: #666;
	padding-right: 12px;
	background: url(/images/buttons/sort-up.gif) #CCC center right no-repeat; 
}

.genericTable a.sortDown {
	background: url(/images/buttons/sort-down.gif) #CCC center right no-repeat; 
}


.buttonBar, .filterBar {
	
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 0 0 10px 0;
	text-align: right;
	height: 25px;
	padding: 5px;

}

.filterBar {
	height: 35px;
}

.filterBar form {
margin: 0;
padding: 0;
	position: relative;
}

.buttonBar div.option, .filterBar div.option {
	margin: 0 0px 0 10px;
	float: left;

}

.buttonBar div.optionRight, .filterBar div.optionRight {
	margin: 0 10px 0 0px;
	float: right;
}

.filterBar .selectBox, .filterBar input.submit, .filterBar .calendarDateInput {
	font-size: 10px;
}

.buttonBar .submit {
	float: right;
	margin: 0 0 0 5px;
	font-size: 14px;

}



#cartNotesFrame {
position: relative;

}


#cart_notes {
	margin: 0px 0 0px 0px;
	
	position: absolute;
	left: 10px;
	top: -190px;

	width: 650px;

	
	
}

#cart_notes h3 {
margin: 0;
border-bottom: 1px solid #000;
font-size: 12px;

}

#jobNotes, #shopNotes {
margin: 0px 10px 0 0;
padding: 5px;

border: 1px solid gray;
border-top: 1px solid #c4c166;
float: left;
font-family: arial;
font-size: 12px;
}

#shopNotesEdit, #jobNotesEdit {

color: black;
width: 100%;
height: 100%;

}

#jobNotesForm, #shopNotesForm {
margin: 0;
display: none;
}



#shop_notes, #job_notes {
background: #fffdba;
width: 296px;
height: 130px;
margin: 1px 0 0 0;
border: 1px solid gray;
color: black;
font-family: arial;
font-size: 12px;
}



#shaft_drawing {
	width: 100%; 
	
}

#shaft_drawing_swf {
	height: 300px;
	clear: both;

}

.smallNote {
	width: 75px;
	height: 75px;
	background: #fffb85;
	
}

.smallNote:hover, .bigNote:hover {
	background: #fffdba;
}
.bigNote
{
	width: 300px;
	height: 150px;
	background: #fffb85;
	overflow: hidden;
}

#currentCustomer
{
	display: block;
	margin: 0px 0 0em 0;
	clear: left;
}

#currentCustomer a {
color: #0099FF;
}

#ages {
	background: red;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	border: 0px solid black;
	float: right;
	font-family: verdana, arial, helvetica, sans-serif;
	
}

.pageLinks {

height: 15px;
padding: 5px 0;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	font-family: verdana;
	font-weight: bold;
}


#content .buttonBar .pageLinks a {

	padding: 0 0;
	margin: 0;
}

img.priceLevel {
margin: -1px -1px 0 0px;
padding: 0;
}

span.alt_parts {
right: 0;
position: relative;
z-index: 10000;
font-weight: bold;
float: right;

}

.alt_part_box {
	background: white; 
	border: 1px solid black; 
	display: none; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	margin: 0px 0px 12px 0px;
	padding: 5px 35px 5px 10px;
	line-height: 18px;
	width: 300px;
}

.alt_part_box a.addToInv {
margin: 0 5px 0 0
}

.catalog td.multipleInstk {
background: #0099FF;
}

.catalog td.multipleInstk a {
color: white;
}

.catalog td.part_number {
min-width: 150px;
}

.catalog td.part_number a.inv-search {

}

#noJavaScript {
position: absolute;
top: 0px;
left: -45px;
right: -45px;

background: red;
text-align: center;
color: white;
font-size: 30px;
padding: 20px;
}

#content ul.catalogList, #content ul.catalogList a {

color: black;

}

#parts .country_code {
	display: none;
}

.intl_invoice_message {
	text-transform: none;
	display: none;
}


#content .genericTable .part_number .inv-link,
#content .catalog .part_number .inv-link
{
	color: blue;
	float: right;
}

#sectionBar > form > fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
