html
{
	background: #E7EDEA url(/img/body_bg.png) repeat;
	font-size: 100.01%;
	height: 100%;
	margin: 0 0 0.1em 0;
	overflow: auto;
	padding: 0;
}
body
{
	background: #FAFAFA;
	border: 2px solid #CEECEF;
	color: #949493;
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-size: 1em;
	margin: 20px auto;
	padding: 0 25px;
	width: 815px; /*663px;*/
}
div.hdr
{
	border-bottom: 1px solid #CFD2C6;
}
a.pro
{
	background: inherit;
	color: #5F545C;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a.pro:hover
{
	background: #A2CAA5;
	color: #FAFAFA;
	outline: none;
	text-decoration: none;
}
#badge a:hover
{
	background: inherit;
}
div.pd
{
	padding: 10px;
}
div.msgbox
{
	border-bottom: 0px solid #CFD2C6;
	color: #515151; /*#757471;*/
}
h1
{
	font-family: "Segoe UI" , Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2E60AA;
	padding: 0px;
	margin: 0 0 15px 0;
}
h4
{
	background-color: #EFF0F1;
	border-top: 1px solid #24296B;
	color: #6B6B6B;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 10px;
	text-indent: 0px;
}
div.msgbox h2
{
	font-family: "Segoe UI" , Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2E60AA;
	padding: 0px;
	margin: 0 0 15px 0;
}
div.footer
{
	font-size: .75em;
	width: 100%;
	padding: 15px 0 15px 0;
	border-top: 1px solid #CFD2C6;
}

div.ui-accordion
{
	font-size: .85em;
}
span.thumb
{
	float: right;
	padding-left: 10px;
}

div.dl
{
	text-align: center;
	margin: 10px;
}
#btn-addthis a
{
	background: url(/img/share.png) 10% 55% no-repeat;
	padding-left: 2.25em;
}
#btn-addthis a:hover
{
	background-color: #FFB79F;
}
#btn-fb a
{
	background: url(http://www.google.com/s2/favicons?domain=facebook.com) 5% 50% no-repeat;
	padding-left: 2.25em;
}
#btn-fb a:hover
{
	background-color: #6D84B4;
	color: #FFF;
}
#btn-n a:hover
{
	background-color: #2E60AA;
	color: #FAFAFA;
}
.btn-subtext
{
	clear: both;
	font-weight: normal;
	font-size: .6em;
	padding: 0px;
	margin: 0px;
}

.btn-subtext ul
{
	list-style-type: none;
	margin: 0px;
}
.btn-subtext ul li
{
	list-style-type: none;
	margin-left: 0px;
}

label
{
	width: 10em;
	float: left;
}
label.error
{
	float: none;
	color: #CC0000;
	padding-left: .5em;
	vertical-align: top;
}
form p
{
	clear: both;
}

.features ul
{
	list-style-type: none;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.features li
{
	list-style-type: none;
	margin-left: 0px;
}

.pad-left
{
	padding: 0 7px 15px 0;
}
.pad-right
{
	padding: 0 0 15px 7px;
}
.screenshot
{
	padding: 0 7px;
	margin-bottom: 7px;
}




.price:before
{
	content: '$';
}

.price.eur:before
{
	content: '\0020ac';
}

.price.gbp:before
{
	content: '\0000a3';
}

.price.nope
{
	background: transparent url(/img/ex.png) no-repeat scroll center center;
	text-decoration: line-through;
}

.price.yup
{
	font-weight: bold;
	border: 2px solid #7AB317;
	padding: 8px;
	
	-moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
}


.mybtn
{
	display: block;
	position: relative;
	text-decoration: none;
	border: 1px solid #939393;
	
	color: #272727;
	padding: 10px 10px 10px 70px;
	margin: 10px auto;
	width: 75%;
	
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    background: #ffd65e;
    background: -moz-linear-gradient(top, #ffd65e 1%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffd65e), color-stop(100%,#febf04));
    background: -webkit-linear-gradient(top, #ffd65e 1%,#febf04 100%);
    background: -o-linear-gradient(top, #ffd65e 1%,#febf04 100%);
    background: -ms-linear-gradient(top, #ffd65e 1%,#febf04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
    background: linear-gradient(top, #ffd65e 1%,#febf04 100%);
    
    -moz-box-shadow: 0px 0px 10px #D2D2D2;
    -webkit-box-shadow: 0px 0px 10px #D2D2D2;
    box-shadow: 0px 0px 10px #D2D2D2;
    
    transition: background linear .1s;
	-moz-transition: background linear .1s;
	-webkit-transition: background linear .1s;
}

.mybtn:before
{
	position: absolute;
	left: 10px;
	top: 50%;
	
}

.mybtn:hover
{
	background: #febf01;
	background: -moz-linear-gradient(top, #febf01 0%, #febf01 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf01), color-stop(100%,#febf01));
	background: -webkit-linear-gradient(top, #febf01 0%,#febf01 100%);
	background: -o-linear-gradient(top, #febf01 0%,#febf01 100%);
	background: -ms-linear-gradient(top, #febf01 0%,#febf01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01',GradientType=0 );
	background: linear-gradient(top, #febf01 0%,#febf01 100%);
	
    -moz-box-shadow: 0px 0px 10px #939393;
    -webkit-box-shadow: 0px 0px 10px #939393;
    box-shadow: 0px 0px 10px #939393;
}

.mybtn .cta
{
    font-size: 1.75em;
    font-weight: bold;
    text-shadow: 1px 1px #FFF;
}

.mybtn > span
{
	display: block;
}

.mybtn .flipper
{
	position: relative;
	height: 1.2em;
}

.mybtn .flipper > span
{
	display: none;
	position: absolute;
}

#btn-buy:before
{
	content: url(/img/cclogos.png);
	margin-top: -16px;
}

#btn-download:before
{
	content: url(/img/dlicon.png);
	margin-top: -24px;
}

#buy-details
{
	background-color: #F0F1F5;
}

#buy-details .yui3-u-1-2
{
	position: relative;
}

#buy-details .yui3-u-1-2 > div
{
    margin: 5px;
    border: none;
           
    -moz-box-shadow: 0 0 15px #BED9E7;
    -webkit-box-shadow: 0 0 15px #BED9E7;
    box-shadow: 0 0 15px #BED9E7;

	padding-left: 100px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#buy-details .yui3-u-1-2 > div:before
{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -48px;
	background: transparent url(/img/whatyouget.png) no-repeat scroll 0 0;
	height: 109px;
	left: 10px;
}

#buy-details .yui3-u-1-2 > div.f1:before
{
	background-position: 0 0; width: 80px;
}    
#buy-details .yui3-u-1-2 > div.f2:before
{
	background-position: -80px 0; width: 77px;
}
#buy-details .yui3-u-1-2 > div.f3:before
{
	background-position: -161px 0; width: 90px;
}    
#buy-details .yui3-u-1-2 > div.f4:before
{
	background-position: -263px 0; width: 80px;
}

#buy-details .yui3-u-1-2 > div > span
{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 90px;
    padding: 10px;	
}

.trytjeklist
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
	text-align: center;
	background: #025D8C;
	font-size: 90%;
	text-decoration: none;
	color: #FFF;
}

.trytjeklist:hover
{
	text-decoration: underline;	
}
