body {
	margin: 0;
}
#main {
	/*display: none;*/
}
#columnLayout {
	min-height: 200px;
}
#layoutTwoColumns {
	overflow: visible;
	width: auto;
}
#column2 ul {
	list-style-type: disc;
}
select {
	width: auto;
}
/*==========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: middle;	
}
.highlightcolor {
	color: #3873C5;
}
input:focus, a {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
.nomargin {
	margin: 0;	
}
.note {
	color: #666;
	font-size:.9em;
}
.error {
	color: #ff0000;
}
.disabled {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 50);
}
/*==========BUTTONS==========*/
.actionButton {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
}
.cssbutton,
a.cssbutton.disabled {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	padding: .8em 1.1em .7em;
	min-height: 14px;
	vertical-align: baseline;
	line-height: 1em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #E3573A;
	border: 2px solid #C4412C;
	font-weight: bold;
	font-family: inherit;
}
.cssbutton:link,
.cssbutton:visited,
a.cssbutton.disabled:link,
a.cssbutton.disabled:visited {
	
}
input.cssbutton {
	padding: 7px 11px;	
	cursor: pointer;
}
.cssbutton:hover {
	text-decoration: none;
	color: #fff;
}
.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: #eee1c6;
	cursor: pointer;
	color: #252525;
	text-decoration: none;
}
.indicator {
    background-color: #b33d26;
    border: 2px solid #FFFFFF;
    border-radius: 1em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.1em;
    position: absolute;
    right: -0.6em;
    top: -0.6em;
	min-width: 1.2em;
	text-align: center;
}
.borderradius .indicator {
    padding: 0.2em 0.25em 0.15em;
}
/*==========POPUPS==========*/
#popupcontent .pagetitle {
	display: none;	
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget-overlay {
	background: #fff;
	opacity: .60;
	filter:alpha(opacity = 60);
	z-index: 1;
}
.ui-dialog {
	position: absolute;
	width: 300px;
	background: #fff;
	border: 3px solid #ccc;
	z-index: 1;
}
.borderradius .ui-dialog {
	box-shadow: 0 0 7px rgba(0,0,0,.7);
	border: 1px solid #ccc;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 20px 20px 0;
}
.ui-dialog .ui-dialog-title {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
	color: #616161;
    font-size: 2em;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	z-index: 1003;
	right: -22px;
	top: -22px;
	width: 44px;
	height: 45px;
	border: none;
	background: url("/programs/kroger/common/images/modalClose.png") no-repeat;
}
.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;
}
#popupcontent {
	clear: left;	
}
#popupcontent img {
	max-width: 100%;
}
.popupimg {
	float: left;
	margin: 0 8px 0 0;
}
#popupcontent #pagetitle {
	display: none;	
}
.sharebutton {
	cursor: pointer;
}
/*==========TOOLTIPS==========*/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#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: 11px;
	color: #000;
	padding: 7px 10px;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.25);
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
}

#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 {
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #fff;
}

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

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

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #fff;
}
#tiptip_holder ul {
	list-style-type: disc;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
	}
}
@media print {
	#top_bar,
	#locationSearch,
	#navbar,
	#redBarContainer,
	#footer,
	#krogerBrands,
	.cssbutton {
		display: none;
	}
}
@media only screen and (max-width: 760px){
.ui-dialog {
	width: 90%;
	border: .2em solid #ccc;
}
.borderradius .ui-dialog {
	box-shadow: 0 0 .5em rgba(0,0,0,.7);
	border-width: .1em;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 1em 1em 0;
}
.ui-dialog .ui-dialog-title {
	padding: 0 0 .3em;
    font-size: 1.3em;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: -1.3em;
	top: -1.3em;
	width: 2.6em;
	height: 2.6em;
	background-size: 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: 2;
}
.cssbutton,
a.cssbutton.disabled {
	min-height: 1em;
	border-width: .1em;
}
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;
}
.title {
    color: #fff;
}
}