@CHARSET "UTF-8";
form{
	padding: 0;
	margin: 0;
}
img{
	border:0;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 165%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 100%;
}
input {
	padding: 0;
	margin: 0;
	border: 1px solid black;	
}


.clear {
	clear: both;
}

ul.errors {
	list-style-type: none;	
	background-color:yellow;
	margin:0 5px;	
}

ul.errors li {
	padding:0 5px;
}

.required {	
	font-weight: bold;
}
.errors {
	color: red;
}


.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;
}

.paging, .paging a {
	color: white;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.highlighted {
	font-weight: bold;
	background-color: yellow;
	font-size:120%;
	padding:0 3px;
}

.green-light {
	color: #7EAD21;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}
.fleft{
	float: left;
}


/*** BUTTONS ***/
a.hrefButton, a.hrefButton:link, a.hrefButton:visited
{
	display: block;
	margin: 2px 5px 2px 5px;
	padding: 2px;
	width: 100px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	background: #cccccc;
	text-align: center;
	text-decoration: none;
	font: normal 10px Verdana;
	color: black;
}

a.hrefButton:hover
{
  background: #eeeeee;
}

a.hrefButton:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}


/*** GLOBAL ***/

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.tcenter {
	text-align: center;
}
.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.fleft {
	float: left;
}

.cleft {
	clear: left;
}

.fright {
	float: right;
}

.cright {
	clear: right;
}


.lineTop {
	border-top: 1px solid gray;
}

