a:link {
	color: #E6E6E6;
	text-decoration: none;
}
a:visited {
	color: #E6E6E6;
	text-decoration: none;
}
a:hover {
	color: #FF7800;
	text-decoration: none;
}
a:active {
	color: #FF7800;
	text-decoration: none;
	outline: none;
}
a.text:link {
	color: #E6E6E6;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
a.text:visited {
	color: #E6E6E6;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
a.text:hover {
	color: #FF7800;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.showHide{
	display:none;
}
.button{
	right: 550px;
}
.date {
	color: #FF7800;
	width: 80px;
	vertical-align: top;
	text-indent: 8px;
}
.specs {
	width: 90px;
	color: #FF7800;
}
.thumb {
	width: 140px;
	vertical-align: top;
	text-indent: 0px;
	text-align: center;
	height: auto;
}
.thumbtxt {
	width: 80px;
	vertical-align: top;
	text-align: center;
}
body {
	background-color: #232323;
	margin: 12px;
	padding: 0px;
	color: #E6E6E6;
}
.menu {
	background-color: #404040;
	width: 700px;
	height: 34px;
	vertical-align: top;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #404040;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: 700px;
	height: auto;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	letter-spacing: 0pt;
	word-spacing: 2px;
}
#imagecontainer{
	padding:0px;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	max-height:200px;
	overflow:hidden;
	height:expression(
	this.scrollHeight > 200 ? "200px" : "auto" );
}
.seperator {
	background-color: #404040;
	width: 700px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #404040;
	width: 700px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	letter-spacing: 0.25pt;
}
