/* START classes */

	.ender {
		clear: both;
    	height: 0px!important;
    	overflow: hidden;
	}
	.hidden {
		display: none;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.text_left {
		text-align: left;
	}
	.text_right {
		text-align: right;
	}
	.first_item {
		margin-top: 0;
		margin-left: 0;
	}
	.last_item {
		margin-right: 0!important;
	}
	.bold {
		font-weight: bold;
	}
    .no_padding {
        padding: 0;
    }
    .no_margin {
        margin: 0;
    }
	.strike {
		text-decoration: line-through;
	}
	.transparent {
		background-image: url(../gfx/defaults/spacer.gif);
		background-repeat: repeat;
		background-color: transparent;
		border: none;
	}
	.white {
		color: #ffffff;
	}
	.border {
		border: 1px solid #dddddd;
	}

/* END classes */