.providerlist {
	list-style-type: none;
	margin: 15px 0;
	overflow: auto;
	padding: 0 0 15px;
}

.providerlist li {
	display: inline;
	float: left;
	margin: 0 0 5px 20px;
	width: 200px;
}

.providerlist100 li {
	width: 100px;
}

.providerlist2 {
	list-style-type: none;
}

.provider_name {
	margin: 15px 0;
	overflow: auto;
	padding: 0 0 15px;
	float: left;
	margin: 0 0 5px 20px;
	width: 200px;
}

.provider_data {
	margin: 15px 0;
	overflow: auto;
	padding: 0 0 15px;
	float: left;
	margin: 0 0 5px 20px;
	width: 200px;
}

.right_block {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	width: 200px;
}

.table_data {
	clear: both;
	font-size: 12px;
	float: left;
	white-space: nowrap;
	/*display: inline;*/
	margin: 0 0 10px 0;
	width: 100%;
}

.table_row_name {
	font-weight: bold;
	border-left: 0;
}

.table_row_data {
	background: #f5f5f5;
	font-weight: bold;
	font-size: 14px;
}

.table_row_data_hl {
	color: #FF0000;
}

.resultstable {
	border-collapse: collapse;
	clear: both;
	font-size: 11px;
	width: 100%;
}

.resultstable .noleftborder {
	border-left: 0 none;
}

.resultstable th,.resultstable td {
	border-left: 1px dotted #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}

.resultstable th {
	background: transparent url(../img/bg/gradient_grey-white_header.png) repeat-x scroll 0 0;
	color: #333333;
}

.latestreviewlist {
	list-style-type: none;
	margin: 0;
}

.rowlist {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 6px 0 4px;
	padding: 0 0 0 3px;
	text-align: center;
}

.rowlist li {
	float: left;
	margin: 0 30px 5px 0;
	text-align: center;
}