.pointer {
	cursor: pointer;
}
.hidden{
	display:none;
}

/* floating  */
.fright {
	position: relative;
	float: right;
}

.fleft {
	position: relative;
	float: left;
}

/* font style  */
.b {
	font-weight: bold;
}

/* font size */
.f8 {
	font-size: 6pt;
}

.f10 {
	font-size: 10pt;
}

.f12 {
	font-size: 12pt;
}

/* specific style */
.icon {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.ecogal_text {
	clear: both;
	font-size: 1em;
	margin-top: 0px;
	width: 75%;
	position: relative;
}


/* paragraph style */
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* padding */
.p10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

/* IMAGE SHADOW */
.img-shadow{
	float:left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.ecogal_thumb img { cursor: pointer; }