@charset "utf-8";
/* CSS Document */



.heatentmenucontainer
{
	width: 612px;
	height: 19px;
	background-repeat: repeat;
	background-color: #ff6633;
	margin-bottom: 7px;
}


.heatentmenuleft
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	clear: right;
	float: left;
	height: 18px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

.heatentmenu
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
	clear: right;
	float: left;
	height: 18px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

.heatentmenu a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.heatentmenu a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
}

.heatentmenu a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.heatentmenu a:active {
	color: #000000;
	list-style-type: none;
	font-size: 12px;
}

.entthreecontainer {
	clear: both;
	float: none;
	overflow: hidden;
	/*the height auto property does not properly work in firefox so overflow hidden is used*/
	width: 612px;
	/*background-color:#333333;*/
	margin-bottom: 0px;
	margin-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.entthreediv {
	float: left;
	width: 180px;
	height: auto;
	padding-top: 4px;
	padding-right: 0px;
	margin-left: 7px;
	margin-right: 5px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6633;
	font-weight: bold;
	}		
	
.entthreediv a:link {
	color: #FF6633;
	text-decoration: none;
	font-size: 18px;
}

.entthreediv a:visited {
  color: #FF6633;
  text-decoration: none;
  font-size: 18px;
}

.entthreediv a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
