body.x-body-masked { overflow-x: hidden; overflow-y: auto;}

#content {
    position: relative;
    font-family: arial, verdana, helvetica, san-serif;
    font-size:11px;
	margin: 0px auto;
	width: 960px;
}
#content img { border: 0; }

/*-------------------------------------------------------------------------*/
div#a-loading {
	position: fixed; _position: absolute; z-index: 9999; 
	margin: 0; top: 0; left: 0; right: 0; bottom: 0; 
					
	_width: expression(document.body.offsetWidth);
	_height: expression(document.body.offsetHeight);				
}			
div#a-loading >iframe { display: none; }			
div#a-loading iframe {
	position: absolute; background-color: #fff; filter: alpha(opacity=0);
	top: 0; left: 0; height: 100%; width: 100%; z-index: 0;				
}			
div#a-loading div#a-loading-mask {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #ccc; 
	filter: alpha(opacity=20); -moz-opacity: 0.2; opacity: 0.2;
}
/*-------------------------------------------------------------------------*/

ul#towingTabs {	
	list-style: none; margin: 0; padding: 0;	
	position: relative; right: 0; text-align: right;
	_overflow: hidden; _zoom: 1;
}

ul#towingTabs li {
	margin: 0; padding: 0; display: inline; 
}

ul#towingBasicsNav {
	list-style: none; margin: 0; padding: 0; margin-top: 5px;
	
}

ul#towingBasicsNav li {
	margin: 0; padding: 0; display: inline; margin-right: 5px;
}

div#content div.a-clearboth {
	height: 1px;
	overflow: hidden;
	clear: both;

}

/* this class is there because a- prefix changes has only been done for cpov and vsmc.
However other projects like eaf, bdl will continue to use the older class 
This can be removed once we decide to do the changes in other projects too.*/
div#content div.clearboth {
	height: 1px;
	overflow: hidden;
	clear: both;

}

h1
{
    font-size:24px;
}

h2
{
    font-size:22px;
}

h3
{
    font-size:20px;
}

h4
{
    font-size:18px;
}

h5
{
    font-size:15px;
}

h6
{
    font-size:13px;
}
