@charset "utf-8";
/* CSS Document */

.page_title{
    width: 100%;
    background-image: url('../images/items/page_title_bg.gif');
}

.page_title h1{
    width: 1000px;
    height: 115px;
    text-indent: -9999px;
    background-image: url('../images/items/page_title.png');
}

.top_text{
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.cat_menu{
    width: 1020px;
    height: 60px;
    margin-bottom: 32px;
    margin-right: -20px;
    overflow: hidden;
}

.cat_menu li{
    width: 235px;
    margin-right: 20px;
    float: left;
}

.subcat_menu{
    width: 235px;
    float: left;
}


.subcat_menu li{
    border-bottom: 1px dotted #999999;
}

.subcat_menu li a{
    display: block;
    padding: 18px 20px;
    background: url('../images/items/subcat_list_bg.png') no-repeat left top;
}

.subcat_menu li a.on{
    background-color: #ffebeb;
}

.subcat_menu li a:hover{
    text-decoration: none;
    background-color: #ffebeb;
}

.item_area{
    width: 745px;
    float: right;
}

.item_area ul{
    width: 780px;
    margin-right: -40px;
    overflow: hidden;
}

.item_area li{
    width: 155px;
    margin-right: 40px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
}

.item_area .item_img{
    width: 155px;
    height: 155px;
    margin-bottom: 8px;
    overflow: hidden;
}

.item_area .item_img:hover{
    opacity: 0.8;
    cursor: pointer;
}

.item_area table{
    margin: 0 auto;
    width: 155px;
    font-size: 11px;
}

.item_area table th{
    width: 50px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

.item_area table th,
.item_area table td{
    padding: 3px 0;
    line-height: 1.3;
}


.pagenav {
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
	color: #333333;
    clear: both;
    width: 730px;
    float: right;
    
}
.pagenav img {
	display: inline;
	vertical-align: -15%;
}

.pagenav a {
	font-size: 13px;
	color: #808080;
}

.pagenav .no_link{
    color: #cccccc;
}

