@charset "utf-8";
/* CSS Document */
#go, #cattext, #addExistingItem {
width:200px;
cursor:pointer;
}
#catthumb{
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:0px;
display:inline;
}
#catpreview{
font-size:12px;
}
#productdisplay{
margin-top:2px;
margin-bottom:2px;
min-height:50px;
}
#productdisplay #name{
	font-weight:bold;
text-decoration:none;
border-bottom:#CCCCCC solid 2px;
display:block;
width:100%;
}
#productdisplay #price{
float:right;
}
#catprothumb{
	height:50px;
	width:50px;
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	border:#CCCCCC solid 2px;
	
}
#catprethumb{
	height:50px;
	width:50px;
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	border:#CCCCCC solid 2px;
	
}
#catdisplay{
}
#catname{
	font-weight:bold;
}