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

.itemcell {
    vertical-align: top;
    text-align: center;
    border: 1px solid #CCCCCC;
    }

.item_thumb {
	display: block;
    text-align: center;
    }

.item_thumb_image {
    text-align: center;
    border: 0px;
    }


.items {
    text-align: center;
    }

.itemname {
    font-weight: bold;
    }

.catcode {
display:none;
    }

.manname {
display:none;
    }

.mancode {
display:none;
    }

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

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

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

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