
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


// ERIC MEYER RESET
// --------------------------------------------------

html, body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1.2; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }


// Normalize.css
// Pulling in select resets form the normalize.css project
// --------------------------------------------------

// Display in IE6-9 and FF3
// -------------------------
// Source: http://github.com/necolas/normalize.css
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
// Focus states
a:focus {
  outline: thin dotted;
}
// Hover & Active
a:hover,
a:active {
  outline: 0;
}

// Display in IE6-9 and FF3
// -------------------------
// Source: http://github.com/necolas/normalize.css
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

// Display block in IE6-9 and FF3
// -------------------------
// Source: http://github.com/necolas/normalize.css
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

// Prevents modern browsers from displaying 'audio' without controls
// -------------------------
// Source: http://github.com/necolas/normalize.css
audio:not([controls]) {
    display: none;
}

// Prevents sub and sup affecting line-height in all browsers
// -------------------------
// Source: http://github.com/necolas/normalize.css
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

// Img border in a's and image quality
// -------------------------
// Source: http://github.com/necolas/normalize.css
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

// Forms
// -------------------------
// Source: http://github.com/necolas/normalize.css

// Font size in all browsers, margin changes, misc consistency
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal; // FF3/4 have !important on line-height in UA stylesheet
  *overflow: visible; // Inner spacing ie IE6/7
}
button::-moz-focus-inner,
input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; // Cursors on all buttons applied consistently
  -webkit-appearance: button; // Style clicable inputs in iOS
}
input[type="search"] { // Appearance in Safari/Chrome
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5
}
textarea {
  overflow: auto; // Remove vertical scrollbar in IE6-9
  vertical-align: top; // Readability and alignment cross-browser
}

/** RESET END **/
body {
background-color: #faa732;
font-family: Verdana, sans-serif;
color: #333;
}

#main_content_frame .page_center {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    width: 910px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

p {
  margin: 0 0 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

a {
    color: #0088cc;
    text-decoration: none;
}

a:hover {
color: #005580;
text-decoration: underline;
}

a:active {
color: #333333;
    text-decoration: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.no-margin {
margin:0;
}

.margin-top {
margin-top: 5px;
}

.margin-top-10 {
margin-top: 10px;
}

.margin-top-12 {
margin-top: 12px;
}

.margin-top-20 {
margin-top: 20px;
}

.margin-top-30 {
margin-top: 30px;
}

.margin-top-50 {
margin-top: 50px;
}
.margin-top-80 {
margin-top: 80px;
}

.margin-top-150 {
margin-top: 150px;
}

.margin-right-10 {
margin-right: 10px;
}

.margin-right-40 {
margin-right: 40px;
}

.margin-right-50 {
margin-right: 50px;
}

.margin-left-20 {
margin-left: 20px;
}

.margin-left-40 {
margin-left: 40px;
}

.margin-left-50 {
margin-left: 50px;
}

.margin-right-20 {
margin-right: 20px;
}

.margin-right-50 {
margin-right: 50px;
}
/*
.tabs-left > .nav-tabs {
    margin-right: 0;
}

.tab-content {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-right: 50px;
    margin-top: 12px;
    overflow: auto;
    height: 200px;
}
*/

.width-300 {
width: 300px;
}

.width-200 {
width: 200px;
}

.width-160{
width: 160px;
}

.width-180{
width: 180px;
}

.width-140{
width: 140px;
}

.width-150{
width: 150px;
}

.width-120{
width: 120px;
}

.width-100 {
width: 100px;
}

.width-80 {
width: 80px;
}

.width-50 {
width: 50px;
}

.height-30 {
height: 30px;
}

.height-50 {
height: 50px;
}

.height-60 {
height: 60px;
}

.height-65 {
height: 65px;
}

.height-110 {
  height:110px;
}

.height-160 {
  height:160px;
}

.overflow-auto {
  overflow:auto;
}

.modal_body .nav {
    margin-bottom: 5px;
}

.form-box {
display:none;
}

 .question-box {
 margin-top:50px;
 }

.form-inner {
height: 260px;
}

.form-field {
/* width: 285px;
margin: 0 auto; */
}

.form-field.wide{
/* width: 385px;
margin: 0 auto; */
}

.offers-container {
position:relative;
height: 600px;
}


.offer-content {
margin-bottom: 10px;
border: 1px solid #EEE;
}

.offer-content.fixed {
  height: 100px;
  overflow: auto;
}

.offer-box {
float:left;
padding: 10px;
}

.offer-box.fixed {
width: 350px;
}

.offer-box.fixed-75 {
width: 75px;
}

.relative {
position:relative;
}

#nav-left {
position:absolute;left:0;top:50%
}

#nav-right {
position:absolute;right:0;top:50%
}

#t-and-c-box {
height: 140px;
overflow: auto;
background: #EEE;
padding: 10px;
font-size: 10px;
border: 1px solid #E0E0E0;
margin-bottom:10px;
}

.bold {
font-weight: bold;
}

.form-field .label {
text-align: left;
font-size: 12px;
color: #666;
}

#processing-enrollment-box {

position: absolute;
top: 50px;
left:0;
right:0;
}

.fixed-width{
width: 205px;
}

.login-form.left {
float: right;
margin-right: 20px;
}

.login-form.right {
float: left;
margin-left: 20px;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.tiny {
font-size: 11px;
line-height: 13px;
}

.small {
font-size: 13px;
line-height: 15px;
}

.regular {
font-size: 15px;
line-height: 17px;
}

.medium {
font-size: 18px;
line-height: 20px;
}

.large {
font-size: 24px;
line-height:27px;
}

.x-large {
font-size: 42px;
line-height: 45px;
}

.bordered {
border: 1px solid #666;
}

.bordered-light {
border: 1px solid #EEE;
}

.padded {
padding: 10px;
}

.padded-20 {
padding: 20px;
}

.padding-top-10 {
padding-top: 10px;
}

.padding-bottom-20 {
padding-bottom: 20px;
}

.centered {
margin-left: auto;
margin-right: auto;
}

.margined {
margin: 10px;
}

.margin-bottom {
margin-bottom: 5px;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

.margin-bottom-20 {
margin-bottom: 20px;
}

.margin-bottom-50 {
margin-bottom: 50px;
}

.msg {
padding: 5px 10px;
margin: 5px;
color: #CCC;
}

.tab-bar {
position:relative;
width: 440px;
margin-left: 20px;
}

.tab-bar .nav {
margin: 65px 0 0 0;
}

.tab-bar .nav-tabs a {
background: #FFF;
color: #F49106;
border-color: #F49106;
padding: 10px 20px;
}

.tab-bar  .nav-tabs a:hover {
background: #FFF;
color: #F49106;
border-color: #F49106;
}

.tab-bar .nav-tabs > .active > a, .tab-bar  .nav-tabs > .active > a:hover {
background: #FAFAFA;
color: #CC0000;
border-color: #F49106 #F49106 transparent;
}

.tab-bar .nav-tabs {
border-bottom: 1px solid #F49106;
}

.modal_content .form {
position:relative;
text-align: left;
padding: 20px;
/*border: 1px solid #E0E0E0; */
height: 320px;
width: 400px;
margin-left: 20px;
background: #FAFAFA;
}

#form-msg {
   color: #999999;
    float: right;
    margin-bottom: 10px;
    padding: 5px;
}

.light-text {
color: #EEE;
}

.dark-text {
color: #333;
}

.msg-error, .red{
color: #CC0000 !important;
}


.required {
color: #B94A48 !important;
display: inline-block;
margin-left:5px;
}

.yellow-bg {
background-color: #FFFFB3;
}

.gray {
color: #666666;
}

.gray-bg {
background-color: #EEE;
}

.orange {
color: #F49106 !important;
}

.border-top-orange {
border-top: 1px solid #F49106;
}

.border-bottom {
border-bottom: 1px solid #CCC;
}

.msg-success, .green {
color: #690 !important;
}

.rounded {
}

.slider-nav {
background:#eeeeee;
position:absolute;
right: 10px;
bottom:10px;
font-size: 9px;
padding: 5px;
text-align: center;
}

.slider-nav li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slider-nav span, .page_link {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('/images/imagesapp/se_loyalty/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.slider-nav span.active, .page_link.active_page {
	background-position:0 -12px;
}

.previous_link {
}
.next_link {
}

.input-login {
width: 160px;
background-color: white;
border: 1px solid #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
height: 18px;
padding: 4px;
margin-bottom: 7px;
font-size: 14px;
line-height: 18px;
color: #666;
}

.width-full {
width: 300px;
}

.width-three-quarters {
width: 215px;
margin-right:20px;
}

.width-half {
width: 135px;
margin-right:20px;
}

.width-quarter {
width: 65px;
margin-right:20px;
}

.width-75 {
width: 75px;
}

.width-120 {
width: 120px;
}
.width-50 {
width: 50px;
}

.width-350 {
width: 350px;
}
.store-select, .width-400 {
width: 400px;
}

.change-store:hover, .change-bc-info-block:hover {
cursor: pointer;
}

.change-store.active, .change-bc-info-block.active {
font-weight: bold !important;
color: #666 !important;
}

.change-store.active:hover, .change-bc-info-block.active:hover {
text-decoration:none;
}

.store-tabs {
margin:0;
}

.nav-tabs.store-tabs > li {
    float: right;
}

.nav-tabs.store-tabs > li > a {
    margin-right:0;
    margin-left:2px;
}

.store-tabs > li.active > a {
background: #EEE !important;
}

.store-tab-content .tab-pane {
background: #EEE;
border-left: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
margin-bottom:10px;
}

.se-sidebar-with-logo-out {
  background-image: url("/images/imagesapp/se_loyalty/se-logo-acct-bar-out.png");
  background-repeat: no-repeat;
  width: 195px;
  height: 162px;
  margin-bottom: 5px;
}

.se-sidebar-with-logo-out a {
    display: block;            
    padding: 162px 0px 0px 0px;    
    color: #eaeaea;
}

.se-sidebar-with-logo {
background-position: 50% 15px;
background-repeat: no-repeat;
position: relative; /* for IE bug */
padding: 250px 15px 15px 15px;
margin-top: 15px;
}

.se-sidebar-with-logo.logged-in {
background-image: url("/images/imagesapp/se_loyalty/se-logo-acct-bar-in.png");
padding: 150px 15px 15px 15px;
position: relative; /* for IE bug */
}

#sidebar {
  position: relative; /* for IE bug */
}

#mainSignInBtn {
  padding:10px 0 10px 0 !important;
  width:120px;
}

/* MODAL BEGIN */

#mask{
	position:absolute; /* important */
        top:0px; /* start from top */
        left:0px; /* start from left */
        height:100%; /* cover the whole page */
        width:100%;  /* cover the whole page */
        display:none; /* don't show it '*/
	z-index:10;
        /* styling below */
	background-color: #faa732;
}

.modal_window {
        position:absolute; /* important so we can position it on center later */
        display:none; /* don't show it */
	z-index: 1050;
	width:900px; 
	height:575px;
        /* styling below */
        color:#000;
	background: #FFFFFF;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	text-align:left;
	border: 1px solid #666;
	
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;

  background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-footer.gif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.modal_window.modal_small {
	width:500px; height:325px;		
  background-image: url("/images/imagesapp/se_loyalty/se-footer-500.gif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
 }
 
.modal_window.coupon_modal_small {
	width:500px; height:325px;		
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.modal_window.offer_text_modal {	
	position:absolute; 
	display:none; 
	z-index: 1050;
	width:835px;
	height:604px;
	color:#666666;
	background: #FFFFFF;
	text-align:left;
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	line-height:1.4em;
	padding:0;
	margin:0;
	color: #333;
	background-image: url(/images/imageslayout/130814pubkgrnd.png);
	background-position: -22px 22px;
	background-repeat: no-repeat;
	border-radius: 18px 18px 18px 18px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal_window.google_optin_text_modal {	
	display:none; 
	z-index: 1050;
	width:550px;
	height:400px;
	color:#666666;
	background: #FFFFFF;
	text-align:left;
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	line-height:1.4em;
	padding:0;
	margin:0;
	color: #333;
	background-image:none;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 18px 18px 18px 18px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}


.modal_header {
height: 100px;
}

.modal_header.invitation {
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-hdr-invite-only.gif");
background-position: 50%;
background-repeat: no-repeat;
}

.modal_header.rewards {
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-hdr-steps.gif");
background-position: 50%;
background-repeat: no-repeat;
}

.modal_header.enrolled {
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-hdr-thanks.gif");
background-position: 50%;
background-repeat: no-repeat;
height: 175px;
}

.modal_header.birthday {
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-hdr-bday.gif");
background-position: 50%;
background-repeat: no-repeat;
}


.modal_header.cardless {
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-hdr-card.gif");
background-position: 50%;
background-repeat: no-repeat;
}

.modal_header.legacy-login {
background-image: url("/images/imagesapp/se_loyalty/se-modal-hdr-your-log-in.gif");
background-position: 50%;
background-repeat: no-repeat;
}




.modal_content {
height: 434px;
}

.modal_body_inner_25 {
width: 25%;
float: left;
}

.modal_body_inner_40 {
width: 40%;
float: left;
}

.modal_body_inner_50 {
width: 50%;
float: left;
}

.modal_body_inner_60 {
width: 60%;
float: left;
}

.modal_body_inner_100 {
width: 100%;
}

/*.modal_footer {
height: 141px;
background-image: url("/images/imagesapp/se_loyalty/se-enrollment-modal-footer.gif");
background-position: 100% 0;
background-repeat: no-repeat;
} */

#footer-menu a {
color: #663;
text-decoration: none;
}

/* BUTTONS BEGIN */

.btn {
  color: #0088cc;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
  text-decoration: none !important;
}
.btn-left {
text-align:left;
}
.btn-big {
  padding: 20px 40px;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-wide{
  padding: 20px 0;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
}
.btn-tall {
  padding: 20px 20px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
   margin-top: 1px;
}
.btn-offers [class^="icon-"] {
   margin-right: 5px !important;
}
.btn-medium {
  padding: 5px 9px;
  font-size: 13px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;

}

.btn-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;

}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}

.btn:hover {
color: #005580;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-green,
.btn-green:hover,
.btn-orange,
.btn-orange:hover
{
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-green.active,
.btn-orange.active
{
  color: rgba(0, 0, 0, 0.75);
}
.btn-green {
  background-color: #9FB521;
  background-image: -moz-linear-gradient(top, #b3cc25, #8C9F1D);
  background-image: -ms-linear-gradient(top, #b3cc25, #8C9F1D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3cc25), to(#8C9F1D));
  background-image: -webkit-linear-gradient(top, #b3cc25, #8C9F1D);
  background-image: -o-linear-gradient(top, #b3cc25, #8C9F1D);
  background-image: linear-gradient(top, #b3cc25, #8C9F1D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3cc25', endColorstr='#8C9F1D', GradientType=0);
  border-color: #8C9F1D #8C9F1D #798A19;
  border-color: rgba(140, 159, 29, 0.1) rgba(140, 159, 29, 0.1) rgba(121, 138, 25, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  background-color: #8C9F1D;
}
.btn-green:active, .btn-green.active {
  background-color: #003399 \9;
}

.btn-orange {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  background-color: #f89406;
}
.btn-orange:active, .btn-orange.active {
  background-color: #c67605 \9;
}

/* BUTTONS END */

.modal_content textarea,
.modal_content input[type="text"],
.modal_content input[type="password"],
.modal_content select
{
background-color: white;
border: 1px solid #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
height: 38px;
padding: 4px;
margin-bottom: 7px;
font-size: 18px;
line-height: 18px;
color: #666;
}

.modal_content select {
height: 48px;
padding: 12px 4px;
font-size: 18px;
}

.modal_content textarea.form-error,
.modal_content input[type="text"].form-error,
.modal_content input[type="password"].form-error,
.modal_content select.form-error
{
	border: 1px solid #CC0000;
	background: #EEE;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

/* ICONS */

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/imagesapp/se_loyalty/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("/images/imagesapp/se_loyalty/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}

.main-menu-shadow {
    background-image: url("/images/imagesapp/se_loyalty/menu-background-reverse.jpg");
    background-repeat: no-repeat;
    color: #666633;
    font-family: Verdana,sans-serif;
    font-size: 8pt;
    width: 910px;
}

.main-menu {
    background-image: url("/images/imagesapp/backgrounds/menu-background.jpg");
    background-repeat: no-repeat;
    color: #666633;
    font-family: Verdana,sans-serif;
    font-size: 8pt;
    width: 910px;
}

.main-menu a:link {
padding: 5px 10px;
}

.main-menu a:hover {
  background: #EEE;
}

.home_srch_field {
  height: 18px;
  margin-top:5px;
}

.hidden {
  display:none;
}

/** TEST **/

.subnav {
  width: 935px;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.subnav.short {
height: 30px;
}

.subnav.white {
  background-color: #f2f2f2; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f2f2f2 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* W3C */
  border: 1px solid #e5e5e5;
  width: 910px;
  margin-top:20px;
}

.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.subnav.short .nav > li > a {
  padding-bottom: 8px;
    padding-top: 8px;
}

.subnav.short .navbar-search {
    margin-top: 1px;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover, .accordion a.active {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.search-query  {
  float:right;
  margin-right:20px;
  margin-top:3px;
  height:19px;
}
/** MENU END **/

.placeholder {
  color: #999999 !important;
}

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}

.footer-menu {
  text-align: left;
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #EEE;  
}
.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li a:hover {
  color: #0088cc !important;
}

.footer-menu li a:active {
  color: #333 !important;
}

.kid-record {
  padding: 3px;
  border: 1px solid #EEE;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 3px;
}

#greeting > p {
  width: 190px;
  overflow: hidden;
}

.cms-override p {  
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;  
font-family: Verdana, sans-serif;
font-size: 8pt;
color: #333;
}

.cms-override strong {
  font-weight: bold;  
}

.cms-override em strong {
  font-style: italic !important;
}

#cms-override table td {
  padding: 5px;
}

.signUpBox {
  border-width: 1pt;
  border-color: #690;
  border-style: solid;
}

.signUpText {
  color: #669900;
  padding: 5px;
}

.signInBox {
  border-width: 1pt;
  border-color: #F90;
  border-style: solid;
}

.signInText {
  color: #FF6600;
  padding: 5px;
}

#offers-container {
min-height: 500px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

#left_offers_menu_space {
position: relative;
height: auto !important;
vertical-align: top;
display: inline-block;
width: 165px;
padding: 0px;
margin: 0px;
text-align: left !important;
}

#center_offers_content_space {
position: relative;
height: auto !important;
vertical-align: top;
display: inline-block;
width: 500px;
padding: 0px;
margin: 0px;
text-align: left !important;
}

#right_offers_lists_space {
position: relative;
height: auto !important;
vertical-align: top;
display: inline-block;
width: 735px;
padding: 0px;
margin: 0px;
text-align: left !important;
}

#offers_menu_list_wrapper {
padding: 0px 3px 3px 3px;
}

#offers_menu_list {
clear: both;
padding: 15px 5px 5px 5px;
text-align: left;
border-width: 0 1pt 0 0;
border-color: #cccccc;
border-style: solid;
}

#offers_menu_list .main-body {
font-family: helvetica, arial, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #666;
padding-bottom: 6px;
}


#offers_menu_list .offer_types {
    padding: 5px;
}

.menu_link_active  {
    color: #000000 !important;
}

#offers_menu_list .offer_types .offer_listing {
    color: #666666;
    font-family: helvetica,arial,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding-bottom: 7px;
    text-decoration: none;
}

#offers_menu_list .offer_types .offer_listing a {
    color: #666666;
}

#offers_menu_list .main-body a {
color: #666;
}

#offers_menu_list .main-body a:active {
color: #ffdd84;
}

#offers_header_box1 {
border-color: #cccccc;
border-width: 1pt 1pt 1pt 1pt;
border-style: solid;
height: 55px;
background-color: #f6f6f6; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #fff 50%, #f6f6f6 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #fff 50%,#f6f6f6 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #fff 50%,#f6f6f6 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
background-image: -o-linear-gradient(top, #fff 50%,#f6f6f6 100%); /* Opera 11.10+ */
background-image: linear-gradient(top, #fff 50%,#f6f6f6 100%); /* W3C */
}

#offers_header_box2 {
border-color: #cccccc;
border-width: 0pt 1pt 0pt 1pt;
border-style: solid;
height: 80px;
}

#offers_header_row1_block1 {
position: relative;
float: left;
vertical-align: top;
display: inline-block;
width: 290px;
min-height: 55px;
border-width: 0pt 1pt 0pt 0pt;
border-color: #cccccc;
border-style: solid;
}

#offers_header_row1_block1_text {
padding: 15px 0px 0px 15px;
margin: 0px;
text-align: left !important;
}

#offers_header_row1_block2 {
position: relative;
float: left;
vertical-align: top;
display: inline-block;
width: 308px;
min-height: 55px;
padding: 0px !important;
margin: 0px !important;
border-width: 0pt 1pt 0pt 0pt;
border-color: #cccccc;
border-style: solid;
}

#offers_header_row1_block2_text {
padding: 15px 0px 0px 15px;
margin: 0px;
text-align: left !important;
}

#offers_header_row1_block3 {
position: relative;
float: left;
vertical-align: top;
display: inline-block;
width: 280px;
min-height: 55px;
}

#offers_header_row1_block3_text {
padding: 15px 0px 0px 15px;
margin: 0px;
text-align: left !important;
}

#offers_header_row2_block1 {
position: relative;
vertical-align: top;
display: inline-block;
width: 200px;
min-height: 80px;
}

#offers_header_row2_block1_text {
padding: 10px 0px 0px 11px;
margin: 0px;
text-align: left !important;
}

#offers_header_row2_block2 {
padding: 7px 0px 0px 0px;
position: relative;
vertical-align: top;
display: inline-block;
width: 340px;
min-height: 80px;
}

#offers_header_row2_block2_noecart_text {
padding: 25px 0px 0px 10px;
margin: 0px;
text-align: left !important;
}

#offers_header_row2_block2_ecart_cart {
margin: 4px 0px 0px 0px;
background-image: url("/images/imagesapp/shop/e-cart-150-cart.png");
background-repeat: no-repeat;
width: 45px;
height: 55px;
display: inline-block;
float: left;
}

#offers_header_row2_block2_ecart_logo {
background-image: url("/images/imagesapp/shop/e-cart-150-logo.png");
background-repeat: no-repeat;
width: 290px;
height: 55px;
display: inline-block;
}

#offers_header_row2_block2_ecart_text {
padding: 40px 0px 0px 3px;
margin: 0px;
text-align: left !important;
}

#offers_header_row2_block3 {
position: relative;
vertical-align: top;
display: inline-block;
width: 350px;
min-height: 80px;
}

#offers_header_row2_block3_text {
padding: 10px 0px 0px 10px;
margin: 0px;
text-align: left !important;
}

/* 02 SEARCH BOX STYLES */

#offers-search-box {
  background-color: #666;
  width: 100%;
}

#offers-search-box .main-body {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #fff;
}


#offers-search-box .main-body a {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #fff;
text-decoration: none;
}

#offers-search-box .main-body a:hover {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #ffdd84;
text-decoration: none;
}

#offers-search-box #offers-search-box-field {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #666;
background-color:#fff;
border: 0px solid #666;
border-radius: 4px;
float: left;
width:230px;
height: 19px;
outline: none; /*Remove Chrome and Safari glows on focus*/
}

#offers-search-box #offers-search-box-button {
	width: 32px;
	height: 25px;
	float: left;
	margin: 0 0 0 -35px;
	text-indent: -9999px;
	background-color:#fff !important;
	border: 0px;
	cursor: pointer;
	background-image: url(/images/imagesapp/shop/embedded_submit_cold.png);
	background-repeat:no-repeat;
}

#offers-search-box #offers-search-box-button:hover {
	width: 32px;
	height: 25px;
	float: left;
	margin: 0 0 0 -35px;
	text-indent: -9999px;
	background-color:#fff !important;
	border: 0px;
	cursor: pointer;
	background-image: url(/images/imagesapp/shop/embedded_submit_hot.png);
	background-repeat:no-repeat;
}

#offers-search-box #offers-search-box-button:active {
	width: 32px;
	height: 25px;
	float: left;
	margin: 0 0 0 -35px;
	text-indent: -9999px;
	background-color:#fff !important;
	border: 0px;
	cursor: pointer;
	background-image: url(/images/imagesapp/shop/ajax-loader-mini.gif);
	background-repeat:no-repeat;
}

.offer_list_item {
clear: both;
display: inline-block;
width: 150px;
min-height: 150px;
padding: 2px;
margin: 2px;
text-align: left;
background-color: #ffffff;
border: 0px solid #cccccc;
border-radius: 4px;
}

.offer_list_item .item_image {
width: 100px;
padding: 15px;
margin-left: 6px;
margin-right: auto;
border: 1px solid #cccccc;
border-radius: 10px;
}

.offer_list_item .item_desc {
margin-left: auto;
margin-right: auto;
padding: 7px;
}


.offer_list_item .item_desc .item_headline {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #000;
padding-bottom: 4px;
}

.offer_list_item .item_desc .item_text {
font-family: helvetica, arial, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #000;
padding-bottom: 4px;
}

.offer_list_item .item_desc .item_subtext {
font-family: helvetica, arial, sans-serif;
font-size: 7pt;
font-weight: normal;
color: #000;
padding-bottom: 4px;
}

.offer_list_item .item_desc .item_promolink {
font-family: helvetica, arial, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #06f;
padding: 5px 0px 0px 0px;
}

.offer_list_item .item_desc .item_promolink a {
color: #06f;
text-decoration: none;
}

.offer_list_item .offer_price_space {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
}

.offer_list_item .offer_price_space .offer_price {
    color: #000000;
    display: inline-block;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    min-height: 30px;
    padding-top: 8px;
}


.offer_action_space {
    clear: both;
    margin: 0 0 0 12px;
    padding: 0 0 4px;
}

.offer-horzline {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 1pt;
    padding: 5px 0;
}

.offer_link {
	margin-left: 13px;
	font-size: 12px;
	width: 140px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
