
.text_subheader
{
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	margin-top: 20px;
	color: #666;
}

.text_description
{
	font-size: 14px;
	text-align: center;
	margin: 10px;
	color: #666;
}

.text_account
{
	font-size: 12px;
	text-align: center;
	margin: 6px;
	color: #666;
}

.text_account a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.text_account a:hover
{
	text-decoration: underline;
}

.content a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.content a:hover
{
	text-decoration: underline;
}

.band_static
{
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/shared/images/index/band_background.png',sizingMethod='scale')";
	*background: url('/shared/images/index/band_background.png') center top repeat-y;
}

.band 
{
	height: 600px;
}

.band_shadow_bottom
{
	top: 626px;
}

.band .quote
{
	position: relative;
	top: 480px;
	left: 172px;
	width: 618px;
	height: 0px;
	font-size: 14px;
	text-shadow: 0px 1px 1px #666;
}

.band .quote img
{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.band .title
{
	left: 60px;
	top: 134px;
	font-size: 40px;
}

.band .tabs
{
	left: 664px;
	top: 66px;
	position: relative;
	width: 283px;
	height: 39px;
}

.band .linux
{
	display: none;
	margin-top: 104px;
	margin-left: 60px;
}

.band .personal
{
	margin-left: 60px;
	margin-top: 124px;
	margin-bottom: 124px;
}

.band .business
{
	margin-left: 203px;
	margin-top: 124px;
	margin-bottom: 124px;
}

.tab_background
{
	position: absolute;
	z-index: 0;
}

.tab_personal
{
	position: absolute;
	left: 1px;
	top: 2px;
	z-index: 98;
}

.tab_business
{
	display: none;
	position: absolute;
	left: 1px;
	top: 2px;
	z-index: 98;
}

.business
{
	display: none;
}

.loading
{
	display: none;
	line-height: 100%;
	text-align: center;
}

.panel_background
{
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
	top: 0px;
}

.panel_foreground
{
	position: absolute;
}

.panel_top
{
	background-image: url("/shared/images/download/download_panel.png");
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30px;
}

.panel_middle
{
	background-image: url("/shared/images/download/download_panel_middle.png");
	background-repeat: repeat-y;
	position: absolute;
	top: 30px;
	bottom: 30px;
	width: 100%;
}

.panel_bottom
{
	background-image: url("/shared/images/download/download_panel.png");
        background-position: -0px -250px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
}

.panel
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -175px;
	z-index: 99;
	width: 350px;
	height: 400px;

	display: none;
}

.overlay
{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99;

	background: rgba(0, 0, 0, 0.666);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.375) 1%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.375) 1%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.375) 1%, rgba(0, 0, 0, 0.8) 100%);

	display: none;
}

.panel .footer
{
	width: 100%;
	height: 38px;
	position: absolute;
	bottom: 0px;
}

.panel .links img
{
	margin-top: -4px;
	vertical-align: middle;
}

.panel .links
{
	text-align: center;
	float: none;
	font-size: 12px;
	margin-top: 6px;
}

.already
{
	display: none;
}

.credit
{
	display: none;
}

.enterprise
{
	display: none;
}

.purchase_done
{
	display: none;
}

.enterprise_done
{
	display: none;
}

.download_forgot_password
{
	display: none;
}

.download_forgot_username
{
	display: none;
}

.chart .left.score0
{
	background-color: #EEE;
	width: 0px;
}

.chart .left.score1
{
	background-color: rgb(240,77,79);
	width: 20px;
}

.chart .left.score2
{
	background-color: rgb(252,205,74);
	width: 40px;
}

.chart .left.score3
{
	background-color: rgb(179,211,57);
	width: 60px;
}

.chart .left.score4
{
	background-color: rgb(0,174,239);
	width: 80px;
}

.chart .right.score0
{
	width: 80px;
}

.chart .right.score1
{
	width: 60px;
}

.chart .right.score2
{
	width: 40px;
}

.chart .right.score3
{
	width: 20px;
}

.chart .right.score4
{
	width: 0px;
}

.chart
{
	display: inline-block;
}

.chart .right
{
	background-color: #EEE;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.chart .left
{
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.creditnumber
{
	width: 184px;
}

.creditcard
{
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	left: 154px;
	width: 50px;
	height: 28px;
	padding-top: 8px;
}

.defaultcredit
{
	display: none;
}

.visa
{
	display: none;
	background-image: url("/shared/images/download/visa.png");
}

.mastercard
{
	display: none;
	background-image: url("/shared/images/download/mastercard.png");
}

.discover
{
	display: none;
	background-image: url("/shared/images/download/discover.png");
}

.amex
{
	display: none;
	background-image: url("/shared/images/download/amex.png");
}

.diners
{
	display: none;
	background-image: url("/shared/images/download/diners.png");
}

.jcb
{
	display: none;
	background-image: url("/shared/images/download/jcb.png");
}

.card
{
	background-image: url("/shared/images/download/download_background_small.png");
	background-repeat: no-repeat;
	width: 260px;
	height: 319px;

	display: inline-block;

	position: relative;
	left: auto;
	top: auto;
	margin-right: 24px;
	vertical-align: middle;
}

.card hr
{
	width: 60%;
	height: 1px;
    	border: 0; 
	border-top: 1px solid #ccc;
}

.card.large
{
	background-image: url("/shared/images/download/download_background_large.png");
	background-repeat: no-repeat;
	width: 266px;
	height: 339px;
}

.card.large.wide
{
	background-image: url("/shared/images/download/download_panel_450.png");
	width: 450px;
}

.card.large.wide .hr
{
	width: 434px;
	background-repeat: repeat-x;
}

.card.large.wide .button
{
	display: inline-block;
	margin: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

#x_linuxLifetime
{
	margin-left: 10px;
}

.linux .tux
{
	position: absolute;
	top: 130px;
	right: 0px;
}

.card .title
{
	text-align: center;
	position: relative;
	left: auto;
	top: auto;
	color: #777;
	font-size: 26px;
	font-weight: bold;
	text-shadow: none;
	margin: 10px;
}

.card .hr
{
	margin-left: 6px;
	background-image: url("/shared/images/download/download_divider_small.png");
	background-repeat: no-repeat;
	height: 21px;
}

.card.large .hr
{
	margin-left: 8px;
	background-image: url("/shared/images/download/download_divider_large.png");
	background-repeat: no-repeat;
	height: 21px;
}

.card .feature
{
	color: #777;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

.card .price
{
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	margin-top: -16px;
	color: #777;
	text-align: center;
	font-weight: bold;
	font-size: 38px;
}

.card .price .unit
{
	font-weight: normal;
	font-size: 20px;
}

.card .button:hover
{
	background-image: url("/shared/images/download/download_blue_button_hover.png");
}

.card .button:active
{
	background-image: url("/shared/images/download/download_blue_button_push.png");
}

.card.large .button
{
	margin-left: 34px;
}

.card .button
{
	background-image: url("/shared/images/download/download_blue_button.png");
	background-repeat: no-repeat;
	width: 198px;
	height: 50px;
	margin: 30px;
	margin-top: 8px;

	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px #666;
	line-height: 46px;
}

.card.large .button:hover
{
	background-image: url("/shared/images/download/download_green_button_hover.png");
}

.card.large .button:active
{
	background-image: url("/shared/images/download/download_green_button_push.png");
}

.card.large .button
{
	background-image: url("/shared/images/download/download_green_button.png");
	background-repeat: no-repeat;
	width: 198px;
	height: 70px;

	line-height: 66px;
}

.card 
{
	text-decoration: none;
}

.feature_columns
{
	margin-top: 60px;
	margin-bottom: 0px;
}

.feature_columns .feature
{
	text-align: left;
}

.feature_column_1
{
	vertical-align: top;
}

.feature_column_2
{
	vertical-align: top;
}

.item .value
{
	line-height: 40px;
}

.features
{
	margin-top: 40px;
	margin-left: 60px;
}

.features .feature
{
	display: inline-block;
	vertical-align: top;
}

.features .feature .title
{
	font-size: 20px;
	font-weight: bold;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica", "Arial", sans-serif;
	color: #666;
}

.features .feature .description
{
	font-size: 16px;
	width: 240px;
	color: #747474;
	text-align: justify;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	line-height: 30px;
}

.height40
{
	height: 40px;
}

.sale
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -10px;
	margin-right: -10px;
}

.card.large .sale
{
	top: 0px;
	right: 0px;
	margin-top: -10px;
	margin-right: -10px;
}

.discount
{
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	padding-left: 10px;
}

.santa
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: -80px;
	margin-top: -50px;
}

