/* $Id: highlight.css,v 1.5 2004/05/21 09:44:00 tim.parry Exp $ */

.highlight{
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: 5px;
	border: 1px solid #ccc;
}

*html .highlight{
	margin-top: 0px;
}

.highlightTitle {
      font-weight: bold;
      font-size: 90%;
      text-align: center;
      text-decoration: none;
      line-height: 0.5em;
      padding-top: 6px;
}

.highlightImage{
	border: solid #CECEC6 1px;
	height: 121px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
}

.highlightImage img{
	border: 0px;
	margin: 1px;
}

.highlightDescription {
	vertical-align: top;
	text-align: center;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 90%;
}

* html .highlightDescription{
}
