/* 
    central block of text for sell
*/
#content-text-box-sell{
/*    width:650px;*/
    margin-top: -10px;
    margin-top: 10px\10;//margin-top:10px;
}

#content-text-box-sell div{
    float: left;
    color: #333333;
}
#content-text-box-sell h1{
    color: #80a81f;
}

/*    Steps */
#sell-steps-box {
}
#sell-steps-box div{
    background-repeat:no-repeat;
}
.sell-steps-box-item{
    width: 205px;
    float:left;
    color:#333333;
}
.sell-steps-box-item1{
    background-image: url("../images/selltextbook/sellbookstep1.png");
}
.sell-steps-box-item2{
    background-image: url("../images/selltextbook/sellbookstep2.png");
}
.sell-steps-box-item3{
    background-image: url("../images/selltextbook/sellbookstep3.png");
}
.sell-steps-box-item-title{
    width:190px;
    height:50px;
    font-size: 18px;
    line-height: 22px;
    padding:100px 0px 0px 10px;
}
.sell-steps-box-item-text{
    font-family: Helvetica,Arial,sans-serif;
    width:190px;
    height:80px;
    font-size: 12px;
    line-height: 15px;
    padding:0px 0px 0px 10px;
}

/*    Items list */
#accept-points-block{
    color:#333333;
    padding-bottom:30px;
    padding-top:10px;
}
.accept-points-block-box{
    width:326px;
    float:left;
}
.accept-points-block-box .textbox-box{
    font-size: 14px;
    line-height: 20px;
    padding:3px 20px 17px 45px;
}
/*    positive-negative elements */
.sellbook-positive div{
    background-image: url("../images/selltextbook/mark-yes.png");
    background-position:10px 0px;
    background-repeat:no-repeat;
}
.sellbook-negative div{
    background-image: url("../images/selltextbook/mark-no.png");
    background-position:10px 0px;
    background-repeat:no-repeat;
  }
.accept-points-block-box .textbox-title{
    height:30px;
    font-size: 18px;
    line-height: 25px;
    padding:0px 0px 10px 10px;
    background-image:none;
}