@charset "utf-8";
.catalog-table-border {
	width: 299px;
	border: 1px solid #c0c0c0;
}
.catalog-table-image {
	width: 295px;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-right: .2em;
	margin-left: .2em;
	text-indent: .1em;
}
.catalog-table-text {
	font-family: Tahoma;
	font-size: 11pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
}



.catalog-table-text ul
{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.catalog-table-text ul li
{
	margin-right: auto;
	margin-left: auto;
}

.catalog-table-text ul li a
{
	text-decoration:none;
	color: #000;
}
.catalog-table-text ul li a:hover
{
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
}
#catalog-container {
	margin-left: .3em;
}
.catalog-table-text-sale {
	font-family: Tahoma;
	font-size: 11pt;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
