/*** $Id: cssui.css 27078 2011-10-14 22:41:32Z rguisewite $ ***/
/*** Site ***/

body {
	background: url("bg_body_waves.png") repeat-x scroll 0 0 #FFFFFF;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin:0;
	padding:0px;
	color:#000000;
}
body.CTGY, body.PROD, body.BASK {
	background: url("bg_body_waves_2.png") repeat-x scroll 0 0 #FFFFFF;
}

td{ font-size:13px; padding:0; vertical-align: top; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.5em "Open Sans", Helvetica, Arial, sans-serif; }
h2{ font:bold 1.1em "Open Sans", Helvetica, Arial, sans-serif; }
h3{ font:bold 1.1em "Open Sans", Helvetica, Arial, sans-serif; }

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

hr {
    border:0;
    color:#223D62;
    background:#223D62;
    height:1px;
}

a img{ border:0; }

a			{ color:#666666; text-decoration:none; }
a:visited		{ color:#666666; }
a:active		{ color:#999999 }
a:hover			{ color:#ff9900; }

.clear			{ clear:both; font-size:0em; height:0em; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.floatright		{ float:right; }
.floatleft		{ float:left; }

.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }

.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.red			{ color:#dd0000; }
.blue			{ color:#0000ff; }
.grey			{ color:#999999; }
.nowrap			{ white-space:normal; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.error-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 24px;
	width:auto;
}

.information-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.textfield, textarea{
	width:160px;
}



#site-container {
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	width:100%;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Breadcrumbs ***/
#breadcrumbs
{
	border-bottom: 1px solid #406FA0;
    display: block;
    padding-left: 0;
    padding: 7px 0;
	line-height:  25px;
}


#breadcrumbs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	list-style: none;
	display: block;
	float: left;
	height: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	margin: 0 6px 0 0;
	padding-bottom: 2px;

}
#breadcrumbs .cats-hidden
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs a {
	color: #444444;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	margin: 0 6px;
	padding-bottom: 2px;
}
#breadcrumbs a:hover  {
	color: #4a7ebb;
}
#breadcrumbs .breadcrumb-border
{
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#breadcrumbs .current-item
{
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	margin: 0 6px;
	line-height: 20px;
}
#breadcrumbs .shortbreadcrumb
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	padding: 0 6px;
	line-height: 20px;
}

/*** Breadcrumbs without category tree on the left ***/
#breadcrumbs1
{
	display: block;

	padding-top:7px;

	padding-left:13px;
}


#breadcrumbs1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs1 ul li
{
	list-style: none;
	display: block;
	float: left;
	height: 20px;
}
#breadcrumbs1 .cats-hidden
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs1 a
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs1 .breadcrumb-border
{
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#breadcrumbs1 .current-item
{
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	margin: 0 6px;
	line-height: 20px;
}
#breadcrumbs1 .shortbreadcrumb
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	padding: 0 6px;
	line-height: 20px;
}

/*** Top Navigation Bar ***/

#navigation-bar {
	/* background: url("NavigationBackground.png") no-repeat scroll 137px 69px rgba(0, 0, 0, 0); */
    clear: both;
    font-family: Oswald,Helvetica,sans-serif;
    font-size: 20px;
    margin: 0 auto 3px;
    min-height: 127px;
    width: 1284px;
    width: 1000px;
    padding: 0;
}

#navigation-bar ul{
	clear: left;
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#navigation-bar li {
	color:#ffffff;
	list-style:none;
	float:left;
	text-align:center;
	/*
	padding-top:6px;
	padding-bottom:6px;
	*/
}

#navigation-bar li.navigation-item-on	{ color:#4a7ebb;  }
#navigation-bar li.navigation-item-off	{  }

/* tab padding */
#navigation-bar li div div{ padding:0; }

/* tab off side images */
#navigation-bar li.navigation-item-off div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-off div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-item-on div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-on div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* navigation bar links */
#navigation-bar li a {
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}


#navigation-bar li a:hover,
#navigation-bar li a:active{
	background-color: #96aebe;
	color: #ffffff;
}


/* Drop down menu */
#navigation-bar .selected {
	background-color: #96aebe;
	color: #ffffff;
}
/* if nothing breaks delete this section! Ray 4/25/14
#dropdown {
	display: block;
    margin:0px auto;
    position:absolute;
    z-index: 100;
    left: 50px;
    top: 60px;
	display: none;
    text-align:left;
    width: auto;
    border:1px solid #afc1cd;
    border-top:none;

    background-color: #dbe3e9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJlM2U5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 25%, rgba(219,227,233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(254,255,255,1)), color-stop(100%,rgba(219,227,233,1)));
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 25%,rgba(219,227,233,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 25%,rgba(219,227,233,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 25%,rgba(219,227,233,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 25%,rgba(219,227,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dbe3e9',GradientType=0 );
    font-family: 'Oswald', Helvetica, Verdana, sans-serif;
    font-size: 12px;
}
a.nav_name {
    display: block;
    color: #957F66;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    margin: 10px;
    paddin: 0;
    text-decoration: none;
}
#dropdown a:hover,
#dropdown a:active {
    color: #4a7ebb;
}
.nav_group {
    padding: 0px;
}
.nav_section {
    padding: 0 10px;
    line-height: 18px;
    float: left;
    min-width: 171px;
    width: auto;
}
*/
.first { border-left-style: none; }

.nav_section a {
    display: block;
    height: 18px;
    text-decoration: none;
}
a.nav_level1 {
    font-weight: bold;
    color: #344e6a;
    color: #022F52;
    font-size: 14px;
    white-space: nowrap;
    height: 20px;
}
a.nav_level2 {
	font-size: 13px;
    color: #000000;
}
/*Float Patch*/
.floatcontainer:after {

display: block;
height: 0;
clear: both;
visibility:hidden;
}

/* Mark Hadley's fix for IE Mac */
.floatcontainer { display: inline-table;}

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Patch */



#navigation-bar li .dropdown ul li {
	width:160px;
	display:block;
	float:left;
	margin:0px;
	padding:2px;
}

#nav-search {
	height: 127px;
	width: 535px;
	float: left;
}
#nav-search form {
	display: block;
	float: left;
	margin: 20px 0 20px 30px;
}
#search_txt {
    border: 1px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    color: #888;
    font: 15px "Open Sans", Helvetica, Arial, sans-serif;
    float: left;
    padding: 7px;
    width: 360px;
    margin: 0;
    height: 20px !important;
}
#search_btn {
	margin: 0;
	vertical-align: top;
	float: left;
	height: 36px;
}

#nav-basket {}
#nav-checkout {}
#nav-account {}
#nav-all-products {}
#nav-storefront {}

/*** Left Navigation ***/

#left-navigation{
	border-right: 2px solid #406FA0;
	width:200px;
	padding: 5px 0 0;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

 #category-tree{
	margin:0;
}

#category-tree-top-image{
	/* ie6 min-height hack  ---*/

	height:auto !important;

}

#category-tree-bottom-image{}

#category-tree a{
	display:block;
	padding:4px 6px;
	text-decoration:none;
	color:#3a6b9d;
	font-weight:bold;
	font-size: .83em;
	border-bottom:1px solid #d2e2ec;
}

#category-tree .level-1 a{ padding-left: 6px; font-size: 12px;}
#category-tree .level-2 a{ padding-left: 10px; color: #000000;font-weight:normal; }
#category-tree .level-3 a{ padding-left: 20px; color: #000000;font-weight:normal;}
#category-tree .level-4 a{ padding-left: 30px; color: #000000;font-weight:normal; }
#category-tree .level-5 a{ padding-left: 40px; color: #000000;font-weight:normal; }
#category-tree .level-6 a{ padding-left: 50px; color: #000000;font-weight:normal; }

#category-tree .level-1 a:hover{ background-color:#e8e8e8; color:#00264b;}
#category-tree .level-2 a:hover{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-3 a:hover{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-4 a:hover{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-5 a:hover{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-6 a:hover{ background-color:#e8e8e8; color:#00264b; }

#category-tree .level-1.active a{ background-color:#e8e8e8; color:#00264b;}
#category-tree .level-2.active a{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-3.active{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-4.active{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-5.active{ background-color:#e8e8e8; color:#00264b; }
#category-tree .level-6.active{ background-color:#e8e8e8; color:#00264b; }

#category-tree div.active{ background-color:#999999; }
#category-tree-header{ }

#category-tree-footer{
    background: url("/mm5/images_site/bg_leadtext.gif") repeat-x scroll 0 0 #FFFFFF;
    color: #3A6B9D;
    font-size: 12px;
    margin: 10px 0;
    padding: 4px 4px 0 6px;

}

#category-footer{
	color: #383431;
}


/*** Left Navigation

#left-navigation{
	width:190px;
	float: left;
	padding:0 0 0 4px;
	vertical-align:top;
	border-right:2px solid #3A6B9D;
	font-size: .83em;
}

#category-tree{
	padding:0;
	margin:0;
}

#category-tree-top-image { margin-top: 17px; }
#category-tree-bottom-image { }

#category-tree a {
	display:block;
	padding:4px 6px;
	text-decoration:none;
	color:#3a6b9d;
	background-color:#ffffff;
	font-weight:bold;
	font-size: .83em;
	border-bottom:1px solid #d2e2ec;
}
#category-tree .spacer1 {
	width: 0px;
	float: left;
}
#category-tree .spacer2 {
	width: 10px;
	float: left;
}
#category-tree .spacer3 {
	width: 20px;
	float: left;
}
#category-tree .spacer4 {
	width: 30px;
	float: left;
}

#category-tree .subcategory-link a{
	padding: 4px 0 4px 17px;
	font-weight:normal;
	color:#333333;
}
#category-tree a:hover { background-color:#eeeeee; }
#category-tree a.active { background-color: #eeeeee; }
#category-tree-header{}

#category-tree-footer{
	background: #ffffff url(images_site/bg_leadtext.gif) repeat-x scroll;
	padding:4px;
	margin:10px 0;
	color:#3a6b9d;
	font-size: .83em;
}
***/
.header {

}

/*** Content ***/
#content-container{
	clear:both;
    width: 1000px;
	padding:0 0 12px 0;
	margin:0 auto;
}

#main-content{
	padding: 0;
	vertical-align:top;
}

/*** Global Header/Footer ***/

#global-header{
	height: 0;
}


#logo{
    float: left;
    padding: 14px 0 0 0;
}
#logo a {
	border: 0 none;
}
#topright{

	float:right;

	text-align:right;

	width:750px;

	height:95px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#topbtns{
	float: left;
    padding: 0;
}

#phone {
    color: #FFFFFF;
    font: normal 36px/68px 'Oswald', Helvetica, Verdana, sans-serif;
    letter-spacing: 0.05em;
}

.topsignin {
    background: url("signin.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    float: left;
    height: 51px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 89px;
}
.topcart{
    background: url("cart.png") no-repeat scroll 15px 3px rgba(0, 0, 0, 0);
    float: left;
    height: 51px;
    width: 67px;
    margin: 0;
    line-height: 51px;
}
.toplang{
    background: none repeat scroll 0 0 white;
    float: left;
    height: 45px;
    line-height: 57px;
    margin-left: 13px;
    text-align: center;
    width: 43px;
}
 .topsignin a {
	color: #FFFFFF;
    font-size: 16px;
}
.topsignin a:hover,
.topcart a:hover {
	color: #000;
	text-decoration: none;
}
.topcart a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    left: 21px;
    position: relative;
    top: -14px;
}
.topcart:hover {
	background-color: #2DB5F4;
}
.last{border-right:0px;}

#search{
	clear:both;
	padding:10px 5px 5px 5px;
	background-image:url(search.jpg);
	background-repeat:no-repeat;
	width:990px;
	text-align:right;
	height:37px;
}

#header-links{
	clear:both;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{
	background-color: #666666;
    color: #FFFFFF;
    font: normal 12px "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
}

#global-footer .footer-top,
#global-footer.footer-bottom {
	clear: both;
    width: 1000px;
    padding: 0;
	margin: 0 auto;
}
#global-footer .footer-padding {
	padding: 20px;
}
.footercolumn {
    float: left;
    margin: 0;
    width: 132px;
    line-height: 19px;

}
.footercolumn h3 {
	text-transform: uppercase;
	font: bold 14px "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
}
.lastcolumn { margin: 0 }

.footercolumn a {
	color: #ffffff;
}
.footercolumn a:hover {
	text-decoration:underline;
}

.footercopyright {
	background-color: #DEDEDC;
    clear: both;
    color: #888;
    padding: 12px 0;
    text-align: center;
   }
.footercopyright a{
	color: #888;
}
.footercopyright a:hover{
	text-decoration:underline;
}

#page-header {
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold ;
	padding: 10px 0;
 }

#page-header-home{ clear:both; margin-bottom:10px; margin-top:10px; }

.page-headline{padding:5px; background-color:#00264b; color:#ffffff; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; float:left; width:670px; height:18px;}

.shop-all{

	float:right;

	text-align:right;

	width:80px;

	height:28px;

}


#page-header a {
	/* color:#ffffff; */
}
#page-footer{ clear:both;color: #383431;padding:17px; }

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:160px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields select,
#affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button,
.continue-button{
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{
	font:normal .7em "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	visibility:hidden;
}

#customer-fields .controls label{
	float:none;



}



#ship-to,
#bill-to{
	width:50%;
	float:left;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0;
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record{
	clear:both;
	margin:24px 0 0 24px;
}

.tax-fields label{ font-weight:bold; }

/*** LOGN, AFCL, ORDL, ORHL ***/

.AFCL #main-content,
.LOGN #main-content{
	padding:28px 126px;
}

.ORHL #main-content{ padding:28px 126px 28px 116px; }

.ORDL #main-content{ padding:28px 16px; }

.AFCL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.ORHL .lookup-section{
	float:left;
	height:220px;
	width:50%;
}

.ORHL .signin-section{
	float:left;
	height:220px;
	width:48%;
}

.section h3,
.lookup-section h3,
.signin-section h3{
	text-align:center;
}

.form_row{ margin:0 0 6px 0; }

.LOGN label,
.ORDL label,
.AFCL label{
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	padding:3px 5px;
}

.ORHL label{
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{
	text-align:center;
	margin:12px 0 0 0;
}

.forgot-password{
	font-size:.9em;
	text-align:center;
	margin:12px 0 0 0;
}

/* minibasket */
#minibask {
	width: 200px;
	border-width: 0;
	border-spacing: 0;
	margin-top: 6px;
}
#minibask td {
	font-size:11px;
	line-height: 16px;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#minibask caption {
	color: #406FA0;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}
#minibask .header td {
	background-color:#FD9C1D;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	padding: 4px 2px;
}
#minibask td a:link,
#minibask td a:visited{
	color: #000000;
}
#minibask td a:hover,
#minibask td a:active {
	color: #ff9900;
}

#minibask td.subtotal {
	text-align: right;
	font-size:12px;
	background-color: #eee;
	border-bottom:2px solid #3A6B9D;

}
#minibask .footer td{
	font-size:12px;
	border-bottom:2px solid #3A6B9D;
	line-height: 18px;
	padding: 6px;
	text-align: center;
}
#minibask .submit100 {

}
#minibask td#shipcalc {
	border-bottom:2px solid #3A6B9D;
	font-size:12px;
	line-height: 18px;
	text-align: center;
}
#shipcalc,
#shipcalc input[type=text],
#shipcalc select { text-align: left; }
#shipcalc input[type=text] { padding: 1px; }
#shipcalc select { padding: 2px 1px; }
#shipcalc table { width: 100%; }
#shipcalc table td { padding: 2px; 	font-size:11px;}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:935px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
}

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents table .basket-heading td.item-name{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:59%; }

#basket-contents.editable .item-name{ width:66%; }
#basket-contents.editable .item-name div.item-name-div{ float:left; }
#basket-contents td.item-name{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}


#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents .item-options td{}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
	width: 931px;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

#payment-fields label{
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

#payment-fields td{
	padding:0 0 6px 0;
}

#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

.OSEL .continue-button,
.OPAY .continue-button{
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }


/* start CTGY_impellers page */

.impellers #breadcrumbs { padding: 0 20px; }

.impellers #page-footer {
	color: #444 !important;
	padding: 17px 0 !important;
}
.impellers #page-footer a:visited {
    color: #70614E;
}

.impellers #page-footer p {
    line-height: 19px;
}
.impellers #page-footer div.wrapper {
    border-bottom: 1px solid #a9a9a9;
}
.impellers #page-footer div.info {
    float: left;
    width: 417px;
    padding: 0 30px 15px;
}
.impellers #page-footer div.first {
    border-right: 1px solid #a9a9a9;
}
.impellers #page-footer div.second p {
    margin-bottom: 48px;
}

.impellers .info ul {
    font-weight: bold;
    line-height: 20px;
    margin: 0 15px;
    padding: 0;
}


.shopby {
    font-size: 13px;
    line-height: 24px;
    min-height: 40px;
}
.shopby .bg {
    float: left;
    width: 49.5%;
    background: url(/mm5/images_site/bg_gradiant.png) repeat-x scroll 0 bottom transparent;
    min-height: 102px;
}

.shopby div.padding {
    padding: 0 30px 30px;
}
.shopby h3 {
    color: #053853;
    font-weight: normal;
    font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
    font-size: 21px;
    margin: 12px 0;
    text-align: left;
}
.shopby select {
    float: left;
    min-width: 200px;
    border: 1px solid #b2b2b2;
    height: 18px;
}
#results h3 {
    color: #957F66;
    font-weight: bold;
    font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
    font-size: 24px;
    margin: 18px 0 12px;
    text-align: left;
}
#results table {
    color: #383431;
    background-color: #ffffff;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 24px;
    width: 100%;
}
#results th {
    color: #ffffff;
    background-color: #a9a9a9;
    border-right: 1px solid #a9a9a9;
    padding: 4px;
    font-size: 16px;
}
#results td {
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    padding: 4px;
    vertical-align: top;
    background: url(/mm5/images_site/bg_brown.png) repeat-x scroll 0 0 transparent;
}
#results img {
	float: left;
	margin: 5px 5px 20px 0;
}
#results .product-name {

}
#results .product-price {
	color: #AA2822;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	padding-right: 5px;
	padding-top: 5px;

}
#results .product-code {
	font-size: 11px;
	color: #373737;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
}

/* end CTGY_impellers page */

/* CTGY ***Special*** Engines Categories */

#table_2cols {
    padding-left: 20px;
    width: 100%;
}
#table_2cols td {
	font-size:1em;
	padding:10px 0 10px 10px;
}
#table_2cols td.first {
     border-right: 2px solid #3a6b9d
}
#table_2cols .subcats {
    float: left;
    width: 205px;
    min-height: 270px;
    text-align: left;
    margin-right: 5px;
}
#table_2cols * h2 {
    display: block;
    color: #ffffff;
    background-color: #2383B6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmODRiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjVjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 10px;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
}
#table_2cols .subcats a {
    display: block;
    padding: 4px;
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
    color: #067fc4;
    border-bottom:1px solid #d2e2ec;
    margin-left: 0;
}
#table_2cols .subcats a:hover {
        background-color:#eeeeee;
}
/* Shipping rates style same as search */
#search_contents table {
	width: 81%;
	margin: 0 auto;
}
#search_contents table#shipping_rates th,
#search_contents table#shipping_rates td {
	white-space: normal;
	text-align: center;
}
#search_contents table#shipping_rates tr.last td {
	white-space: normal;
	text-align: left;
	background: #ffffff url(/mm5/images_site/bg_leadtext.gif) repeat-x scroll;
	vertical-align: top;
	font-size: .83em;
	font-style: italic;
}


.features {
	font-size: 1em;
	margin-bottom: 22px;
	float: left;
}
.features span {
	display: block;
	float: left;
	background: transparent url(/mm5/images_site/bullet_blue.gif) no-repeat scroll left 6px;
	padding: 1px 53px 2px 18px;
}

.catcopy {
 padding-left: 20px;
    }

.catcopy .include {
	background:url("/mm5/images_site/bg_goldenrod.png") no-repeat scroll left top transparent;
	float:left;
	line-height:1em;
	margin:22px 0 0 30px;
	width:350px;
}
.catcopy .include td {
	padding: 0;
	white-space: nowrap;
}
.catcopy td.rightbg {
	background:url("/mm5/images_site/bg_goldenrod.png") no-repeat scroll right bottom transparent;
	height:88px;
	width:20px;
}
.catcopy h3 {
	color:#FFFFFF;
	height:27px;
	margin:7px 0 0 30px;
}
.catcopy .include span {
	background:url("/mm5/images_site/bullet_blue.gif") no-repeat scroll left 6px transparent;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
	padding:0 0 2px 12px;
}

/* Core  Exchange (text on background image) */
.core-exchange {
	background:url("/mm5/images_site/bg_core_exchange.gif") no-repeat scroll 0 0 #FFFFFF;
	display:block;
	font-size:11px;
	width:360px;
	height: 118px;
	border:1px solid transparent;
}
.core-exchange div { color: #ffffff; margin-left: 109px;}
.core-exchange .ce1 { font-weight: bold; margin-top: 30px;}
.core-exchange .ce1 span { font-size: 15px; }
.core-exchange .ce2 {
	color:#FEFBC7;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size:27px;
	letter-spacing:1px;
	margin-left:34px;
}
.core-exchange .ce3 {  }
.core-exchange .ce4 { font-weight: bold; }


/* CTGY Products */

/* pagination and sorting */
.header h1 {
    font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 6px;
}
h2.showing {
	color: #406FA0;
	margin: 0 6px 6px;
	text-transform: capitalize;
}
#paging_wrapper {
    border-bottom: 2px solid #406FA0;
    line-height: 30px;
    padding: 0 30px;
}
#paging_wrapper form {
    display: block;
    float: right;
    text-align: right;
    width: 300px;
}
#category_paging {
    text-align: left;
}
#category_paging #cp_count {
    float: left;
    padding-right: 16px;
}


#prod_wrapper {
	padding:20px 0 10px 10px;
}
#prod_wrapper .outer {
	/* see .inner height */
	float:left;
	position:relative;
	width:332px;
}

#prod_wrapper a.catprod_link {
	display: block;
	width: 280px;
	word-break: break-all;
}
#prod_wrapper .outer h2 a:link, #prod_wrapper .outer h2 a:visited, #prod_wrapper .outer h2 a:active  {
	color: #3a6b9d
}
#prod_wrapper .outer h2 a:hover {
	color: #FF9900;
}

#prod_wrapper .outer h2 {
    color: #3A6B9D;
    font-size: 13px;
    height: 42px;
    line-height: 15px;
    margin: 4px 16px;
}
#prod_wrapper .outer .bottomline {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	height:32px;
	margin:0 48px 0 16px;
}

#prod_wrapper .inner {
	border-right: 1px solid #DDDDDD;
	margin-right: 16px;
	text-align: left;
}
#prod_wrapper .inner, #prod_wrapper .imgwraper {
	height: 180px
}

#prod_wrapper .inner img {
	float: left;
	margin-right: 5px;
}
#prod_wrapper .inner .console  {
	float: left;
	width: 124px;
	font-size: 12px;
}
#prod_wrapper .price {
	font-size: 16px;
}
.price {
	color: #990000;
}
#prod_related  {
	border:1px solid #ffffff;
	margin:0 auto;
	width:680px;
}

#option_zoom {
    background-color: #406FA0;
    border: 2px outset #406FA0;
    cursor: pointer;
    float: left;
    left: 0;
    padding: 8px;
    position: absolute;
    top: 1px;
    z-index: 10;
}
.xClose {
    background-color: #E06A68;
    border: 2px outset #A63944;
    color: #FFFFFF;
    display: block;
    font: bold 12px/12px verdana,helvetica sans-serif;
    padding: 3px;
    position: absolute;
    right: 9px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 13px;
    z-index: 11;
}

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/


.category-listing,
.all-products,
.related-products,
.search-results{
	clear:both;
}

.product-item{
	width:20%;
	float:left;
	margin-bottom:20px;
}

.product-item .padding{
	padding:5px;
	margin:5px;
	height:235px;
	border-right:1px solid #e4e4e4;
	overflow:hidden;
}

.last-item{border-right:0px !important ;}

.product-next-previous{
	clear:both;
	margin:12px 0;
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details{
	height:245px;
	overflow:hidden;
}

.product-item .product-thumbnail{
	margin:0 0 8px 0;
	text-align:center;
	min-height:100px;
}

.product-item .product-image{
	margin:0 0 8px 0;
	text-align:center;
	min-height:80px;
}

.product-item .product-thumbnail img{
	vertical-align:middle;
}

.purchase-buttons, .PROD .related-products .purchase-buttons{

	margin:16px 0 0 0;
}

.product-descrip{
	margin:6px 0 0 0;
}

.PROD .purchase-buttons{

	margin:16px 0 0 0;
}

.purchase-buttons input.button{
	margin:0 2px;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

.thumbnail-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.next-previous{ margin:12px 0 0 0; }

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0;
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{
	padding:2px;
	vertical-align:top;
}

.line-item .item-code{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

#filter-items-container
{
	color: #434343;
	font-size: 11px;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
}
#filter-items-container .per-page
{
	position: relative;
	float:left;
	padding: 0 5px;
	margin-right: 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .per-page label
{
	margin-right: 3px;
}
#filter-items-container .per-page select
{
	padding: 0;
}
#filter-items-container .sorting
{
	position: relative;
	float:left;
	padding: 0 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .sorting label
{
	margin-right: 3px;
}
#filter-items-container .sorting select
{
	padding: 0;
	font-size: 11px;
}

.page-links-previous, .page-links-next
{
	text-decoration: none;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	font-weight: bold;
}
.page-links-previous
{
	float: left;
	text-align: right;
}
.page-links-next
{
	float: right;
	text-align: left;
}
.page-links-inactive
{
	text-decoration: none;
	padding: 2px 3px;
}
.page-links-active
{
	color: #434343;
	border-bottom: 2px solid #434343;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}
.page-links-deactivated
{
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover
{
	color: #999;
	text-decoration: none;
	background: none;
}
.page-disp {
	display: block;
	line-height: 20px;
	float: left;
	text-align: center;
}
.page-links, .page-links a
{
	color: #434343;
	font-size: 11px;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
}
	.page-links
	{
		margin: 0;
		text-align: right;
		float: right;
	}

.page-links-container
{
	text-decoration: none;
	display:block;
	float: right;
}
.page-links-title
{
	margin-top: 3px;
	position: relative;
	display:block;
	float:left;
}

/*** PRODUCT DISPLAY ***/

.prodconsole {
    padding-left: 32px;
    text-align: left;
    width: 30%;
    border-left: 1px solid #406FA0;
}
.prodprice {
    color: #990000;
    font-size: 1.33em;
}
#prodadd {
    display: inline;
    margin-left: 16px;
}

.product-details-1 {
	width:50%;
	padding-left: 10px;
	float:left;
	position: relative;
}

.PROD .product-details-1 .product-image{
	display: table-cell;
	height: 292px;
	vertical-align: middle;
	width: 450px;
}

.Traction_Mats .product-image {
	/* background: url("magnify_black_zoom.png") no-repeat scroll 410px 244px rgba(0, 0, 0, 0)
	*/
}

.product-image{
	text-align:center;
}

.product-image span{
}

.product-image img{
	vertical-align:middle;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:0 0 0 50px;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

/* special formatting for radio buttons */

.product-attributes div.radio_prompt {
	padding: 0;
}
.product-attributes div.radio_field {
	float:left;
	padding: 0;
}
.product-attributes div.radio_field img {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}
.product-attributes td.field{
	text-align:left;
}

.thumbnails{
	display:block;
	margin:0;
	padding:0;
	width:400px;
}

.thumbnails li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:82px;
	height:82px;
	text-align:center;
	border:1px solid #C3BFB5;
	cursor:pointer;
}

.thumbnails li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.thumbnails li img{
	vertical-align:middle;
}

.swatches{
	display:inline;
	margin:0;
	padding:0;
}

.swatches li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.swatches li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.swatches li img{
	vertical-align:middle;
}

.product-image-margin{
	height:8px;
}

.closeup{
	position:fixed;
	top:75px;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border:1px solid #333333;
	text-align:center;
	display:none;
	z-index:2;
	min-width:274px;
	min-height:274px;
}

.closeup a{
	cursor:pointer;
	margin:5px 0 0 0;
	z-index:2;
}

.closeup_backing{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#333333;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
	padding-right: 64px;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold;
}

.INVC h3,
.ORDS h3{
	clear:both;
	margin:16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{

}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#orderhistory-list table{
	border-collapse:collapse;
	margin:0 0 10px 0;
}

#order-contents table{
	width:100%;
}

#order-contents table td,
#orderhistory-list table td{
	vertical-align:top;
}

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }

#orderhistory-list .order-view
{
	vertical-align:middle;
	padding:0 8px;
}

#orderhistory-list tr.heading td {
	font-weight:bold;
	white-space:nowrap;
}

#orderhistory-list .previous-button{
	width:50%;
	text-align:left;
	float:none;
}

#orderhistory-list .next-button{
	width:50%;
	text-align:right;
	float:none;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-invoice		{  }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}

#order-contents table tr td.charge-fee{ text-align:right; }
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#customer-fields{
	margin:16px 0;
	width: 935px;
}

#Order_BillZip{ width:44px; }

.widest{ width:100%; }

/*--------------------------------*/

.blue{color:#4a7ebb; }

#left-navigation h2{margin-top:15px; padding-top:0px;}

.product-name {
	min-height: 76px;
}

.product-details .product-name a{color: #70614E;font-weight:bold; text-decoration:none; text-align:center !important ; }

.product-details .product-price{
	float:left; color:#aa2822;
	font-family:"Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size:18px; padding-right:5px; padding-top:5px; }

.product-details .product-btn{float:right;  padding-top:6px;}
.product-details .ratings{padding-top:5px; text-align:center; clear:both; }


.buttonsearch{

	width:37px;
	height:35px;
	background-image:url(btnSearch.jpg);
	margin:0 0 0 0;
	border:0;

}

.txtsearch{

	color:#6390c5;
	width:300px;
	padding-left:10px;
	padding-right:10px;
	height:31px;
	padding-top:2px;

	margin:0 0 0 0;
	border:0;

	font-size:14px;
	font-weight:bold;

}

.category-listing2{
	clear:both;
}

.border-right {
	border-right: 1px solid #B9C0C4;
}
.border-bottom {
	border-bottom: 1px solid #B9C0C4;
}

.product-item2{
    float: left;
    height: 199px;
	text-align: center;
    width: 199px;
}

.product-item2 .padding2{
	padding:0px;
	margin:auto;
}

.product-item2 .product-thumbnail2{
	margin: 0;
	text-align:center;
}

.product-name2{
	height: 20px;
	padding: 5px 10px;
}

.product-name2 a {
	font-size: 18px;
	font-weight: 400;
	/* text-transform:uppercase; */
	font-family: 'Oswald', Helvetica, Verdana, sans-serif;
}
.product-name2 a:hover{

}

.subcatimg {
	max-width:150px;
	max-height:150px;
}

.categ-link{font-size:10px; font-weight:bold; text-align:right;}

.product-details-2{
	border-left:#406FA0 1px solid;
	width:46%;
	float:right;
}
.productleft{
	float:left;
	padding:0px 20px 0 20px;
	min-width: 150px;
}
.productright{
	float:left;
	padding:10px 20px 0 20px;
	/* border-left:#406FA0 1px solid; */
	line-height:20px;
	padding-bottom:10px;
}

.productoptions{

	clear:both;
	padding:10px 20px 0 20px;
	border-top:#406FA0 1px solid;
	margin-top:10px;



}

.product-price2{
	color:#aa2822;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size:32px;
	padding-bottom:10px;
	font-weight:bold;
	margin-top:0px;
}

.product-price3{
	color:#aa2822;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size:21px; padding-bottom:10px; font-weight:bold;
	margin-top:0px;
}

.product-price-sale{
	color: #7E7E7E;
    font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 10px;
    text-decoration: line-through;
	}

.product-like{border-top:#c3bfb5 1px solid; margin-top:20px; padding-top:15px;}

.optionspanel{border-bottom:#c3bfb5 1px solid; padding:10px 0; width:370px;}

.selectleft{float:left; padding-right:10px;}

.selectright{float:left;}

.panelname{ padding-bottom:5px; padding-top:10px;}

.selectoptions{width:180px;}


.button{
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
	background-color:#21527B;
	color:#ffffff;
	padding: 5px 20px 5px 20px;
	margin:0;
	cursor:pointer;
	font-size:11px;
	border:none;
	text-align:center;
	font-weight:normal;
	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
}

.button:disabled {
	background-color:#ccc;
	color: #333;
}
.product-tabs{margin-top:20px;}

.producttabsframe{border:#c3bfb5 1px solid; padding:10px; clear:both; margin-bottom:30px;}

.producttab a{

	display:block;

	float:left;

	padding:7px;

	padding-left:25px;

	padding-right:25px;

	font-size:14px;

	font-weight:bold;

	color:#000000;

	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;

	background-color:#b6a792;

	text-decoration:none;

	margin-right:5px;

	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;


}

.producttab a:hover{

	color:#333333;

	background-color:#c3bfb5;

}


.producttabs a{

	display:block;

	float:left;

	padding:7px;

	padding-left:25px;

	padding-right:25px;

	font-size:14px;

	font-weight:bold;

	color:#333333;

	font-family: "Open Sans",Helvetica, Verdana, Arial, sans-serif;

	background-color:#c3bfb5;

	text-decoration:none;

	margin-right:5px;

	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;


}

.producttabs a:hover{

	color:#333333;

	background-color:#c3bfb5;

}

#right-navigation{
	width:150px;
	padding:20px 10px 0 10px ;
	vertical-align:top;
}

.PFNDR #left-navigation { display: none; }
.PFNDR td.copy {
	padding: 0 0 5px 10px;
	border-right: 2px solid #E4E4E4;
}

#subscribe {
    background-color: #EEEEEE;
    border: 1px outset #AAAAAA;
    left: 50%;
    margin-left: -150px;
    padding: 6px;
    position: absolute;
    top: 520px;
    z-index: 9;
}

/* Tabs on product page */

#tabs {
	margin: 20px 0 0 8px;
}
#tabs ul.ptabs_ul {
	float: left;
	background: #fff;
	 /* width: 500px; */
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-bottom: 1px solid #406FA0;
}
#tabs ul.ptabs_ul li {
	margin-left: 0;
	list-style-type: none;
}
* html #tabs li {
	display: inline;
}
#tabs ul.ptabs_ul li, #tabs ul.ptabs_ul li a {
	float: left;
}
#tabs ul.ptabs_ul li.active {
    background: none repeat scroll 0 0 #DEDEDC;
    border-color: #406FA0 #406FA0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-width: 1px 1px medium;
    height: 40px;
	margin: 0 5px -1px 0;
}

#tabs ul.ptabs_ul li {
    /* background: none repeat scroll 0 0 #DEDEDC; */
    background: none repeat scroll 0 0 #97AEBE;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-right: 5px;
    margin-top: 3px;
}

#tabs ul.ptabs_ul li a:hover {
	color:#ffffff;
}

#tabs ul.ptabs_ul li.active a {
	color: #000000;
	font-size: 14px;
}
#tabs div.ptab {
    border: 1px solid #406FA0;
    border-top: 0px solid #ffffff;
    clear: both;
    padding: 10px;
	max-height: 320px;
    overflow: auto;
    display: none;
}
#tabs div.related, #tabs div.video  {
	padding: 0;
	max-height: none;
}
#tabs div.ptab h3 {
	margin-bottom: 12px;
}

#tabs ul.ptabs_ul li a {
	color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 29px;
    text-decoration: none;
}

.custom-panel_product-details {
   position: relative;
   float: left;
   width: 510px;
}
.outer-div { width: 1000px; margin: 0 auto; }
.inner-div { width: 1000px; margin: 0 auto; }
.floating-div { float: left; border: 1px solid red; margin: 0 1.5em; }


/* Vertical flyout menu */
#navigation-bar {
	position: relative;
}

.topnav .selected {
	background-color: #96AEBE;
	color: #FFFFFF;
}

#menuwrapper {
	clear: both;
	display: none;
    font: bold 14px Helvetica, Verdana, Arial, sans-serif;
    position: relative;
    width: 800px;
}
#menuwrapper ul {
	height: 360px;
	background-color: #ffffff;
	width: auto;
	position: absolute;
	z-index: 3000;
}
#menuwrapper ul, #menuwrapper ul li {
    margin:0;
    padding:0;
    list-style:none;
}
#menuwrapper ul {
	border: 2px solid #223D62;
	float: left;
	padding: 10px 0 10px 10px;
}
#menuwrapper ul li {
    background-color: #FFFFFF;
    cursor: pointer;
    float: none;
    text-align: left;
    width: 200px;
}
#menuwrapper ul li:hover {
    background-color:#223D62;
    /* position:relative; */
}
#menuwrapper ul li a {
    color: #085EB9;
    display: inline-block;
    float: none;
    padding: 10px 0 10px 15px;
    text-decoration: none;
    width: 186px; /* this is the li width - padding - borders */
    text-transform: none;
}
#menuwrapper ul li a:hover {
	background: url("bg_nav_arrow.png") no-repeat right center;
	color:#ffffff;
}

/**** SECOND LEVEL MENU ****/
#menuwrapper ul li ul {
	background-color: #ffffff;
	border-left-stye: none;
    position:absolute;
    display:none;
    width: 570px;
}
#menuwrapper ul li:hover ul {
    left:210px;
    top:-2px;
    display:block;
}
#menuwrapper ul li ul li {
	width: 280px;
}
#menuwrapper ul li:hover ul li:hover{
}
#menuwrapper ul li ul li a {
	width: 266px;
	font-size: 12px;
}
#menuwrapper ul li ul li a:hover {
	background-image: none;
}

/* force the selected top cat to stay white */
#menuwrapper ul li:hover a.topcat {
	background: url("bg_nav_arrow.png") no-repeat right center;
	color: #ffffff;
}
#menuwrapper .topcat_img {
	float: right;
	width: 287px;
}
#menuwrapper .topcat_img img{
	float: left;
}


/* Search bar */
#findaproduct_wrap {
	background-color: #2383B6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmODRiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjVjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	margin: 0 auto;
	width: 100%;
}
#findaproduct1 {
	line-height: 50px;
	height: 50px;
	width: 1000px;
	margin: 0 auto;
	line-height: 42px;
}
#findaproduct1 .prompt {
	color: #ffffff;
	font: bold 20px Oswald, Helvetica, Arial, sans-serif;
	float: left;
	line-height: 50px;
	margin: 0 20px;
}
#findaproduct1 select {
    border: 1px solid #666666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    font: normal 1em arial, helvetica, sans-serif;
    font-size: 13px;
}
#findaproduct1 #findmake {
	width: 150px;
}
#findaproduct1 #findyear {
	width: 115px;
}
#findaproduct1 #findmodel {
	width: 150px;
}
#findaproduct1 #findcat {
	width: 240px;
}
#findaproduct .shopby_submit,
#findaproduct1 .shopby_submit,
#shipestimate_show {
    background-color: #FD9C1D;
    border: 0 solid #CC5200;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 38px;
    margin: 6px 0 0 23px;
    text-align: center;
    width: 220px;
}
#findaproduct1 .shopby_submit {
	width: 90px;
}

/* basket shipping estimate links as a button */
#shipestimate_show {
    display: block;
    float: right;
    line-height: 38px;
    margin-bottom: 16px;
    width: 170px;
}

/* SFNT search box */
#sfnt_find_wrapper {
	position: relative;
	width: 1000px;
	height: 275px;
	margin: 0 auto;
}
#findaproduct {
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
    height: 240px;
    left: 40px;
    position: absolute;
    top: 15px;
    width: 320px;
    z-index: 2000;
}

#findaproduct .pad {
    background-color: #2383B6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmODRiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjVjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    border: 1px solid #2383B6;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
    line-height: 32px;
    height: 200px;
    margin: 10px;
    padding: 10px 15px;

}

#findaproduct .prompt {
	font: normal 20px Oswald, Helvetica, Arial, sans-serif;
	color: #ffffff;
}
#findaproduct select {
    border: 1px solid #666666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    width: 100%;
    max-width: 100%;
    font: normal 1em Arial ,Helvetica, sans-serif;
}

/* missing styles */

.border_round {
    background-color: #FFFFFF;
    border: 2px solid #C5C5C5;
    border-radius: 15px;
    color: #333333;
    float: left;
    font-size: 13px;
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 260px;
}
.leadtextCopy {
    font-size: 13px;
}
td.leadtextCopy,
td.leadtextCopy table td {
	padding: 3px;
}
.leadtextCopy a:link {
    color: #067FC4;
}
.leadtextCopy a:visited {
    color: #000080;
}
.leadtextCopy a:active, .leadtextCopy a:hover {
    color: #FF9900;
}

#ui-toggle {
    font: 13px/30px Arial,Helvetica,sans-serif;
    margin: 0 auto 10px;
    text-align: center;
}
#ui-toggle span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 1px inset rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 10px;
}
#ui-toggle a {
    background: -moz-linear-gradient(center top , #0099FF, #0033FF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px inset rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.click_to_zoom {
	font-size: 11px;
	text-align: center;
}
.click_to_zoom img {
	vertical-align: middle;
}

.shipestimate_dialog {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
}
#shipestimate_table {
	background: #1e83b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e83b7 0%, #0b5c94 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e83b7), color-stop(100%,#0b5c94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e83b7 0%,#0b5c94 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e83b7 0%,#0b5c94 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e83b7 0%,#0b5c94 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e83b7 0%,#0b5c94 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e83b7', endColorstr='#0b5c94',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2383B6;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
    line-height: 24px;
}
.shipestimate_backing {
	background-color: #333333;
}
#shipestimate_close {
		color: #ffffff;
		background-color: #E06A68;
		padding: 2px 4px;
}
#shipestimate_close:hover, #shipestimate_close:active {
		background-color: #2dbff4;
}
#shipestimate_inputfields_tbody input,
#shipestimate_inputfields_tbody select {
	width: 200px;
	float: left;
	margin: 0 8px;
}
#shipestimate_inputfields_tbody input {
	width: 194px;
}
#shipestimate_calculate {
	margin: 8px 0;
	background-color: #FD9C1D;
}
#shipestimate_controllers_tbody .button {
    background-color: #FD9C1D;
    border: 0 solid #CC5200;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 38px;
    margin: 6px 0 0 23px;
    text-align: center;
    width: 220px;
}
