@charset "utf-8";
/* CSS Document */

a:link {
	color: #FF9100;
	text-decoration: none;
}
 a:visited {
	color: #FF9100;
	text-decoration: none;
}
a:hover {
	color: #FF9100;
	text-decoration: underline;
}
a:active {
	color: #FF9100;
	text-decoration: none;
}

.heat-traced-category {
	margin-left: 40px;
	margin-right: -20px;
	/*border-radius: 5px; */
	background-color: #55555A;
	border: none;
	margin-bottom: 20px;
	width: 245px;
	height: 700px;
	float: left;
}

.heat-traced-feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	text-transform: capitalize;
}

.heat-traced-img {
   background-color: #FFF;
}

.heat-traced-head {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
	text-align: center;
}

.heat-traced-foot {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	height: 60px;
}

.heat-traced-category a {
	color: #FFF;
}

.heat-traced-category a:link img {
	border: 1px solid #55555A;
}

.heat-traced-category a:visited img {
	border: 1px solid #55555A;
}

.heat-traced-category a:hover img {
	border: 1px solid #FF9100;
}

.heat-traced-category a:active img {
	border: 1px solid #55555A;
}

.heat-traced-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9100;
	height: 15px;
	margin-top: 15px;
	margin-left: 20px;
}

.heat-traced-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #55555A;
	height: 85px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.heat-traced-link {
	color: #FF9100;
}

#heat-traced-panel {
	height: auto;
	width: 775px;
	border: 1px solid #DDDDDD;
	float: left;
	margin-left: 40px;
	margin-bottom: 10px;
}