﻿.ul_style {
    float:left;
    width: 100%;
    margin:0px;
    padding:0px;
    overflow-y:hidden;
    overflow-x:auto;
}

.ul_style_horz {
    width:100%;
    height:120px;
    margin:0px;
    padding:0px;
}

.ul_style_noscroll {
    float:left;
    width: 100%;
    margin:0px;
    padding:0px;
}

.li_style {
    float:left;
    text-align: center;
    vertical-align:middle;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    list-style: none;
}

.li_style_noneborder {
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    list-style: none;
}

.li_style_borderleft {
    float:left;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    border-left: 1px solid #ddd;
    list-style: none;
}

.li_style_borderright {
    float:left;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ddd;
    list-style: none;
}

.li_style_horz {
    float:left;
    width:100%;
    text-align: center;
    margin: 0px;
    padding:0px;
    cursor: pointer;
    list-style: none;
}

.li_style_noborder {
    float: left;
    text-align: center;
    vertical-align: middle;
    cursor::pointer;
    list-style: none;
    border: 1px solid #fff;
    width:262px;
    height:270px;
    margin-right:22px;
    margin-left:0px;
}

.li_style_noborder:hover {
    float: left;
    text-align: center;
    vertical-align: middle;
    cursor: hand;
    list-style: none;
    border: 1px solid #fff;
    width:262px;
    height:270px;
    margin-right:22px;
    margin-left:0px;
}
.li_style_noborder_right {
    float:right;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    list-style: none;
    border: 1px solid #fff;
    width:262px;
    height:270px;
}


.li_style:hover {
    float:left;
    text-align: center;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    border: 1px solid #f60;
}

.li_style_focus {
    float:left;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    border: 1px solid #f60;
    color: #fff;
}

.li_style_focus_noneborder {
    float: left;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.img_style {
    background-color:#fff;
    border: none;
}

.img_style_horz {
    background-color:#fff;
    margin:1px;
}

.span_style {
    float:left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-top:1px solid #ddd;
    margin-left:0px;
    padding-left:0px;
}

.span_style_left {
    float:left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    border-top:1px solid #ddd;
}


.span_style:hover {
    float:left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left:0px;
    padding-left:0px;
    display: block;
}

.span_style_focus {
    float:left;
    width:100%;
    margin-left:0px;
    padding-left:0px;
    height: 28px;
    line-height:28px;
    text-align: center;
    color: #fff;
    background: #f60;
}
