a {
    outline:none;
}
.collect-box {
    position:absolute;
    background-color:#fff;
    width: 388px;
    border: 1px solid #555b5f;
    top:85px;
    left: 500px;
    z-index:2147483647;
    text-shadow: none;
}
.collect-box-header {
    height: 40px;
    line-height: 40px;
    color:#fff;
    background-color:#3c4349;
    font-family: "Microsoft Yahei";
    padding: 0px 10px;
}
.collect-box-header-title {
    float:left;
    font-size:16px;
    font-family: "Microsoft Yahei";
}
.collect-box-header a {
    float:right;
    font-size:12px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    display:block;
}
.collect-box-header a:hover {
    color:#fff;
    text-decoration:none;
}
.collect-box-header a:visited {
    color:#fff;
    text-decoration:none;
}
.collect-box-main {
    clear:both;
    background-color:#fff;
    padding: 10px 0px;
}
.collect-box-header img {
    vertical-align:middle;
    border:none;
}

.collect-loading-box {
   text-align:center;
}
.collect-loading-pic {
    margin:30px 0px;
}
.collect-blue-btn a {
    text-decoration:none;
    display: inline-block;
    border: 1px solid rgb(28, 133, 194);
    padding: 1px 25px;
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 1px 2px rgb(191, 191, 191);
    background-image: -moz-linear-gradient(center top , rgb(25, 163, 242), rgb(3, 138, 216));
    background-color: rgb(25, 163, 242);
    font-weight: bold;
    outline: 0px none;
    line-height: 24px;
    cursor: pointer;
}
.collect-blue-btn a:hover {
    text-decoration:none;
    background-image:-moz-linear-gradient(top, #038ad8, #19a3f2);
    background-image:-o-linear-gradient(top, #038ad8, #19a3f2);
    background-image:-webkit-linear-gradient(top, #038ad8, #19a3f2);
    background-image:-linear-gradient(top, #038ad8, #19a3f2);
    background-color:#038ad8;
    color:#fff !important
}
.font12 {
    font-size:12px;
}
.collect-loading-tip {
    margin-top:5px;
    color:#ff6600;
}


.collect-info-main {
    text-align:center;
}
.collect-info-pic-box {
    width: 326px;
    height: 220px;
    margin: 15px auto 15px;
    margin-bottom:0px;
}
.pic-left {
   float:left;
   width:52px;
   height: 220px;
}
.info-pic {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
}
.pic-right {
   float:left;
   width:52px;
   height: 220px;
}
.pic-left a {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-top: 89px;
    background: url("http://www.bbbao.com/img/style/direction2.png") no-repeat scroll 0px 0px transparent;
}
.pic-left a:hover{
    background-position:0 -50px
}
.pic-right a {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 89px 0px 0px 10px;
    background: url("http://www.bbbao.com/img/style/direction2.png") no-repeat scroll 0px -100px transparent;
}
.pic-right a:hover {
    background-position:0 -150px
}
.info-price {
    position: absolute;
    padding: 1px 3px 1px;
    right:3px;
    bottom:3px;
    color: rgb(255, 255, 255);
    text-align: left;
    text-shadow: -1px 0px 0px rgb(85, 85, 85);
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    font-family: "Microsoft yahei";
    font-weight: bold;
    font-size:20px;
    border-radius:3px;
}
.border-box {
    margin: 10px 20px;
    border: 3px solid #f8f8f8;
}
.border-box-in {
   border:1px solid #e6e6e6;
   padding: 5px 8px;
}
.info-name {
    width: 319px;
    height: 24px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    border: 0px none;
    outline: medium none;
    background-color: rgb(255, 255, 255);
    background-image: none;
}
.collect-btn {
   text-align:right;
   border-top:1px solid #e6e6e6;
   margin-top:10px;
   background-color:#f8f8f8;
   padding: 10px 20px;
}
.album-box {
    position: relative;
    border:1px solid #e6e6e6;
    padding: 5px 8px;
}
.current-album-name {
    width: 319px;
    height: 24px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    border: 0px none;
    outline: medium none;
    background-color: rgb(255, 255, 255);
    background-image: none;
    cursor: pointer;
}
.album-list {
    position: absolute;
    top: -1px;
    right: -1px;
    display: inline-block;
    width: 31px;
    height: 36px;
    background: url("http://www.bbbao.com/img/style/arrow-sprite.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
}
.clear-album-id {
    position: absolute;
    top: 10px;
    right: 35px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("http://www.bbbao.com/img/style/del-sprite.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
}
.album-list-box {
    position: absolute;
    bottom: 34px;
    left: -1px;
    width: 340px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    z-index: 3;
    text-align:left;
}
.create-album {
    height: 30px;
    padding: 6px 9px 6px 6px;
    text-align: left;
    background-color: #f4f4f4;
}
.create-album-input {
    display: inline-block;
    width: 250px;
    padding: 4px;
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
}
.create-album-input input {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border: 0px none;
    outline: medium none;
    background-color: rgb(255, 255, 255);
    background-image: none;
    color: rgb(0, 0, 0);
}
.create-album-btn {
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgb(184, 184, 184);
    padding: 2px 13px;
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    border-radius: 3px 3px 3px 3px;
    background-image: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(237, 237, 237));
    background-color: #fff;
    font-weight: bold;
    outline: 0px none;
    line-height: 24px;
    cursor: pointer;
    float:right;
}
.create-album-btn:hover {
    text-decoration: none;
    background-image:-moz-linear-gradient(top, #ededed, #fff);
    background-image:-o-linear-gradient(top, #ededed, #fff);
    background-image:-webkit-linear-gradient(top, #ededed, #fff);
    background-image:-linear-gradient(top, #ededed, #fff);
    background-color:#ededed
}
.album-ul {
   list-style-type:none;
   margin:0px;
   padding:0px;
}
.album-ul li {
   padding-left: 10px;
   height:32px;
   line-height:32px;
   cursor:pointer;
   font-size:14px;
   color:#666666;
}
.album-ul li:hover {
   background-color:#f8f8f8;
}

/*
.collect-status-box {
    padding-top:60px;
}
.collect-status-main {
    padding-left: 110px;
    background: url("http://www.bbbao.com/img/style/shy-3.png") no-repeat scroll 25px 0px transparent;
    margin-bottom: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
*/
.collect-status-box {
    padding-top:10px;
}
.collect-status-main {
    margin-bottom: 10px;
    text-align: center;
}
.collect-status-tips {
    font-size:18px;
    font-family: "Microsoft yahei";
    font-weight:bold;
}
.collect-status-tips a {
    font-size:18px;
    font-family: "Microsoft yahei";
    font-weight:bold;
}
.status-close-box {
    text-align:center;
    padding-bottom: 0px;
}
.status-close-box a {
    font-size:14px;
    color:#656565;
    text-decoration:none;
}
.status-close-box a:hover {
    text-decoration:none;
}
/*
.collect-status-ok-main {
    margin: 40px auto 35px;
    padding-left: 120px;
    height: 60px;
    line-height: 60px;
    background: url("http://www.bbbao.com/img/style/suc-2.png") no-repeat scroll 40px 0px transparent;
    text-align: left;
}
.collect-status-bad-main {
    margin: 0px auto 35px;
    padding-left: 165px;
    height: 80px;
    line-height: 60px;
    background: url("http://www.bbbao.com/img/style/err-3.png") no-repeat scroll 60px 0px transparent;
    text-align: left;
}
*/
.collect-status-ok-main {
    margin-bottom: 10px;
    text-align:center;
}
.collect-status-bad-main {
    margin-bottom: 10px;
    text-align: center;
}
.collect-status-bad-tips {
    font-size:18px;
    font-weight:bold;
}
.bad-tips {
    margin-top:-40px;
    font-size:12px;
    color:#9a9a9a;
}
.collect-no-login {
    padding:40px 0px;
    font-size:14px;
    font-family: "Microsoft Yahei";
}
.collect-no-login a {
    color:#1396e1;
    font-size:14px;
}