/* ------ general
-----------------------------------------------*/

body {
font-family:Arial, Helvetica, sans-serif;
background:#ffffff;
font-size:11px;
margin: 0;
padding: 0;
}

/* ------ mobilyselect
-----------------------------------------------*/

.selecterBtns {
	margin-bottom: 20px;
}

.selecterBtns ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.selecterBtns li {
	float: left;
}

.selecterBtns a {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background:#E5E5E5;
color:#111;
display:block;
font-size:11px;
line-height:28px;
margin-right:4px;
outline:none;
padding:0 15px;
text-decoration:none;
float: left;
}

.selecterBtns .active,
.selecterBtns a:hover {
background:#111;
color:#fff;
}

.selecterContent {
float:left;
clear:both;
}

.selecterContent a {
outline:none;
}

.selecterContent li {
overflow:hidden;
}