@charset "utf-8";
/* CSS Document */

.thumb {
	width:185px;
	height:185px;
	margin-right:9px;
	margin-bottom:1px;
	float:left;
	padding:2px;
	border:1px solid #e7e7e7;
}

.fav {
	width:125px;
	height:125px;
	margin-right:1px;
	margin-bottom:4px;
	float:none;
	padding:2px;
	border:1px solid #999;
}

.stockName{
	width:185px;
	font-size:9px;
	color:#084c7d;
	text-align:left;
	height:14px;
	overflow:hidden;
	line-height:14px;
	font-weight:bold;
}

.stockDesc{
	font-size:9px;
	width:185px;
	height:30px;
	padding-bottom:10px;
	overflow:hidden;
	border:0px solid black;
}
.btnPlus{
	position:relative;
	left:160px;
	top:-20px;
	cursor:pointer;
	width:21px;
	border: 0px solid black;
	display:block;
	height:19px;
	background-image: url(../images/btn_plus2.gif);
	outline:none;
}

.btnPlus:hover{
	background-position:left bottom;
}
.btnMinus{
	position:relative;
	left:100px;
	top:-20px;
	cursor:pointer;
	width:21px;
	border: 0px solid black;
	display:block;
	height:19px;
	background-image: url(../images/btn_minus2.gif);
	outline:none;
}
.btnMinus:hover{
	background-position:left bottom;
	outline:none;
}

#btnSearch{
	width:51px;
	height:19px;
	border:0px solid black;
	background-image: url(../images/btn_search.gif);
	outline:none;

}

#btnSearch:hover{
	width:51px;
	height:19px;
	border:0px solid black;
	background-image: url(../images/btn_search_over.gif);
	outline:none;
}

#tblOrder{
	border-right:1px solid #0A5282;
	border-top:1px solid #0A5282;
	background-color:#E7E7E7;
	width:600px;
}

#tblOrder td{
	padding:6px;
	border-left:1px solid #0A5282;
	border-bottom:1px solid #0A5282;

}

