.toolList_img
{
	width: 156px;
	border: 1px solid #d8ebcc;
	padding: 10px;
}

.toolList_text
{
	font: 14px Verdana;
	color: #646464;
	vertical-align: top;
	padding: 10px 20px;
}

.toolList_text .title
{
	font: bold 18px Verdana;
	color: #fea734;
}

.toolList_star
{
	width: 14px;
	height: 14px;
	background: url(../images/main_log_ui/stars.gif) no-repeat;
	float: left;
	margin-right: 3px;
}

.toolList_info
{
	width: 130px;
	vertical-align: top;
	padding-top: 40px;
	
}

.open_tool_btn
{
	background: url(../images/main_log_ui/promote_start.gif) no-repeat 0px 0px;
	width: 117px;
	height: 21px;
	margin: 0px auto;
	cursor: pointer;
}

.buy_tool_btn
{
	background: url(../images/main_log_ui/buynow.gif) no-repeat 0px 0px;
	width: 117px;
	height: 21px;
	margin: 0px auto;
	cursor: pointer;
}




.show_aff_history
{
	background: url(../images/main_log_ui/aff_show.gif) no-repeat 0px 0px;
	width: 177px;
	height: 34px;
	margin: 20px auto 0px auto;
	cursor: pointer;
}
.show_aff_history:hover
{
	background-position: 0px -34px;
}

.aff_table_header
{
	background: #b6d6e8;
	font: bold 18px Verdana;
	color: #2f81b6;
	padding: 10px 10px;
	margin-top: 20px;
}


