.option_box
{
	border: 2px solid #948c84;
	width: 62px;
	height: 64px;
	margin: 2px;
}
.option_box:hover
{
	border: 2px solid #fff;
	cursor: pointer;
}
.option_box2
{
	border: 1px solid #948c84;
	width: 239px;
	height: 24px;
	margin-top: 5px;
}
.option_box2:hover
{
	border: 1px solid #fff;
	cursor: pointer;
}
.option_input
{
	background-color: transparent;
	color: white;
	border: 0px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	width: 33px;
	text-align: center;
	margin-top: 2px;
}
.option_view
{
	background-color: transparent;
	color: white;
	border: 0px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	width: 33px;
	height: 20px;
	margin-top: 8px;
}
.weapon_option_box
{
	border: 2px solid #948c84;
	width: 200px;
	height: 17px;
	margin: 2px;
}
.weapon_option_box:hover
{
	cursor: pointer;
}
.weapon_option
{
	border: 2px solid #948c84;
	width: 110px;
	height: 32px;
	margin: 2px;
	background-color: #000;
}
.weapon_option:hover
{
	border: 2px solid #fff;
	cursor: pointer;
}
.weapon_option_input
{
	background-color: transparent;
	color: #fff;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
	width: 55px;
	height: 8px;
	text-align: center;
	margin-top: 1px;
}
.weapon_option_view
{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.weapon_image
{
	margin: 2px 0px 0px 1px;
}
.scheme_table
{
	border: 2px solid #b3b3b3;
	width: 177px;
	background-color: #000;
}
.scheme_cellrow
{
	background: #000 url(/images/templates/scheme_bar.png) no-repeat;
	height: 29px;
	font-size: 10px;
	color: #b3b3b3;
}
.scheme_cellrow div
{
	width: 28px;
	padding: 2px;
}
.weapon_info
{
	height: 15px;
	padding: 0px 2px 2px 2px;
}
.weapon_show
{
	margin-right: 1px;
}
.weapon_container
{
	width: 28px;
	height: 28px;
}
.weapon_value
{
	background-position: 100% 0px;
	background-color: #000;
	background-repeat: no-repeat;
}
.weapon_delayed
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.weapon_empty
{
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
#advaned_options dl.settings dt
{
	width: 60%;
}
#advaned_options dl.settings dd
{
	width: 40%;
}
#advaned_options .default_reset
{
	vertical-align: top;
	margin: 0;
	cursor: pointer;
}