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

.catRow {
	position: relative;
	float: left;
	width: 530px;
	height: 150px;
}

.catCell {
	position: relative;
	float: left;
	margin: auto;
	text-align: center;
	width: 120px;
	height: 120px;
	padding: 15px;
	cursor: pointer;
	font-size: 11px;
}

.catCell:hover {
	left: 1px;
	top: 1px;
	margin-left: 1px;
	margin-top: 1px;
	padding-right: 14px;
	padding-bottom: 14px;
}

.catCell .inner {
	position: absolute;
	bottom: 0;
}

.cat_shadow {
	display: block;
	position: relative;
	margin-left: 4px;
	margin-top: 4px;
	background: url('../images/layout/shadow-grid.gif') repeat;
}

/* ie6 ignores this selector */
html>body .cat_shadow {
	margin-left: 10px;
	margin-top: 10px;
	background: url('../images/layout/shadow.png') right bottom no-repeat;
}

.cat_shadow .cat_image {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .cat_shadow .cat_image {
	left: -10px;
	top: -10px;
	margin: 0px;
}

.catText {
	position: relative;
	font-size: 14px;
	top: 0px;
}

	 
