* {
	margin: 0;
}

html,body {
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}

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

.content {
	font-size: 14px;
}

.content p {
	margin-bottom: 10px;
}

.chunk {
	border-bottom: 1px solid #ccc;
}

table.sortable thead {
	background-color: #eee;
	color: #666666;
	font-weight: bold;
	cursor: default;
}

.sp_results td {
	font-size: 14px;
}

.sp_results img {
	border: 0px;
}

.content h2 {
	font-size: 36px;
	color: #E00000;
	font-weight: 300;
}

.content h3 {
	font-size: 20px;
	color: #E00000;
	font-weight: 300;
}

.banner td {
	padding: 5px;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
}

.carriers {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	border-collapse: collapse;
	border-bottom: 1px solid #666;
}

.carriers th,.carriers td {
	text-align: left;
	border: 1px solid #666;
	padding: 5px;
}

.content .basic td {
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.line {
	border-bottom: 1px solid #F80000;
}

.mobilelist {
	padding: 0px;
	list-style-type: none;
}

.mobilelist li {
	padding: 5 0 3 5;
}

.complaint {
	padding: 5px;
	background-color: #e1e1e1;
	margin-bottom: 10px;
}

.more {
	display: block;
	width: 96%;
	padding: 2%;
	border: 1px solid #F80000;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.news {
	font-size: 14px;
	margin-bottom: 10px;
}

.news .headline {
	font-weight: bold;
	padding-bottom: 3px;
}

.news .byline {
	font-size: 12px;
	padding-bottom: 3px;
	color: #666
}

.rating {
	float: right;
	padding-right: 20px;
	width: 120px;
}

.post_link {
	float: right;
	margin-right: 5px;
	text-align: right;
}

.banner_top {
	margin: 0 auto 10 auto;
	width: 100%;
}

.banner_box {
	background: url('media/banner-back.png') repeat-x;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 8px 4px 4px 4px;
	height: 38px;
	width: 100%;
	font-size: 32px;
	text-align: center;
}


.large_button {
	background: url('media/gradient-button.jpg') repeat-x;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 8px 8px 4px 8px;
	height: 28px;
	font-size: 20px;
}
.large_button a {
	color: #000;
}

.loading {
	background: url('ajax-loader.gif') no-repeat 1px;
	height: 28px;
	width: 28px;
	display: none;
}

.complaint .mess {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px auto;
	width: 90%;
	text-align: left;
}

.top {
	background-color: #e1e1e1;
	margin: 0 auto 10 auto;
	line-height: 15px;
	font-size: 15px;
	width: 100%;
	color: #000;
	padding: 5px 5px 5px 5px;
}

.top td {
	font-size: 14px;
}

.top a {
	color: #000;
}

.top a.nav {
	color: #000;
	padding-right: 15px;
}

.header {
	background-color: #F80000;
	margin: 0 auto 10 auto;
	line-height: 15px;
	font-size: 15px;
	width: 100%;
	color: #fff;
	padding: 5px 5px 0px 5px;
}

.footer,.push {
	height: 24px;
	clear: both;
	width: 90%;
	margin: 0 auto 0 auto;
}

ul.navlist {
	margin-left: 35;
	white-space: nowrap;
	padding: 20px;
}

.navlist li {
	display: inline;
	list-style-type: none;
}

.reply_link {
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	padding: 0px 0px 0px 50px;
}

.comment {
	display: none;
	padding: 0px 0px 0px 50px;
}

.comments {
	border-top: 1px solid #fff;
	padding: 0px 0px 0px 50px;
}

.topic {
	background-color: #EBEBEB;
	margin-bottom: 10px;
	padding: 5px;
}

.topic .headline {
	margin-bottom: 5px;
	color: #E00000;
	font-weight: bold;
	font-size: 16px;
}

.one_comment {
	margin: 1px;
	background-color: #E8E8E8;
	padding: 5px;
}

.navlist a {
	padding: 20px;
	margin: 0;
}

.navlist a:link,.navlist a:visited {
	color: #fff;
	text-decoration: none;
}

.navlist a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#star ul.star {
	LIST-STYLE: none;
	MARGIN: 0;
	PADDING: 0;
	WIDTH: 85px;
	HEIGHT: 20px;
	LEFT: 10px;
	TOP: -5px;
	POSITION: relative;
	FLOAT: left;
	BACKGROUND: url('media/stars.gif') repeat-x;
	CURSOR: pointer;
}

#star li {
	PADDING: 0;
	MARGIN: 0;
	FLOAT: left;
	DISPLAY: block;
	WIDTH: 85px;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
	text-indent: -9000px;
	Z-INDEX: 20;
	POSITION: absolute;
	PADDING: 0;
}

#star li.curr {
	BACKGROUND: url('media/stars.gif') left 25px;
	FONT-SIZE: 1px;
}

#star div.user {
	LEFT: 15px;
	POSITION: relative;
	FLOAT: left;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	COLOR: #888;
}

.warning {
	padding: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 2px solid #F80000;
}

.warning .prob {
	padding-top: 5px;
	color: #F80000;
	padding-bottom: 5px;
}