html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #dbdbdb;
	background-image: radial-gradient(circle closest-corner at 25% 300px, 
		#f8f8f8, 
		#dbdbdb
	);
	background-repeat: no-repeat;
	font-family: "Segoe UI", Arial;
	font-size: 12pt;
	margin: 0;
	overflow-y: scroll;
}

a
{
	color: #ff2a00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.page
{
	min-height: 100%;
	margin: 0;
	position: relative;
	/*padding-top: 40px;*/
}

.content
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 840px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 6em;
}

.titlebar
{
	border: 2px solid #c0c0c0;
	height: 60px;
	margin-bottom: 40px;
	vertical-align: bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(119,119,119,1);
	box-shadow: 0px 2px 0px 0px rgba(119,119,119,1);
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 80%, #dedede 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f0f0f0), color-stop(80%, #f0f0f0), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 80%, #dedede 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 80%, #dedede 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #f0f0f0 80%, #dedede 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 80%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dedede', GradientType=0 );
}

.titlebar img
{
	vertical-align: bottom;
	margin-bottom: -2px;
}

.titlebar a
{
	display: inline-block;
	width: 120px;
	font-size: 16pt;
	color: #777777;
	margin: 0;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
	position: relative;
	/*background: radial-gradient(farthest-side at 50% 100%,
		rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));*/
	line-height: 30px;
}

.titlebar a:first-child
{
	/*background: none;*/
}

.titlebar a:hover
{
	/*color: #202020;*/
	color: #303030;
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1));*/
	background: radial-gradient(farthest-side at 50% 100%,
		rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
}

.titlebar a:first-child:hover
{
	/*background: radial-gradient(farthest-side at 50% 100%,
		rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));*/
}

.titlebar .separator
{
	background-color: #d0d0d0;
	display:inline-block;
	width:1px;
	height: 30px;
	vertical-align: bottom;
}

.titlebar .active
{
	color: black;
	background: linear-gradient(to bottom, #c0c0c0 0%, #dcdcdc 10%, #dcdcdc 100%);
}

.titlebar .active:hover
{
	color: black;
	background: linear-gradient(to bottom, #c0c0c0 0%, #dcdcdc 10%, #dcdcdc 100%);
}

.titlebar .lang
{
	width: 20px;
	vertical-align: top;
}

.titlebar a div
{
	display: inline-block;
	width: 116px;
	text-align: center;
	margin-bottom: 4px;
}

#logo
{
	margin: 0 0 4px 10px;
}

#strut
{
	display: inline-block;
	height: 60px;
	vertical-align: bottom;
}

#langbox
{
	float: right;
	margin: 6px 10px 0 0;
	font-size: 9pt;
	color: #777777;
}

#langbox a
{
	background: none;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	width: auto;
	text-decoration: underline;
	background: none;
	line-height: normal;
}

#langbox .active
{
	color: black;
	background: none;
	border: none;
}

.productbox
{
	width: 100%;
	height: 380px;
	border-spacing: 0;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	background: #382d2d;
	background: -moz-linear-gradient(top, #382d2d 0%, #1c0f0f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #382d2d), color-stop(100%, #1c0f0f));
	background: -webkit-linear-gradient(top, #382d2d 0%, #1c0f0f 100%);
	background: -o-linear-gradient(top, #382d2d 0%, #1c0f0f 100%);
	background: -ms-linear-gradient(top, #382d2d 0%, #1c0f0f 100%);
	background: linear-gradient(to bottom, #382d2d 0%, #1c0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d2d', endColorstr='#1c0f0f', GradientType=0 );
	margin-bottom: 40px;
	table-layout: fixed;
}

.productbox td
{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.productimage
{
	max-width: 80%;
	height: auto;
	-webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
}

.productvideo
{
	max-width: 80%;
	/*height: auto;*/
	-webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,1);
}

.productbox td + td
{
	padding: 20px 30px;
	background: #d0d0d0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 240px;
	min-width: 240px;
	vertical-align: top;
	text-align: left;
}

.productbox p
{
	line-height: 1.2em;
	margin: 0;
}

.productbox .title
{
	font-size: 16pt;
	font-weight: bold;
	margin-left: -2px;
	margin-bottom: -4px;
}

.productbox .small
{
	font-size: 10pt;
	margin-bottom: 8px;
	margin-right: 10px;
}

.productbox .price
{
	font-size: 22pt;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

.productbox .price .full
{
	text-decoration: line-through;
	color: #808080;
	font-size: 18pt;
	position: relative;
}

.productbox .price .full b
{
	position: absolute;
	right: 0;
	bottom: -15pt;
	color:#ff2a00;
	font-size: 14pt;
	vertical-align: top;
	display: inline-block;
	padding: 0px 0px 2px 0px;
	width: 120px;
}

.productbox .price .full b .date
{
	position: absolute;
	right: 0;
	bottom: -9pt;
	font-size: 9pt;
}

.buybutton
{
	display: block;
	text-decoration: none;
	background-color: #c00000;
	border: 2pt solid #800000;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	line-height: 40px;
	vertical-align: middle;
	margin-top: 20px;
}

.buybutton:hover
{
	background: #e00000;
	text-decoration: none;
	border-color: #a00000;
}

.buybuttoninline
{
	display: inline-block;
	text-decoration: none;
	background-color: #c00000;
	border: 2pt solid #800000;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	vertical-align: initial;
	margin-top: 0px;
	padding: 4px 40px;
}

.buybuttoninline:hover
{
	background: #e00000;
	text-decoration: none;
	border-color: #a00000;
}

.trialbutton
{
	display: block;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 2pt solid #c8c8c8;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	height: 36px;
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	line-height: 35px;
	vertical-align: middle;
	margin-top: 10px;
}

.trialbutton:hover
{
	background: #ffffff;
	text-decoration: none;
	border-color: #d8d8d8;
}

.smallbutton
{
	display: inline-block;
	text-decoration: none;
	background-color: #c00000;
	border: 2pt solid #800000;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	height: 30px;
	color: white;
	line-height: 30px;
	vertical-align: middle;
}

.smallbutton:hover
{
	background: #e00000;
	text-decoration: none;
	border-color: #a00000;
}

#producttabs
{
	margin-top: -31px;
}

#producttabs *
{
	display: inline-block;
	background: #c8c8c8;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: black;
	background: linear-gradient(to bottom, #c8c8c8 85%, #b0b0b0 100%);
}

#texttabs *
{
	display: inline-block;
	background: #c8c8c8;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: black;
	background: linear-gradient(to bottom, #c8c8c8 85%, #b0b0b0 100%);
}

#texttabs *:first-child
{
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

#texttabs *:last-child
{
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#texttabs .inactive:hover
{
	background: #e8e8e8;
	text-decoration: none;
	background: linear-gradient(to bottom, #e8e8e8 85%, #e0e0e0 100%);
}

#texttabs .active
{
	background: white;
	cursor: default;
}

#texttabs .active:hover
{
	background: white;
}

.textcontent
{
	background: white;
	color: #404040;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	box-shadow: 4px 4px 4px 0px rgba(119,119,119,1);
	padding: 40px;
}

.textcontent > *:first-child
{
	margin-top: 0px;
}

.textcontent b
{
	color: black;
	font-weight: 600;
}

.textcontent h1
{
	font-size: 20pt;
	color: black;
	font-weight: 600;
}

.textcontent h2
{
	font-size: 12pt;
	margin-bottom: 4pt;
	color: black;
	font-weight: 600;
}

.textcontent p
{
	margin-top: 0;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
	hyphens: auto;
}

#footer
{
	background-color: #0f0f0f;
	position: absolute;
	width: 100%;
	height: 4em;
	padding-top: 10px;
	/*line-height: 2em;*/
	left: 0;
	bottom: 0;
	color: #cfcfcf;
	font-size: 10pt;
	text-align: center;
}

#footer a
{
	color: #cfcfcf;
}

#footer a:hover
{
	color: white;
}

#cover
{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:10;
	width:100%;
	height:100%;
	display:none;
}

#buywindow
{
	background: white;
	color: #202020;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	/*left: 10%;*/
	/*height:60%;*/
	width:80%;
	min-width: 540px;
	max-width: 900px;
	max-height: 80%;
	position: fixed;
	overflow: auto;
	z-index:11;
	display:none;
	/*border:5px solid #cccccc;*/
	border-radius:10px;
	-webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.5);
}

#buywindow > div
{
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#buywindow:target, #buywindow:target + #cover
{
	display: block;
}

.closebutton
{
	display: block;
	position: absolute;
	right:4px;
	top:-6px;
	font-size:20pt;
	color: #202020;
}

.closebutton:hover
{
	color: black;
	text-decoration: none;
}

input
{
	width: 300px;
	font-family: "Segoe UI";
	font-size: 12pt;
}

textarea
{
	width: 500px;
	height: 200px;
	font-family: "Segoe UI";
	font-size: 12pt;
}

.featureimageleft img, .featureimageright img, .imagecontainer
{
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
	vertical-align: middle;
}

.featureimageleft b, .featureimageright b
{
	font-size: 18pt;
	vertical-align: middle;
	color: #404040;
}

.featureimageleft div, .featureimageright div
{
	font-size: 18pt;
	text-align: center;
	color: #404040;
}

.imagecontainer img
{
	position: relative;
}

.featureimageleft
{
	float:left;
	margin-right:40px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.featureimageright
{
	float:right;
	margin-left:40px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.dropdown
{
	position: relative;
}

.dropdown .dropdowncontent
{
	position: absolute;
	display: none;
	background-color: #dcdcdc;
	padding: 4px;
	z-index: 1;
	left: 0px;
	top: 21px;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
}

.dropdown .dropdowncontent a:hover
{
	background: none;
	background-color: #e8e8e8;
}

.dropdown .dropdowncontent a
{
	display:block;
	font-size: 12pt;
	color:black;
	text-align:left;
	padding: 0px 16px;
}

.dropdown:hover .dropdowncontent
{
	display: block;
}

.bundletable
{
	width: 400px;
	table-layout: fixed;
	display: table;
	border-bottom: 1px solid #808080;
}

.bundletablerow
{
	height: 40px;
	color: #404040;
	display: table-row;
	width: 100%;
}

.bundletablerow:hover
{
	background-color: #e8e8e8;
}

.bundletablerow > div
{
	display: table-cell;
	vertical-align: top;
	padding: 4px;
	width: 192px;
}

.bundletablerow img
{
	height: 40px;
	margin-right: 10px;
	vertical-align:top
}

.bundletablerow > div:last-child
{
	text-align: right;
}

.bundletablerow b
{
	color: #ff2a00;
}

.bundletablerow s
{
	color: #808080;
}

.bundletablesum
{
	width: 400px;
	table-layout: fixed;
	display: table;
	margin-bottom: 20px;
}

.bundletablesum > div
{
	display: table-row;
	width: 100%;
	text-align: right;
}

.bundletablesum > div > div:first-child
{
	display: table-cell;
	width: 300px;
}

.bundletablesum > div > div:last-child
{
	display: table-cell;
	width: 96px;
	padding-right: 4px;
}

.bundletablesum b
{
	color: black;
	font-weight: 600;
}

.press
{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.press .intro
{
	font-size: 13pt;
}

.press .date
{
	font-style: italic;
	margin-bottom: 0pt;
}

.press h1
{
	font-size: 14pt;
}

.press h2
{
	font-size: 14pt;
}

.press h3
{
	color: black;
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 0px;
}

.press hr
{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 40px;
	margin-bottom: 40px;
}

.rightarrow
{
	display: block;
	position: absolute;
	width: 31px;
	height: 45px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/res/Right.png");
	background-repeat: no-repeat;
	background-position: center; 
}

.rightarrow:hover
{
	background-image: url("/res/RightHover.png");
}

.leftarrow
{
	display: block;
	position: absolute;
	width: 31px;
	height: 45px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/res/Left.png");
	background-repeat: no-repeat;
	background-position: center; 
}

.leftarrow:hover
{
	background-image: url("/res/LeftHover.png");
}

.contentvideo
{
	position:relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 16px;
}

.contentvideo iframe
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
}