/*----------------  TARIFFS ------------------ */

body {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: regular;
}

p.tariffs {
	padding: 0px;
	margin: 0px;
}

p.tariffs a{
	color: #ccc;
	text-decoration: none;
}

.clear {
	clear: both;
}


table {
	width: 650px;
	padding: 0px;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: regular;
	line-height:20px;
}

tr {
	background-image:url('../../images/editions/table_bg.gif');
	background-repeat: repeat-x;
	height: 30px;
	background-position: top left;
}

tr:hover{
	background-image:url('../../images/editions/table_bg_hover.gif');
	background-repeat: repeat-x;
	height: 30px;
	background-position: top left;
}

td {
	padding-left: 4px;
	padding-top: 2px;
}

#col1 {
	width: 408px;
	padding-left: 4px;
}

#col2 {
	width: 90px;
	text-align: center;
}

#col3 {
	width: 90px;
	text-align: center;
}

#col4 {
	width: 530px;
}

#col5 {
	width: 74px;
}

#col6 {
	width: 670px;
}

#col7 {
	width: 90px;
}

.firstrow {
	background-color: #fff;
}

table a {
	margin-right: 5px;
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
}

.tariffs h4{
	color:#119FDB;
	font-family:Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin: 0 0 5px 0;
}

#titleworldwide {
	margin: 0px;
}

.characters {
	width: 41px;
	background-color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#landline {
	float: left;
	width: 70px;
	text-align: center;
}

#mobile {
	float: left;
	width: 126px;
	text-align: center;
}

.tabletop {
	text-align: center;
	background-color: #fff;
}

.tablemargin {
	margin-bottom: 20px;
}

.fineprint {
	font-size:10px;
	line-height: 12px;
}

.center {
	text-align: center;
}