body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #646464;
}
a:hover {
	text-decoration: underline;
	color: steelblue;
}

/* Nav layout */
div#nav {
	position: relative;
	top: 0;
	margin-top: -4px;
	width: 100%;
	background-color: lightsteelblue;
	padding-top: 4px;
}
div#nav h2 {
	margin: 4px 20px;
}
div#nav h2 a {
	color: white;
	font-size: 15px;
	text-decoration: none;
}
div#nav h2 a:hover {
	text-decoration: underline;
}

div.breadcrumb {
	font-size: 10px;
	color: #7d7d7d;
}

div#nav ul {
	margin: 0;
	background-color: steelblue;
	padding: 4px 20px;
}
div#nav ul li {
	display: inline;
	font-size: 11px;
	padding: 4px 10px;
}
div#nav ul li.active {
	background-color: white;
}
div#nav ul li a {
	color: white;
	text-decoration: underline;
}
div#nav ul li a:hover {
	text-decoration: underline;
	color: lightsteelblue;
}
div#nav ul li.active a {
	color: steelblue;
	font-weight: bold;
}

/* Advertorial */
div#adv {
	max-width: 420px;
	border: 1px solid #b8b8b8;
	text-align: center;
	margin: 10px;
	font-size: 11px;
	background-color: #fafafa;
}
div#adv small {
	color: #7d7d7d;
}
div#adv p {
	margin: 0;
	padding: 10px;
}

/* Breadcrumb */
ul.breadcrumb {
	margin: 10px 15px;
	padding: 0;
	color: #646464;
	font-size: 11px;
}
ul.breadcrumb li {
	display: inline;
}
ul.breadcrumb li a {
	color: #646464;
	margin: 0px 5px;
}

/* Content layout */
div.content {
	margin: 20px;
	font-size: 14px;
	line-height: 18px;
}
div.content span.time {
	color: #7d7d7d;
	margin-right: 2px;
}
div.content ul {
	padding: 0 0 0 15px;
	margin: 0;
}
div.content h1, div.content h1 a {
	font-size: 17px;
	color: #a80321;
}
div.content h2, div.content h2 a {
	font-size: 15px;
	color: #a80321;
}
div.content hr, div#footer hr {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #b8b8b8;
	background-color: #b8b8b8;
	clear: both;
	border: 0;
	overflow: hidden;
}
div.content ul.author {
	margin: 0;
	padding: 0;
}
div.content ul.author li {
	list-style-type: none;
}
div.content ul.landfilter {
	margin: 0;
	padding: 0;
}
div.content ul.landfilter li {
	display: inline;
	margin-right: 10px;
}

/* Pda table */
table {
	border-top: 1px solid #e1e1e1;
	margin: 15px 0;
	empty-cells: show;
}
th, td {
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px;
}
th {
	font-weight: bold;
}
td.strong {
	font-weight: bold;
	color: #323232;
}

/* Tnet url */
div.tnetUrl {
	margin: 15px 20px 10px 20px;
	font-size: 11px;
	color: #7d7d7d;
}
div.tnetUrl a {
	color: #7d7d7d;
}

/* Footer */
div#footer {
	margin: 0 20px;
	font-size: 11px;
	color: #7d7d7d;
	padding-bottom: 15px;
}
div#footer hr {
	margin: 0 0 10px 0;
}
div#footer ul {
	display: inline;
	padding: 0;
	margin: 0 10px;
}
div#footer ul li {
	display: inline;
	margin-right: 10px;
}
div#footer p.copyright {
	margin: 0;
	display: inline;
}

/* Table styling */
table.newtable, .newtable table {
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0px;
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}

.newtable tr, .newtable .deselected, .newtable .odd,
.newtable td.odd, .newtable th.odd {
	background: #f5f5f4 url(../g/table/bg1.gif) repeat-x;
}

.newtable th, .newtable .selected, .newtable .even,
.newtable td.even, .newtable th.even, .newtable th.head {
	background: #eeeeed url(../g/table/bg2.gif) repeat-x;
}

.newtable th {
	font-size: 11px;
	vertical-align: bottom;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 2px 5px 4px;
	font-weight: bold;
}

.newtable th.right {
	border-right: 1px solid #B4B4B4;
}

.newtable th.head {
	text-align: center;
	font-size: 12px;
	border-left: 1px solid white;
	border-right: 1px solid #B4B4B4;
}

.newtable td {
	font-size: 11px;
	border-left: 1px solid white;
	border-right: 1px solid #B4B4B4;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}

.newtable td.clearleft {
	border-left: 0px;
}

.newtable td.clearright {
	border-right: 0px;
}

.newtable td.clearboth {
	border-left: 0px;
	border-right: 0px;
}

.newtable tr.newitem td {
	color: #C00042;
}

.newtable tr.newitem a {
	color: #C00042;
}
/* Flat table style */
table.flat {
	margin-bottom: 10px;
	border-top: 1px solid #e1e1e1;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0px;
	width: 100%;
}

.flat .noborder {
	border-top: 0px;
}

table.flat th {
	border-bottom: 1px solid white;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	color: #191919;
	text-align: left;
	background: #ededed url(../g/table/flat/th_bg.gif) repeat-x;
	font-size: 11px;
}
table.flat th.paddingLeft, table.flat td.paddingLeft {
	padding-left: 3px;
}
table.flat th.center, table.flat td.center {
	text-align: center;
}

table.flat td.nopadding, table.flat th.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

table.flat td {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 4px 5px 0px;
	vertical-align: top;
	font-size: 11px;
}

table.flat td.noBorderBottom {
	border-bottom: 0px;
}

table.flat td.first, table.flat .first td {
	border-top: 1px solid #dcdcdc;
}

table.flat .label {
	font-weight: bold;
	color: #282828;
}

table.flat .position {
	float: right;
	color: #919191;
}

table.flat .date {
	width: 35px;
	color: #646464;
	white-space: nowrap;
}

table.flat .dateFull {
	width: 62px;
	color: #646464;
	white-space: nowrap;
}

/* Pricewatch fp */
table.flat td.frontpageIcon {
	width: 20px;
}
table.flat td.frontpageProduct {
	width: 170px;
}
table.flat td.frontpageFolder {
	width: 19px;
}
table.flat td.frontpagePrice a {
	color: #646464;
	width: 55px;
}

table.flat .replies, table.flat .repliesMiddle {
	width: 30px;
	text-align: right;
	padding-right: 0px;
	color: #6e6e6e;
}

table.flat .repliesMiddle {
	padding-right: 10px;
}

table.flat .repliesIcon, table.itemList .repliesIcon {
	width: 14px;
	height: 11px;
	border: 0px;
	vertical-align: bottom;
	float: right;
	margin-right: 8px;
}

table.flat .fontnormal {
	font-size: 12px;
}

table.flat td.nowrap {
	white-space: nowrap;
}

table.flat tr.gray {
	background-color: #fafafa;
}

table.productlist td {
	padding: 4px;
}

table.productlist td.price {
	color: #787777;
}

table.productlist td img.arrowPrice {
	width: 9px;
	height: 6px;
	float: right;
}

/* Table style for itemtables as in use on Meuktracker frontpage */
table.itemList {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 0px 1px 0px 1px;
	font-size: 11px;
	empty-cells: show;
	background-color: #fafafa;
}

table.itemList.borderBottom {
	border-bottom: 1px solid #e1e1e1;
}

table.itemList th {
	border-bottom: 1px solid white;
	padding: 6px 4px 5px 4px;
	font-weight: bold;
	font-size: 11px;
	color: #323232;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-image: url(../g/table/flat/th_bg.gif);
	background-repeat: repeat-x;
	background-color: #ededed;
}

table.itemList th a {
	color: #323232;
}

table.itemList th.fontnormal {
	font-size: 12px;
}

table.itemList th.center {
	text-align: center;
}

table.itemList th.right {
	text-align: right;
}

table.itemList th.mid {
	border-top: 0px solid white;
}

table.itemList th.midTop {
	border-top: 1px solid #d7d7d7;
}

table.itemList th.scoreBarTitle {
	width: 70px;
}

table.itemList th.first, table.itemList .first th {
	border-top: 1px solid #dcdcdc;
}

table.itemList tr:hover {
	background-color: #f3f3f3;
}

table.itemList td {
	border-top: 1px solid white;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 4px 4px 4px;
	font-size: 11px;
	vertical-align: top;
	line-height: 16px;
}

table.itemList td.center {
	text-align: center;
}

table.itemList td.right {
	text-align: right;
	padding-right: 6px;
}

table.itemList td.date {
	width: 50px;
	text-align: center;
	white-space: nowrap;
}

table.itemList td.dateFull, table.itemList th.dateFull {
	width: 60px;
	white-space: nowrap;
}

table.itemList td.first, table.itemList .first td {
	border-top: 1px solid #dcdcdc;
}

table.itemList td.gray {
	color: #646464;
}

table.itemList td.label {
	font-weight: bold;
	color: #282828;
}

table.itemList td.nowrap {
	white-space: nowrap;
}

table.itemList th.nopadding, table.itemList td.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

table.itemList tr.selected {
	background-color: #f0f0f0;
}

table.condensed td, table.condensed th { padding: 3px; }

table.valign_middle_img td img {
	vertical-align: top;
	margin-top: -2px;
}

/* Score bars */
.scoreReadOut {
	display: none;
}

.scoreBar {
	float: left;
	height: 5px;
	margin-top: 5px;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}

.scoreDarkGreen {
	background: #5faa09;
	border-color: #4a8009;
}

.scoreGreen {
	background: #74bf00;
	border-color: #599500;
}

.scoreLime {
	background: #c3de29;
	border-color: #9aa302;
}

.scoreYellow {
	background: #c99100;
	border-color: #9c7400;
}

.scoreRed {
	background: #bf5700;
	border-color: #954700;
}

.scoreGray {
	border-left: 0px;
}

.scoreReadOut + .scoreGray {
	border-left: 1px solid #d2d2d2;
}

.scoreGray, .scoreGrayFull {
	background: #e1e1e1;
}

.scoreGrayDark {
	background: #b2b2b2;
	border-color: #9a9a9a;
}
