/********* form styles *********/
textarea { resize: none; }
label, input[type=button], input[type=submit], button { cursor: default; }
button::-moz-focus-inner { border: 0; }
form section { margin-top: 0; }
form a { font-size: 91.65%; }
form label {
	clear: both;
    float: left;
	font-size: 91.65%;
    font-weight: bold;
    width: 98%;	
    vertical-align: middle;
}
.required.gm, .gm, 
span.required { color: #800; }
form#addressForm input {
    float: left;
    margin-bottom: 0.75em;
    width:95%;
}
form#addressForm dl select#country,
form#addressForm dl select#State {	
	width: 100%;
}
#register.phoneNumber{
	width:70%;
}
#manufacturerRepNumbers{
	width:70%;
}
.mfrRepList{
	font-weight: bold;
	font-size: 8pt;
	width: 650px;
	list-style: none;
}
.mfrRepList li{
	width: 200px;
	padding: 3px 3px 3px 3px;
	display: inline-block;
	text-align: left;
	direction: ltr;
}
#discontinuedInfo{
	font-size: 10pt;
}
.login .submitInputContainer.primary span { background-color: #eeeeee; } 
.productDetail .submitInputContainer.tertiary span { background-color: #D0E7F3; } 
.primaryLink,
.secondaryLink,
.tertiaryLink,
.primaryLink:link,
.secondaryLink:link,
.tertiaryLink:link,
.primaryLink:visited,
.secondaryLink:visited,
.tertiaryLink:visited,
.primaryLink:hover,
.secondaryLink:hover,
.tertiaryLink:hover,
.primaryLink:active,
.secondaryLink:active,
.tertiaryLink:active {
	display: inline-block;
	height: 32px;
	padding: 0 15px 0 0!important;
	padding: 0 1px 0 0;
	text-align: center;
	outline: none;
	border: 0 none;
	cursor: pointer;
}
a.primaryLink:hover,
a.secondaryLink:hover,
a.tertiaryLink:hover {
	text-decoration: none;
}
.primaryLink span,
.secondaryLink span,
.tertiaryLink span {
	display:inline-block;
	line-height: 32px;
	height: 32px;
	color: #fff;
	font-size: 110%;
	padding: 0 0 0 9px;
	font-weight: bold;
	white-space: nowrap;
}
.primaryLink.inquiryButton{
	background:#0071c8; 
	padding: 0 0 0 0;
	 font-family: arial;
    font-size: 14px;
    color: #fff;	
}
.primaryLink { background:#0071c8; width:115px; }
.primaryLink.gm {
background: transparent url('../images/button-a-tertiary.png') no-repeat top right;
}

.primaryLink.gm span {
background: transparent url('../images/button-span-tertiary.png') no-repeat top left;
}
.secondaryLink { background: transparent url('../images/button-a-secondary.png') no-repeat top right; }
.secondaryLink span { background: transparent url('../images/button-span-secondary.png') no-repeat top left; }
.tertiaryLink { background: transparent url('../images/button-a-tertiary.png') no-repeat top right; }
.tertiaryLink span { background: transparent url('../images/button-span-tertiary.png') no-repeat top left; }
article#leaseCalculator{ border: none !important; } 
form input[type="submit"].secondaryButton {
	background-color: #EB9C4D;
	font-size: 80%;
	font-weight: normal;
	padding: 4px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.dropShadow {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
}
/********* modal **************/
#clickToChatContainer {
	height: 365px;
	width: 430px;
}
#addNoteContainer,
#simplemodal-container,
.simplemodal-container {
	background: #FFF;
	border: 0 none;
	color: #000;
	padding: 30px 15px 30px 20px;
	position: fixed; 
	border-radius:5px;
	z-index: 1002; 
	height: 310px; 
	width: 430px; 
	margin-left:215px; 
	top:50px; 
}
#simplemodal-container a.modalCloseImg,
.simplemodal-container a.modalCloseImg {
	cursor: pointer;
	display: inline;
    height: 27px;
	position: absolute;
	right: 15px;
	top: 15px;
    width: 27px;
	z-index: 3200;
	background: url(../images/modal-close-image.png) no-repeat 0 0;
}
.simplemodal-container h2 { 
	font-size: 167%;
	margin-bottom: 1em; 
}
.simplemodal-container h3 {
	color: #666;
	font-size: 110%;
}
.simplemodal-container p { margin-bottom: 1em; }
.simplemodal-container label.flleft { 
	clear: none;
	font-size: 100%;
	margin-right: 1em;
	width: 47%;
}
.simplemodal-container input[type="text"],
.simplemodal-container textarea { 
	font-family: arial;
    font-size: 12px;
	width: 95%; 
	height:30px;
	padding-left:3px;
	margin-bottom: 1.0em;

}
/*.simplemodal-container input[type="submit"] { margin-top: 1.5em; }*/
.simplemodal-container #saveAsModal input[type="submit"] { margin-top: 0; }
#warningMessageSaveContainer.simplemodal-container input[type="submit"] { margin-top: 0; }
#selectAddressModal th { text-align: center; }
#selectAddressModal hr { margin-top: 24px; }
#selectAddressModal td:first-child,
#selectAddressModal td:nth-child(2),
#selectAddressModal td:nth-child(3),
#selectAddressModal td:nth-child(4),
#selectAddressModal td:nth-child(5),
#selectAddressModal td:nth-child(6),
#selectAddressModal td:last-child {
	padding-left: 33px;
	padding-right: 33px;
	width: auto;
	height: 100px;
}
#clickToChatModal textarea {
	 max-width: 410px;
	 padding: 4px 2px;
}
/* FIX FOR FAVORITE CART BUTTONS */
.account.favoriteShoppingCart td:last-child p {
	margin-left: 4px;
}
.account.favoriteShoppingCart td:last-child p:first-child{
	margin-left: 0;
}
a.primaryLink.loadShoppingCart {
	width: auto;
	text-indent: 0;
}
a.primaryLink.loadShoppingCart span{
	padding-right: 25px;
}
a.primaryLink.loadShoppingCart img{
	right:5px;
}
a.tertiaryLink.saveShoppingCart{
	width: auto;
	text-indent: 0;
}
a.tertiaryLink.saveShoppingCart span{
	padding-right:15px;
}
a.tertiaryLink.saveShoppingCart img{
	right: 5px;
}
.basic-modal-content {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
/*#simplemodal-container a {color:#ddd;}*/
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
/* IE 6 hacks */
.ie6 #simplemodal-container a.modalCloseImg {background:none; right:0px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/x.png',sizingMethod='scale');}
fieldset{
	  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html {
    font-family: Arial;
}
html, body {
/*  ***** MODIFIED BY MW *****
    remove: font-size: 12px;   
*/
    height:auto;
    font: normal 12px/1.4em 'Arial', 'Helvetica',sans-serif;
}
html.lang-ja {
    font: 12px/1.231 'MS P Gothic', Arial, sans-serif;
/*    font-family: 'MS P Gothic', Arial, sans-serif; */
/*    word-break: keep-all; */
}
html.lang-zh {
    font: 12px/1.231 'Song', Arial, sans-serif;
/*    font-family: 'Song', Arial, sans-serif; */
/*    word-break: keep-all; */
}

form section.fourcol label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 120px;
}
form section {
    margin: 20px 0;
}
section#featured a.see-all,
section#secondary a.see-all {
    background: none;
    border: none;
    float: right;
    color: #c0c0c0;
    font-size: 10px;
    text-decoration: none;
}
 .black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	left:50%; top:0; 
	margin-left:-400px;
	margin-top:0px;
	position:absolute;
	width: 800px;
	height: 700px;
	z-index:1002;
}
.white_content_small {
	display: none;
	left:50%; top:50%; 
	margin-left:-400px;
	margin-top:-350px;
	position: absolute;
	width: 800px;
	height: 700px;
	border: 16px solid #11C0ED;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.inqure-right{
	background:#f4f4f4;
    border: 5px solid #fff;
    height: 215px;
    width: 140px;
	/* background:url(../images/you.jpg) no-repeat; */
}
.zh-cn .inqure-right a{font-family: 'Microsoft yahei';}
.inqure-right a{
	display: block;
    height: 100px;
    width: 100%;
	border-bottom: 1px dashed #999;
}
.inqure-right a img{float: left;width: 45%;margin-top: 8px;}
.inqure-right a p{
	color: #787878;
    float: left;
    line-height: 25px;
    margin-left: 5px;
    padding-top: 5px;
}
.inqure-right a b{color:#7f7f7f;border:1px solid #c8c7c7;background:#eaeaea;padding: 2px 7px;}
.inqure-right a.question{height:140px;}

div.proscroll{
    position:absolute;
	top: 120px; 
	right:0px;
	z-index:105;
}
.en-us  div.proscroll{display:none;}
 div.proscroll{
    margin-bottom: 10px;
    padding-bottom: 20px;	
	width: 150px;
 } 
  div.proscroll h3{  
    background-color: #ff8a3d;
    font-family: Arial;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
	color:#fff;
} 
div.procom{
    border: 1px solid #E1E1E1;
} 
div.procom ul li{
    clear:both;
	float:left;
	width:100%;
	background:#F0F0F0;
}
div.procom ul li img{
    padding:10px;
	float:left;
}