﻿.toplist {
    clear:both;
}

.toplist li a {
    border:1px solid #ccc;
    background:#fff;
    display:inline-block;
}

.toplist li a img {
    margin:4px;
}

.plist {
    background:#fff;
    border:1px solid #e3edfb;
    height:90px;
}

.plist ul {
    border:none;
    height:90px;
    overflow:hidden;
    padding:0 5px;
    float:left;
    width:632px;
}
.plist li {
    float:left;
    margin:12px 6px;
}

.plist img {
    width:60px;
    height:60px;
    padding:2px;
    border:1px solid #ddd;
}

.plist img:hover{
    width:60px;
    height:60px;
    padding:2px;
    border:1px solid #666;
}

.plist .on img{
    width:60px;
    height:60px;
    padding:1px;
    border:2px solid #f60;
}

.pshow {
    padding:10px 0;
    text-align:center;
    margin:10px;
}
.loading p {
    height:50px;
    width:320px;
}
.loading p span {
    padding-top:20px;
}
.pic_next,.pic_prev {
    height:69px;
    width:11px;
    overflow:hidden;
    margin:10px 0 10px 10px;
    display:inline;
}
.pic_next {
    float:left;
    background:url(../img/system/pstag.gif) 0 0 no-repeat;
}
.pic_prev {
    float:right;
    background:url(../img/system/pstag.gif) 0 -69px no-repeat;
    margin:10px 10px 0 0;
}
.pic_next a,.pic_prev a {
    display:block;
    height:69px;
    width:11px;
}
.pic_next a:hover {
    background:url(../img/system/pstag.gif) -11px 0 no-repeat;
}
.pic_prev a:hover {
    background:url(../img/system/pstag.gif) -11px -69px no-repeat;
}
.pshow p {
    padding:30px 10px 10px;
    text-align:left;
    line-height:20px;
}
.pshow input {
    margin:0 10px 0 0;
}
