
div.listorgridswitch {
    margin-bottom: 39px;
    position: relative;
    top: 1.7em;
}
.listorgridswitch span {
    margin-left: 5px;
}
.listorgridswitch a.switch_but {
    background: url("http://japan-best.com/img/l/spte2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 37px;
    margin-left: 0;
    outline: medium none;
    width: 73px;
}
.listorgridswitch a.switch_but:hover {
    opacity: 0.75;
}
.listorgridswitch a.lg_grid {
    background-position: 0 -38px;
}
div.listorgridcanvas {
    clear: both;
    margin-bottom: 25px;
}
ul#product_list.sw_view {
    list-style-type: none;
    margin-top: 2em;
}
ul#product_list.sw_view li {
    clear: none;
    float: left;
    height: 300px;
    margin: 0 4px 68px;
    padding: 4px;
    text-align: center;
    width: 165px;
}
* html ul#product_list.sw_view li {
    height: auto !important;
}
ul#product_list.sw_view li a {
    color: #000;
    text-decoration: none;
}
ul#product_list.sw_view a.product_img_link {
    float: left;
    margin: 15px 16px 5px;
}
ul#product_list.sw_view a.product_img_link:hover {
    border: 1px solid #d0d3d8;
}
ul#product_list.sw_view a.product_img_link img {
    vertical-align: bottom;
}
ul#product_list.sw_view li h3 {
    margin: 0.4em 0;
}
ul#product_list.sw_view li .new {
    border: 1px solid #488c40;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0 0.4em;
    text-transform: uppercase;
    vertical-align: 0.3em;
}
ul#product_list.sw_view li p.product_desc {
    display: none;
    font-size: 0.92em;
    height: 220px;
    margin-bottom: 0;
    text-align: justify;
}
ul#product_list.sw_view li div.center_block {
    float: left;
    width: 100%;
}
ul#product_list.sw_view li div.right_block {
    display: inline;
    float: left;
    height: 75px;
    margin-left: 2em;
    margin-top: 0.5em;
    text-align: center;
}
ul#product_list.sw_view li .discount {
    color: #da0f00;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
ul#product_list.sw_view li .on_sale {
    color: #da0f00;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
ul#product_list.sw_view li .reduction {
    display: block;
    margin-bottom: 0.3em;
}
ul#product_list.sw_view li .price {
    display: block;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}
ul#product_list.sw_view li span.availability {
    color: #488c40;
    font-size: 0.9em;
}
ul#product_list.sw_view li span.notavailable {
    color: red;
    font-size: 0.9em;
}
