@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
}
.wrapper {
	width:320px;
	margin:0 auto;
}
.disclaimer {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	width: 100%;
	padding: 5px;
	text-align:center;
}
.terms_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	text-align: center;
	margin: 0 auto;

}
.privacy {
	width: 100%;
	text-align: center;
	float: none;
}
.privacy ul {
	margin: 0 auto;
	list-style: none;
}
.privacy li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #FFF;
	font-size: 10px;
	margin-right: 5px;
}

/*---------------------------FOOTER--------------------------*/
#coltab {
	position: relative;/*fixed;*/
	text-align: center;
	z-index: 100;
	width: 100%;
	bottom: 0;
	  margin-left: -50px;
	  margin-top:50px;
	
}
#coltab > li {
	background: #fff;
	color: #fff;
	width: 100%;
	height:70px;
	/*cursor: pointer;*/
	display: block;
	position: relative;/*background-image:url(images/legal.png);
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 0px;*/
	
}
#legelbtn{
	cursor: pointer;
	width:100px;
}
#coll{
	cursor:pointer
}
#coltab ul {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	display: none;
	padding: 5px;
	position: absolute;
	/*height: 200px;*/
	list-style: none;
	z-index: 111;
}
#coltab ul.open {
	display: block;
	margin-top: 30px;
	width: 100%;
}