﻿.clearance_suggest_container {
     margin-bottom:10px;
     /*border-bottom:1px dotted #999; */
}
.clearance_suggest_nav {
    float:left;
    margin-top:35px;
    margin-left:30px;
    width:290px;
    font-size:14px;
    line-height:23px;
}
.clearance_suggest_result {
    margin-top:4px;
    margin-right:2px;
    float:right;
    width:390px;
}
.clearance_suggest_item {
    float:left;
    width:390px;
    margin-right:10px;
}
.clearance_result_image {
    float:left;
    width:100px;
    display:block;
}
.clearance_result_image img {
    width:80px;
    height:80px;
}
.clearance_suggest_item .add-to-cart {
    margin-top:3px;
}
.clearance_suggest_nav_controls {
    float:right;
    width:60px;
}
.clearance_suggest_next {
    display:block;
    float:left;
    background:url(../js/library/jquery.jtip/arrow_right.gif) top left no-repeat;
    width:11px;
    height:23px;
    text-indent: -9999px;
    margin-right:10px;
}
.clearance_suggest_prev {
    display:block;
    float:left;
    background:url(../js/library/jquery.jtip/arrow_left.gif) top left no-repeat;
    width:11px;
    height:23px;
    text-indent: -9999px;
    margin-right:10px;
}