div.j2tajax-confirm div.j2tajax-checkout-img {
	padding: 24px;
	margin: 0;
	text-align: center;
	display: block;
}

div.j2tajax-confirm .success-msg {
    background: none;
    color: #000;
    padding: 8px !important;
    text-align: left;
    border: none !important;
}

div.j2tajax-confirm .success-msg ul li {
    border: none !important;
}


div.j2tajax-confirm, div.j2tajax-progress {
	width: 286px;
    z-index: 199;
    text-align: center;
}
div.j2tajax-confirm ul.messages, div.j2tajax-progress ul.messages {
	width: 280px;
	margin: 0 auto;
	border: 3px solid #AAA7A7;
	border-width: 3px 3px 0 3px;
	background-color: #FFF;
}
div.j2tajax-progress { padding: 5px; z-index: 199; }

.d-block {
	display: block;
}

.d-block .product-name {
	font-size: 1.3em;
	color: #FF3C0B;
	text-align: center;
	display: block;
}
.d-block .product-mark {
	margin: .8em 0;
	font-size: .85em;
	text-transform: uppercase;
	color: #514F58;
	font-weight: bold;
	text-align: center;
	display: block;
}
.d-block .product-message {
	color: #1E142F;
	font-weight: bold;
	text-align: center;
	display: block;
}

.j2tajax-confirm table {
	margin: 0 auto;
	border: 3px solid #AAA7A7;
	border-width: 0 3px 3px 3px;
	background-color: #FFF;
}

td.back-ajax-add {
	width: 280px;
	letter-spacing: -.4px;
	font-weight: bold;
}
td.back-ajax-add .d-block {
	height: 24px;
	padding: 8px 0 14px 0;
	line-height: 24px;
	display: block;
}


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

a.j2t-checkout-link {
    background: transparent url('../../images/j2t/j2t-button-gray-left.gif') no-repeat top left;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-right: 13px;
    color: #494949;
}

a: link.j2t-checkout-link, a: visited.j2t-checkout-link, a: active.j2t-checkout-link {
    color: #494949; /*button text color*/
}

a.j2t-checkout-link span {
    background: transparent url('../../images/j2t/j2t-button-gray-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

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: black;
}

span.j2t-or {
    display: none;
}
a.j2t-continue-link {
    background: transparent url('../../images/j2t/j2t-button-green-left.gif') no-repeat top left;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-left: 13px;
    color: #494949;
}

a:link.j2t-continue-link, a:visited.j2t-continue-link, a:active.j2t-continue-link {
    color: #494949; /*button text color*/
}

a.j2t-continue-link span {
    background: transparent url('../../images/j2t/j2t-button-green-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

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: black;
}
