.clear {
	clear: both;
}

ul.errors {
	list-style-type: none;	
	background-color:yellow;
	margin:0 5px;	
}

ul.errors li {
	padding:0 5px;
}

.errors, .required {
	color: red;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.fleft {
	float: left;
}

.cleft {
	clear: left;
}

.fright {
	float: right;
}

.cright {
	clear: right;
}

.center {
	text-align: center;
}

.vmiddle {
	vertical-align: middle;
}

.underline {
	text-decoration: underline;
}

.black {
	color: black;
}

.white {
	color: white;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

.maroon {
	color: maroon;
}

.gray {
	color: gray;
}

.olive {
	color: #808000;
}

.price {
	color:red;
}

.smaller {
	font-size: 80%;
}

.nondec {
	text-decoration: none;
}

img {
	border:0;
}

.paging, .paging a {
	color: white;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.highlighted {
	font-weight: bold;
	color: black;
	background-color: #7EAD21; /*yellow;*/
	font-size:120%;
	padding:0 3px;
}

.green-light {
	color: #7EAD21;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}