@charset "utf-8";
/* CSS for cat_shop.php CSS table */

#prodTable {
	display: table;
	width: 560px;
	position: relative;
	float: left;
}

.prodColumn {
	position: relative;
	float: left;
	width: 500px;
}

.prodCell {
	position: relative;
	float: left;
	margin: auto;
	width: 500px;
	height: 164px;
	background: url(../images/layout/prodBG.jpg) no-repeat;
	padding: 5px;
	cursor: pointer;
	font-size: 12px;
}

.prodCell:hover {
	left: 1px;
	top: 1px;
	margin-left: 1px;
	margin-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.prodImage {
	position: relative;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-left: 5px;
	width: 120px;
	height: 120px;
	top: 5px;

}

.prodImage img {
	border: 1px solid #666666;
}

.prodHeading {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.prodForms {
	font-size: 9px;
	color: #666666;

}