#prices {
}
.scrollTable {
     width: 940px;  
}
.fixedHeaderContainer {
	width: 960px;  
	background:url(../images/pricing_title.png) left repeat-x; 	
	padding-bottom:2px;
}
.fixedHeader{
	height:30px;
}
#prices td {
	vertical-align:middle;
} 

.adnClass {
	width:80px;
}
.shaded{
	background-color: #F0F0F0;	
	width:100%;	
	line-height:15px;
	margin-bottom:1px;
}

img {
     border-style: none;   
}

/*the scroll functionalty*/
div.tableContainer {
	height: 340px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.tableContainer div.fixedHeaderContainer {	
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
}
div.fixedHeaderContainer{
	height: 30px;
	vertical-align:middle;
}

div.scrollContentContainer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 960px;;
	overflow-x: hidden;
	overflow-y: scroll;	
}
.mlgClass {
     text-align:right;    
}
.kmheader {
     width:60px;
}