/* --------------

	   ui_skin.css:lovey皮肤中心页面
	   author: xiangxu@wisedu.com

 ------------ */

/* 皮肤中心
----------------------------------------------------------------------------------------------------*/
/*skin_list 皮肤中心*/
.skin_wrap{
    height:250px;
}
.skin_list{
    margin-left: -5px;
}
.skin_list li{
    width:190px;
    height:150px;
    display: inline;
    float: left;
    margin: 0 0 10px 20px;
    position: relative;
}

.skin_list .skin_name{
    width: 190px;
    height: 35px;
    background:url("../images/common/skin/skin_bottom.gif") no-repeat;
    text-align: center;
    color:#707273;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom:0;
    z-index:2
}
.skin_list .skin_eg{
    width: 180px;
    height: 130px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    top:10px;
    z-index: 1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
}
.skin_list .skin_eg:hover{
    box-shadow:0 0 15px #bfbfbf;
    top:0;
}
.skin_list .selected .skin_eg{
    top:0;
    box-shadow:0 0 15px #adeba1;
}
.skin_list .selected  .skin_name{
    background:url("../images/common/skin/skin_bottom_select.gif") no-repeat;
    color:#fff;
}