.info {
	cursor: help;
	border-bottom: dotted 1px gray;
}

.strike {
	text-decoration: line-through;
}

a {
	color: #04619d;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
}

div#body {
	height: 100%;
}

div#body div.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
}

div#body div.content h1 {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	color: #04619d;
}

div#body div.content h1.home {
	margin-bottom: 20px;
}

div#body div.content h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	color: #04619d;
}

div#body div.content h2 a {
	text-decoration: none;
}

div#body div.content h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	color: #04619d;
}

div#footer {
	clear: both;
	background-color: gray;
	height: 20px;
}

div#footer div.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}

div#footer div.content a {
	color: black;
	text-decoration: none;
}

div#footer div.content div.left {
	width: 400px;
	text-align: left;
	float: left;
}

div#footer div.content div.right {
	width: 600px;
	text-align: right;
	float: right;
}

div#header {
	background-color: #71a3ce;
	border-bottom: solid 1px #04619d;
}

div#header div.benefits {
	width: 350px;
	position: absolute;
	right: 20px;
	top: 25px;
	color: white;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

div#header div.benefits span.small {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

div#header div.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
	position: relative;
}

div#header div.version {
	color: white;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 144px;
	top: 67px;
}

div#header img.logo {
	position: absolute;
	left: 20px;
	top: 10px;
}

div#image {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 200px;
	background-image: url(/images/image.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	position: relative;
}

div#image div.announcement {
	background-image: url(/images/announcement_background.png);
	width: 380px;
	height: 170px;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 10px;
	color: #04619d;
	font-size: 14px;
	font-weight: bold;
}

div#image div.announcement a {
	color: #04619d;
	text-decoration: underline;
}

div#image div.announcement span.discountcode {
	font-size: 25px;
	border: dashed 1px #04619d;
	display: block;
	width: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}

div#image div.announcement span.header {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
}

div#image div.announcement span.notes {
	font-size: 10px;
	margin-top: 5px;
	font-weight: normal;
}

div#menu {
	background-color: black;
	font-size: 14px;
	padding-top: 3px;
	height: 15px;
	padding-bottom: 3px;
}

div#menu a {
	color: white;
	text-decoration: none;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

div#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 14px;
}

div#menu div.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#menu div.left {
	width: 890px;
	float: left;
	text-align: left;
}

div#menu div.right {
	width: 110px;
	float: left;
	text-align: right;
}

div.notesline {
	border-top: solid 1px gray;
	width: 100px;
	margin-top: 50px;
}

div#quickmenu {
	font-size: 10px;
	color: gray;
}

div#quickmenu a {
	color: gray;
}

div#quickmenu div.content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

div#quickmenu span.language {
	font-weight: bold;
	margin-right: 5px;
}

em {
	font-style: italic;
}

form label {
	float: left;
	display: block;
	width: 150px;
	cursor: text;
}

form ul {
	margin-top: 0px;
}

img {
	border: 0px;
}

label.affiliatelink {
	float: left;
	display: block;
	width: 150px;
	cursor: text;
}

option.separation {
	color: silver;
}

p.back a {
	text-decoration: none;
}

p.order {
	font-weight: bold;
	color: #04619d;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 17px;
}

p.order a {
	color: #04619d;
	text-decoration: none;
}

p.source {
	color: silver;
	font-size: 10px;
}

p.source a {
	color: silver;
}

span.contactinfo {
	font-size: 10px;
	color: gray;
}

span.tooltip {
	display: none;
	position: absolute;
	border: double 3px white;
	background-color: #04619d;
	color: white;
	width: 300px;
	padding: 3px;

	/* rounded corner */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
}

sup.optional {
	color: #4A70B7;
}

table.das td {
	width: 75px;
	vertical-align: top;
}

table.das th {
	text-align: left;
	vertical-align: top;
	color: #04619d;
}

table.packets {
	margin-bottom: 40px;
}

table.packets td {
	width: 200px;
	vertical-align: top;
}

table.packets td.head {
	font-weight: bold;
	color: #04619d;
	padding-top: 10px;
	border-top: solid 1px #04619d;
}

table.packets tr.order td {
	font-weight: bold;
	color: #04619d;
	padding-top: 10px;
	font-size: 17px;
}

table.packets tr.order td a {
	color: #04619d;
	text-decoration: none;
}

table.packets th {
	text-align: left;
	vertical-align: top;
	color: #04619d;
}

table.tld td {
	width: 90px;
	vertical-align: top;
}

table.tld th {
	text-align: left;
	vertical-align: top;
	color: #04619d;
}

ul {
	list-style-image: url(/images/dot.png);
	list-style-type: block;
	margin-left: 0px;
	padding-left: 20px;
}

ul.errors {
	color: red;
	list-style-image: none;
	list-style-type: disc;
}

/* blocks */
div.block-rightcol {
	width: 300px;
	border: solid 1px gray;
	background-color: white;
	padding: 10px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;

	/* rounded corner */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.block-leftcol {
	width: 636px;
	border: solid 1px gray;
	background-color: white;
	padding: 10px;
	float: left;
	margin-top: 20px;

	/* rounded corner */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.block-full {
	width: 980px;
	border: solid 1px gray;
	background-color: white;
	padding: 10px;
	margin-top: 20px;

	/* rounded corner */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* packets */
div.block-full div.packet {
	width: 312px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: solid 1px gray;
	float: left;
}

div.block-full div.packet a.morelink {
	float: right;
	display: block;
	padding: 2px;
	background-color: #71a3ce;
	border: solid 1px #04619d;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}
