.itemtable {margin: 0 auto;
    padding: 5px;
	width:100%;
    }

.itemcell {
    vertical-align: top;
    text-align: center;
   
    }

.item_thumb {
	display: block;
    text-align: center;
padding: 6px;

    }

.item_thumb_image {
    text-align: center;
    border: 0px;
padding: 4px;
border-top: solid #999 1px;
border-left: solid #999 1px;
border-bottom: solid #333 1px;
border-right: solid #333 1px;
    }

.items {
    text-align: center;
    }

.itemname {
  font-size: 11px;
font-family: Arial;
font-weight: bold;
    }

.catcode {
display:none;
    }

.manname {
display:none;
    }

.mancode {
display:none;
    }

.itemshortdesc {color:#6699CC;
    text-align: center;
    }
.itemshortdesc a:link {color:#6699CC; text-decoration:none}
.itemshortdesc a:visited {color:#6699CC; text-decoration:none}
.itemshortdesc a:hover {color:#66CCCC;}
.itemshortdesc a:active {color:#66CCCC;}

.itemshortdesc p{color:#6699CC;
	margin: 0px;
	padding: 0px;
    text-align: center;
    }
.item-message {
    color: #FF0000;
    font-weight: bold;
    padding: 6px 0px;
    }

.price {
display: none;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    }

.saleprice {
    color: #cc0000;
    font-weight: bold;
    }

.notprice {
    color: #000000;
    text-decoration: line-through;
    font-weight: bold;
    }
	
