/* -----------------------------------------------
	Buttons
----------------------------------------------- */

a.button {
		float: left;
		overflow: hidden;
		padding: 21px 0 0 0;
		height: 0px !important; 
		height /**/:21px; /* for IE5/Win only */
	}

a.button i {
		display: none;
	}

a.button:hover {
		background-position: 0 -21px;
	}

a.button:active, a.button_active {
		background-position: 0 -42px;
	}

#tools a {
		width: 23px;
		margin-right: 5px;
	}

a.cnd {
		background-image: url("../graphics/st_cnd.gif");
	}

a.nrm {
		background-image: url("../graphics/st_nrm.gif");
	}

a.ext {
		background-image: url("../graphics/st_ext.gif");
	}

a.hlt {
		background-image: url("../graphics/st_hlt.gif");
	}

a.gal {
		background-image: url("../graphics/st_gal.gif");
	}
	
a.pgal {
		background-image: url("../graphics/st_pgal.gif");
	}

a.sng {
		background-image: url("../graphics/st_sng.gif");
	}

a.hlp {
		margin-left: 5px;
		background-image: url("../graphics/st_hlp.gif");
	}

a.search {
		width: 96px;
		background: url("../lang/el/bSearch.gif") 0 0;
	}

a.button2 {
		float: left;
		overflow: hidden;
		padding: 21px 0 0 0;
		height: 0px !important; 
		height /**/:21px; /* for IE5/Win only */
	}

a.button2 i {
		display: none;
	}

a.button2:hover {
		background-position: 0 -21px;
	}

a.button2:active, a.button_active {
		background-position: 0 -42px;
	}

