.itemtable {
    text-align: center;
    width: 85%;
    }

.item {
    text-align: center;
    }

.item h1 {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    }

.item_image {
    padding: 4px;
    border: 0px;
    text-align: center;
    clear: both;
    }

.itemlongdesc {
    width: 80%;
	text-align:left;
    }
	
.itemdesc {
	font-size:12px;
    }
	
.itemdesclabel {
	font-size:12px;
	font-weight: bold;
    }
	
.itemdescul {
	display: block;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.itemdocul {
	display: block;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 25px;
}

.docicon {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 0;
	padding-right: 3px;
}

.item-message {
    color: #FF0000;
    font-weight: bold;
    padding: 6px 0px;
    }

.catcode {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    }
	
.itemname {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    }

.manname {
    display: inline;
    font-size: 9px;
    font-weight: normal;
    margin-right: 10px;
    }

.mancode {
    display: inline;
    font-size: 9pt;
    font-weight: normal;
    }

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

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

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

.discount-message {
    font-style: italic;
	font-weight:bold;
	color:#FF3300;
    }

.list-price {
	font-style: normal;
	font-size: 9pt;
	text-align: right;
    }

.product-form {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    width: 80%;
    margin-top: 10px;
    }

.option {
	padding: 2px;
	margin: 2px;
	text-align: center;
	float: none;
    }
.option-desc {}
.opt-ctrl {
    color: #000000;
    font-weight: bold;
    text-align: right;
    }

.opt-ctrl-req {
    text-align: right;
    color: #FF0000;
    font-weight: bold;
    }

.opt-elem {
    display: inline;
    }

.q-discount-msg {}		
.q-disc-table {
	display: table;
}
.q-disc-table-row {
	display: table-row;
}
.q-disc-table-cell {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #666666;
}
.q-discount-msg {
}		

.q-disctable-row {
}
.q-disctable-header-lh {
	width: 75px;
	display: inline-block;
	text-align: right;
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.q-disctable-header-rh {
	width: 75px;
	display: inline-block;
	text-align: center;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.q-disctable-cell-lh {
	width: 75px;
	display: inline-block;
	text-align: right;
	padding-right: 4px;
	border: 1px solid #CCCCCC;
}
.q-disctable-cell-rh {
	width: 75px;
	display: inline-block;
	text-align: center;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}

/* Depreciated sm-button css due to img buttons. background-color:#0099ff; border-radius:4px; border:1px solid #0099ff; color:#ffffff; font-size:12px; font-weight:bold; padding:0px 4px; text-decoration:none; */
.sm-button {
	display:inline-block;
	vertical-align: bottom;
}

.related-table {
    border: 1px solid #ECEFF3;
    margin-top: 10px;
    padding: 3px;
	width:80%;
    }

.related-table th {
    font-weight: bold;
    font-size: 10pt;
    }

.related-col-1{ width:15%;}
.related-col-2{ width:85%;}
.emailfriend {
	display:inline;
	line-height:28px;
	background-image:url(emailfriend.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
    margin-top: 10px;
	padding-top:3px;
	clear:right;
    }

.wishlist {
	display:inline;
	line-height:28px;
	background-image:url(wishlist.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
    margin-top: 10px;
	padding-top:3px;
    }

.request-info {
	display:inline;
	line-height:28px;
	background-image:url(requestinfo.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
    display: inline;
    margin-top: 10px;
	padding-top:3px;
	}
.restock-request {
	display:block;
	line-height:28px;
	background-image:url(requestinfo.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
    display: inline;
    margin-top: 10px;
	padding-top:3px;
	}	
	
.gallery td{text-align:center; padding:5px; vertical-align:top;}		
.gallery table{text-align:center; width:80%; margin-top:10px; border:1px solid #000000;}
