
.category
{
	width:220px;
    height:220px;
    background:#fff url('/graphics/border_category.gif') no-repeat 0 0;
    text-align:center;
}

.category a, .category a:link, .category a:visited
{
	display:block;
	width:210px;
	*width:220px;
    text-align:center;
    height:15px;
    padding:185px 5px 5px 5px;
    color:#000;
    text-decoration:none;
    background-position: 50% 50%;
    background-repeat:no-repeat;
}
.category a:hover, .category a:active
{
    color:#888;
    text-decoration:none;
}

.product
{
	text-align:center;
    width:240px;
    float:left;
    background:#fff url('/graphics/border_product.gif') no-repeat 0 0;
    height:300px;
    margin:0;
    border-collapse:collapse;
}

.product td
{
/*    border:solid 1px blue;*/
    text-align:center;
}
.productimage
{
    width:240px;
    height:145px;
    margin:35px 0 5px 0;
    
}
.productimage a
{
	display:block;
    width:200px;
    height:140px;
}
.product a.i, .product a.i:link, .product a.i:visited
{
    color:#000;
    text-decoration:none;
}
.product a.i:hover, .product a.i:active
{
    color:#aaa;
}

.product img
{
	border:0;
    margin:20px;
}

.search_idx
{
    margin:20px 0;
    text-align:center;
    width:500px;
    color:#000;
    font-weight:bold;
}

.search_idx a
{
	font-weight:bold;
    font-size:11px;
    padding-bottom:5px;
}

.search_idx a.nxt
{
	font-size: 18px;
    text-decoration:none;
    margin-bottom:-2px;
}

.subnav
{
	display:none;
}