#researchbox {
	background-color: #f3f3f3;
	text-align: center;
}
#researchbox form {
	margin: 0px;
	padding: 0px;
}
.resultbox {
	width: 550px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.itembox {
	float: left;
	width: 110px;
	margin-bottom:0px;
	text-align: center;
	/*font-size: smaller;*/
	background-image: url(../products/images/item_small_bg.gif);
	background-repeat: repeat-x;
}
.itemname {
	position: relative;
	top: -10px;
}
.moreresult {
	/*font-size: smaller;*/
	color: #E6180B;
	text-align: right;
	clear: both;
}
.moreresult a:link, .moreresult a:visited {
  text-decoration:none;
	color: #E6180B;
}
.moreresult a:hover {
  text-decoration:underline;
}
.howto {
	clear: both;
	margin: 16px 0px;
	color: #808080;
}
.howtoimage {
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	vertical-align: middle;
}
.howtotext {
	/*font-size: smaller;*/
	float:left;
	width:385px;
}
.howtocategory {
	font-size: smaller;
	color: #e6180c;
}
.howtoname {
	/*font-size: smaller;*/
	color: #1A1A1A;
	font-weight:bold;
}
ol.freeword {
	margin: 15px 0px 0px;
	padding-left:32px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol.freeword li {
	margin-bottom: 12px;
	color: #808080;
}
ol.freeword .pagetitle {
	font-size: larger;
	color: #333333;
}
ol.freeword .pagesummary {
	font-size: smaller;
}
#ranking {
	margin: 10px 5px 10px 0px;
	padding-left: 8px;
	list-style-type: none;
}
#ranking li {
	margin-bottom: 10px;
}
.rank_icon {
	width:14px;
	float:left;
	margin-right:5px;
}
.rank_txt {
	width:130px;
	float:left;
}

div.resultbox img{
    border: none;
}