/* 

	STYLES NEEDED HERE FOR ALL SITES

*/

.footer {  text-align: center; background-color: #FFCC33; border-color: #000000 black black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

.topright {
	float: right;
	padding: 0px;
	line-height: 0.01;
	margin: 0px;
	width: 532px;
	height: 85px;
	background-color: #000000;
}

.topright img { 
	/* display: block;  */
}
.topright a {
	 float: left; 
}

#flashmenu {
	height: 85px;
	width: 469px;
}

a img {
	border: none;
}




/* TOP NAVIGATION MENU */

.tdtopmenu {
	background-color: #b54718; /* #e4591e; */
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#topmenu {
	text-align: left;
	padding-top: 0;
	margin: 0;
	clear: both;
	float: left;
}

.mnav {
	list-style: none;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	background-color: #b54718; 
	font-size: 9pt;
}

.mnav ul {
	list-style: none;
	background-color: #b54718; 
	padding: 0;
	margin: 0;
}

.mnav a {
	display: block;
	text-decoration: none;
 	padding: 4px 6px;
	line-height: 14px;
	color: #dddddd;
}

.mnav li {
	float: left;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.mnav li ul {
	position: absolute;
	height: auto;
	font-weight: normal;
	width: 17em;
	padding: 0;
	margin-left: 4px;
	background-color: #FFECB3;
	border: 1px solid #333333;	
	display: none;
}


.mnav li li {

}

.mnav li ul li {
   /* sub items, leave as block level */
	float: none;
}

.mnav li ul li a {
	width: 16em;
 	padding: 4px 6px;  
	color: #b54718; 
}

.mnav li.active a, 
.mnav li.active li.active a {
	color: white;
}
.mnav li.active ul li a {
	color: #b54718;
}

.mnav li:hover ul, 
.mnav li.sfhover ul {
	display: block;
	
}

.mnav li:hover, 
.mnav li.sfhover , 
.mnav li.active {
	background-color: #0066CC;
}


.mnav ul li:hover , 
.mnav ul li.sfhover {
	background-color: #0066CC;
}

.mnav li a:hover, .mnav li ul li a:hover ,
.mnav li a.sfhover, .mnav li ul li a.sfhover
{
	color: white;
	
} 


/* END TOP NAVIGATION MENU */





/* SHOPPING/SEARCH BAR */

.menubar {
	
	height: 22px;
	text-align: center;
}


#shopmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
#shopmenu li {
	float: left;
}
#shopmenu li a , a.carticon, a.checkouticon {
	display: block;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	
	color: #444;
	padding: 0;
	background-image: url(/store/images/menu-buttons-2.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	height: 22px;
}

li#sm_my a {
	width: 85px;
}
li#sm_cart a   {
	width: 95px;
	background-position: -85px 0;
}
li#sm_contact a {
	width: 85px;
	background-position: -180px 0;
}
li#sm_my a:hover {
	background-position: 0 -25px;
}
li#sm_cart a:hover {
	background-position: -85px -25px;
}
li#sm_contact a:hover {
	background-position: -180px -25px;
}

#shopmenu img {
	border: none;
	margin-top: 0px;
}




#searchform {
	padding: 0;
	margin: 0;
	float: right;
	height: 21px;
	font-size: 12px;
	display: block;
	border-top: solid 1px black;
	overflow: hidden;
}
#searchform input {
}

#qsearch {
	height: 18px;
	border: solid 1px #71a0bb;
	margin: 0 0 0 4px;
	padding: 0;
	width: 125px;
	vertical-align: top;
}

/* END SHOPPING/SEARCH BAR */

/* END TOP NAVIGATION */


/* SHARED CSS FOR ALL SITES */

a.addtocart {
	width: 69px;
	height: 19px;
	display: inline-block;
}

a.addtocart img {
	border: none;
	vertical-align: middle;
	
}








/* PAGE CART */
#pagecart {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 1;
	/*	padding: 8px 50px 0 50px;
	margin: 0 auto; */
	background-image: url(/store/images/transp-50pct.png);
	padding-top: 8px;
	font-family: verdana;
	font-size: 8pt;
	color: #666;
	border-bottom: solid 3px #333;
	height: 20px;
}
#pagecart-inner {
	background-color: white; /* orange; */
	border: solid 3px #333;
	border-bottom: none;
	width: 550px;
	margin: 0 auto;
	height: 20px;
	background-color: #fffff0;
	z-index: 1000;
	position: relative;
	line-height: 20px;
}
#pagecart a.carticon {
	float: left;
	margin-right: 4px;
}
#pagecart .noneyet {
	display: inline;
}

#pagecart ul {
	margin: 0;
	list-style: none;

}
#pagecart li {
	float: right;
	padding-right: 8px;
}

#pagecart a.carticon {
	width: 95px;
	background-position: -85px -1px;
	border-right: solid 2px #666;
}
#pagecart a.carticon:hover {
	background-position: -85px -26px;
}

#pagecart li span {
	font-weight: bold;
}

#pagecart-add {
	height: 20px;
	position: absolute;
	background-color: #b54718;
	margin: 0 auto 0 auto;
	padding: 2px 50px;
	z-index: 400;
	text-align: center;
	/* width: 200px; */
	bottom: -10px;
	left: 50%;
	border: solid 1px #333;
	border-bottom: none;
	color: white;
	font-weight: bold;
}


#pagecart-login {
	position: relative;
	height: 25px;
	background-color: #b54718;
	padding: 2px 20px;
	z-index: 300;
	border: solid 1px #333;
	color: white;
	font-weight: bold;
	width: 506px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#pagecart-login input {
	width: 120px;
}
#pagecart-login input.pagecart-btn {
	width: auto;
	font-size: 8pt;
}
#pagecart-login form {
	margin: 0;
}

#pagecart-wait {
	position: relative;
	left: 25px;
	top: 4px;
	z-index: 2000;
	display: none;
}

.pagecart-signout {
	text-decoration: none;
	font-size: 85%;
}


/* END PAGE CART */




/* store  links */
#nav-store {
	margin-left: 8px;
	margin-top: 12px;
	text-align: left;
}
#nav-store h4 {
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
}
#nav-store h4 a {
	padding-left: 8px;
	font-size: 9pt;
}
#nav-store a {
	background-color: #FFCC00;
	padding: 2px 4px;
	display: block;
	text-decoration: none;
	padding-left: 16px;
	font-size: 8pt;
	color: #333333;
}
#nav-store a:hover {
	color: red;
}

#navMain a.customer-name {
	color: #CC6600;
	padding: 0;
}

/* end store links */


#welcome-user {
	color: #999;
	font-style: italic;
	margin-top: 16px;
}
#welcome-user a {
	color: #CC6600;
	text-decoration: none;
}

#addcart-popup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 110px;
	height: 70px;
	background-image: url(/store/images/view-cart-tooltip.png);
	display: none;
	padding: 12px 0 0 22px;
}


#addcart-popup a.carticon {
	width: 95px;
	height: 20px;
	background-position:-85px -1px;
	border: solid 1px #666;
	margin-bottom: 4px;
}
#addcart-popup a.carticon:hover {
	background-position: -85px -26px;

}

#addcart-popup a.checkouticon {
	width: 95px;
	height: 20px;
	background-position:-265px -1px;
	border: solid 1px #666;
}
#addcart-popup a.checkouticon:hover {
	background-position: -265px -26px;

}



/* CONTACT FORM */

.opener {
	background-color: #FFFFCC;
	margin-bottom: 8px;
	border: 2px solid #FFD907;
	margin-right: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: bold;
}
.opener a {
	color: #cc6600;
}

.opener img {
	border: none;
}
.pagesection {
	display: none;
}
#sub0 { 
	display: block;
}

#translate {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#translate iframe {
	height: 550px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}



.validation {
	color: red;
}
.validation .errors {
	margin: 10px 0 20px 10px;
}

#catalog-download {
	text-align: center;
	width: 200px;
	margin: 20px auto;
}
#catalog-download a {
	text-decoration: none;
}
#catalog-download img {
	float: left;
}

/* end CONTACT FORM */


/* cart - coupon */

.coupon-holder {
}

.coupon-cart {
	width: 400px;
	background-color: #ddd;	
	border: solid 3px #ffcc00;
	margin: 0 auto;
	padding: 2px 8px;
}
.coupon-cart h2 {
	color: blue;
}
.coupon-cart div {
	background-color: red;
	padding: 4px;
	color: white;
}
.coupon-cart h3 {
	margin-top: 12px;
	margin-left: 8px;
	padding-left: 0;
}

.partsplus-icon {
	float: left;
	margin-right: 8px;
}
.partsplus-icon2 {
	float: right;
	margin-left: 8px;
}

.coupon-parts {
	background-color: #ffcc33;
	margin: 20px -8px 0 -8px;
	padding: 0 8px;
	border-top: solid 2px #666;
}
.coupon-parts h2 {
	margin-top: 8px;
	font-size: 12pt;
}

/* end cart - coupon */


/* catalog */

.catalog {
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
	float: right;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	width: 130px;
}
.catalog img {
	border: none;
}
.catalog  a {
	text-decoration: none;
	color: #cc6600;
}
.catalog a:hover {
	color: red;
}

/* end catalog */


/* END SHARED CSS FOR ALL SITES */
