#right{
    width:169px;
    float:left;
    background-color:#dcdcdc;
    height:1070px;
    position:relative;
}

#right .main_title{
    width:169px;
    height:18px;
    background-color:#333333;
    margin-bottom:20px;
    float:left;

}
#right .main_title p{
    font:bold 11px Verdana;
    color:#FFFFFF;
    padding-left:8px;
    padding-top:2px;
}

#right .single_product{
    width:169px;
    height:auto;
    float:left;
    display:inline;
    margin-bottom:20px;
}

#right .single_product .image_box{
    width:68px;
    height:auto;
    float:left;
    padding-right:5px;
    
}

#right .single_product .image_box a img{
    border:3px solid #bbbbbb;
    float:left;
}
#right .single_product .image_box a img:hover{
    border:3px solid #969595;
}


#right .single_product .description_box{
    float:left;
    width:95px;
    position:relative;
}

#right .single_product .description_box .title p{
    font:bold 11px Verdana;
    color:#666666;


}

#right .single_product .description_box .title p a{
    color:#666666;
}

#right .single_product .description_box .title p a:hover{
    text-decoration:underline;
}

#right .bottom{
    position:absolute;
    bottom:0;
    left:0;
    height:30px;
    background-color:#666666;
    width:169px;
}

