select{ background-color: #CCCCCC; }

#calc_title{
	width: 100%;
	height: 20px;
	padding: 3px 0px;
	background: url('/pics/opaque_40.png');
	position: relative;
	letter-spacing: 7px;
	text-align: center;
	text-shadow: #222222 0.1em 0.1em 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #DDDDDD;
}

#clear_stats{
	position: absolute;
	right: 10px;
	top: 1px;
}

#option_bar{
	background: url('/pics/opaque_20.png');}

tr.stat_info{
	font-size: 13px;}

table.stat_box{
	width: 270px;
	border: 1px solid #939393;}
table.stat_box:hover{
	background: url('/pics/opaque_10.png');}
table.stat_box td{
	font-size: 13px;}
table.stat_box input{
	padding: 0px 10px;}

td.stat_box_title{
	font-weight: bold;
	text-transform: uppercase;
	color: #222200;}
td.stat_box_amount span{
	font-weight: bold;
	font-size: 25px;
	text-shadow: #444444 0.1em 0.1em 0.1em;}

#various_info td{
	font-size: 13px;}

#buff_row td{
	font-size: 13px;
	font-weight: bold;}

#cpu_info_table{
	margin-top: 5px;}
#cpu_info_table td{
	height: 84px;
	font-size: 13px;
	vertical-align: top;}
#cpu_info_table p{
	margin: 0px 0px;}

#CPU_box td{
	font-size: 13px;}
	
td.defeva_title{
	text-transform: uppercase;
	letter-spacing: 4px;
}

#gear_selection{
	width: 160px;
	height: 48px;
	position: relative;
}
	#gear_a{
		background-image: url('/pics/gear_a_off.png');
		left: 0px;
	}
	#gear_a:hover{
		z-index: 15;
		background-image: url('/pics/gear_a_on.png');
	}
	#gear_b{
		background-image: url('/pics/gear_b_off.png');
		left: 45px;
	}
	#gear_b:hover{
		z-index: 15;
		background-image: url('/pics/gear_b_on.png');
	}
	#gear_i{
		background-image: url('/pics/gear_i_off.png');
		left: 90px;
	}
	#gear_i:hover{
		z-index: 15;
		background-image: url('/pics/gear_i_on.png');
	}
	#gear_m{
		background-image: url('/pics/gear_m_off.png');
		left: 135px;
	}
	#gear_m:hover{
		z-index: 15;
		background-image: url('/pics/gear_m_on.png');
	}
	
	.gear_icon{
		z-index: 10;
		width: 70px;
		height: 48px;
		position: absolute;
		top: 0px;
	}
