
#logo {padding: 7px 0;}

/* step 1 */
.boxContent.bundle .boxImage {background-image:url(../../images/ca/caPrint.png); background-position:5px 1px; margin-left:5px;}
.boxContent.premium .boxImage {background-image:url(../../images/overHauldevices.png);background-position:7px -17px;background-size:100%!important;}

/* step 3 */
.orderSummary .boxContent.bundle .boxImage {background-position: -13px -24px!important;}
.orderSummary .boxContent.premium .boxImage {background-position: -24px -32px!important;}

/*Add on 1782016*/
/* thank you page */
.thankYou .boxContent.bundle {background: url(../../images/Law.com_app_image.jpg) no-repeat right 15px;background-size: 47%;}
.thankYou .boxContent.premium {background:url(../../images/Law.com_app_image.jpg) no-repeat right 22px!important;}


.upper a {
    font-size: 16px!important;
    font-weight: bold!important;
    text-decoration: none!important;
    color: #8B0000!important;
}
.boxContent .upper {
    float: right;
    padding-left: 54px;
    padding-top: 267px!important;
    text-align: center;
    width: 420px;
}
/*end*/



/* thank you page */
/*.thankYou .boxContent.bundle {background: url(../../images/ca/caPrint.png) no-repeat right 15px;background-size: 47%;}
.thankYou .boxContent.premium {background:url(../../images/overHauldevices.png) no-repeat right 22px!important;}*/

/* cross sell */
#crossSell .promotionDescription {background:url(../../images/crossSell.png) no-repeat right 55px;}

/* free : Limited*/
.boxContent.free .boxImage {background-image:url(../../images/ca/caDigital.png);}

/* ie8 fixes */
.ie8 .boxContent.bundle .boxImage {
	background-image:none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/ca/caPrint.png',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/ca/caPrint.png',
	sizingMethod='scale')";
}

.ie8 .boxContent.premium .boxImage {
	background-image:none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/ca/caDigital.png',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/ca/caDigital.png',
	sizingMethod='scale')";
}

/* mobile */
@media only screen and (min-width : 300px) and (max-width : 650px) {
	.boxContent.bundle .boxImage {background-position:13px 1px!important;}
	.boxContent.premium .boxImage {background-position:-9px -2px!important;}
	.orderSummary .boxContent.bundle .boxImage {background-position: -4px -16px!important;}
	.orderSummary .boxContent.premium .boxImage {background-position: -4px -16px!important;}
}