.service-warning {
	font-size: 90%;
}

.services_border {
	margin-top: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
	background: #ddd;
	float: left;
}

table.services {
	border-collapse: collapse;
	border-spacing: 0;
}

table.services  tr{
	margin: 0;
	padding: 0;
}

table.services td {
	vertical-align: middle;
	text-align: left;
	padding: 5px 8px;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;*/
	white-space: nowrap;
	background: #f1f1f1;
	border-bottom: 1px solid #dddddd;
	margin: 0;
}

table.services th {
	padding: 5px 8px;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;*/
}

table.services td.dark {
	padding: 5px 8px;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 2px solid black;*/
	background: #E8E8E8;
}

table.services td.center {
	text-align: center;
}

table.services td.right {
	text-align: right;
}


.res_header {
	background: url(/img/menu_bulet.gif) no-repeat 0px 3px;
	text-indent: 16px;
}

.result {
	font-weight: bold;
	font-style: italic;
}


.old_p {
	margin-bottom: 10px;
}

.active_item {
	color: #930;
}

.grey {
	color: #888;
}

table.geo_sel {
	width: 100%;
}
table.geo_sel td {
	padding: 5px;
	border: 0;
	text-align: center;
}

.compare_error {
	margin: 3px 0 10px 0;
	padding: 3px 10px;
	color: #960001;
	background: #ffd3d4;
}



table.services td.notop {
	border-top: none;
}

table.services td.nobottom {
	border-bottom: none;
}

table.services select {
	width: 200px;
	border: 1px solid #bbb;
}

table.rating {
	width: 555px;
	margin: 10px 0;
}

table.rating th {
	font-weight: normal;
	background: #EaEaEa !important;
	border: 1px solid #bbb;
}

table.rating td {
	padding: 5px;
	white-space: normal; 
	font-size: 12px;
	background: none;
	border: 1px solid #dddddd;
}

table.valign_top td {
	vertical-align: top;
}


.geo_sel_type_tab {
	float: left;
}
.geo_sel_type_tab a, .geo_sel_type_tab p {
	color: #202020;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 7px 8px 7px;
}
.geo_sel_type_tab_active {
	background: #c1d2dc;
}
.geo_sel_type_tab_active a {
	font-weight: bold;
	text-decoration: none;
}

