@import url("../review.css");
/* images are 400x300, squashed to save reloading if image is clicked */

img#GearImage {	
	position: relative;
	float: left;
	height: 150px;
	width: 200px;
	left: 0;
	margin-right: 10px;
	}

table#GearInfo {
	position: static;
	border: none;
	height: auto;
	width: 275px;
	text-align: left;
	overflow: auto;
	}	
	table#GearInfo td {
		border-bottom: none;
		width: auto;
		}
	table#GearInfo td.Meta {
		font-weight: bolder;
		vertical-align: top;
		font-size: 90%;
		}
	table#GearInfo td.Data {
		font-weight: normal;
		font-size: 70%;
		vertical-align: top;
		}
h1.Points {
	font-size: 100%;
	}		
ul.Points {
		list-style-image: none;
		list-style-type: circle;
		margin-top: -10px;
		}	
ul.Points table.smaller {
		width: 150px;
		margin-left: 30px;
		border: solid black 1px;
		font-size: 70%;
		padding: 0px;
		}		
		ul.Points table.smaller tr th {
			background-color: #CCCCCC;
			text-align: center;
			font-weight: bold;
			font-size: 100%;
		}
		ul.Points li table.smaller tr td.spanned {
			vertical-align: top;
			}
table.UnitInfo {
	position: static;
	border: solid black 1px;
	height: auto;
	width: 450px;
	text-align: left;
	overflow: auto;
	margin-bottom: 5px;
	}	
	table.UnitInfo tr th {
			background-color: #CCCCCC;
			text-align: center;
			font-weight: bolder;
			font-size: 100%;
		}
	table.UnitInfo td {
		border-bottom: none;
		}
	table.UnitInfo td.Meta {
		font-weight: bolder;
		vertical-align: top;
		font-size: 80%;
		width: 30%;
		}
	table.UnitInfo td.Data {
		font-weight: normal;
		vertical-align: top;
		font-size: 70%;
		width: 70%;
		}		
