@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#equipmentTab{
	width: 600px;
	/*background-color:#FF0000;*/
}
.equipmentContainer{
	width: 100%;
	height: 170px;
	/*background-color:#FFFF99;*/
}
.equipmentImage{
	width: 200px;
	height: 140px;
	/*background-color:#0000FF;*/
}
.equipmentDesc{
	width: 390px;
	height: 140px;
	/*background-color:#00FF00;*/
}
.equipmentDesc h2{
	color: #FF6600;
	text-align: center;
}
.equipmentImageSlim{
	width: 100px;
	height: 140px;
	/*background-color:#0000FF;*/
}
.equipmentDescSlim{
	width: 490px;
	height: 140px;
	/*background-color:#00FF00;*/
}
.equipmentDescSlim h2{
	color: #FF6600;
	text-align: center;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clrBoth{
	clear: both;
}
.paddingRight{
	padding-right: 10px;
}
.paddingLeft{
	padding-left: 10px;
}


