div.j2tajax-confirm div.j2tajax-checkout-img{
    float:left; margin-right:5px;
}

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


div.j2tajax-confirm, div.j2tajax-progress{
    border:#ccc solid 1px; z-index: 199;
    text-align:left;
}
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-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:10px;
}

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:10px;
}

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


/* custom modifications */

.j2tcart-addtocart-wrapper {
	padding: 15px 15px 0px 15px; 
}

.j2tcart-addtocart-header {
	position:relative;
	margin-bottom: 15px; 
	height:60px;
}

.j2tcart-addtocart-header-left {
	width: 40%;
	float: left;
	padding-right: 20px;
}

.j2tcart-addtocart-header-middle {
	width: 35%;
	float: left;	
}

.j2tcart-addtocart-header-right {
	width: 55%;
	float: left; 
}

.j2tcart-addtocart-header-left h3 {
	font-weight: bold;
	font-size: 18px;
}

.j2tcart-addtocart-header-left p {
	font-size: 12px;
	text-align: left;
}

.j2tcart-addtocart-header-middle p {
	font-size: 22px;
	margin: auto;
}

.j2tcart-addtocart-header-right h3 {
	font-weight: bold;
	font-size: 14px;
}

.j2tcart-addtocart-header-right p {
	font-size: 12px;
	text-align: left;
}

.j2tcart-addtocart-selected {
	position:relative;
    margin:0 0;
    padding:6px 15px 12px 5px;
    height: 200px;
    width: 849px;
    background:url(../../images/license-box-big.png) 0 0 no-repeat;
}

.j2tcart-addtocart-selected-header {
	margin-bottom: 12px;
}

.j2tcart-addtocart-selected-content-left {
	float: left;
}

.j2tcart-addtocart-selected-content-middle {
	width: 326px;
	float: left;
}

.j2tcart-addtocart-selected-content-right {
	width: 210px;
	float: left;
}

.j2tcart-addtocart-selected-content-right #price {
	font-size: 28px;
	float: right;
	width:200px;
	text-align: right;
}

.j2tcart-addtocart-selected-content-right #price-decription {
	margin-right: 3px;
	padding-top: 5px;
	float: right;
	width:200px;
	text-align: right;
}

.j2tcart-addtocart-selected-content-cart-button {
	margin-top: 30px;
	float: right;

}

.dialog-license-item .license-description {
	padding:5px;
	margin-top: 7px;
	height: 211px;
	width: 190px;
}

.dialog-license-item .license-description-addtocart {
	margin-right: 3px;
	margin-bottom: 0px;
	float:right;
}

.goback-link {
	float:left;
	width:500px;
	margin-left:20px;
	margin-top:4px; 
}

.dialog-license-item p {
	margin-bottom: 0px;
}

.j2tcart-addtocart-header-right h3{
	margin-bottom: 12px;
}

