﻿.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.hidden{
	display: none;
}

.arrowrt{
	background: transparent url(../images/arrows_rt.gif) no-repeat scroll right center;
	padding-right: 12px;
}

.arrowlt{
	background: transparent url(../images/arrows_rt.gif) no-repeat scroll left center;
	padding-left: 12px;
}


ul.left{
	margin-left: 0;
	padding-left: 0;
}

ul.left li{
	margin-left: 0;
}

ul.col2{
	margin: 10px 5px 10px 5px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

ul.col2 li{
	float: left;
	padding: 5px;
	width: 40%;
	text-align: center;

}

ul.col2 li a{
	font-weight: bold;
	margin: 5px 0 5px 0;
}


ul.uses{
	
}

ul.uses li{
	height: 180px;
}

ul.uses li img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

