img { display: block; border: 0px; }
.inline { display: inline; }
form { margin: 0 0 0 0; }
fieldset {
    border: 0px solid #fff;
    padding: 0px;
}
legend {
    display: none;
}

.displayNone { display: none; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.center {text-align: center;}
.floatLeft { float: left; }
.floatRight { float: right; }

p, h1, h2, h3, h4, h5, h6, address, ul, ol, fieldset {
    margin-top: 0;
    margin-bottom: 1.5em;
}
.zero {
	margin: 0;
	padding: 0;
	}
.borderless {
	border: 0;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.redBold
{
	font-weight: bold;
	color: #FFAA00;	
}

td.price {white-space:nowrap;}