body,
html {
	margin:0;
	padding:0;
	background: #fff;
	color:#000;
	font: normal .80em Helvetica, 'Trebuchet MS', arial, sans-serif;
}
body{
	font-size: 12px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Trebuchet MS', Helvetica, arial, sans-serif;
	font-weight: bold;
	color: #369;
	margin: 5px;
	padding: 2px;
}
a {
	color: #018;
}
a:hover {
	color: #777;
}
img {
	border: none;
}
ul {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}
li {
	padding: 4px;
	margin: 3px;
	width: 295px;
}
div.shelf {
	clear: both;
}
.SOIdown {
	color: #F33;
}
.SOIup {
	color: #081;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}

#header {
	background-color: #FFF;
	text-align: left;
	margin-left: 5px;
}
#header img {
	border: none;
	padding-right: 5px;
}
#nav {
    padding: 5px;
    text-align: left;
	display: none;
}
#nav ul {
	margin:5;
	padding: 0;
	list-style: none;
	text-align:left;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
#nav ul a:hover {
	text-decoration: underline;
}

div#latestUpdates {
	padding: 5px;
	text-align: left;
	padding-top: 0;
}

ul#recentUpdates {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul#recentUpdates li {
	clear: both;
	text-align: left;
}

ul#recentUpdates img {
	float: left;
}
ul#recentUpdates h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	float: left;
	color: #fff;
}
ul#recentUpdates .updatePrice {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-right: 4px;
	padding-top: 4px;
}
.updateUp {
	background-color: #374;
	height: 20px;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px; 
	clear: both;
}

.updateDown {
	background-color: #a33;
	height: 20px;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px; 
	clear: both;
}
div.updateInfo {
	display: none;
}

ul#recentUpdates div.updateInfo li {
	display: inline;
 	_width: 1px;  
 	_white-space: nowrap; 	
}
.updateDate {
	color: #aaa;
	font-size: 10px;
	margin:0;
	padding:0;
	margin-top: 3px;
	text-align: left;
	padding-left: 2px;
}

#loginBlock {
	display:none;
}

div.updateDetailsLower {
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	clear: both;
}
