body {
	font-size: 12px;
	font-family:Verdana;
	margin:0;
	padding:0;
	color:#666666;
}

.header {
	left: 0px;
	top: 0px;
	right: 0px;
	padding:0px;
	text-align: center;
	height: 300px;
	width: 1024px;
	/*border: thin solid #CCCCCC;*/
}

.maincontent {
	width: 1024px;
	height: auto;
}
.left {
	width: 152px;
	height: 500px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
}

.rightmain {
	width: 240px;
	border: thin solid #999999;
	padding: 3px;
	position: absolute;
	top: 350px;
	left:784px;
}

.content {
	width: 610px;
	position: relative;
	left:162px;
	top: -480px;
}
.content_s {
	float:left;
}

.mainaddon {
	position: relative;
	left:2px;
	top: -400px;
	width: 1024px;
}

.bottomline {
	font-size: 75%;
	color: #cccccc;
	background-color: #D8F4FF;
	border: none;
	width: 1024px;
}

h2, .h_2 {
	font-size: 14px;
	color: #ff9226;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #8bc860;
}
h3 {
	font-size: 14px;
	color: #5ab4e5;
}
a {	color:#5ab4e5;
	text-decoration: none;
	line-height: normal;
 }
.whitefont {
	color: #FFFFFF;
	padding-left: 10px;
}

.stripy{
/*   -moz-binding: url(bindings.xml#table);*/
}

.stripy tr{
   background: expression(this.rowIndex % 2 == 0 ? "#fff" : "#efe");
/*   -moz-binding: url(bindings.xml#stripy.htc);*/
   background-image: url("javascript:function makeStripy(tabClass){var tabs=document.getElementsByTagName('table');for (var e=0;e<tabs.length;e++) if (tabs[e].className==tabClass){var rows=tabs[e].getElementsByTagName('tr');for (var i=0;i<rows.length;i++) rows[i].className+=((i % 2)==0?' oddrows':' evenrows');}} if(window.opera) makeStripy('stripy');");
}

.stripy tr:nth-child(2n+1){
   background:#fff;
}

.stripy tr:nth-child(2n){
   background:#efe;
}

.stripy .oddrows{
   background:#fff;
}

.stripy .evenrows{
   background:#efe;
}

.downtype
{
	font-size: 75%;
}

.spetprice
{
	font-size: 150%;
	color: #FF0000;
}
