/* CSS Document */
/*左菜单拉出*/
.allcover{background-color:#000000;display:none;height:100%;filter:alpha(opacity=30);opacity:0.3;position:absolute;top:0;width:100%;z-index:100000;}
.munecover{
	 background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=50);
    border-right: 1px solid #ccc;
    box-shadow: 1px -1px 30px #000000;
	filter:alpha(opacity=50);
	left:-100%;
	position:absolute;
	top:0;
	width:60%;
	z-index:100001;}
	.munecover .close {
    height: 25px;
    position: absolute;
    left:20px;
    top: 5px;
    width: 25px;
     }
.munecover dl{ height:100%; margin-top:-5px;}
.munecover dl a{ color:#fff; display:block}

.munecover dl dt {
        background:#917452 none repeat scroll 0 0 !important;
      filter: Alpha(opacity=80);

    border-bottom: 1px dotted #AAAAAA;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:right;
	padding-right:30px;
}

.munecover dl dd {
    border-bottom: 1px dotted #AAAAAA;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:right;
	padding-right:22px;
}

