﻿header, section
{
    display: block;
}

html
{
    width: 98%;
    /*font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;*/
}

img
{
    border: 0;
}

q
{
    quotes: none;
}

    q:before, q:after
    {
        content: '';
        content: none;
    }

ul
{
    padding-left: 0;
    list-style: none;
}

li:before
{
    content: "* ";
}

h1, h2, h3, h4
{
    
    font-family: "adelle",serif;
    line-height: 1.3;
    font-weight: normal;

    color: #333;
    text-align: center;
}

h1 {
    font-size: 2em;
    font-weight: 600;
}

h2 {
    font-size: 1.75em;
    font-weight: 300;
    font-style: italic;
}

h3 {
    font-size: 1.75em;
    font-weight: 600;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


h1
{
    margin: 26px 0 6px 0;
}

h2
{
    margin: 0 0 16px 0;
}

h3
{
    margin-top: -8px;
    padding-bottom: 0px;
}

h4
{
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    margin-bottom: 14px;
    
}

a
{
    outline: 0;
    text-decoration: none;
    color: #575757;
}

body
{
    background-image: url('/Cloud/pageBackground.gif');
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding-bottom: 36px;

    font-family: Georgia;
        font-size: 14pt;
        line-height: 1.4em;
        margin-bottom: 25px;

    /*font-family: Arial;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;*/
}

.cartText {
    font-family: "Helvetica Neue",Helvetica,'Lato',Verdana,sans-serif;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;

}

header
{
    text-align: center;
}

section
{
    background: #FFF;
    width: 787px;
    margin: 0 auto 18px auto;
    padding: 27px 32px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.inline-block
{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.portrait
{
    width: 77px;
    height: 77px;
    vertical-align: middle;
}

.quote
{
    width: 600px;
    height: 77px;
    margin-left: 25px;
    vertical-align: middle;
}

    .quote h4
    {
        margin: 0 0 0.25em 0;
    }

.testimonial
{
    margin-bottom: 22px;
}

.text
{
}

.smallText
{
    font-size: 10px;
}

.cartText
{
    font-size: 14px;
    font-family: Verdana;
}

.cartPriceCell
{
    text-align: right;
    
}

.cartSmallText
{
    font-size: 10px;
    font-family: Verdana;
}

.smallCartText
{
    font-size: 10px;
    font-family: Verdana;
}

#languageSwitcherWrapper
{
    position: absolute;
    top: 0.5em;
    right: 0;
    text-align: left;
    font-size: 12px;
    margin-right: 2px;
}

/* Button styles */
.buyButton {
	height: 52px;
	line-height: 52px;
	color: #FFF;
	outline: 0;
	margin: 10px;
	padding: 0 20px;
	text-decoration: none;
	text-align: left;
	font-family: "Arial Rounded", ArialRound, ArialRounded, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-wrap: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	border-style: solid;
	border-width: 2px;
	border-color: #0095f4 #008df0;
	cursor: pointer;
	background: #0083eb url('/Cloud/buttonBackground.gif') repeat-x;
	background-size: 100% 100%;
	-webkit-border-radius: 8px;
	 -khtml-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.logo {
	width: 64px;
	height: 52px;
	vertical-align: middle;
	margin: -12px 4px 0 -4px;
	padding-bottom: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.windows .logo {
	background: url('/Cloud/windowsLogo.png?v=1') no-repeat;
}

.mac .logo {
	background: url('/Cloud/appleLogo.png?v=1') no-repeat;
}

.buyButton:hover {
	text-decoration: underline;
}



#upgrade
{
    font-size: 0.75em;
    display: block;
    margin: 2em 0 2.5em 0;
}

#upgrade, #homepage
{
    text-decoration: underline;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text
{
    font: Verdana;
    font-size: 14px;
    line-height: 150%;
    color: #3d3c40;
}

.smallText
{
    font: Verdana;
    font-size: 14px;
    line-height: 150%;
}

.smallLink
{
    color: #666;
    font-size: 11px;
    cursor: pointer;
}

.needsTranslation
{
	background-color: #FFC !important;
}

.highlight
{
    background-color: #FFC;
}