/* CSS Document */

/*Download FCE Elements */

table#products-table {
	font-family: Century Gothic, verdana;
	color: #333;
	font-size:10px;
	width: 150px;
	max-height: 165px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
}

TD.product-header {
	border-bottom: 1px solid #333;
	height: 40px;
	width: 150px;
	background-color: #ffcc33;
	vertical-align: top;
	color: #333
}

TD.product-header a {
	color: #333; 
	font-weight: bold;
	text-decoration: none;
}

TD.image, TD.image img {
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
}

TD.product-header a:hover {
	color: #333; 
	font-weight: bold;
	text-decoration: none;
}

DIV.more a {
	color: #333; 
	font-weight: bold;
	text-decoration: none;
}

DIV.more a:hover {
	color: #333; 
	font-weight: bold;
	text-decoration: none;
}

TD.list-header {
	width: 100px;
	background: #999;
	font-weight: bold;
	color: #333;
}

DIV.enlarge {
	font-weight: bold;
	color: #333;
}

DIV.product-header {
	font-family: Century Gothic;
	color: #333;
	font-size:10px;
	font-weight: bold;	
}

DIV.content {
	font-family: Century Gothic, verdana;
	color: #333;
	font-size: 10px;
	width: 100%;
}


TD.spacer {
	height: 10px;
	background: #FFFFFF;
}

TD.content {
	height: 140px;
	width: 100%;
	vertical-align: top;
}

TD.more {
	text-align: right;
}

TD.product-cell {

}

