/* Equipment */
.equipmenttitle
{
	height: 40PX;
	overflow: visible;
	vertical-align: bottom;
	background-color: #DDDDDD;
	color: #000033;
	font-weight: bold;
	padding: 3px;
	background: url('./../Images/orangeback.jpg');
}

.equipmentitempicture {
	height:150px;
	min-height:150px;
	text-align:center;
	padding-top:0px;
	border:0px;
}

.equipmentlistitem
	{
	background-color: #FFFFFF;
	border-right:0px dotted #336699;
	border-bottom: 2px dotted #CCCCCC;
	height: 235px;
	min-height: 235px;
	width : 184px;
	float:left;
	margin:2px;
	margin-bottom : 5px;
}
#equipmenttitle h1  {
	color: #5176E7;
	font-size: large;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.outterdiv 
{
	clear:both;margin:5px 10px 5px 10px; background-color:#EEEEEE;
	
}

.outerdiv_left {text-align:left;float:left;font-size:x-small; color : #CCCCCC;width:100px;overflow:hidden;}
.outerdiv_right {text-align:right;font-size:small;}

/* End Of Equipment */

