form div {
  padding:0.25em 0;
  overflow:auto
}
form label {
  display:block;
  float:left;
  margin-right:10px;
  padding-right:10px;
  position:relative;
  text-align:right;
  width:150px;
  clear: left
}
form div span {
  float: left;
  display: block;
}
form div span label { text-align:right }
form div label sup.require {
  font-weight: bold;
  color: #f30;
}
form div span label,
form div span input {
  display: inline;
  text-align:left;
  width:auto;
  float:none
}
form div#scheduleDate,
form div#scheduleTime { padding: 0.25em 0 0.25em 0px; }
form div#scheduleDate div,
form div#scheduleTime div {
  display: inline;
  margin: 0 0 0 5px
}
form div#formLast {
  padding: 0.25em 0 0.25em 142px;
 /* background: #ccc;*/
  margin:18px;
}
form div#formLast input {
  padding: 5px 10px;
  margin: 0 0 0 10px;
  cursor:pointer
}
form div label.error { color: #f30; }
form div input.error {
  background: #FDC0C1;
  border: 1px solid #E59D9E
}
form .longLabel { display:block; }
/*
label, input[type="text"]{
    float:left;
    display:block;
}*/


/* alerts */
#sysok,
#sysalert,
#syserror {
  font-size:11px;
  margin:18px;
  padding:18px 18px 18px 54px;
}
#sysok {
  background:#D7F3BD url(../SharedTemplates/admin/images/ok.png) no-repeat 18px 18px;
  border:1px solid #9ABF85
}
#sysalert {
  background:#FDD8A6 url(../SharedTemplates/admin/images/alert.png) no-repeat 18px 18px;
  border:1px solid #E0A687
}
#syserror {
  background:#FDC0C1 url(../SharedTemplates/admin/images/delete.png) no-repeat 18px 18px;
  border:1px solid #E59D9E
}
#sysok ul,
#sysalert ul,
#syserror ul {
  margin-bottom:0;
  padding-bottom: 0;
}
#sysok ul li,
#sysalert ul li,
#syserror ul li { font-weight: bold }
/* //end alert */

/* Coupons */
.coupon {
  width: 290px;
  height: 290px;
  overflow: hidden;
  float: left;
  margin: 0 4px 4px 0;
  background: red;
  color: #222;
  cursor: pointer;
  position: relative;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px
}
.mask {
  height: 100%;
  width: 276px;
  height: 276px;
  padding: 7px;
  background: url(../SharedImages/coupons/couponMasking_290x290.png) no-repeat;
  position: relative;
}
.couponTop {
  text-align: center;
  overflow: hidden;
  height: 58px;
  font-size: 14px
}
.couponTitle,
.couponD1,
.couponD2,
.couponBottom {
  position: absolute;
  width: 276px;
  text-align: center;
  overflow: hidden
}
.couponTitle {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  line-height: 18px;
  height: 40px;
  top: 68px;
}
.couponD1,
.couponD2 {
  white-space: pre-wrap;        /*css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  font-family:Arial, Helvetica, sans-serif !important;
}
.couponD1 {
  height: 48px;
  top: 106px;
  font-size: 12px;
  line-height: 16px;
}
.couponD2 {
  font-size: 12px;
  height: 110px;
  top: 170px;
}
.couponBottom {
  height: 20px;
  bottom: 0px;
  font-weight: bold
}
/* MAST Coupons */

.wrap .content .coupon {
  width: 540px;
  background: none;
  margin: 0 0 10px
}
.nonHomeWrap .content .coupon { margin-left: 10px }
.wrap .content .mask {
  width: 526px;
  background: url(../SharedImages/coupons/MastCoupons.png) no-repeat;
}
.wrap .content .couponTitle,
.wrap .content .couponD1,
.wrap .content .couponD2,
.wrap .content .couponBottom {
  width: 526px;
  font-size: 14px
}

/* coupon in slider */
.wrap .content .geckSlider .couponItem .couponTitle, 
.wrap .content .geckSlider .couponItem .couponD1, 
.wrap .content .geckSlider .couponItem .couponD2, 
.wrap .content .geckSlider .couponItem .couponBottom {
font-size:14px;
width:276px;
}


/* POPUP MAST Coupon */
#demoMastCoupon {
  position: relative;
  width: 540px;
  height: 290px;
  overflow: hidden;
  background: url(http://www.tiredealersite.com/assets/SharedImages/coupons/MastCoupons.png) no-repeat 0 0;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  margin: 0 4px 4px 0;
  font-family:Arial, Helvetica, sans-serif;
}
#demoMastCoupon .mask {
  height: 100%;
  width: 536px;
  height: 276px;
  padding: 7px;
  position: relative;
  background: none;
}
#demoMastCoupon .couponTitle,
#demoMastCoupon .couponD1,
#demoMastCoupon .couponD2,
#demoMastCoupon .couponBottom { width: 536px; }
#demoMastCoupon .couponBottom { bottom: 8px }
#demoMastCoupon #couponD2 { width: 526px }
#demoMastCoupon #couponTitle,
#demoMastCoupon #couponD1,
#demoMastCoupon #couponD2,
#demoMastCoupon #couponBottom { width: 528px }
#demoMastCoupon #couponTitle {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 20px;
  outline: 0;
  width: 520px;
  height: 43px;
  text-align:center;
  overflow: hidden;
  font-family:Arial, Helvetica, sans-serif !important;
  background-color:#FFF;
}
/* new Coupon overrides for background printing 
.coupon {
  background:none;
  color:#222222;
  cursor:pointer;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  height:290px;
  line-height:14px;
  margin:0 4px 4px 0;
  overflow:hidden;
  position:relative;
  width:290px;
}
.coupon img {
  width: 290px;
  height: 290px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.mask {
  background:none;
  height:276px;
  padding:7px;
  position:relative;
  top: 0;
  left: 0;
  width:276px;
  z-index: 40;
}
 //end Coupons */

/* Products Page */
.productItem {
  float: left;
  height: 73px;
  width: 120px;
  background: transparent url(../SharedImages/assorted/bg_productItem.png) no-repeat;
  padding: 10px;
  margin: 0 10px 10px 0;
  overflow: hidden
}
.productItem div {
  height: 63px;
  overflow:hidden
}
.productItem div a {
  color: #111;
  font-size: 11px;
}
/* //end PRoducts Page */

/* Login Page */

#loginform {
  position: relative;
  background: transparent url(../SharedImages/assorted/lock_disabled.png) no-repeat 370px 70px;
}
#loginform h4 { margin-left: 100px }
#wrapperloginForm input#UN,
#wrapperloginForm input#PW {
  width: 180px;
  height: 22px;
  padding: 6px 4px 0 4px
}
#adminLoginInput,
#wrapperloginForm p { margin-left: 170px }
#wrapperloginForm p {
  margin-top: 20px;
  color: #ccc
}
#wrapperloginForm p a { color: #666 }
/* End Login PAge */

/* map page */

a#btn_getDirections {
  background: url(../SharedImages/assorted/btn_getDirections.png) no-repeat;
  display: block;
  width: 392px;
  height: 66px;
  outline: none;
  text-decoration: none
}
a#btn_getDirections:hover { background-position: left bottom }
/* end map page */

/*START Date Picker CSS*/
table.jCalendar {
  border: 1px solid #000;
  background: #aaa;
  border-collapse: separate;
  border-spacing: 2px;
}
table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}
table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}
table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}
table.jCalendar td.today {
  background: #666;
  color: #fff;
}
table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}
table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000;
}
table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}
table.jCalendar td.disabled,
table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
}
div.dp-popup {
  position: relative;
  background: #ccc;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}
div#dp-popup {
  position: absolute;
  z-index: 199;
}
div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover { text-decoration: underline; }
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a { float: left; }
div.dp-popup div.dp-nav-prev a,
div.dp-popup div.dp-nav-next a { cursor: pointer; }
div.dp-popup div.dp-nav-prev a.disabled,
div.dp-popup div.dp-nav-next a.disabled { cursor: default; }
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a { float: right; }
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}
div.dp-popup td { cursor: pointer; }
div.dp-popup td.disabled { cursor: default; }
/*END Date Picker CSS*/

/* STORE HOURS */
#storeHours {
  margin-left: 10px;
  background: #fff
}
#storeHoursHome {
  margin-left: 10px;
  background: #fff;
}
#storeHoursHome .dayOfWeek {
  width:65px;
  padding: 0 5px 0 0;
  color:Black;
}
#storeHoursHome .hourOfDay {
  padding: 2px 0 0 0;
  text-align:left;
  font-size:12px;
  color:Black;
}
#storeHoursHome h4 { text-align:left; }
#storeHours ul {
  padding: 41px 0 0 130px;
  background-image: url(../SharedImages/assorted/bg_hours.png);
  background-repeat: no-repeat;
  background-color: none;
}
#storeHours ul li {
  font-size: 16px;
  font-weight: bold;
  list-style: none
}
#storeHours ul li span { font-weight: normal }
/* End Store Hours */


/* GY Home Layout */

#GY_homeLayout { width: 590px; }
#locationInfo table {
  padding: 10px 0;
  margin: 10px 0;
  width: 590px !important;
}
#locationInfo_map {
  width: 198px;
  height: 200px;
  vertical-align: top;
}
#locationInfo_info {
  vertical-align: text-top;
  font-size: 18px;
  width: 382px;
 *width: 365px;
  padding: 14px 0 0;
  line-height: 22px
}
td#locationHours {
  width: 200px;
  text-align: right;
  vertical-align: top;
  padding-right: 15px;
}
table#locationHours_locationPic { table-layout: fixed }
td#locationHours h4 { margin: 0 0 5px; }
td#locationHours ul li {
  font-size: 13px;
  list-style-type:none;
  line-height: 17px;
}
td#locationHours ul li span { color: #666 }
td#locationPic { width: 360px; }
td#locationPic div img { width: 100%; }
#promoBand {
  position: relative;
  height: 200px;
  margin: 10px 0;
  width: 100%;
}
#currentPromo_flash {
  position: absolute;
  left: 10px;
  top: 0;
  width: 203px;
  height: 200px;
}
#currentPromo_details {
  position: absolute;
  left: 213px;
  top: 0;
  width: 367px;
}
#currentPromo_details p { margin-bottom: 5px }
#currentPromo_details h4 { margin: 0 0 8px; }
#currentPromo_details h5 {
  margin: 0;
  color:#039
}
#storeHoursHome { background-color: transparent; }
/* END GY Home Layout */

/* global mich override for Affiliations and Payments */
.nonHomeWrap #paymentsAccepted,
.nonHomeWrap #affiliations { display: none }
/* Ecommerce Receipt/Print Page */
a#btn_printReceipt {
  height: 74px;
  width: 254px;
  margin-top: 20px;
  background: url(../SharedImages/assorted/btn_printReceipt.png) no-repeat;
  display: block;
  text-decoration: none
}
a#btn_printReceipt:hover { background-position: bottom left }
#receipt {
  background: white;
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 10pt;
  min-width: 500px;
  line-height: normal
}
#receipt h1,
#receipt h2,
#receipt h3,
#receipt h4 { margin: 0; }
#receipt table {
  font-size: 10pt;
  margin-bottom: 10px
}
#receipt table tr td { vertical-align: top }
.popup #receipt table { font-size: 10px }
#receipt table#productsOrdered { margin-top: 20px; }
/* Affiliations / CC */
#paymentsAccepted span,#affiliations span {
  display:inline-block;
  line-height:13px;
  margin: 0 4px 4px;
  width:110px;
  
  /* for button look*/
  background: #eaeaea;
  border: 1px solid #333;
  padding: 4px 2px;
  color: #000;
  /* // button */
  
}
#paymentsAccepted a{color: #000 !important;}
.nonHomeWrap .content #brandSearchForm { padding-top: 40px }
.michEmailLink { color:#FFF; }


