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

.selecterBtns {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width: 545px;
margin: 10px 0 40px 0;
}

.selecterBtns table {
width: 545px;
background:#EDEDED;
border: 1px solid #CCCCCC;
}

.selecterBtns td {
padding: 5px;
}

.selecterBtns a {
background:#EDEDED;
color:#333333;
display:block;
float:left;
font-size:11px;
line-height:28px;
outline:none;
padding:0 7px;
text-decoration:none;
}

.selecterBtns .active,
.selecterBtns a:hover {
background:#111;
color:#fff;
}

.selecterContent {
width:545px;
clear:both;
}

.selecterContent a {
outline:none;
}

.selecterContent li {
width:168px;
height:165px;
overflow:hidden;
}

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

ul.nolist li {
float:left;
margin:0 7px 20px 6px;	
}
* html ul.nolist li {
margin:0 5px 10px 6px;	
}

ul.nolist img { margin-bottom: 7px; }
ul.nolist a:link, ul.nolist a:visited, ul.nolist a:active, ul.nolist a:hover { line-height: 14px; color: #454545; }
ul.nolist span { font-size: 12px; font-weight: bold; color: #3288dc; }
