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

#scovilleTable {
	float: right;
	background-image: url(img/scoville/Head.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#scovilleTable td {
	font-size: 11px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7D9BF;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
#scovilleTable .bkgRed td {
	background-image: url(img/scoville/red.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #EBE1C9;
}
#scovilleTable .bkgOrange td {
	background-image: url(img/scoville/orange.gif);
	background-repeat: repeat;
	background-position: left top;
}
#scovilleTable .bkgYellow td {
	background-image: url(img/scoville/yellow.gif);
	background-repeat: repeat;
	background-position: left top;
}
#scovilleTable .bkgGreen td {
	background-image: url(img/scoville/green.gif);
	background-repeat: repeat;
	background-position: left top;
}
#scovilleTable .bkgGrey td {
	color: #EBDFC6;
	background-image: url(img/scoville/grey.gif);
	background-repeat: repeat;
	background-position: left top;
}
#scovilleTable .scovilleTop td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
}