*#content  a.incart {
	width: 100px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #DBA981;
	text-decoration: none;
	background-color: #F5E9DE;
	font-weight: bold;
	color: #9B5F2D;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
*#content  a.incart:hover{
	background-color: #E9D3C2;

}
*#content a.lookmore {
	text-align: center;
	font-size: 12px;
	color: #273463;
	text-decoration: none;
	font-weight: bold;
	background-color: #E8EAF2;
	border: 1px solid #919CC6;
	padding-right: 10px;
	padding-left: 10px;
	width: 100px;




}
*#content  a.lookmore:hover {
	background-color: #C1C8DD;
	color: #273463;
}
.searchresult {
	font-size: 100%;
}
.searchresult th {
	font-size: 125%;
	font-weight: normal;
	text-align: left;
}
.searchresult td {
	vertical-align: top;
}

