.auctionPage{
    background-color: #222;
    width:98%;
    margin:5px auto;
    padding:10px;
}
.auSellerBox{
    display: inline-block;
    float:left;
    width: 30%;
    margin:10px;
    background-color: #333;
    padding:5px;
    border-radius: 5px;
    text-align: center;
}
.auSellerImg{
    width: 160px;
    height:160px;
    position: relative;
    margin:5px auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
     box-shadow: 2px 2px 5px 5px rgba(0,0,0,.3);
}
.auSellerImg img{
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    top:2%;
   
}
.sendMsgBtn,.phoneBtn{
    max-width: 160px;
    padding:5px;
    margin:10px auto;
    position: relative;
    background-color: mediumseagreen;
    border-radius: 3px;
    border:1px solid mediumspringgreen;
    color:#222;
}
.sendMsgBtn:hover{
    cursor: pointer;
    box-shadow: 0px 0px 6px 2px mediumspringgreen;
    color:#FFF;
    transform: scale(1.05);
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.phoneBtn{
    background-color: mediumslateblue;
      border:1px solid mediumpurple;
    
}

.sendMsgBtn i,.phoneBtn i{
    width: 24px;
    display: inline-block;
    margin-right: 5px;
}
.auItemBox{
    display: inline-block;
    float:left;
    width: 60%;
    margin:10px;
    overflow: hidden;
    max-height:440px;
}
.auImages{
    width: 1280px;
    position: relative;
    height: 390px;
    /*position: absolute;*/
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.auTitle{
    background-color: #222;
    border-radius: 3px;
    padding-top:10px;
    padding-bottom: 10px;
    color:mediumslateblue;
    color: #e6763b;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.auTitle h1{
    font-size: 1.5em;
}

.ppCategoryNav{
    background-color: #222;
    font-size: 1.2em;
    padding: 5px;
}
.ppCategoryNav a{
    text-decoration: none;
    color:#BBB;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ppCategoryNav a:hover{
    color:#239cd3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ppTabs{
    width: 95%;
    margin:5px auto;
    margin-top: 15px;
    position: relative;
    padding:5px;
    height: 35px;
    border-radius: 0px 0px 8px 8px;
    background-color: #222;
    padding-top:10px;
}
.tab{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab:hover{
    cursor: pointer;
    color:#FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab i{
    margin-right: 6px;
}
.tabActive{
    color: #222;
    background-color: #BBB;
    padding:5px;
    padding-bottom: 20px;
    border-radius: 3px 3px 0px 0px;
    border:1px solid silver;
    border-bottom: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}
.ppContent{
    text-align: left;
    margin: 10px;
    margin-top: 0px;
    padding:10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background-color: #333;
    background-color: #BBB;
    color: #111;

    border:1px solid silver;
    border-bottom: 3px ridge #239cd3;
    border-bottom: 3px ridge mediumseagreen;
    border-radius: 3px;
    position: relative;
    top:-10px;

}

.commentsTab h3{

}
.commentsTab h3 a{
    text-decoration: none;
    color:#00B2AA;
}
.ppNewComment{
    width: 70%;
    height:110px;
    float: left;
    background-color: #777;
    border-radius: 3px;
    padding:10px;
    font-size: 1.2em;
}
.ppAddCommentBtn{
    float: left;
    position: relative;
    padding: 20px;
    margin:10px;
    top:30px;
    border-radius: 3px;
    background-color: mediumseagreen;
}
.ppAddCommentBtn:hover{
    cursor: pointer;
    transform: scale(1.05);
    background-color: #239cd3;
}
.ppComment{
    width: 90%;
    height:100px;
    background-color: #222;
    border-radius: 3px;
    padding:10px;
    margin:10px;
    color:#BBB;
}
.ownCmt{
    background-color: mediumseagreen;
}
.ppComment .avatar{
    width: 90px;
    height:90px;
    background-color: #333;
    position: relative;
    float:left;
    margin-right: 10px;
    border-radius: 30px;
    overflow: hidden;
}
.ppComment .avatar img{
    width: 100%;
}
.ppComment .name{
    float:left;
    position: relative;
    display: block;
    background-color: #444;
    padding:8px;
    border-radius: 3px;
    margin-right: 15px;
    left:0px;
    color:#F09819;
}
.ppComment .cmtText{
    display: block;
}
.commentsTab .ppCommentLoginHint{

}
.commentsTab .ppCommentLoginHint a{
    color:#7636c8;
    color:#239cd3;
    color: mediumseagreen;
    text-decoration: none;
}
.cmpBtnActive{
    background-color: #F8AA71;
    border-radius: 8px;
    padding:5px;
    color:#222;
}
.cmpBtnActive i{
    left:2px;
    position: relative;
}

.aucCover{
    float:left;
    border-radius: 5px;
    position: relative;
    margin:5px;
    box-shadow: 0px0px 5px 2px rgba(0,0,0,.5);
    overflow: hidden;
    max-width: 150px;
    border:3px solid #333;
}
.aucCover:hover{
     border:3px solid #999;
     transform: scale(1.05);
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mainCover{
    max-width: 100%;
}

.portfolio{
    position: relative;
    margin:5px auto;
    max-width: 720px;
    background-color: #BBB;
    color:#222;
    padding:30px;
    border-radius: 3px;
    top:-10px;
}
.fixPrice{
    background-color: orange;
    color:#111;
    font-size: 1.3em;
    display: block;
    padding:10px;
    border-radius: 5px;
    margin:10px auto;
    max-width: 160px;
}
#map{
    transform: scale(0.9);
    max-width: 98%;
}
#map path{
    stroke:#444;
    stroke-width:1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.active{
    fill: mediumseagreen;
    fill: orange;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navi{
    position: relative;
    float:right;
    bottom: 130px;
    z-index: 200;
    background-color: #333;
    color:#F09819;
    border-radius: 3px;
}
.navi span{
    font-size: 2em;
    display: inline-block;
    padding: 10px;
    
}
.navi span:hover{
    transform: scale(1.05);
    cursor: pointer;
    background-color: orange;
    color:#222;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width:980px){
    .auctionPage{
        max-width: 90%;
    }
    .auSellerBox,.auItemBox{
        width: 98%;
        margin:5px;
    }
}
