@charset "utf-8";
/* CSS Document */
ul{
list-style:none;
margin:0;
padding:0;
}

li{
list-style:none;
margin:0;
padding:0;
font-size:11px;
font-family:Arial;
}

li#thumb-img{
width: 150px;
text-align: center;
margin:0;
padding:0;
display:block;
float:left;
position:relative;
}

#product-list{
width:100%;
min-height:500px;
background-color:white;
}

.pro-box{
width: 162px;
text-align: center;
margin:0;
padding:0;
padding-bottom:20px;
float:left;
position:relative;
font-size:11px;
font-family:Arial;
background-color:white;
}

#productName{
width:150px;
margin:2px auto;
}

#priceBox{
width:150px;
margin:0 auto;
text-align: center;
}

.hori{
display: none;
}

#product-list-head{
text-align:right;
margin-bottom:20px;
margin-right:20px;
}
#product-list-foot{
text-align:right;
margin-top:10px;
margin-bottom:10px;
margin-right:20px;
}

a.PageChanger:link,
a.PageChanger:visited{
margin-right:5px;
color:#666666;
display: none;
font-size:11px;
text-decoration: none;
}

a.PageChanger:hover{
margin-right:5px;
color:#666666;
display: none;
font-size:11px;
text-decoration: underline;
}

a.PageArrow:link,
a.PageArrow:visited{
margin-right:5px;
color:#666666;
display: none;
font-size:11px;
text-decoration: none;
}

a.PageArrow:hover{
margin-right:5px;
color:#666666;
display: none;
font-size:11px;
text-decoration: underline;
}

a.PageChanger2:link,
a.PageChanger2:visited{
margin-right:5px;
color:#666666;
font-size:11px;
text-decoration: none;
}

a.PageChanger2:hover{
margin-right:5px;
color:#666666;
font-size:11px;
text-decoration: underline;
}

#button-viewAll{
margin-right:25px;
}

.div-viewAll{
font-size:11px;
font-family:Arial;
display:none;
height:20px;
}

.div-viewPage{
font-size:11px;
font-family:Arial;
display:none;
height:20px;
}

.clear {
    clear: both;
    height:1px;
    margin-top:-1px;
    overflow:hidden;
}