@charset "utf-8";
body {
	padding:0px;
	color:#666;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0px auto 0px;
	background:#FFF;
	width: 100%;
}
:focus {
	outline: none;
}
:hover {
	outline:none;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:inherit;
}
h2 {
	margin:0px;
	font-size:1.2em;
	color:#F60;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
}


.homePage, .inner {
	margin:0px;
	padding:0px;
}
.homePage {
	background: url(../mobile/images/home-background.gif) no-repeat right top;
}
.icon {
	float:left;
	padding:0px 7px 0px 0px;
}
.box {
	float:right;
	padding:0px 0px 0px 7px;
}

.inner {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.buttonsLarge {
	width:130px;
	
	height:49px;
	font-weight:normal;
	color:#b4b4b4;
	text-align:left;
	}

.buttonsLarge a {
	padding:15px 10px;
	display:block;
	background:url(../mobile/images/small-bg.png) repeat-x;
	margin:0px 3px;
}

.copyright {
	text-decoration:none;
	display:block;
	padding:12px 0px 12px;
	font-size: 10px;
	color: #666;
	text-align: center;
}



hr, .clearAll {
	clear: both;
}
.overfow_hide {
	overflow: hidden;
}
