/* styles used for share thermometer */

#stcontainer {
	width: 178px;
	height: 78px;
	background-color: #39679D;
	padding: 3px 5px 5px 3px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#sttitle {
	float: right;
	font-size: 14px;
	padding: 10px 37px;
	text-shadow: 0 0 4px #333;
}

#stinner {
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

#stbutton {
	background-color: #071633;
	padding: 3px 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 4px #7B8291;
	border-top-left-radius: 5px;
}

	#stbutton:hover {
		background-color: #CC6600;
		box-shadow: 0 0 4px #DDAA77;
	}

#stinner a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#therm {
	padding: 10px 10px 0 8px;
}

#stlowval {
	color: #FFFFFF;
	left: 18px;
	position: absolute;
	top: 25px;
	z-index: 99;
}

.thermometer-outer {
	background: #39679D;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 10px 0 5px;
}

.thermometer-outer-v {
	height: 50px;
	width: 27px;
}

.thermometer-inner {
	background: #a4ccf0;
}

.thermometer-inner-v {
	width: 29px;
	text-align: center;
	color: #000;
}