<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    position: relative;
    width: 770px;
    height: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-image: url('../images/upgrade/bg.png');
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-color: #f6f6f6;
    font: 12px/1.4 'Segoe UI', 'PragmaticaCTT', Tahoma, 'Lucida Sans', sans-serif;
}

.rtl {
    direction: rtl;
}

.height-26{
    height: 26px;/* long live IE7 */
}

.height-4{
    height: 4px;/* long live IE7 */
}

.rectangle{
    position:absolute;
    top: 13px;
    z-index:10;
    width: 230px;
    height: 39px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.rectangle-red {
    right: 31px;
    background: url('../images/upgrade/rectanglered.png') top no-repeat;
    color: #FFFFFF;
}


.rectangle-gray {
    right: 282px;
    background: url('../images/upgrade/rectanglegray.png') top no-repeat;
    color: #666666;
}


.compare{
    position: relative;
    border-collapse: collapse;
    width: 770px;
	height:340px;
    max-height:340px;
	z-index: 1;
    border:0;
}

tr.even {
    background: #eaeaea;
}


        .compare .feature{
            padding-left:10px;
            text-align: left;
            min-height: 26px;
            font-size: 14px;
            color: #333;
        }

    .compare td{
        padding:0;
        text-align: center;
        border:0;
        margin: 0;
    }

    td.whtie{
        background: #ffffff;
    }

    td.border-left-right{
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }

    td.border-top{
        border-top: 1px solid #CCCCCC;
    }

    td.border-bottom{
        border-bottom: 1px solid #CCCCCC;
    }

    td.td-button{
        vertical-align: bottom;
        padding:0 9px 4px 9px;
    }
	
	.pure td.td-button{
		max-height:50px;
	}


    td.td-logo{
        vertical-align: bottom;
        width: 250px;
        max-height: 110px;
        *height: 99px;
        padding: 32px 0 10px 0;
        *padding: 0px 0 10px 0;
        margin: 0;
    }


        .product-name{
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
        }

.btn-buy {
    width: 100%;
    height: 32px;
}

        .btn-buy,
        .btn-buy:hover,
        .btn-buy:active,
        .btn-buy:visited{
            font-size: 12px;
        }


.rtl .compare .feature{
    padding:0 10px 0 0;
    text-align: right;
}

.rtl .rectangle-red{
    right: 509px;
}


.rtl .rectangle-gray{
    right: 258px;
}
.btn.btn-important {
    color: #fff;
    border: 1px solid #ed2939;
    background: #ed2939;
	border-radius: 3px;
	box-shadow: 0 3px 1px -1px rgba(189, 28, 41, 0.3);
}

    .btn.btn-important:hover {
        border: 1px solid #ff4455;
		box-shadow: 0 3px 1px -1px rgba(189, 28, 41, 0.15);
		background: #ff4455;
    }

    .btn.btn-important:active {
        border: 1px solid #da1f2e;
        box-shadow: none;
		background:#da1f2e;
    }
button#ExpirationButton.btn.btn-important.btn-buy, button#ExpirationButton.btn.btn-important.btn-buy:visited {
    color: #fff;
    border: 1px solid #ed2939;
    background: #ed2939;
	border-radius: 3px;
	box-shadow: 0 3px 1px -1px rgba(189, 28, 41, 0.3);
}
button#ExpirationButton.btn.btn-important.btn-buy:hover {
    border: 1px solid #ff4455;
	box-shadow: 0 3px 1px -1px rgba(189, 28, 41, 0.15);
	background: #ff4455;
}

button#ExpirationButton.btn.btn-important.btn-buy:active {
    border: 1px solid #da1f2e;
	box-shadow: none;
	background:#da1f2e;
}
</pre></body></html>