html {
    font-size: 100%;
}

body {
	font-family: 'Open Sans', sans-serif; font-size: 1rem;	
}

a:focus { 
    outline: none; 
}

.smallerfont {
	font-size: 0.875rem;
}

.regularfont {
	font-size: 1rem;
}

.largerfont {
	font-size: 1.125rem;
}

ul#topmenu li {
    display:inline;
	padding-left: 20px;
	color: #fff; 
	font-weight: bold;
}

.navbar {
    border-radius: 0; 
    -moz-border-radius: 0; 
    margin:0; 
    padding: 0; 
    background-color: #eee;
}

.navbar-override {
    border: 0; 
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: #e7e7e7; 
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #ccc;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ccc;
}


.dropdown-menu {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1rem; 
	border-radius: 0; 
	background-color: #f1f1f1;
}

.dropdown-menu > li > a {
	color: #5e5d5d;
	font-weight: 700;
	padding-bottom: 6px;
    padding-top: 6px;
	font-size: 0.875rem;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #428bca; color: #fff;}

.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: #f1f1f1;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;	
}
    	
header nav {
    display: flex;
    justify-content: flex-end;
}

header p {
    padding: 20px 20px;
    margin: 0;
    font-size: 1rem;
}

header h1 {
    font-weight: 700;
    margin: 0;
    color: #333;
    padding: 10px;
}

header a {
    xcolor: #fff;
}

header whitelink {
    color: #fff;
}


header a:hover {
    color: #fff;
    text-decoration: underline;
}

.background {
    background-color: #3e699f;
}

.allnavbackground {
    background-color: #333f4d;
}

.p1flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.p2flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;} 
.p3flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.p4flex {border-right: 0px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.ptop {border-right: 1px solid #e5e5e5; padding: 5px;}
.pflex {border-right: 1px solid #e5e5e5; border-top: 0;}

a.blacklink {
	color: #333;
}
a.blacklink:hover,
a.blacklink:focus {
	color: #23527c;
	text-decoration: underline;
}
a.blacklink:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.whitelink {
	color: #fff;
}
a.whitelink:hover,
a.whitelink:focus {
	color: #fff;
	text-decoration: underline;
}
a.whitelink:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
    
#owl-example .item img{
    display: block;
    width: 100%;
    height: auto;
}

.btn {
    background: #e2791c;
    border: 1px solid #e2791c;
}


#navBarSearchForm input[type=text]{width:260px !important;}


a[href^=tel] { color: inherit; text-decoration: none; }

.panel-heading {
	border-radius: 0;
    cursor: pointer;
}

.panel-default > .panel-heading {
    background-color: #eeeeee;
	border: 0;
    color: #333;
}

.panel-heading2 {
	border-radius: 0;
    cursor: pointer;
}

.panel-default > .panel-heading2 {
    background-color: #fff;
	border: 0;
    color: #333;
}

.panel-title {
	font-weight: bold;
}

.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}


.panel-title:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-title.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.panel {
	box-shadow:none;	
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.product-page-paragraph {
	font-size: 0.875rem;
	line-height: 1.75em;
}

hr {
	border-color: #e5e5e5;
}

.hr-override {
	border: none;
	height: 4px;
	/* Set the hr color */
	color: #dfdfdf; /* old IE */
	background-color: #dfdfdf; /* Modern Browsers */
}

.hr-override2 {
	margin-top: 10px;
}

.slider {
	margin-top: 40px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.nav-tabs {
    margin-bottom: 0;
	font-size: 1rem;
	background-color: #f4f4f4; 
	padding: 4px; 
	border-bottom: 4px solid #dfdfdf;
}

.toprightheader {
	font-size: 0.875rem;
}

.searchbar {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.fa-search {
	color:black;
}

.headercontact {
	text-align: right; 
	padding-top: 26px; 
	font-weight: bold; 
	font-family: 'Open Sans', sans-serif;	
	font-size: 0.875rem;
	color: #fff;
}

.dropdownstyle {
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;	
}

.dropdownstyle2 {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1rem; 
	border-radius: 0; 
	background-color: #f1f1f1;	
}

.companyfeatures {
	border: 1px solid #dfdfdf; padding: 8px; margin-top: 20px;
}

.headeroverride {
	margin-top: 0;
}

.productcategoryborders {
	border: 1px solid #e5e5e5; border-right: 0; padding: 30px;
}

.last {
	border-right: 1px solid #e5e5e5;
}


.list-group-item-override {
	border-radius: 0; border: 0; padding: 4px;
}

.list-group-item-override2 {
	border-radius: 0;
}

.list-special .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-special .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-default-override {
	border-radius: 0; border: 0;
}

.productlistgroupheader {
	background-color: #333f4d; padding: 8px; color: #fff; font-weight: bold; font-size: 0.875rem;
}

.productlisttext {
	font-size: 1rem;
	color: #333;
	font-weight: 700;
	line-height: 1.17em;
}

.productlistpartnumber, .productliststock {
	margin-top: 10px;
}

.stockstyle {
	color: #5a7232; font-weight: bold;
}

.nostockstyle {
	color: #A94442; font-weight: bold;
}

.productlistpricem {
	color: #165485; font-weight: bold; font-size: 1.125rem; margin-top: 10px;
}

.productlistprice {
	font-size: 1.375rem; font-weight: bold;
}

.productdetaildesc {
	font-size: 1.438rem; 
	font-weight: bold; 
	margin-top: 0;
}

.subtitledetail {
	font-size: 1rem;
	margin-top: 0;
	color: #808084;
	font-weight: 200;
}

.productdetailmisc {
	font-size: 0.875rem;
	margin-top: 0;
}

.productdetailprice {
	font-size: 1.8rem; 
	font-weight: bold;
}

.productdetailpricebox {
	border: 1px solid #e5e5e5; background-color: #f2f3f6; padding: 8px;
}

.productdetailpriceboxinner {
	background-color: #fff; padding: 4px;
}

.form-group-product-detail-override {
	margin-bottom: 0;
}

.volumediscountgroupheader {
	margin: 0; background-color: #eee;
}

.tab-content {
	border-left: 0px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
	padding: 10px;
}

.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.tab-content-override {
	line-height: 1.75em;
}

.productdetailrelatedstyle {
	border-top: 1px solid #e5e5e5; 
	margin-top: 20px; 
}

.footerstyle {
	background-color: #dee4e7; 
	padding-top: 16px; 
	padding-bottom: 16px; 
	margin-top: 60px;
}

.footerstyle2 {
	background-color: #384245; padding-top: 16px;	
}

.footerstyle3 {
	color: #666666;
}
	
.table td {
	text-align: center;
}

.table th {
	text-align: center;
}

.breadcrumb > li + li::before {
	color: #ccc;
	font-family: FontAwesome;
	content: "\f054";
	padding: 0 5px;
}

.borderleftstyle {
	border-left: 1px solid #e5e5e5;
}

.row.no-gutterouter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.whitespaceremove {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.whitespaceremovecontent {
	flex: 1;
}

.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 99999;
}

.xsearchbox {
	xheight:18px;
	xmargin-left:14px;
	
	border:1px solid grey;
	border-radius: 4px;
	
	xwidth:240px;
	xvertical-align:middle;
	text-align:left;
	color:#888;
	xpadding-left:4px;
 }
 
ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.btn-oos {
	   background-color: #276a9f
	   background-image: linear-gradient(to bottom, #e68729 0px, #e68729 50%, #e2791c 51%, #e2791c 100%);
	   padding: 10px 20px;
	   -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   border-radius: 2px;   
	   color: white;
	   font-size: 16px;
	   font-family: font-family: 'Open Sans', sans-serif;
	   text-decoration: none;
	   vertical-align: middle;
	   text-align: center;
	   font-weight: bold;
	}

	.btn-oos:hover {
	   border-top-color: #e68729;
	   background:  #276a9f;
	   color: #ffffff;
	}

	.btn-oos:active {
	   border-top-color: #e68729;
	   background:  #276a9f;
	}
	
	.specbox2 {margin-top:7px;}
	.specbox2 tr td {padding-top:3px;padding-bottom:3px;}
	
.boxrow:last-child {
	border-right: 1px solid #e5e5e5;
}	
.boxrow {
	border-collapse:collapse;
}
.rowproduct:last-child {
	border-right: 0px solid white;
}	

.infobox{
	border-collapse:collapse;
	border:1px solid #aaa;
}
.infobox tr td
{
	border:1px solid #ddd;
	border-collapse:collapse;
	font-family:arial;
	font-size:9pt;
	padding:4px;
	
}
.cx tr td
{
	border-collapse:collapse;
	border:1px solid grey;
	padding:4px;
}
.searchbutton {color:black;}

.nodecoration {text-decoration:none;}

.margin0 {margin:0;}

.margint0 {margin-top:0px;}
.margint1 {margin-top:1px;}
.margint2 {margin-top:2px;}
.margint3 {margin-top:3px;}
.margint4 {margin-top:4px;}
.margint5 {margin-top:5px;}
.margint6 {margin-top:6px;}
.margint7 {margin-top:7px;}
.margint9 {margin-top:9px;}
.margin10 {margin-top:10px;}
.margint10 {margin-top:10px;}
.marginTop10 {margin-top:10px;}
.margint15 {margin-top:15px;}
.margint20 {margin-top:20px;}
.margintop20 {margin-top:20px;}
.margint29 {margin-top:29px;}
.margint40 {margin-top:40px;}

.marginl0 {margin-left:0px;}
.marginl4 {margin-left:4px;}
.marginl8 {margin-left:8px;}
.marginLeft20 {margin-left:20px;}

.marginb0 {margin-bottom:0px;}
.marginb1 {margin-bottom:1px;}
.marginb5 {margin-bottom:5px;}
.marginb10 {margin-bottom:10px;}

.borderCCC {border-color: #ccc;}

.notifyorange {background-color: #ccc; border-color: #ccc;}
.backCCC {background-color: #ccc;}
.bgwhite {background-color: #fff;}
.bcolorEEE {background-color:#eee;}
.bcolorFFF {background-color:#fff;}
.bcolorfafc9a {background-color:#fafc9a;}
.bcolorf1f1f1 {background-color:#f1f1f1;}
.bcolor276a9f {background-color:#276a9f;}

.lightGY  {color: #333;}
.notifybell {color: #333;}
.caretcolor {color: #333;}
.color00a7df {color:#00a7df;}
.colore2791c {color:#e2791c;}
.color000 {color:#000;}
.color5A7232 {color:#5A7232;}
.colorBD151D {color:#BD151D;}
.color7F7F7F {color:#7F7F7F;}
.color337ab7 {color:#337ab7;}
.color7ac143 {color: #7ac143;}
.color165485 {color: #165485;}
.colorbb0d02 {color:#bb0d02;}
.color016596 {color:#016596;}
.color7ac143 {color:#7ac143;}
.colorbb0d02 {color:#bb0d02;}
.color016596 {color:#016596;}
.colore88729 {color:#e88729;}
.colorfff {color:#fff;}
.colorccc {color:#ccc;}
.bcolorY {color:yellow;}
.backYL {background-color:yellow;}

.categoryTitleItem {margin-top: 0; margin-bottom: 0;}

.rohsr {margin-top:3px;margin-bottom:12px;}

.borderb0 {border-bottom:0;}

.producthighlighttag {font-weight: 600; text-transform: uppercase;}

.fontsize10 {font-size: 10pt;}
.fontsize11 {font-size: 11px;}
.fontsize13 {font-size: 1.3rem;}
.fontsize10625 {font-size: 1.0625rem;}

.borderg {border:2px solid grey;}
.contactae {border: 1px solid #dfdfdf; padding: 8px; border-top: 0;}
.phonenumber {font-size: 1.1rem; color: #337ab7;}
.maxwidth75 {max-width:75px;}

.hddselect {
		margin-top:4px;
		border:1px solid #bbb;
		max-width:133px;}

.displaynone {display:none;}


.textalignleft {text-align:left;}
.textalignright {text-align:right;}
.textaligncenter {text-align:center;}

.minwidth55 {min-width:55px;}
.floatright {float:right;}
.padding4 {padding:4px;}
.padding5 {padding:5px;}
.padding6 {padding:6px;}
.padding8 {padding:8px;}
.padding15 {padding:15px;}
.padding10 {padding:10px;}
.paddingb10 {padding-bottom:10px;}

.padleft0 {padding-left:0px;}
.padLeft2 {padding-left:2px;}
.padLeft3 {padding-left:3px;}
.padLeft5 {padding-left:5px;}
.padLeft10 {padding-left:10px;}
.padLeft15 {padding-left:15px;}
.padRight10 {padding-right:10px;}
.padRight15 {padding-right:15px;}

.paddingt2 {padding-top:2px;}
.paddingt10 {padding-top:10px;}
.paddingt15 {padding-top:15px;}

.asking {background-color: #eee; padding: 8px;}

.fontsize11 {font-size:11pt;}

.onsaletag {color: #F39E59; font-weight: bold; text-transform: uppercase;}
.freeshippingtag {color: #F39E59; font-weight: bold; text-transform: uppercase;}
.newpart {text-decoration:underline;font-weight:bold;}
.limitqty {font-family:arial;font-weight:bold;}
.floatleft {float:left;}


.clearboth {clear:both;}
.addcarticon {cursor:pointer;} 

.bordere5e5e5 {border: 1px solid #e5e5e5;}

.lineheight143 {line-height: 1.43em;}
.lineheight14 {line-height: 1.4;}

.imgmove {position: relative; top: -1px; left: -2px;}
#searchlink {text-decoration:none;}
#productqty {text-align: center;}

.poweredByInfinite {background-color: #f3f3f3; padding: 16px; border: 4px solid #e5e5e5; border-left: 0; border-right: 0;}
.poweredByText {font-size: 1.2rem; color: #337AB7; font-weight: bold;}

.footlinks li a {color: #666666;}
.footinfo li {color: #fff;}
.footinfo li a i {color: #fff;}

.specificationstitle {background-color: #fff; color: #333;}
.newsletterbar {border-left: 1px solid #eee;}
.newsletterimg {border: 1px solid #eee;}
.categoryListBox {border: 1px solid #e5e5e5;}

.groupbypanel {border-radius: 0; border: 0;}
.groupbytxt {text-align: right; background-color: #fff;}
.borderradius0 {border-radius: 0;}
.imageunavailable {width: 90%; color: #ccc;}
.mainimg {border: 1px solid #e5e5e5; padding: 10px;}
.categoryTitleTop {font-weight: 600;margin-top:0px;}
.width100 {width:100%;}

.imagenotfound {width: 90%; color: #ccc;}
.regmsg {background-color:white;color:black;border-color:black;}
.emsg {background-color:yellow;padding:4px;}
.nst {color:aaa;}
.partinfo {display:none;}
.smstxt {background-color:yellow;padding:4px;}
.qainfo {border: 1px solid #d3e4ec; padding: 8px; background-color: #f1f6f8;}
.smsentrymsg {font-family:arial;background-color:yellow;padding:5px;font-size:9pt;}
.rmamsg {padding:6px;padding-left:5px;font-family:arial;font-size:10pt;}


.customerreview {border: 1px solid #d3e4ec; padding: 8px; background-color: #f1f6f8;}
.blogcheck {font-family:'Open Sans',sans-serif;background-color:yellow;padding:4px;padding-left:7px;padding-bottom:1px;font-size:14px;}
.blogmsg {padding:4px;border:1px solid black;margin:4px;background-color:#eee;color:black;width:100%;font-family:arial;font-size:14px;}
.blogcommenttitle {font-family:'Open Sans',sans-serif;font-size: 28px;color: #1a497d;}
.blogreply {font-family:'Open Sans',sans-serif;font-size: 16px;color: #1a497d;font-weight: bold;}

.cardmsg {color:red;width:300px;border:1px solid grey;margin:4px;font-family:verdana;font-size:10pt;padding:4px;margin-bottom:0px;}
.addressentry {padding: 10px; border: 4px solid #eee;}
.itemadded {font-size:11pt;color:#337ab7;display:none;}
.addressSelect {border: 1px solid #ccc; padding: 4px;}
.yl {
	background-color:yellow;
}
.productColumnTitle {font-weight: bold; background-color: #fff; padding-top: 4px; padding-bottom: 4px;}
.maxwidth85 {max-width:85px;}
.fontweightbold {font-weight:bold;}
.sizeMsg {border:1px solid black;background-color:yellow;padding:4px;font-size:9pt;font-weight:bold;font-family:verdana;}
.shippingmethodbox {border: 1px solid #eee; padding: 8px;}
.freeshippingtitle {float: right; margin-top: 3px;}
.shippingintlfulladdress {width:100%;border:1px solid #ccc;padding:5px;}

.fontweight600 {font-weight: 600;}
.transparent-header {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 50px;
}
.contactpanel {border: 0px solid #e5e5e5;}
.chatlink {background-color: #f0ad4e; padding: 4px; color: #fff;}


.nodecoration:hover {text-decoration:none;}
.nodecoration:visited {text-decoration:none;}
.nodecoration:active {text-decoration:none;}
.leftproduct {border: 1px solid #e5e5e5; padding: 8px; margin-top: 20px;}

.featuredsolution {background-color: #333f4d; padding: 8px; color: #fff; font-weight: bold;}
.viewnew {color: #fff; text-decoration: underline;}

.bcolore4e4e4 {background-color: #e4e4e4;}
.jumbotronDC {
			position: relative;
			background: #eee url("/images/distribution-hero.jpg") center center;
			width: 100%;
			height: 100%;
			background-size: cover;
			overflow: hidden;
		}
.jumbotronPage {
		position: relative;
		background: #eee url("/images/bulk-cable-hero.jpg") center center;
		width: 100%;
		height: 100%;
		background-size: cover;
		overflow: hidden;
	}

.mainfont {
	font-family: 'Open Sans', sans-serif; font-size: 1rem;	
}
.verdana {font-family:verdana;}
	
	
.width690 {width:690px;}
.width45 {width:45px;}
.width140 {width:140px;}
.width48 {width:48px;}
.width130 {width:130px;}
.fontnormal {font-weight:normal;}


.fontarial {font-family:arial;}	
.arial10 {font-family:arial;font-size:10pt;}
.rmac1 {margin-left:4px;margin-top:9px;border:1px solid black;width:680px;padding:4px;background-color:#eeffff;}
.rmac2 {text-align:left;padding-right:40px;padding-top:10px;}
.rmac3 {border:1px solid grey;width:223px;padding:4px;margin-top:10px;margin-left:4px;}
.rmac4 {border:1px solid black;padding:4px;background-color:#ffffee;}
.rmac5 {font-family:arial;font-size:9pt;margin-bottom:10px;margin-top:5px;margin-left:2px;width:100%;}
.rmac6 {border:1px solid black;width:120px;}
.rmac7 {border:1px solid black;width:350px;maxlength:255;}
.rmac8 {margin-top:14px;font-family:arial;font-size:9pt;clear:both;}
.rmac9 {border: 1px solid #999999;margin-left:3px;margin-bottom:2px;}

.borderGY {border: 1px solid #eee;}
.itemshipmsg {border:1px solid black;background-color:yellow;padding:4px;font-size:9pt;font-weight:bold;font-family:verdana;margin-bottom:3px;"}
.cdorderinfo {font-weight: bold; background-color: #eee; padding-top: 4px; padding-bottom: 4px;}

.yellowalert {background-color:yellow;color:black;}