/***    
    Created By Albert Samuel 
    Created Date 5/3/2016   
***/

ul#nav > li.current a{
    font-weight:900;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../images_site/icon_top.png') no-repeat;
}

.bgbutton{
    padding: 20px;
    font-size: 20px;
    background-color: #0275d8;
    border-color: #0275d8;
    color: white;
    border-radius: 8px;
    outline:none;
}

.bgbutton:hover, .bgbutton:focus, .bgbutton:active{
    background-color: #025aa5;
    border-color: #01549b;
    box-shadow: 6px 6px 10px -3px #A7A0A0;
}

.phonelink{
    text-decoration: blink;
}

.inputreq, input{
    padding:8px;
    border-radius:4px;
    border:1px solid #999999;
}

input:focus{
    outline:none;
    border:1px solid #2a9dcc;
}

/* Removing Inline Css*/

.Arial15 {font:bold 13pt arial, verdana, sans-serif;margin:0 0 7px 0;}
.black {color:#000; }
.green-highlight {
    width:115px;
    margin-top:4px;
    margin-bottom:5px;
    padding:4px 8px;
    font:bold 11pt arial, verdana, sans-serif;
    color:#FFF;
    text-transform:uppercase;
    background: #7bc623; /* Old browsers */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
    white-space:nowrap;
}
.green-highlight2 {
    width:115px;
    margin-top:2px;
    margin-bottom:3px;
    padding: 1px 4px;
    font:bold 11pt arial, verdana, sans-serif;
    text-transform:uppercase;
    background: #7bc623; /* Old browsers */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
    white-space:nowrap;
}
.nav-support {margin-bottom:4px;}
.nav-support a {
    text-decoration:none;
    margin-bottom:4px;
    line-height:1.1em;
}

/* Homepage Styling */

.banner-title, .banner-title a, h1.banner-title {
font-family: Arial,Helvetica,sans-serif;
font-size:30px;
font-weight: bold;
line-height:1em;
margin:0px;
padding:0px 0px 0px 5px;
color: #000000;
text-decoration: none;
}

.banner-title a:hover{
color: #006600;
text-decoration: none;
}

.banner-byline, .banner-byline a {
font-family: Arial,Helvetica,sans-serif;
font-size:18px;
font-weight: bold;
line-height:1em;
margin:0px;
padding:0px 0px 3px 5px;
color: #000000;
text-decoration: none;
}

.banner-byline-right, .banner-byline-right a {
font-family: Arial,Helvetica,sans-serif;
font-size:14px;
font-weight: bold;
line-height:1em;
margin:0px;
padding:2px 5px 3px 5px;
color: #004400;
text-decoration: none;
text-align:right;
}


.banner-byline a:hover, .banner-byline-right a:hover{
color: #006600;
text-decoration: none;
}

.banner-link-overlay {
display:none;
background:url(http://www.ecobox.com/site/center/eb-banner-movsupplies_overlay_20091116.png) center top no-repeat; 
width:206px;
height:35px;
margin-top:5px;
padding-top:6px;
}

.banner-link-overlay a {
font-family: Arial,Helvetica,sans-serif;
font-size:11px;
font-weight: bold;
line-height:0.9em;
margin:0px;
padding:0px 0px 3px 0px;
color: #000000;
text-decoration: none;
}

.banner-link-overlay a:hover{
color: #006600;
text-decoration: none;
}

/* Homepage Content V2 */
#h-featured { width: 467px; height: 290px; background: #009cff url('/site/js/orbit/orbit/loading.gif') no-repeat center center; overflow: hidden;float:left;margin-bottom:10px; }
#h-featured a {}
            /* #h-featured img, #h-featured div { display: none; } */
#h-featured-tiles {height:290px;width:264px; float:right;}
#h-featured-tiles img:first-child {margin:0 0 13px 0}
            
#h-link-lists {margin:10px 0 14px 0; clear:both;padding-top:10px;border-top:1px solid #d6d3c7; }
#h-link-lists div {margin-left:0px;width:182px; float:left;}
#h-link-lists div:first-child {margin-left:0px;}
#h-link-lists a {display:block; color:#666666;font: 12px arial, helvetica, san-serif;line-height:1.5em;text-decoration:none;}
#h-link-lists a:hover {color:#006600;}
.main-content {z-index:-1000;margin:0;padding:0;} /* force page width a little wider to accomodate doctype margin issues */

/* Popup Styling*/

.ui-widget-content{
    color:#222222;
    background: white;
}

#popup input, #popup textarea{
    width:100%;
}

.ui-dialog.ui-widget{
    top:300px !important;
    left:50% !important;
    margin-left:-150px;
}

.italic{
font-weight:700;
font-style:italic;
}

h1{
    margin-top:50px;
}
.title{
text-align:center;
}

.underline{
text-decoration:underline;
}