html {height:100%;min-height:100%}
body {height:100%;min-height:100%;margin:0px}

th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

p
{
	margin: 0px 0px 25px 0px;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	text-decoration:none;
}

.subNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
}

.homeNews {


}

.contentMain {

	float:left;
	width:589px;
	height:366px;
	background-color:#FFFFFF;
	overflow:hidden;

}

.contentRight {
	position: relative;
	float:left;
	width:303px; /*304px;*/
	height:366px;
	background-color:#000000;
	overflow:hidden;
	margin-left:1px;
	text-align: center;
	
}

.contentNewsRight {

	float: left;
	width: 288px; /*304px;*/
	height: 143px;
	background-color: #000000;
	overflow: hidden;
	margin-left: 1px;
	
}

.productDetails {

	float:left;
	width:303px;
	height:366px;
	background-color:#ffffff;
	overflow:hidden;
	margin-left:1px;
	text-align:center;
}

#tblProductList td {
	height:60px;
}

#tblProductList td.on {
	border:2px;
	background-color:#efefef;
	cursor:pointer;
}

#productData {
	overflow:hidden;
	height:305px;
	width:303px;
}

#productData td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.scrollerHidden {
	top: 286px;
	left: 10px;
	visibility: hidden;
	position: absolute;
}

.scrollerVisible {
	visibility:visible;
	top:286px;
	left:10px;
	position:absolute;
	/*float:left;*/
}

.scrollArrow {
	cursor:pointer;
}

.hidden {display:none;}
.visible {display:block;}

a:link
{
	color: black;
}

a:visited
{
	color: black;
}

a:active
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

a.white:link
{
	color: white;
}
a.white:visited
{
	color: white;
}
a.white:active
{
	color: silver;
	text-decoration: underline;
}
a.white:hover
{
	color: silver;
	text-decoration: underline;
}

a.subNav:link
{
	color: white;
	text-decoration: none;
}

a.subNav:visited
{
	color: white;
	text-decoration: none;
}

a.subNav:active
{
	color: white;
	text-decoration: underline;
}

a.subNav:hover
{
	color: white;
	text-decoration: underline;
}

#FlashContent { position: absolute; left: 30px; }