* {
   font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%; 
}

.clear {
   clear: both;
   visibility: hidden;
   font-size: 1px;
}
.clear_right { clear: right;}


.hide 	{	visibility: hidden; }
.no_display { display: none; }

a 			{ color: #252572; }
a:hover 	{	color: #66c; }
.center 	{ text-align: center; }
.strong 	{ font-weight: bold; }
.small 	{ font-size: 11px; }
.floatright {	float: right; }
.floatleft 	{	float: left; }
.textright 	{ text-align: right;	}
.middle 	{ vertical-align: middle; }
.big 		{ font-weight: bold; font-size: 1.1em; color: #f60; }

.imgleft {
   float: left;
   margin: 5px 8px 8px 0;
	border: 4px solid white;
}

.imgright {
   float: right;
   margin: 5px 0 8px 8px;
	border: 4px solid white;
}

.ok_info {
	background:lime;
	font-weight:bold;
	color:black;
	padding:.2em 1.1em .2em 1.1em;
}
.er_info {
	background:red;
	font-weight:bold;
	color:black;
	padding:.2em 1.1em .2em 1.1em;
}

.price {
	font-size:1.1em; 
	color:red;
	font-weight:bold;
	text-align:right;
}
