/*GLOBALS*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url("/img/global/bg-tile.gif") repeat;
    -webkit-font-smoothing: antialiased;
}

.mobile body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.wrapper {
	/*width: 939px;*/
    width: 985px;
	margin: 0 auto;
	position: relative;
}

.content {
	padding-bottom: 40px;
	background: #fff;
    padding-top: 5px;
    position: relative;
    min-width: 985px;
}

.modal .content {
	margin: 0 !important;
}

.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%;
}

a img {
	outline: none;
}