@import url("formatting.css");
@import url("curves.css");

html {height:100%;}
body {
	text-align:center;
	text-align: -moz-center;
	min-width:760px;/* for mozilla*/
	background-color: #E9E9E9;
	color: #666666;
	font-family: "Tahoma";
}

pre {
	font-family: "Tahoma";
}

img {
 border: none;	
}

img.rightFloat, img.leftFloat, .rightFloat, .leftFloat {
	position:relative;
	margin: 5px;
	float:right;
	text-align:right;
}

img.leftFloat, .leftFloat {
	float:left;
	text-align:left;
}

body#parametricDetails {
	text-align: -moz-center;
	text-align: expression(true ? "center" : "center");
	min-width:600px;
	width:600px;
	margin: 10px auto;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Tahoma";
}

body#feedback-prompt {
	text-align: -moz-center;
	text-align: expression(true ? "center" : "center");
	min-width:450px;
	width:450px;
	height:auto;
	margin: 10px auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Tahoma";
	font-size: 11px;
	line-height:normal; 
	font-weight:normal;
}

.feedback-prompt {
	margin: 20px auto 0px auto;
	text-align:left;
}

.feedback-prompt p {
	display: inline;
	margin: 5px 2px;
	vertical-align: middle;
 }

.feedback-prompt label {
	font-weight:bold;
	display: inline-block;
	display: expression(true ? "inline" : "inline");
	width: 170px;
}

.feedback-prompt input {
	vertical-align: middle;
	margin-left: 0px;
}

.feedback-prompt .radio {
	top: 1px;
	margin-left: 10px;
}

body#passwordDetails, body#assetNotes {
	text-align:center;
	text-align: -moz-center;
	min-width:300px;
	width:300px;
	margin: 5px auto;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Tahoma";
	height: auto;
}

body#assetNotes {
	text-align: left;
	margin: 5px;
}

#legalContainer {
	width: 185px;
	margin: 0px;
	height: auto;
}

#outerLegalContainer {
	width: 206px;
	min-width: 212px;
	overflow-y: scroll;
	height: 750px;
	margin: 10px 0px;
	padding: 0px;
}

#account-selection {
	width: 242px;
	margin: 10px auto;
	padding: 0px 10px 0px 0px;	
}

#legalContainer p {
	margin: 0px 5px 10px 0px;
	color: #FFFFFF;
}

.mapDisplay {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
 	color: #000;
	padding: 0px inherit;
	margin: 0px auto;
	display:block;
}

.mapDisplay p, .mapDisplay a {
	margin: 3px;
	padding: 0px;
	display:inline-block;
}


.mapDisplay p.tableTextBold {
	margin: 3px;
	padding: 0px;
	display:inline-block;
}


.mapDisplay input[type="submit"] {
	margin: 3px 5px 3px 150px;
}

.dropdown {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	margin: 2px;
	vertical-align: middle;
	text-transform: capitalize;
}

.centerAlign, .leftAlign, .rightAlign {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftAlign {
	text-align: left;
	padding-left: 5px !important;
}

.rightAlign {
	text-align: right;
	padding-right: 5px !important;
}

div.contentHolder p {
	display: inline;
	vertical-align: middle;
	line-height: 26px;
}

.lh30 { margin: 5px 0px 0px; }

div.contentHolder input {
	vertical-align: middle;
	margin: 3px;
}

.highlight {
	background-color:#FF0 !important;	
}

.greenhighlight {
	background-color: #3F0 !important;	
}

.shade {
	background-color: #E9E9E9 !important;
}

.darkShade {
	background-color: #D1D1D1;
}

.noShade {
	background-color: #FFFFFF !important;
}

.searchBorder {
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-top-color: #CECECE;
}

.searchBorderBottom {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #CECECE;
}

#part-search {
	color: #000000;
	font-weight: bold;
	text-align: left;
	clear: both;
	font-size: 12px;
	position: relative;
	top: 8px;
	margin: 5px auto;
 	height: 80px;
	width: 880px;
	display:block;
	vertical-align: middle;
}	

#part-search div.xboxcontent {
	background: #FFFFFF url(../images/mi/product-search-2.png) no-repeat;
	background-position:bottom left;
	height: 75px;
	width: 878;
}

#part-search input, #part-search select {
	width: 195px;
	vertical-align: middle;
	margin: 3px 7px 0px 0px;
	padding: 0px;
}

#supplier-portal {
	color: #000000;
	font-weight: bold;
	text-align: left;
	clear: both;
	font-size: 12px;
	position: relative;
	top: 8px;
	margin: 5px auto;
 	height: auto;
	width: 880px;
	display:block;
	vertical-align: middle;
}	

#supplier-portal div.xboxcontent {
	height: 25px;
	width: 878;
}


#pointermenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: transparent;
	width: 900px;
	filter: none;
	clear: both;
	top: 0px;
}

#pointermenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#pointermenu ul#tabs, #pointermenu ul#tabs2{
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font: bold 12px Tahoma;
	background: transparent;
	list-style: none;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: center;
	white-space:nowrap;
}

#pointermenu ul#tabs2 {
	margin: 5px 0px 3px 0px;
	padding: 0px;
}

#pointermenu ul#tabs li,#pointermenu ul#tabs2 li{
	height: auto;
	line-height: 21px;
	display: inline;
	width: auto;
	vertical-align: middle;
	margin: 3px 5px;
	text-align: center;
}

#pointermenu ul#tabs li a,#pointermenu ul#tabs2 li a, #pointermenu ul#tabs2 li a#customer-info{
	color: #FFFFFF;
	height: auto;
	line-height: 21px;
	font-family: "Tahoma";
	font-weight: bold;
	text-decoration: none;
	text-align: center;
   	vertical-align:middle;
}

#pointermenu ul#tabs2 li a#customer-info{
	color: #FFCC00;
	font-weight:bold;
	font-size:9px;
}

#pointermenu ul#tabs li a:hover,#pointermenu ul#tabs2 li a:hover{
	color: #FEE8B9;
}

	div#header-wrap {
		height: auto;
		clear: both;
		text-align: -moz-center;
		text-align:  expression(true ? "center" : "center");
		width: 100%;
		background: transparent url(../images/mi/menu_backgr.gif) repeat-x;
		
		}
	div#header-wrap-mro {
		height: auto;
		clear: both;
		text-align: -moz-center;
		text-align:  expression(true ? "center" : "center");
		width: 100%;
		background: transparent url(../images/mi/menu_backgr2.gif) repeat-x;
		
		}
		div#header-in {
			display: inline-block;
			color: inherit;
			width:880px;
			margin: 0px;
			text-align: -moz-center;
			text-align:  expression(true ? "center" : "center");
			}
		#header-right {
			position:relative;
			display: inline-block;
			float: right;
			text-align: right;
			width: auto;
		}
		
		#header-right a {
			color: #A3A3A3;
			font-size: 10px;
			margin: 5px;
			height: 60px;
			clear: right;
		}
		
		#shopping-cart,	#provide-feedback {
			position: relative;
			margin: 24px 0px 0px;
			float: right;
			width: 120px;
		}

		#provide-feedback {
			margin: 26px 0px 0px;
			width: 200px;
		}
		
		#provide-feedback div {
			text-align: center;
			margin: 0px auto;
			cursor: pointer;
			height: 28px;
		}
		
		#provide-feedback * a{
			font-weight: bold;
			color: #333366;
			font-size: 9px;
			text-decoration:none;
			vertical-align: middle;
			position: relative;
			top: -9px;
		}

		#shopping-cart div {
			text-align: center;
			margin: 0px auto;
			background: #E9E9E9;
			height: 25px;
			cursor: pointer;
		}

		#shopping-cart * a {
			color: #4b4b4b;
			font-size: 11px;
			text-decoration: none;
			vertical-align: middle;
			position: relative;
			top: -3px;
		}
		
		#shopping-cart div a span {
			position: relative;
			top: 2px;
			margin: 0px 2px 0px 0px;
		}
		
		#shopping-cart a > img, #provide-feedback a > img {
			position: relative;
			top: 4px;
			margin: 0px 2px 0px 0px;
		}
		#provide-feedback a > img {
			top: 11px;
		}
/*		
		#shopping-cart div > a {
			background: transparent url(../images/mi/shopping_cart.png) no-repeat;
		    background-position: center left;
			width: 100px;
			padding-left: 20px;
		}
*/		
#outer{
	width:880px;
	color: #000000;
	text-align:left;
	margin: 18px auto;
	position:relative;
	background: transparent;
	clear: both;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:704px;
}
#innerwrap-two {/* enables content first */
	float:left;
	width:877px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:230px;
	float:left;
	margin: 0px;
}

#left-in {
	width: 228px;
	height: auto;
	background-color: #FFFFFF;
}

#left-in div {
	clear: both;
	margin: 0px 5px;
	text-align: left;
 }
 
#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin: 0px;
	padding: 0px;
}

#left p {padding: 0px 2px 0px 3px;font-size: 11px;display: inline-block;}
#right p {padding: 0px 2px;margin: 2px;font-size: 11px;line-height: 13px;display: inline;}
#right a {margin: 3px;color: #666666;font-size: 11px;}
#right h2 {margin: 0px 0px 3px 3px;}
#left h2 {margin: 0px 0px 3px 3px;}
#right input {
	color: #666666;
	font-size: 11px;
	height: 13px;
	margin: 2px;
}

#right-footer {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin: 0px 5px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:468px;
	float:right;
	background-color: #E9E9E9;
}

#searchResultsContainer {
	background-color: #FFFFFF;
	width: 878px;
	padding: 0px;
	vertical-align: top;
	height: auto;
	position: relative;
	height: auto;
	margin: 0 auto;
}

#centrecontent-two {
	width:650px;
	float:right;
	background-color: #FFFFFF;
	margin: 0px;
}

#clearfooter {width:880px;clear:both;padding: 10px 0px;} /* to clear footer */

#copyright {
	text-align: right;
	padding-right: 135px;
	margin: 5px 0px 0px;
	background: transparent url(../images/mi/motion_industries_logo_bottom.gif) no-repeat;
	background-position: right center;
	line-height: 15px;
	height: 30px;
	vertical-align:bottom;
}

.footerText {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

#copyright a {
	color: #999999;
}

	.box {
		position:relative;
		float:right;
		margin: 0px 2px;
		background-color: inherit;
		vertical-align: top;
		height: auto;
	}

	.right {
		width: 190px;
		background-color: #FFFFFF;
		}
		.right p, .right h2 {
			margin: 0px;
			padding: 0px;
		}
	.left {
		width: 224px;
		background-color: inherit;
		margin-top: 10px;
		}

 .allBorder, .topBorder, .topRightBorder, .topRightBottomBorder,
.topRightLeftBorder, .topBottomBorder, .topBottomLeftBorder, .topLeftBorder,
.rightBorder, .rightBottomBorder, .rightBottomLeftBorder, .rightLeftBorder,
.bottomBorder, .bottomLeftBorder, .leftBorder,
.innerBorder, .innerTopBorder, .innerTopRightBorder, .innerTopRightBottomBorder,
.innerTopRightLeftBorder, .innerTopBottomBorder, .innerTopBottomLeftBorder, .innerTopLeftBorder,
.innerRightBorder, .innerRightBottomBorder, .innerRightBottomLeftBorder, .innerRightLeftBorder,
.innerBottomBorder, .innerBottomLeftBorder, .innerLeftBorder, .headerBottomBorder {
	border-style: solid;
	border-width: 0px;
}


/*
**  Use The following for inner borders on tables
*/

.innerBorder, .innerTopBorder, .innerTopRightBorder, .innerTopRightBottomBorder,
.innerTopRightLeftBorder, .innerTopBottomBorder, .innerTopBottomLeftBorder, .innerTopLeftBorder {
	border-top-color: #AAAAAA;
	border-top-width: 2px;
}

.innerBorder, .innerTopRightBorder, .innerTopRightBottomBorder,
.innerTopRightLeftBorder, .innerRightBorder, .innerRightBottomBorder, 
.innerRightBottomLeftBorder, .innerRightLeftBorder {
	border-right-color: #CECECE;
	border-right-width: 2px;
}

.innerBorder, .innerTopRightBottomBorder, .innerTopBottomBorder, .innerTopBottomLeftBorder,
.innerRightBottomBorder, .innerRightBottomLeftBorder, .innerBottomBorder, .innerBottomLeftBorder {
	border-bottom-color: #CECECE;
	border-bottom-width: 2px;
}

.innerBorder, .innerTopRightLeftBorder, .innerTopBottomLeftBorder, .innerTopLeftBorder,
.innerRightBottomLeftBorder, .innerRightLeftBorder, .innerBottomLeftBorder, .innerLeftBorder {
	border-left-color: #CECECE;
	border-left-width: 2px;
}

/*
**  Use The following for outer borders on tables
*/

.headerBottomBorder {
	border-bottom-color: #CA0000;
	border-bottom-width: 7px;
}

.headerTopBorder {
	border-top-color: #CA0000;
	border-top-width: 7px;
}

.inverseBottomBorder {
	border-top-style: solid;
	border-top-color: #9C9C9C;
	border-top-width: 1px;
}

.inverseTopBorder {
	border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
	border-bottom-width: 1px;
}

.inverseLeftBorder {
	border-right-style: solid;
	border-right-color: #9C9C9C;
	border-right-width: 1px;
}

.inverseRightBorder {
	border-left-style: solid;
	border-left-color: #9C9C9C;
	border-left-width: 1px;
}

.allBorder, .topBorder, .topRightBorder, .topRightBottomBorder,
.topRightLeftBorder, .topBottomBorder, .topBottomLeftBorder, .topLeftBorder {
	border-top-color: #9C9C9C;
	border-top-width: 1px;
}

.allBorder, .topRightBorder, .topRightBottomBorder,
.topRightLeftBorder, .rightBorder, .rightBottomBorder, 
.rightBottomLeftBorder, .rightLeftBorder {
	border-right-color: #9C9C9C;
	border-right-width: 1px;
}

.allBorder, .topRightBottomBorder, .topBottomBorder, .topBottomLeftBorder,
.rightBottomBorder, .rightBottomLeftBorder, .bottomBorder, .bottomLeftBorder {
	border-bottom-color: #9C9C9C;
	border-bottom-width: 1px;
}

.allBorder, .topRightLeftBorder, .topBottomLeftBorder, .topLeftBorder,
.rightBottomLeftBorder, .rightLeftBorder, .bottomLeftBorder, .leftBorder {
	border-left-color: #9C9C9C;
	border-left-width: 1px;
}

div.container_top {
    height: 43px;
    vertical-align:top;
    text-align:center;
	margin:0px auto 5px auto;
	display: inline-block;
}

div.container_top p {
	text-align:right;
	font-size: 11px;
}

div.container_bottom {
    height: 27px;
    position: relative
}

div.container_bottom a { 
    position: absolute; 
    bottom: 0;
	left: 0; 
	padding-left: 35px;
	text-align: center;
	text-decoration: underline;
    }
div.container_bottom p { 
    position: absolute; 
    bottom: 0px;
	left: 0px; 
	padding-left: 35px;
	text-align: left;
	text-decoration: none;
}
div.container_bottom p.harzardous { 
    position: absolute; 
    bottom: 0px;
	left: 0px; 
	padding-left: 35px;
	text-align: center;
	text-decoration: none;
}
div.promotion {
	text-align:center;
	vertical-align:bottom;
	height: 190px;
	border-color: #AAAAAA;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	margin: 3px;
	padding: 3px;
	width: 17%;	
	zoom: 1;
	display:inline-block;
	display: expression(true ? "inline" : "inline");
}
