/**** merchant ****
.merchant {
    margin:0 0 24px;
}
.merchant .priceCol {
    float:left;
    width:250px;
}
.merchant .infoCol {
    float:left;
    width:260px;
}
.merchant table.cards {
    width:100%;
}
.merchant table.cards th {
    padding:4px 8px;
    font-weight:normal;
    text-align:left;
}
.merchant table.cards th.yourPrice {
    font-weight:bold;
}
.merchant table.cards td.yourPrice {
    color:#0B96FF;
}
.merchant table.cards td {
    padding:3px 8px;
    font-weight:bold;
}
.merchant table.cards .alt td {
    background:#F6F6F6;
}
.merchant .bestValue {
    margin:12px 0;
}
.merchant .bestValue .image {
    float:left;
    width:180px;
}**/
.image .caption {
    margin:2px 0;
    padding:0 14px 0 6px;
    font-size:0.9em;
    text-align:center;
    color:#949494;
    line-height:1.1em;
}
.merchant .bestValue .info {
    float:right;
    padding:10px 0 0;
    width:160px;
}
.bestValue .info table {
    font-size:1.1em;
    font-weight:bold;
    width:100%;
}
.bestValue .info th {
    padding:0 0 2px;
    font-size:1.2em;
    text-align:left;
}
.bestValue .info td {
    padding:2px 0;
}
.bestValue .info .yourPrice {
    color:#94B600;
}

/**** search tips ****/
#main_content .searchTips h3 {
    margin:16px 0 10px;
    padding:0;
    background:transparent;
}
.searchTips dl {
    margin:12px 0;
    padding:0 0 0 20px;
}
/**** main content sidebar ****/
.sidebar .menu {
    list-style-type:none;
    margin:0;
    padding:0;
}
.sidebar .menu li {
    margin:0;
    padding:0;
}
.sidebar .menu .active a {
    color:#484848;
}
.sidebar form {
    margin:0 0 18px;
}
.sidebar .selectInput .text {
    width:126px;
}
.sidebar .filter .menu li {
    margin:0 0 4px;
}
.sidebar .filter input {
    margin:0 6px 0 0;
    padding:0;
    vertical-align:bottom;
    width:14px;
    height:14px;
    overflow:hidden;
}
.sidebar .filter .menu a {
    font-weight:normal;
}
.sidebar .filter .menu .more {
    padding:0 0 0 20px;
}
.sidebar .filter .menu .more a, .sidebar .filter .menu .clear a {
    font-weight:bold;
}

.sidebar .catMenu a {
    display:block;
    padding:0 0 0 12px;
    text-indent:-12px;
}