/*
 * Clearing & Floating
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear{
	clear:both;
	clear:both;
	display:block;
	float:none;
	overflow:hidden;

 }

.height10 { height: 10px; }
.height20 { height: 20px; }
.height30 { height: 30px; }

.clearfix { display: block; }

.no-width{
	width: auto;
}

.floatbox { overflow:hidden; }

.left, .float-left { float: left;}
.right, .float-right { float: right;}
.center{
	text-align: center;
	margin: 0 auto;
}
.middle{
	vertical-align: middle;
}

.small{	font-size: 80%;}

.width5 { width: 4.999%; }
.width10 { width: 9.999%; }
.width13 { width: 12.999%; }
.width15 { width: 14.999%; }
.width18 { width: 17.999%; }
.width19 { width: 18.999%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width24 { width: 23.999%; }
.width25 { width: 24.999%; }
.width27 { width: 26.999%; }
.width28 { width: 27.999%; }
.width30 { width: 29.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width38 { width: 37.999%; }
.width40 { width: 39.999%; }
.width41 { width: 40.999%; }
.width45 { width: 44.999%; }
.width49 { width: 48.999%; }
.width50 { width: 49.999%; }
.width48 { width: 47.999%; }
.width54 { width: 53.999%; }
.width55 { width: 54.999%; }
.width56 { width: 55.999%; }
.width60 { width: 59.999%; }
.width65 { width: 64.999%; }
.width70 { width: 69.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

.breadcrumb{
	margin:0 0 10px;
	padding-bottom:5px;
	font-size: 14px;
}
