#btmpanel {
}

#btmpanel .top {
	border-top: 5px solid #3a3a38;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
}

#btmpanel .top .col {
	float: left;
	width: 332px;
	margin-left: 1px;
}

#btmpanel .top .col .container .title {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 11pt;
	border-bottom: 1px solid #e0e0e0;
	color: #7bb700;
	margin: 0 5px;
	font-weight: bold;
}

#btmpanel .top .col .container .line {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 5px;
	font-size: 9pt;
	padding: 3px 0;
}

#btmpanel .top .col .container .line .image {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#btmpanel .top .col .container .line .text {
	float: left;
	color: #000;
	width: 260px;
	height: 50px;
	overflow: hidden;
	margin-left: 3px;
}

#btmpanel .top .col .container .line .subtitle {
	margin-top: 3px;
	margin-bottom: 3px;
}

#btmpanel .top .col .container .line .subtitle a {
	color: #7bb700;
}

#btmpanel .top .col .container .line .subtitle a:hover {
	color: #3a3a38;
}

#btmpanel .btm {
	background-color: #3a3a38;
	padding-top: 15px;
}

#btmpanel .btm .col {
	float: left;
	width: 250px;
}

#btmpanel .btm .col .container .title {
	text-transform: uppercase;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 11pt;
	border-bottom: 3px solid #7bb700;
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#btmpanel .btm .col .container .line {
	color: #a0a0a0;
	margin: 0 10px;
	margin-bottom: 15px;
}

#btmpanel .btm .col .container .line .image {
	background-color: #434a3a;
	width: 220px;
	height: 82px;
	margin: 2px;
}

#btmpanel .btm .col .container .line .image .border {
	background-color: #3a3a38;
	width: 218px;
	height: 80px;
	position: relative;
	left: 1px;
	top: 1px;
}

#btmpanel .btm .col .container .line .image .border .block {
	background-color: #e0e0e0;
	width: 208px;
	height: 70px;
	overflow: hidden;
	position: relative;
	left: 5px;
	top: 5px;
}

#btmpanel .btm .col .container .line .subtitle {
}

#btmpanel .btm .col .container .line .subtitle a {
	color: #7bb700;
}

#btmpanel .btm .col .container .line .subtitle a:hover {
	color: #fff;
}

#btmpanel .btm .col .container .line .text {
	margin: 0px 3px 5px 3px;
	height: 55px;
	overflow: hidden;
}