/* ------ general
-----------------------------------------------*/

body {

font-size:11px;
}

/* ------ mobilyselect
-----------------------------------------------*/

#content {
width:100%;
margin:10px auto 0;
}

.selecterBtns {
float:left;
width:100%;
margin-bottom:25px;
border: none;
}

.selecterBtns a {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background: #CCCCCC;
color:#999999;
display:block;
float:left;
font-size:11px;
font-weight:bold;
line-height:28px;
margin-right:4px;
outline:none;
padding:0 15px;
text-decoration:none;
border:none;
}

.selecterBtns .active,
.selecterBtns a:hover {
background:#999999;
color:#fff;
border:none;
}

.selecterContent {
float:left;
width:100%;
clear:both;
}

.selecterContent a {
outline:none;
}

.selecterContent li {
width:160px;
height:110px;
overflow:hidden;
margin-right:18px;
}

ul.nolist,
ul.nolist li {
display:block;
list-style:none;
padding:0;
margin:0;

}

ul.nolist li {
float:left;
margin:0 15px 15px 0;	
border: none;
}

ul.nolist li img {
border:1px solid #999999;
}

a {
color:#fff;
}

a img {
border: none;
}
