/* ajax_cart.css */

div.j2tajax-confirm {
  background: url(../../images/j2t/background-ajax-cart.png) no-repeat !important;
  border: none !important;
}

div.j2tajax-confirm div.j2tajax-checkout-img{
  margin: 0 0 0 93px;
}

div.j2tajax-confirm .success-msg {
  background:none;
  color: #000;
  padding: 8px !important;
  text-align:left;
  border:none !important;
}
div.j2tajax-confirm div.j2tajax-checkout-txt {
  color: #668841;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
div.j2tajax-confirm div.j2tajax-checkout-txt span {
  color: #ED1C24;
}

div.j2tajax-confirm, div.j2tajax-progress{
    border:#ccc solid 1px; z-index: 199;
    text-align:center;
}
div.j2tajax-progress{padding:5px; z-index: 199;}


div.j2t-overlay{
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 198;
}

a.j2t-continue-link{
  background: transparent url(../../images/j2t/background-shopping-continue.png) no-repeat;
  display: block;
  float: left;
  font-size:15px;
  font-weight: bold;
  width: 200px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  margin-left: 120px;
}
a:link.j2t-continue-link,
a:visited.j2t-continue-link,
a:active.j2t-continue-link{
  color: white; /*button text color*/
}

a.j2t-continue-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.j2t-continue-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: white;
}

a.j2t-checkout-link{
  background: transparent url(../../images/j2t/background-checkout.png) no-repeat;
  display: block;
  float: right;
  font-size:15px;
  font-weight: bold;
  width: 200px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  margin-right: 120px;

}
a:link.j2t-checkout-link,
a:visited.j2t-checkout-link,
a:active.j2t-checkout-link{
    color: white; /*button text color*/
}
a.j2t-checkout-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}
a.j2t-checkout-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: white;
}

span.j2t-or{
    display:none;
}
