/*GENERAL STYLES*/
p {
	font-size: inherit;
}
h1,h2,h3,h4,h5 {
	padding: .5em 0;
}
#aboveNavigation #preferredStore h4 {
	padding: 0;
}
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.loader_holder {
	text-align: center;
	width: 964px;
	padding: 2em;
}
.loader_holder img{
	vertical-align: middle;
	margin-top: -5px;
	min-height: 2.2em;
}
.bannerContent {
	display: none;
}
ul, ol, h1, h2, h3, h4, h5, p {
	margin: 0 0 .7em;
}
/*mimic old 3PT styles*/
ul, ol {
	list-style: none;
}
button {
	border: none;
}
.screen-reader-only{
  position: fixed;
  left: -9999px;
  width: 1px;
  height: 1px;
  top: auto;
}
#logo h1, #navbar, .footerCopyRights p {
	margin: 0;
}
.navbar li:hover .dropdown-menu {
	z-index: 2;
}
a {
	color: #3873C5;
	font-weight: bold;
	text-decoration: none;
}
#columnLayout {
	min-height: 200px;
}
#layoutTwoColumns {
	overflow: visible;
	width: auto;
	background-color: #fff;
}
#layoutTwoColumns #column1 {
	float: left;
	width: 20%;
}
#layoutTwoColumns #column2 {
	float: left;
	width: 80%;
}
select {
	width: auto;
}
.padding {
	padding: 1em;
}
.minheight{
	min-height:220px;
}
/*==========GENERAL==========*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: none;
}
fieldset {
	border: none;
	padding: 0;
	margin: 1em 0;
	clear: both;
}
.clearfix {
	/*overwrite kroger.css*/
	clear: none;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	width: auto;
}
.overflow {
	overflow: hidden;
}
.noline {
	text-decoration: none;
}
.unbold {
	font-weight: normal;
}
.right {
	float: right;
}
.left {
	float: left;
}
.alignRight {
	text-align: right;
}
.center {
	text-align: center;
}
sup {
	font-size: .7em;
	line-height: 1em;
	vertical-align: top;
}
.icon {
	vertical-align: text-bottom;
}
.highlightcolor {
	color: #3873C5;
}
.nomargin {
	margin: 0;
}
.note {
	color: #666;
	font-size:.9em;
}
.error {
	color: #ff0000;
}
.disabled {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 50);
}
#alert {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 50%;
	width: 22em;
	margin-left: -11.5em;
	padding: 1em 2.5em;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border: 2px solid;
	border-top: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: inherit;
}
#alert.error {
	background: #ffd4c9 url("../../common/images/icon_alert_red_16x16.png") .8em 1em no-repeat;
	border-color: #cf3d3d;
}
#alert.warning {
	background: #fffbb9 url("../../common/images/icon_alert_yellow_16x16.png") .8em 1em no-repeat;
	border-color: #fff315;
}
/*==========BUTTONS==========*/
.skiplink {
	position: absolute;
	left: -10000px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.skiplink:focus {
	position: static;
}
.actionButton {
	font-size: 1em;
	display:block;
	padding:7px 15px;
	color:#fff;
	background-color:#fb7101;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	font-weight:bold;
	border:0;
	display: inline-block;
}
.actionButton:focus {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.actionButton.disabledbtn {
	background: #e2e1dd !important;
	border-color: transparent;
	cursor: default;
}
.actionButton.loading:before {
	content: ' ';
	display: inline-block;
	background: url("/programs/kroger/common/images/icon_btn_loading_FB7101.gif") left top no-repeat;
	width: 11px;
	height: 11px;
	margin-right: 5px;
}
.ui-widget-content .actionButton {
	color: #fff;
}
input.actionButton {
	padding: 7px 11px;
	cursor: pointer;
}
.actionButton:hover {
	text-decoration: none;
	color: #fff;
}
input.cancelButton[type="button"], a.cancelButton {
	background-color: #E1E1E1;
	border: 0 none;
	border-radius: 3px 3px 3px 3px;
	color: #646464;
	cursor: pointer;
	display: inline-block;
	font: bold 14px "Trebuchet MS",Arial,sans-serif bold;
	margin: 0 14px 0 0;
	padding: 7px 15px;
	text-align: center;
}
.cssbutton {
	vertical-align: bottom;
}
.cssbutton.rounded {
	padding: 0;
	height: 1.3em;
	line-height: 1.3em;
	border-radius: 1em;
	font-size: 1.2em;
	padding: 0 .4em;
}
.cssbutton.small,
.cssbutton.small.disabled {
	padding: 8px 12px 6px;
	min-height: 15px;
}
.cssbutton img {
	vertical-align: middle;
	margin: -3px 0 0;
}
.cssbutton .loading {
	margin: 0 2px 1px 3px;
}
.circleicon {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: text-top;
	margin: 2px 0 0;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	border-radius: 1em;
	background: #2f9def;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
/*==========POPUPS==========*/
.ui-icon {
	width: 1em;
	height: 1em;
}
.ui-widget-header {
    background: none;
    border: none;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
}
#popupcontent .pagetitle {
	display: none;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .80;
	filter:alpha(opacity = 80);
	z-index: 6;
}

.ui-dialog {
	overflow: visible;
	color: #252525;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 1.3;
	position: absolute;
	width: 300px;
	background: #fff;
	border: 0px solid #ccc;
	z-index: 999997;
}
.borderradius .ui-dialog {
	box-shadow: 0 0 7px rgba(0,0,0,.7);
	border: 1px solid #ccc;
}
.ui-dialog .ui-dialog-titlebar {
	margin: 1.3em 1.3em .7em;
	padding: 0;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
    font-size: 2em;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
	/*margin: 1px;*/
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	/*padding: 0;*/
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 5px 20px 20px 20px;
	background: none;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog h1{
	color:#97091D;
}
.ui-dialog #popupcontent {
	max-height: 500px;
	overflow: auto;
	padding: 0 5px 0 0;
}


.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
	margin: 0;
	padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: none;
}
.ui-widget {
	font: inherit;
	padding: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom {
  border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: inherit;
}
.ui-widget-content {
	font: inherit;
	border: none;
	color: inherit;
}
.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 {
	border: none;
	font: inherit;
	color: inherit;
	background: none;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
	width: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	z-index: 1003;
	right: -.2em;
	top: 0;
	margin: 0;
	width: 21px;
	height: 21px;
	border: none;
	background: url("/programs/kroger/common/images/icon_close.png") no-repeat;
	cursor: pointer;
}

#popupcontent {
	clear: left;
}
#popupcontent img {
	max-width: 100%;
}
.popupimg {
	float: left;
	margin: 0 8px 0 0;
}
#popupcontent #pagetitle {
	display: none;
}
.sharebutton {
	cursor: pointer;
}

/*===========DRAWER===========*/

#drawer {
	position:fixed;
	overflow: auto;
	width:50%;
	height:100%;
	top:0px;
	right:0px;
	background-color:#fff;
	z-index: 999996;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
#drawer .heading h1 {
	border-bottom: 1px solid #cccccc;
	padding: .5em 0 .5em .7em;
	font-size:1.4em;
	color: #4E4D4E;
}
.long_desc {
	margin: 1em 1em 1em 0;
	width: 70%;
}
#drawer p {
	color: #4E4D4E;
}
#drawer .drawer_legal {
	width:70%;
}
.drawer-close {
	position:absolute;
	top:1.5%;
	right:1.5%;
	cursor:pointer;
	background-color: #fff;
	border:none;
}
.modal-holder .content {
	float:left;
	width:70%;
}
#drawer .content h1 {
	font-size: 1.3em;
}
.info_wrapper {
	padding:1em;
}
#drawer .media_img{
	max-width:100%
}
/*==========TOOLTIPS==========*/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999998;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 12px;
	color: #fff;
	padding: 9px 11px;
	background-color: #2f9def;
	border-radius: 8px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #2f9def;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #2f9def;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #2f9def;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #2f9def;
}
#tiptip_holder ul {
	list-style-type: disc;
}
/*3rd party template*/
#templateBody{
	min-width:1024px;
}

/* Qtips Tooltip */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 200px;
	min-width: 50px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
	background-color:#2f9def;
	border-radius:8px;
	color:#2f9def;
}

	.qtip-content{
		position: relative;
		overflow: hidden;
		background-color:#2f9def;
		text-align: left;
		word-wrap: break-word;
		font-size: 12px;
		color: #fff;
		padding: 9px 11px;
		border-radius:8px;
	}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{
		top: 0; left: 0;
	}

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

/* FREE FRIDAY BANNER */
.free_friday {
	display: none;
	position: relative;
	width: 100%;
	border: 2px solid #d2d2d2;
	margin: 0 0 20px 0;
}
.free_friday .ff_coupon li {
	list-style-type: none;
}
.free_friday .ff_img_holder {
	display: inline-block;
	width: 26%;
	margin: 0;
	vertical-align: bottom;
}
.free_friday .ff_img_holder img {
	display: block;
	width: 100%;
}
.free_friday .ff_coupon {
	display: inline-block;
	width: 74%;
	vertical-align: top;
}
.free_friday .ff_coupon .coupon_image_holder {
	margin: .5em 0em 0 1em;
    display: inline-block;
   	vertical-align: top;
    max-height: 100px;
    max-width: 100px;
    height: 100px;
    width: 100px;
    text-align: center;
}
.free_friday .ff_coupon .content {
	display: inline-block;
	/*width: 29em;*/
	margin: .5em 0 0 .5em;
	width: 60%;
}
.free_friday .ff_coupon .content p {
	margin: 0;
}
.free_friday .ff_coupon .more h1 {
	margin: 0;
	padding: 0;
	color: #3873C5;
}
.free_friday .ff_coupon .cta_box {
	display: block;
	margin: 0;
}
.free_friday .ff_coupon .exp_date {
    margin: 0 0 0 9em;
    position: absolute;
    bottom: 10px;
}
.free_friday .ff_coupon .btnholder {
	position: absolute;
    right: 20px;
    top: 48px;
}


/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content, .qtip-content {
		padding: 4px 8px 5px 8px;
	}
}
@media print {
	#top_bar,
	#locationSearch,
	#navbar,
	#redBarContainer,
	#footer,
	#krogerBrands,
	.cssbutton {
		display: none;
	}
}
@media only screen and (max-width: 960px){
	#bannerContent {
		display: block;
	}
	.loader_holder {
		width: auto;
	}
	#layoutTwoColumns #column2, #templateBody {
		background: none;
		float: none;
		width: auto;
	}
	#layoutTwoColumns #column1 {
		float: none;
	}
	.header-container {
		height: auto;
	}
	#alert {
		width: 16em;
		margin-left: -10.5em;
		padding: .5em 2.5em;
		font-size: inherit;
	}
	.ui-dialog {
		width: 90%;
		border: .2em solid #ccc;
		font-size: 100%;
	}
	.borderradius .ui-dialog {
		box-shadow: 0 0 .5em rgba(0,0,0,.7);
		border-width: .1em;
	}
	.ui-dialog .ui-dialog-title {
		padding: 0 0 .3em;
	    font-size: 1.3em;
	}
	.ui-dialog .ui-dialog-titlebar-close {
		font-size: 1em;
		width: 1.6em;
		height: 1.6em;
		background-size: 100% 100%;
	}
	.ui-dialog .ui-dialog-content {
		padding: .4em 1em 1em 1em;
	}
	.ui-dialog #popupcontent {
		max-height: 20em;
		padding: 0 .4em 0 0;
	}
	.popupimg {
		float: left;
		margin: 0 .6em 0 0;
	}
	#contentBox {
		color: #3E3E3E;
		background: #FFFFFF;
	}
	.mobileheader {
		padding: 1em;
	}
	.mobileheader #logoimg {
		max-height: 5em;
		max-width: 10em;
	}
	.mobilefooter {
		padding: 1em;
		text-align: center;
	}
	.nav ul:hover {
		z-index: 3;
	}
	.cssbutton,
	a.cssbutton.disabled {
		min-height: 1em;
		border-width: .1em;
		padding: .8em 1.1em .7em;
	}
	input.cssbutton {
		padding: .8em 1.1em .7em;
	}
	.cssbutton.small,
	.cssbutton.small.disabled {
		padding: .8em 1.1em .7em;
		min-height: 1em;
	}
	.cssbutton img {
		margin: -.2em 0 0;
	}
	.cssbutton .loading {
		margin: 0 .1em .1em .2em;
	}
	.actionButton {
	    background-color: #FB7101;
	    border: 0 none;
	    border-radius: .3em;
	    color: #FFFFFF;
	    display: inline-block;
	    font-family: inherit;
	    font-weight: bold;
	    line-height: 1em;
	    min-height: 14px;
	    padding: 0.8em 1.1em 0.7em;
	    text-align: center;
	    text-decoration: none;
	    vertical-align: baseline;
	    font-family: "Trebuchet MS",Arial,sans-serif bold;
		font-weight: bold;
		font-size: inherit;
	}
	.actionButton[disabled] {
	    background-color: #E1E1E1;
	    background-image: none;
	    border: 0 none;
	    cursor: default;
	}
	input.cancelButton[type="button"], a.cancelButton {
	   /* padding: 0.8em 1.1em 0.7em;*/
	    font-size:inherit;
	}
	.title {
	    color: #fff;
	}
	.icon {
		vertical-align: bottom;
		width: 1.5em;
	}
	.imgright {
		width: 33%;
	}
	#drawer {
		width:100%;
	}
	#drawer .heading h1 {
		padding:1em;
	}
	/* FREE FRIDAY BANNER */
	.free_friday .ff_coupon .cta_box .btnholder {
		width: 100%;
		position: relative;
		right: inherit;
		top: inherit;
		text-align: center;
	}
	.free_friday .ff_coupon .cta_box .btnholder button {
		width: 100%;
		border-radius: 0;
	}
	.free_friday .ff_coupon .exp_date {
	    position: relative;
	    bottom: inherit;
	    margin: 0 0 0 7.3em;
	}
	.free_friday .ff_coupon .more h1 {
	    margin: 0;
	    padding: 0;
	    color: #3873C5;
	}
	.free_friday .ff_img_holder {
		width: 38%;
	}
	.free_friday .ff_coupon {
		width: 62%;
		vertical-align: bottom;
	}
	.free_friday .ff_coupon .content {
		width: 66%;
		margin: 2% 0 0 0;
	}
	.free_friday .ff_coupon .content p {
	}
	.free_friday .ff_coupon .content .reqdesc {
		display: none;
	}
	.free_friday .ff_coupon .coupon_image_holder {
		height: 20%;
		width: 17%;
	}
	.free_friday .ff_coupon .coupon_image_holder img {
		height: 100%;
		width: 100%;
		max-width: none;
		max-height: none;
	}
}
@media only screen and (max-width: 760px){
	/* FREE FRIDAY BANNER */
	.free_friday .ff_coupon .cta_box .btnholder {
		width: 100%;
		position: relative;
		right: inherit;
		top: inherit;
		font-size: .7em;
	}
	.free_friday .ff_coupon .cta_box .btnholder button {
		width: 100%;
	}
	.free_friday .ff_coupon .exp_date {
	    position: relative;
	    bottom: inherit;
	    margin: 0 0 0 32%;
	    font-size: .7em;
	}
	.free_friday .ff_coupon .more h1 {
	    margin: 0;
	    padding: 0;
	    color: #3873C5;
	    font-size: 1.2em;
	}
	.free_friday .ff_img_holder {
		width: 38%;
	}
	.free_friday .ff_coupon {
		width: 62%;
		vertical-align: bottom;
	}
	.free_friday .ff_coupon .content {
		width: 60%;
		margin: 2% 0 0 0;
	}
	.free_friday .ff_coupon .content p {
		font-size: .7em;
	}
	.free_friday .ff_coupon .content .reqdesc {
		display: none;
	}
	.free_friday .ff_coupon .coupon_image_holder {
		height: 20%;
		width: 17%;
		margin: 0 1em 0 1em;
	}
	.free_friday .ff_coupon .coupon_image_holder img {
		height: 100%;
		width: 100%;
		max-width: none;
		max-height: none;
	}
	#drawer .offer_text {
		font-size: .8em;
	}
}
/*iphone */
@media only screen and (max-width: 320px){
	.ui-dialog .ui-dialog-titlebar-close{
		background-size: 80%
	}
}
