.producttable {
    padding: 5px;	
	text-align: center;
	vertical-align: middle;	
    }

.itemttable {
    padding: 5px;	
	text-align: center;
	vertical-align: middle;	
    }

.productcell {
    vertical-align: top;
    text-align: center;
    border: 0px solid #999999;
    }
	
.itemcell {
    vertical-align: top;
    text-align: center;
    background-color: #669966;

    }

.products {
    text-align: center;
    }

.product_thumb {
	display: block;
    text-align: center;
	border: 0px solid #cccccc;
    }

.product_thumb_image {
	background-color: #669966;
	border: 1px solid #cccc99;
    text-align: center;
   	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	height:120px; 
	width:100px
    }
.product_big_thumb_image {
	background-color: #669966;
	border: 1px solid #cccc99;
    text-align: center;
   	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	height:180px; 
	width:150px
    }
.item_image {
    padding: 4px;
    border: 0px;
    text-align: center;
    clear: both;
	height: 300px;
	width: 250px;
    }
.cart_image {
	height:25px;
	width:25px;
	text-align:center;
	border:0px;
	vertical-align:middle;
	}
.productname {
    text-align:center;
    font-weight: bold;
	font-size:14px;
    }
.itemname {
	text-align:center;
    font-weight: bold;
	font-size:12px;
    }
.itemname a{
    display: marker;
    font-weight: bold;
	font-size:12px;
	color: #000000;
    cursor: pointer;
    text-decoration: none;
    }
	
itemname a:visited{
    display: marker;
    font-weight: bold;
	font-size:12px;
	color: #000000;
    cursor: pointer;
    text-decoration: none;
    }
	
itemname a:hover{
    display: marker;
    font-weight: bold;
	font-size:12px;
	color: #cccc99;
    cursor: pointer;
    text-decoration: none;
    }
	
.catcode {
display:none;
    }

.manname {
display:none;
    }

.mancode {
display:none;
    }
 
.productshortdesc {
    text-align: center;
	font-size:10px;
    }
	
.productshortdesc p{
	margin: 0px;
	padding: 0px;
    text-align: center;
    }
.productlongdesc {
	text-align: justify;
	width: 90%;
	border-spacing:10px;
	padding:10px;
	}
	
.product-message {
    color: #762123;
    font-weight: bold;
    padding: 6px 0px;
    }

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

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

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