#otherTable{
	background-color : #F5F5F5;
	border-color : #DDDDDD;
	border-style: solid;
	border-width: 1px;
	width: 580px;
	margin-top: 6px;
	margin-bottom: 7px;
	padding: 5px;
	margin-left: 0px;
	height: 110px;
}

#tabBrowser{
	width: 592px;
	height: 25px;
}

.otherId{
	width: 80px;
	text-align: left;
	float: left;
	color: gray;
	line-height: 20px;
}

.otherName{
	width: 360px;
	text-align: left;
	float: left;
	line-height: 20px;
}

.otherPrice{
	width: 65px;
	text-align: left;
	float: left;
	font-weight: bold;
	color: red;
	line-height: 20px;
}

.otherQuantity{
	width: 30px;
	text-align: left;
	float: left;
	line-height: 20px;
}

.otherQuantityTwo{
	width: 30px;
	text-align: left;
	float: left;
	line-height: 20px;
}

.otherBuy{
	width: 30px;
	text-align: left;
	float: left;
	line-height: 20px;
}

.otherDelete{
	width: 50px;
	text-align: left;
	float: left;
	line-height: 20px;
}

.inputQuantity{
	border-color : #888888;
	border-style: solid;
	border-width: 1px;
	width: 25px;
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: center;	
	line-height: 20px;
}

.buyButton{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/buyButtonSmall.jpg);
	width: 33px;
	height: 22px;
	cursor : pointer;
}

.delete{
	border-width: 0px;
	border-style: none;
	background-image: url(../images/delete.jpg);
	width: 50px;
	height: 22px;
	cursor : pointer;
}