/*everywhere*/
body{background:#fff;}
.page{margin:0 auto;max-width:1200px;}
/*header*/
/*div.logo-container {background-image: none; background-repeat: repeat-x;}*/
div.logo-container {background-image: url('/storefronts/eddypump/images/bg-top-bar.jpg'); background-repeat: repeat-x;}

/*storefront*/
.section{margin:0 2px 4px;}
/* Component containers*/
.ui-widget-header {background-color: #0631fa; background-image: none; }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #0631fa; border: solid 1px #595959; color:#FFFFFF; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{background:#375afb; color:#FFFFFF;}

/* icon defaults - arrow on acct menu and symbol on search button */
.ui-icon 
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_ffffff_256x240.png) !important;}

/* icon override for hover/selected when we need to have two color-states */
/*
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_ffffff_256x240.png) !important;}
*/

button.ui-state-disabled, button.ui-button-disabled, button.ui-state-disabled.ui-button 
{ background-color:#909090; color: #E1E1E1 !important; 

/*Links*/
.section a, #ti_nav_links a{
	color: #0631fa;
	text-decoration: none;
}

.section a:hover, #ti_nav_links a:hover{
	text-decoration: underline;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #fafafa;
}
/*.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color: #99cdde;} /*The "Orange" active links*/
.ui-state-active:hover a, .ui-state-active:hover a:link,.ui-state-active:hover a:visited{color: #fff;}

.fg-menu a:link,.fg-menu a:visited,.fg-menu a:active{color:#0631fa;} /*Printed reports and similar links*/
.fg-menu a:hover{color:#fff;}