/********************* general definitions *********************/
html,body {
	margin: 0;
	background-color: #f0f0f0;
	height: 100%;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 135%;
	font-size: 11pt;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border-style: solid none none none;
	color: #aaa;
	margin: 16px 0;
}

h2 {
	font-size: 14pt;
	margin: 0 0 1em 0;
}

.bcrumb {
	font-size: 12pt;
}

h3 {
	font-size: 12pt;
	margin: 1.25em 0 0.2em 0;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #245699;
	text-decoration: none;
}

img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

pre {
	font-family: Courier, monospace;
	font-size: 10pt;
}

ol li {
	margin: 0.5em 0;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table td {
	margin: 0;
	padding: 0;
}

table.nowrap td, table.nowrap th {
	white-space: nowrap;
}

div#shadowwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 912px;
	background-color: white;
	margin: 0 auto;
	background-image: url(/images/bg_shadow.png);
}

div#main {
	padding: 30px 58px 30px 54px;
}

div#content {
	clear: both;
}

div#logoHeader {
	margin: 45px 0 18px 0;
	border-bottom: 1px solid #aaa;
	padding-bottom: 18px;
}

div#logoHeader.noline {
	border-bottom: none;
	padding-bottom: 2px;
}

div#moodImage {
	padding-bottom: 24px;
}

div#footer {
	clear: both;
	font-size: 8pt;
	padding-top: 6px;
	color: #aaa;
	border-top: 1px solid #aaa;
	margin-top: 3em;
	font-style: normal;
}

div#footer_left {
}

div#footer_left #nav_left {
	margin-left: 1.5em;
}

div#footer_left #nav_left a {
	color: #aaa;
}

div.addthis_default_style {
	float: right;
	margin-right: 7em;
	font-size: 9pt;
}

.sub {
	font-size: 9pt;
	font-weight: normal;
	color: #777;
	line-height: 135%;
}

div.info {
	font-size: 9pt;
	font-weight: normal;
	line-height: 135%;
	border: 1px solid #C6CEDF;
	background: #dde7ff;
	background-image: url(/images/info_s75p.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 6px 6px 6px 28px;
	margin-top: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.big {
	font-size: 20pt;
	font-weight: bold;
}

div.biglink {
	font-size: 12pt;
	text-align: right;
	margin: 12px 0 0 0;
	line-height: 150%;
}

span.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	opacity: 0.6;
}

.placeholder {
	color: #777;
}

.red {
	color: #c00;
}

.small {
	font-size: 80%;
}

.imgcaption {
	font-size: 9pt;
	color: #777;
}

div#langsel {
	font-size: 0.8em;
	float: left;
}

.cover {
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/********************* Navigation *********************/
div#nav {
	float: right;
	font-size: 9pt;
}
div#nav a {
	text-decoration: none;
	padding: 2px 8px;
	border-left: 1px solid #aaa;
}
div#nav a:first-child {
	border-left: none;
	padding-left: 0;
}
div#nav img {
	vertical-align: middle;
	padding-right: 0.2em;
	padding-bottom: 2px;
	border: 0;
}

/********************* Login box *********************/
div#login {
	float: right;
	text-align: right;
	font-size: 8pt;
}
div#login table {
	margin: 0;
}
div#login table th {
	text-align: right;
	padding: 0 8px 0 0;
	margin: 0;
	font-weight: normal;
}
div#login table td {
	padding: 1px;
	margin: 0;
}
div#login input {
	font-size: inherit;
	border: 1px solid #ccc;
	margin: 0;
	width: 100px;
	padding: 2px;
}
div#login input.button {
	background: #eee;
	width: auto;
	margin: 0;
	padding: 4px 6px;
	line-height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 100%;
}
div#login input.button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
div#login p {
	font-weight: bold;
	margin: 0 0 0.3em 0;
	font-size: 9pt;
}

/******************* Forms *********************/
form ul.optionlist {
	list-style: none;
	margin: 1em 0;
	padding: 0 0 0 2em;
}
form ul.optionlist li {
	padding: 2px 0;
}
form ul.optionlist li label {
	padding-left: 0.3em;
	font-weight: bold;
}
form input, form textarea, form select {
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form textarea {
	overflow: auto;
}
form input.radio, form input.checkbox {
	width: 16px;
	height: 16px;
}
form input.text, form input.password, form textarea {
	border: 1px solid;
	border-color: #aaa;
	padding: 3px;
	margin: 0;
}
form input.text[disabled] {
	border-color: #ccc;
	background: #eee;
	color: #555;
}
button {
	font-size: 11pt;
	padding: 4px 8px;
	line-height: 100%;
	text-decoration: none;
	border: 1px solid;
	background: #254A8D;
	color: white;
	border-color: #77c #005 #005 #005;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
button:active {
	background: #1C3869;
}
button[disabled] {
	background: #b3c0d7;
	border-color: #d0d0ed #a6a6c4 #a6a6c4 #a6a6c4;
}
form table {
	margin: 1em 0;
}
form table th {
	text-align: right;
	padding: 2px 0.8em 2px 0;
	width: 10em;
}
form table th.top {
	vertical-align: top;
}
form table td {
	padding: 2px 0;
}
form table tr.optional th {
	font-weight: normal;
}

form table tr.vspace td {
	padding: 8px 0;
}

label.error {
	border: 1px solid #edd;
	background: #fee;
	color: #a44;
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	font-weight: bold;
	background-image: url(/images/err75p.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 4px 6px 4px 28px !important;
	margin-left: 1.5em;
	font-size: 10pt;
}

div.throbberbox {
	text-align: center;
	padding: 1em;
	background: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/******************* Hints *********************/
div.popuphint {
	border: 1px solid #C6CEDF;
	background: #dde7ff;
	padding: 0.5em;
	margin: 1.5em 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.popuphint div.title {
	font-weight: bold;
	background-image: url(/images/tri_r.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	cursor: pointer;
}
div.popuphint div.content {
	display: none;
	padding-left: 20px;
	font-size: 10pt;
	line-height: 135%;
}

div.hint {
	border: 1px solid #C6CEDF;
	background: #dde7ff;
	background-image: url(/images/info75p.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 6px 6px 6px 40px;
	min-height: 32px;
	margin: 1.5em 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.hint div.title {
	font-weight: bold;
}
div.hint div.content {
	font-size: 10pt;
	line-height: 135%;
}

div.warning {
	border: 1px solid #FFE628;
	background: #FFFACE;
	background-image: url(/images/warning.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 6px 6px 6px 48px;
	margin: 1.5em 0;
	min-height: 32px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/******************* Product overview on main page *********************/
table#productOverview {
	margin-top: 24px;
}

table#productOverview td.details {
	white-space: nowrap;
	vertical-align: top;
	margin: 0;
}

table#productOverview td.details {
	border-left: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	cursor: pointer;
}

table#productOverview td.details:first-child {
	padding-left: 0;
	border-left: none;
}

table#productOverview td.icon {
	vertical-align: top;
	padding-right: 12px;
}

table#productOverview img {
	width: 68px;
	height: 68px;
	border: 0;
}

table#productOverview div.name {
	font-weight: bold;
	font-size: 12pt;
}

table#productOverview .mini div.name {
	color: #64438a;
}

table#productOverview .easy div.name {
	color: #6597c6;
}

table#productOverview .more div.name {
	color: #47a099;
}

table#productOverview div.speed {
	margin-bottom: 0.3em;
}

table#productOverview div.price {
	margin-top: 0.3em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

table#productOverview span.permonth {
	color: #999;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 0.5em;
}

table#productOverview a {
	font-weight: bold;
	font-size: 11pt;
}

table#productOverview span.arrow {
	color: #245699;
}

/******************* Product list (separate page) *********************/
table#productList {
	margin-top: 16px;
	border-collapse: separate;
	border-spacing: 6px;
}

table#productList th {
	text-align: right;
	width: 260px;
	padding: 8px 10px;
	background: #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table#productList td {
	text-align: center;
	padding: 8px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f3f3f3;
}

table#productList tr.icons th {
	background: none;
	width: auto;
	text-align: center;
	font-size: 16pt;
	padding: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table#productList tr.icons th img:first-child {
	margin-bottom: 12px;
}

table#productList tr.price td {
	font-weight: bold;
	font-size: 14pt;
	padding: 12px 20px;
}

table#productList .highlighted {
	background: #DAEEFF !important;
}

/*table#productList th.highlighted {
	background: #CCDFEF !important;
}*/

table#productList tr.buttons th {
	background: none;
	text-align: left;
}
table#productList tr.buttons td {
	background: none;
	width: auto;
	text-align: center;
	padding: 8px;
}

/******************* List of available products *********************/
table.availProdList {
	margin-top: 16px;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 12pt;
}
table.availProdList td, table.availProdList th {
	background: none;
	text-align: left;
	width: auto;
	padding: 8px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table.availProdList tr.header th {
	text-align: center;
}
table.availProdList td {
	background: #f3f3f3;
}
table.availProdList td.blank {
	background: none;
}
table.availProdList td.choice {
	text-align: left;
	font-size: 12pt;
	color: #777;
}
table.availProdList tr.header th {
	background: #e3e3e3;
}
table.availProdList th img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	vertical-align: middle;
}

table.availProdList tr.mini th {
	font-size: 14pt;
	color: #64438a;
}
table.availProdList tr.easy th {
	font-size: 14pt;
	color: #6597c6;
}
table.availProdList tr.more th {
	font-size: 14pt;
	color: #47a099;
}
table.availProdList td.price {
	font-weight: bold;
}
table.availProdList span.permonth {
	color: #999;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 0.5em;
}
table.availProdList tr.highlighted td, table.availProdList tr.highlighted th {
	background: #DAEEFF !important;
}
table.availProdList input {
	margin: 0;
}
table.availProdList label {
	padding-left: 0.5em;
}

/******************* Wizard *********************/
div.wizardButtons {
	text-align: right;
	margin-top: 1em;
}
div.wizardProgress {
	float: right;
}

/******************* About *********************/
address {
	font-weight: bold;
	font-style: normal;
	margin: 1em 0;
}

/******************* Questions and Answers *********************/
div.question {
	border-top: 1px solid #ccc;
	padding-top: 6px;
	margin: 1.25em 0 0.3em 0;
	font-size: 12pt;
	font-weight: bold;
}
div.answer {
	margin-left: 2em;
}

/******************* Tooltips *********************/
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	
	font-size: 10pt;
	background: #ffd;
	border: 1px solid #ee7;
	padding: 4px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/******************* List of CPEs *********************/
table.cpeList {
	margin-top: 16px;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 12pt;
	cursor: pointer;
}
table.cpeList td, table.cpeList th {
	background: none;
	text-align: left;
	width: auto;
	padding: 8px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table.cpeList td {
	background: #f3f3f3;
}
table.cpeList div.name {
	font-weight: bold;
}
table.cpeList div.description {
	font-size: 10pt;
	color: #777;
}
table.cpeList tr.highlighted td {
	background: #DAEEFF !important;
}
table.cpeList input {
	margin: 0;
}
table.cpeList td.price {
	font-weight: bold;
	white-space: nowrap;
}
table.cpeList td.img {
	text-align: center;
}

/******************* Generic tables *********************/
table.generic {
	margin-top: 16px;
	margin-bottom: 16px;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 12pt;
}
table.generic td, table.generic th {
	background: none;
	text-align: left;
	width: auto;
	padding: 8px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: top;
}
table.generic tr.header th {
	text-align: center;
}
table.generic td {
	background: #f3f3f3;
}
table.generic td.blank {
	background: none;
}
table.generic th {
	background: #e3e3e3;
}
table.generic td.right, table.generic th.right {
	text-align: right;
}
table.generic td.nowrap, table.generic th.nowrap {
	white-space: nowrap;
}

/* embedded table in generic table */
table.generic table.emb {
	margin: 0;
}
table.generic table.emb td, table.generic table.emb th {
	padding: 0.2em 1em 0.2em 0.3em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}

table.subtable {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
	margin: 0;
}
table.subtable td, table.subtable th {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #bbb;
	padding: 3px 6px;
}
table.subtable th {
	background: #ccc;
	text-align: left;
}
table.subtable td {
	background: white;
}
table.subtable td.amount, table.subtable th.amount {
	text-align: right;
}
table.subtable td.action, table.subtable th.action {
	background: transparent;
	border: none;
}

/******************* "Login here" arrow *********************/
div.loginarrow {
	position: absolute;
	display: none;
}

div#vdslWarning {
	width: 580px;
	position: absolute;
	background: #fff;
	top: 200px;
	left: 50%;
	margin-left: -290px;
	-webkit-box-shadow: 2px 2px 20px 1px #888;
	-moz-box-shadow: 2px 2px 20px 1px #888;
	box-shadow: 2px 2px 20px 1px #888;
}

div#vdslWarning .wtitle {
	background: #1f66aa;
	color: white;
	font-size: 0.9em;
	padding: 4px 7px;
	font-weight: bold;
}

div#vdslWarning .wcontent {
	padding: 16px;
}

div#vdslWarning label {
	font-weight: bold;
}

