/*storefront product section*/
	.dayliff
	{
		position: relative;
	}

	.daysection
	{
		position: relative;
	}
	
	.daysection h1
	{
		margin-right:	120px;
		font-size:		1.2 em;
		font-weight: 	bold;
		font-style:		italic;
		padding-left:	10px;
	}
	
	.daysection p
	{
		margin-right: 120px;
	}
	
	.daysection img
	{
	float: right;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	}
	
	.clear
	{
		clear: both;
	}
/*Links*/
.section a{color:#0065b2; text-decoration:none;}
.section a:hover{text-decoration:underline;}

/*header*/
div.logo-container {background-image: none; background-color: #ffffff;}

/*storefront*/
.store_catbuttons {text-align: center; padding-top: .5em;}
.store_contact {padding:.5em;}
.store_contact div {margin-bottom: 2px;}
ul.frq-radios {list-style: none; padding: 0; margin: 0 0 8px 0;}
ul.frq-radios li {display: inline; margin-right: 8px;}
table.contacts td {vertical-align:top; padding: .5em;}
table.contacts .right {padding-left: 1.5em;}

/* Component containers*/
.ui-widget-header {background-color: #0065B2; background-image: none; }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #0065B2; 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:#4C93C9; 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;}

