html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background: white url(/files/body_v2.png) 0px 82px repeat-x;
	font: 78% "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 140%;
	min-width: 750px;
	min-height: 300px;
	text-align: center;
}
body.simple {
	background: white url(/files/body_v2.png) 0px 82px repeat-x;
}
body.iframe {
	padding: 0;
	margin: 0;
	text-align: left;
	background: none;
	min-width: 540px;
}

/* plain headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-weight: 600;
	font-size: 1.7em;
	margin: 0 0 1ex;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin: 1ex 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1ex 0 0.2ex;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.2ex;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1ex 0 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 1ex 0 0;
}

/* general html declarations */

p, ul, ol, dl, table {
	font-size: 1em;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
}
ul li {
	list-style: square;
}
p {
	margin: 0 0 1em;
}
p small {
	color: #909090;
	line-height: 120%;
}
strong, em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
}
a {
	color: #0083B3;
	text-decoration: underline;
}
a:hover {
	color: #0083B3;
}
a:visited:hover {
	color: #0083B3;
}
a:visited {
	color: #0083B3;
}
a img {
	vertical-align: text-bottom;
}
table {
	border-collapse: collapse;
	margin: 0;
}
td {
	vertical-align: top;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 10px 0 10px 40px;
	background: transparent url(/files/quotes.png) left top no-repeat;
}
blockquote p {
	font-family: Georgia, Palatino, "Palatino Linotype Italic", "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.5ex;
}
blockquote p.source {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: normal;
	font-weight: bold;
}
dl {
	margin: 1em 0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 1em 20px;
}
dd ul li {
	margin-left: 20px;
}
dl.faq dt {
	padding: 0 0 0 20px;
	background: transparent url(/files/question.png) left top no-repeat;
	min-height: 16px;
	stress: 85;
}
dl.faq dl {
	margin: 1em;
}
dl.faq dd dt {
	font-weight: normal;
	font-style: italic;
	padding: 0;
	background: none;
}
dl.faq dd dd {
	margin: 0 0 1ex;
}

dl.legal dt {
	float: left;
	clear: both;
	width: 50px;
}
dl.legal dd {
	margin-left: 50px;
}
dl.legal dl {
	margin: 0;
}
dl.legal dl dt {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	float: none;
	width: auto;
}
dl.legal dl dd {
	margin: 0 0 1ex;
}
/* bio tables */

table.bio {
	border-bottom: 1px solid #B1B2B5;
}
table.bio th {
	background-color: #B1B2B5;
	border-top: 3px double white;
	border-bottom: 3px double white;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1ex 1em;
}
table.bio td.img {
	background-color: #B1B2B5;
}
table.bio td.img img {
	border-bottom: 1px solid white;
}
table.bio td p {
	margin: 1.5em;
}

/* comparsion tables */

table.comparison {
	border-top: 3px double white;
	border-bottom: 3px double #B1B2B5;
}
table.comparison th {
	font-size: 0.9em;
	padding: 1ex 1.5ex 1ex 0;
	white-space: nowrap;
	background-color: #B1B2B5;
}
table.comparison tbody tr:first-child td {
	border-top: 3px double #B1B2B5;
}
table.comparison td {
	padding: 5px 10px 5px 0;
	line-height: 1.1em;
	border-bottom: 1px solid #B1B2B5;
}

/* modal */

div#modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(/files/white_50_transparent.png) left top repeat;
	z-index: 1000;
	text-align: left;
}
div.modal {
	width: 500px;
	height: 400px;
	border: 1px solid #B3B7B7;
	background: white;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -270px;
}

/* downlaods & setup */

div.download {
	padding: 0 0 0 40px;
	margin: 20px 0;
}
div.download p {
	margin-bottom: 1ex;
}
div.download p big, div.download p a {
	font-weight: bold;
}
div.download p small {
	color: #909090;
	line-height: 110%;
}
p.download-platform {
	width: 22%;
	float: left;
}
p.download-platform small {
	color: #909090;
}
.nospyware {
	float: right;
	margin-top: -30px;
}
.setup-windows {
	background: transparent url(/files/setup_windows.png) left top no-repeat;
}
.setup-pocketpc {
	background: transparent url(/files/setup_ppc.png) left top no-repeat;
}
.setup-linux {
	background: transparent url(/files/setup_linux.png) left top no-repeat;
}
.setup-macosx {
	background: transparent url(/files/setup_macosx.png) left top no-repeat;
}
.setup-beta {
	background: transparent url(/files/setup_beta.png) left top no-repeat;
}
.setup-widget {
	background: transparent url(/files/setup_widget.png) left top no-repeat;
}

/* .en */

a.en {
	background: transparent url(/files/link_languagejump2.png) right center no-repeat;
}
#header a.en, #footer a.en {
	background-image: url(/files/link_languagejump_green.png);
    padding-right: 12px;
}

p a.en, dd a.en, li a.en {
	padding-right: 15px;
}
* html p a.en {
	background: transparent url(/files/link_languagejump2.png) 99% center no-repeat !important;
	border: 1px solid white;
	padding-right: 18px;
}
#sidebar li a.en {
	margin-right: 5px;
}
#sidebar li li a.en {
	margin-right: 0;
}
#sidebar ul li ul li a.en {
	margin-right: 0;
	padding-right: 15px;
	background: transparent url(/files/link_languagejump2.png) right center no-repeat !important;
}

/* generals & misc */

.offset {
	margin-left: 10px;
}
.links {
	font-weight: bold;
}
.links small {
	font-weight: normal;
}
.links span {
	color: #D7D9D9;
	margin: auto 0.4ex;
	speak: none;
}
.clearer {
	clear: both;
	width: 1px;
	height: 1px;
	font: 1px/1px monospace;
}
.clear {
	clear: both;
}
.skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	speak: normal;
	voice-family: female;
}
.nowrap {
	white-space: nowrap;
}
div.hr {
	clear: both;
	font: 1px/1px monospace;
}
dl.faq dd dd {
	margin: 0 0 1ex;
}
dl.faq dt {
	min-height: 16px;
	margin-top: 6px;
	font-weight:bold;
	line-height: 130%;
	padding: 0 0 10px  20px;
	margin: 0;
	background: transparent url(/files/questionblue.png) left top no-repeat;
}
.error {
	color: red;
}
.message {
	color: #006400;
}
ul.error, ul.message {
	padding: 1em 1em 1ex 1em;
	font-weight: bold;
	border: 1px solid red;
}
ul.message {
	border-color: #0083B3;
}
ul.error li, ul.message li {
	margin: 0 0 1ex 20px;
	font-size: 1.0em;
	padding: 1px;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
a.buy {
	padding-left: 28px;
	padding-bottom: 6px;
	padding-top: 3px;
	line-height: 24px !important;
	font-weight: bold;
	background: transparent url(/files/buynow_ico.png) left top no-repeat;
}
label.addtocart {
	display: block;
	padding-left: 13px;
	line-height: 14px;
	height: 14px;
	width: 75px;
	color: black;
	text-decoration: none;
	background: transparent url(/files/shopping_cart_icon.png) left top no-repeat;
	margin-left: 4px;
}
.price {
	line-height: 24px;
	margin-right: 15px;
}
p.info {
	background: transparent url(/files/info.png) left top no-repeat;
	padding: 4px 0 5px 27px;
	margin-top: 10px;
}
.euro {
	font-weight: normal !important;
	padding-right: 0.1em;
}
.help-section {
	margin: 0 0 20px 70px !important;
}
.help-section h2, .help-section h3 {
	margin: 0 0 5px;
}
.help-section ul {
	width: 200px;
	margin: 0;
	padding: 0;
}
.help-section li {
	margin: 0 0 1ex;
	padding: 0;
	list-style: none;
	line-height: 100%;
}
.ico-skypeout {
	background: url(/files/btn_skypeout_56.png) left top no-repeat;
}
.ico-skype {
	background: url(/files/btn_skype_56.png) left top no-repeat;
}
.ico-windows {
	background: url(/files/btn_windows_56.png) left top no-repeat;
}
.ico-macosx {
	background: url(/files/btn_macosx_56.png) left top no-repeat;
}
.ico-linux {
	background: url(/files/btn_linux_56.png) left top no-repeat;
}
.ico-skypein {
	background: url(/files/btn_skypein_56.png) left top no-repeat;
}
.ico-voicemail {
	background: url(/files/btn_skypevoicemail_56.png) left top no-repeat;
}
.news h2 {
	margin: 1em 0 0;
}
.news p {
	margin: 0 0 0.5ex;
}
p.img img {
	margin: 10px 0;
}

/* form elements */

form {
	margin: 0;
	padding: 0;
}
table.form td {
	padding: 0 20px 10px 0;
}
table.form label {
	display: block;
}
table.form div label {
	display: inline;
	width: auto;
}
form div.field-opt input, form div.field-req input, form div.field-err input, form div.field-ok input {
	display: block;
	width: 100%;
}
form div.field-opt select, form div.field-req select, form div.field-err select, form div.field-ok select,
form div.field-opt textarea, form div.field-req textarea, form div.field-err textarea, form div.field-ok textarea {
	width: 100%;
}
form div input.checkbox {
	display: inline;
	width: auto;
	float: left;
	margin-bottom: 20px;
}
form small {
	color: #909090;
	line-height: 110%;
}

.requiredfield {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

input.submit, a.button, input.button {
	border: 3px double #0092C9;
	border-left-color: #54C9F5;
	border-top-color: #54C9F5;
	background-color: #00AFF0;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.1ex 0;
	cursor: pointer;
}
a.button {
	border: 3px double white;
	margin: 0 2px;
	padding: 0.3ex 1em 0.5ex;
	line-height: 2em;
}
a.button:visited, a.button:hover {
	color: white;
}
input.button {
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 0.9em;
	text-decoration: none;
}
div.radiogroup label {
	width: 49%;
	float: left;
	padding: 0 0 10px;
	display: block;
}
div.radiogroup#single label {
	width: 100%;
	float: left;
	padding: 0 0 10px;
	display: block;
}
div.radiogroup label * {
	vertical-align: middle;
}
#payment-methods label small {
	float: left;
	margin-left: 90px;
}
div.buttons {
	clear: both;
	margin-bottom: 10px;
}
div.buttons span {
	margin: 0 1em 0 1ex;
	position: relative;
	top: -1em;
}

/* header elements */

div#logo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -375px;
	height: 72px;
	z-index: 101;
	width: 400px;
	background-color: white;
}
div#logo a {
	margin-right: 27px;
	height: 72px;
	float: left;
	display: block;
}
div#logo a img {
	float: none;
}
div#logo img {
	float: left;
}

div#skypenumbers {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 10px 0 0 -1px;
	z-index: 102;
	width: 278px;
	height: 62px;
	background: white url(/files/downloadcounter_bg.png) no-repeat;
}
div#skypenumbers div#counter {
	display: block;
	margin: 20px 0 0 56px;
	white-space: nowrap;
	text-align: left;
}
div#skypenumbers div#counter img {
	display: inline;
	margin: 0;
	padding: 0;
}

div#lang-img {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 10px 0 0 291px;
	padding: 0;
	width: 83px;
	z-index: 103;
}
div#lang-img a {
	margin: 0;
	padding: 0;
}
div#lang-img a img {
	margin: 0;
	padding: 0;
}

div#header {
	clear: both;
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -382px;
	z-index: 99;
	height: 25px;
	min-width: 765px;
	background: transparent url(/files/header_v2.png) left top no-repeat;
	line-height: 1em;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1.05em;
}
* html div#header {
	width: 765px !important;
}
div#header.nolang {
	background: transparent url(/files/header_v2.png) left top no-repeat !important;
}

/* top navi */

ul.gnav {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-left: 80px;
	height: 25px;
	overflow: visible;
	text-align: center;
	min-width: 650px;
}
* html ul.gnav {
	bottom: -1px;
	width: auto !important;
	white-space: pre !important;
}

* html ul.gnav { width: 825px !important; voice-family: "\"}\""; voice-family: inherit; width: auto !important; }
* html div#header { width: 825px !important; voice-family: "\"}\""; voice-family: inherit; width: 765px !important; }
* html div#header { display: block; }

ul.gnav li {
	display: block;
	float: left;
	margin: 0 13px 0 0;
	padding: 0 11px 0 11px !important;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
}
* html ul.gnav {
	bottom: -1px;
}
ul.gnav li.selected {
	background: transparent url(/files/gnavi_active.png) top left repeat-x;
}
ul.gnav li a, ul.gnav li a:visited {
	color: white;
	text-decoration: none;
	text-shadow: #1082AD 2px 2px 1px;
}
ul.gnav li a:hover {
	text-shadow: none;
}
div#header a:hover {
	color: white;
}

/* sidebar */

#sidebar {
	float: left;
	width: 189px;
	padding: 1px 0 50px;
	margin: 0;
	background: transparent url(/files/menu_top_v2.png) no-repeat left top;
	min-height: 250px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
#sidebar li {
	display: block;
	margin: 0 1px;
	padding: 0;
	border-bottom: 1px solid #DBDDDF;
	font-size: 1.05em;
	line-height: 1.05em;
}
#sidebar li a {
	padding: 9px 5px 8px 15px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
#sidebar a, .sidebar a:visited {
	color: #0083B3;
}
#sidebar a:hover {
	color: #0083B3 !important;
}
#sidebar li.selected a {
	background: url(/files/menu_row_v2.png) left top repeat-y;
}
#sidebar li.selfirst a {
	background: url(/files/menu_row_top_v2.png) left top repeat-y !important;
}
#sidebar > ul > li.selected a {
	background: url(/files/menu_row_v2.png) left top repeat-y;
}
#sidebar > ul > li.selfirst a {
	background: url(/files/menu_row_top_v2.png) left top repeat-y !important;
}
#sidebar li.selected a {
	color: white;
	text-decoration: none;
}
#sidebar li.selected a:hover {
	color: white !important;
}
#sidebar li.selected ul li a:hover {
	color: #0083B3 !important;
}
#sidebar ul ul {
	margin: 5px 0;
	background: none !important;
}
#sidebar li li {
	margin: 0;
	border: none;
	padding: 4px 5px 4px 25px;
	font-size: 1em;
	background: none !important;
}
#sidebar li li a {
	margin: 0;
	padding: 0;
	color: #0083B3 !important;
	text-decoration: underline !important;
	font-weight: normal;
	background: none !important;
}
#sidebar li.selected li a {
	background: none !important;
}
#sidebar li li.selected {
	background: none !important;
}
#sidebar li li.selected a {
	color: black !important;
	text-decoration: none !important;
	font-weight: bold;
	background: none !important;
}
#sidebar p {
	margin: 5px 10px 10px 15px;
	font-size: 0.9em;
	line-height: 120%;
}
#sidebar p a {
	font-weight: bold;
}

/* container & content */

div#container {
	margin: 108px auto 0 auto;
	padding: 0;
	width: 750px;
	text-align: left;
	background: transparent url(/files/sidebar.png) left top repeat-y;
}

body#main div#container {
	background: none;
}

#content {
	margin: 0;
	float: right;
	width: 540px;
	padding: 15px 0 20px;
	min-height: 250px;
}

/* 2 column layout */

.col-2L {
	clear: both;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.col-2R {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
.col-2L > * {
	margin-right: 10px;
}
.col-2R > * {
	margin-left: 0;
}
.col-2L h6, .col-2R h6 {
	margin: 0 0 10px;
	padding: 0 10px;
	background: #A9A9A9 url(/files/hdr_blue.png) left top no-repeat;
	height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: white;
	line-height: 25px;
	/* text-shadow: #929395 2px 2px 1px; */
}
.col-2R h6 {
	background-position: right top;
	padding: 0;
}
.col-2L p, .col-2L ul {
	margin-right: 10px;
}

/* 2 col product listing */

.product {
	display: table;
	clear: both;
	margin-bottom: 20px;
	width: 540px;
}
#products-3col {
	display: block;
	width: 540px;
}
.product-3col {
	display: block;
	float: left;
	margin-bottom: 30px;
	width: 160px;
	margin-right: 20px;
}
.details {
	line-height: 24px;
}
.productlisting-col-2L {
	clear: both;
	width: 160px;
	float: left;
}
.productlisting-col-2R {
	float: right;
	width: 370px;
}
.productlisting-col-2L > * {
	margin-right: 10px;
}
.productlisting-col-2R > * {
	margin-left: 10px;
}
.productlisting-col-2L img {
	clear: both;
	float: right;
}
.productlisting-col-2R p, .productlisting-col-2R h3 {
	margin-left: 20px;
}
.productlisting-col-2R p.bottom {
	margin-bottom: 0;
}
p.bottom span.grey {
	color: #D7D9D9;
	font-weight: bold;
	margin: auto 0.4ex;
	speak: none;
}
p.bottom a {
	font-weight: bold;
}

/* footer */

div#footer {
	clear: both;
	margin: 1px 0 0 0;
	padding: 6px 0 20px;
	background: white url(/files/sidebar_end.png) left top no-repeat;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
body#main div#footer {
	background: transparent;
	padding-top: 10px;
}
div#footer div {
	margin: 0 0 1px;
	clear: both;
	width: 750px;
	height: 25px;
	background: transparent url(/files/footer.png) left top no-repeat;
	line-height: 25px;
	position: relative;
}
div#footer p {
	color: #909090;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
div#footer p.copyright {
	position: absolute;
	top: 0;
	left: 10px;
}
div#footer p.links {
	position: absolute;
	top: 0;
	right: 10px;
}
div#footer a {
	color: #909090;
	text-decoration: none;
}
div#footer a:hover {
	color: #555;
}
div#footer p.links a {
	padding-left: 15px;
}

/* intl flags */

#intl_flags {
	clear: both;
	padding: 10px 0 0;
}
ul.flags {
	display: block;
	width: 760px;
	margin-top: 29px;
}
ul.flags li {
	display: block;
	width: 250px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
}
ul.flags li img {
	margin-bottom: 5px;
	margin-right: 10px;
	display: block;
	float: left;
}
ul.flags li span {
	color: #D7D9D9;
	margin: auto 0.4ex;
	speak: none;
}

/* sidebar cart */

#sidebar-cart {
	margin: 5px 0 0 9px;
	width: 168px;
}
.cart-header img {
	vertical-align: middle;
	margin-top: -2px;
}
.cart-header {
	width: 157px;
	height: 19px;
	margin-left: 6px;
	margin-bottom: 3px;
	border-bottom: 1px solid #AFAFAF;
}
#sidebar-cart td {
	height: 16px;
	line-height: 16px;
}
#sidebar-cart td.offset {
	padding-left: 6px;
}
#sidebar-cart td.offset-right {
	padding-right: 6px;
}
#sidebar-cart td.cart-highlight-left {
	background: transparent url(/files/cart_blue.png) left top no-repeat;
}
#sidebar-cart td.cart-highlight-right {
	background: transparent url(/files/cart_blue.png) right top no-repeat;
}

/* related products listing */

table.related-listing {
}
.related-listing td, .cart-listing td, .search-listing td {
	height: 44px;
	vertical-align: middle;
	border-bottom: 1px solid #E0E6E8;
}
table.related-listing tr.row, table.cart-listing tr.row, table.order-listing tr.row, table.search-listing tr.row {
	background-color: #F1F8FA;
}
table.related-listing tr.alt-row, table.cart-listing tr.alt-row, table.order-listing tr.alt-row, table.search-listing tr.alt-row {
	background-color: white;
}
table.related-listing .small-image {
	width: 32px;
	height: 32px;
	border: 1px solid #E0E6E8;
	background-color: white;
	padding: 3px 0 0 3px;
	margin-left: 10px;
}

/* cart products listing */

table.cart-listing, table.order-listing, table.search-listing {
	background: transparent url(/files/hdr_light.png) left top no-repeat;
	margin: 0 0 1px;
	width: 100%;
}
table.cart-listing thead th, table.order-listing thead th, table.search-listing thead th {
	background: none;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	color: #909090;
	white-space: nowrap;
}
table.cart-listing td, table.search-listing td {
	background-image: none;
	padding: 0 10px 0 10px;
}
table.cart-listing .small-image, table.search-listing .small-image {
	width: 32px;
	height: 32px;
	border: 1px solid #E0E6E8;
	background-color: white;
	padding: 3px 0 0 3px;
}
table.cart-listing tr.totals-row td, table.cart-listing tr.grandtotal-row td, table.order-listing tr.totals-row td, table.order-listing tr.grandtotal-row td, table.search-listing tr.totals-row td, table.search-listing tr.grandtotal-row td {
	background-color: white;
	height: 18px;
	line-height: 18px;
	border: none;
}
td.cart-highlight-left-long {
	background: transparent url(/files/cart_blue_long.png) left top no-repeat !important;
}
td.cart-highlight-right-long {
	background: transparent url(/files/cart_blue_long.png) right top no-repeat !important;
}
table.cart-listing tr.grandtotal-row td {
	font-weight: bold;
}

/* order listing */

table.order-listing td {
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	vertical-align: middle;
	border-bottom: 1px solid #E0E6E8;
}
table.order-listing tr.grandtotal-row td {
	font-weight: bold;
	height: 18px;
}

.open-order td {
	vertical-align: top !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* listing */

table.listing {
	background: transparent url(/files/hdr_light.png) left top no-repeat !important;
	margin: 0 0 1px;
	width: 100%;
}
table.listing caption {
	background: transparent url(/files/hdr_light.png) left top no-repeat;
	color: #A9A9A9;
	text-align: right;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
}
table.listing thead th {
	background: none;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	color: #909090;
	text-align: left;
	white-space: nowrap;
	/* text-shadow: #929395 2px 2px 1px; */
}
table.listing td {
	padding: 0.5ex 0 0.5ex 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #E0E6E8;
	height: 19px;
	vertical-align: middle;
}
table.listing tr.r0 {
	background: #F1F8FA;
}
table.listing tr.r1 {
	background: none;
}
caption.abc-links span {
	float: left;
	color: black;
}
caption.abc-links a {
	padding: 0 0.5ex;
}

/* old not blue */

.header-loggedout {
	background: transparent url(/files/header_blue.png) left top no-repeat !important;
}
.header-loggedout #welcome, .header-loggedout #welcome a, .header-loggedout #myaccount-links a {
	color: white;
}
.header-loggedout #welcome a:hover, .header-loggedout #myaccount-links a:hover {
	color: #004080;
}
body.simple div#header {
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -382px;
	z-index: 99;
	height: 25px;
	width: 765px;
	background: transparent url(/files/header_v2.png) left top no-repeat;
	line-height: 1em;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1.05em;
}
body.simple div#container {
	top: 120px;
	background: none;
}
body#main div#container {
	background: none;
}
body.simple #content {
	float: none;
	width: auto;
}
body#main div#footer, body.simple div#footer {
	background: transparent;
	padding-top: 10px;
}
p#download-count {
	position: absolute;
	top: 9px;
	left: 30px;
	width: 165px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #EEE;
	font-weight: bold;
	line-height: 25px;
	text-shadow: #929395 2px 2px 1px;
}
p#welcome {
	position: absolute;
	top: 9px;
	left: 240px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 25px;
}
p#welcome small {
	font-weight: normal;
	font-size: 0.85em;
	padding-left: 1ex;
	/*vertical-align: top;*/
}
p#myaccount-links {
	position: absolute;
	top: 9px;
	right: 20px;
	margin: 0;
	padding: 0;
	color: #C2C5C5;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 25px;
}
p#myaccount-links span {
	padding: 0 2px;
}
p#lang-links {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7px;
	right: 10px;
	color: #C2C5C5;
	font-size: 0.8em;
}
p#lang-links a {
	color: white;
	text-decoration: none;
	text-shadow: #659706 2px 2px 1px;
}
p#lang-links img {
	vertical-align: baseline;
	position: relative;
	top: 5px;
}

span.vat {
	color: #A9A9A9;
	padding-left: 1em;
}

.pstn-land {
	background: transparent url(/files/pstn_land.png) left center no-repeat;
}
.pstn-mob {
	background: transparent url(/files/pstn_mob.png) left center no-repeat;
}
.pstn-other {
	background: transparent url(/files/pstn_other.png) left center no-repeat;
}
.pstn-land, .pstn-mob, .pstn-other {
	padding-left: 12px;
	color: white;
}
tr.r0 .pstn-land, tr.r0 .pstn-mob, tr.r0 .pstn-other {
	color: #E7E8E8;
}

tr.highligh td {
	background: #FAFAD2;
	border-top: 1px solid #F4A460;
	border-bottom: 1px solid #F4A460;
}

h1 img, h2 img, h3 img {
	vertical-align: middle;
}

.negativeattention {
	color: red;
}
.positiveattention {
	color: green;
}

ul.plain, ul.plain li {
	margin: 0;
   list-style: none;
}

/* partnerbar - partner logos */

#partner-logos {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 189px;
}
#lang-img {
	position: absolute;
	left: 50%;
	top: 36px;
	margin-left: -80px;
}
.partnerbar {
	margin: 0;
	padding: 0 7px;
	background: #A9A9A9 url(/files/hdr_light.png) left top no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #A9A9A9;
	position: relative;
	top: -15px;
}
.partnerbar img {
	float: left;
}
.partnerbar span {
	float: right;
	text-align: right;
}
.partnerbar span#left {
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
}

/* billboard */

.billboard {
	border: 1px solid #AFB4B4;
	padding: 15px 15px 0 19px;
}
.billboard ul li {
	margin-left: 2ex;
}
.billboard p.info {
	margin-left: 0 !important;
	font-weight: bold;
	padding: 4px 0 0 27px;
}
.billboard.information {
	border: 1px solid #CCCC66;
	background: #FFFFCC;
	margin: 5px 10px 10px 0;
	padding: 5px 5px 5px 10px;
}
.skypeInBillboard {
	margin: 0 0 10px 0; 
	border: 1px solid #AFB4B4;
	padding: 1px;
}

/* skypecredit */

.skypecredit_right {
	float: right;
	height: 42px;
	margin-right: 15px;
	margin-top: -5px;
}
.skypecredit_left {
	float: left;
	height: 42px;
}
.skypecredit_right small {
	color: #B8B8B8;
}
.disabled {
	color: #B8B8B8;
}

/* skypein lang flags */

table.tdheight td {
	height: 55px;
	vertical-align: middle;
}
table.tdheight td p {
	margin-top: 8px;
}
table.tdheight span.disabled, table.tdheight input.disabled {
	color: gray;
	font-weight: bold;
	cursor: default;
}
table.tdheight td p a {
	font-weight: bold;
	cursor: pointer;
}

/* insiderview */

div.insiderview {	
	clear: both;
	margin-bottom: 20px;
	padding: 0 0 1px 0;
}

div.insiderview-left {
	/* margin-right: 20px; */
}

div.insiderview-right {
	width: 385px;
}

div.insiderview blockquote {
	padding-bottom: 0;
}

/* free skype day */

div.freeskypeday {
	padding-left: 70px;
	background: white url(/files/gift.png) 10px 0px no-repeat;
	min-height: 50px;
}
* html div.freeskypeday {
	height: 50px;
}
#frontpage-freegift {
	clear: both;
	margin: 15px 0 0 0;
	width: 750px;
}

/* Hides from IE5-mac \*/
* html p img { margin: 0; padding: 0; }
* html a img { margin: 0; padding: 0; }
/* End hide from IE5-mac */
/*
     FILE ARCHIVED ON 23:47:00 Oct 13, 2005 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:37:12 Nov 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.388
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.013
  cdx.remote: 99.613
  LoadShardBlock: 73.081 (3)
  PetaboxLoader3.datanode: 146.568 (4)
  load_resource: 169.191
  PetaboxLoader3.resolve: 64.121
*/