div.quicksearch 
{
	visibility: hidden;
	position: absolute;
	z-index: 1;
	width: 370px;
}

div.qheader 
{
	background: url(/images/search-background-header.gif) no-repeat;
	height: 2px;
}

div.qcategory 
{
	padding: 2px 5px 2px 15px;
	background-color: #ffffff;
	cursor: pointer;
}

div.qcategory-selected
{
	padding: 2px 5px 2px 15px;
	background-color: #608bc0;
	cursor: pointer;
}

.qcategory a
{
	text-decoration: none;
	color: #000000;
}

.qcategory a:hover
{
  text-decoration: none;
  color: #000000;
}

a.qcategory-selected
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a.qcategory-selected:hover
{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

div.qarticle 
{
	padding: 2px 5px 2px 15px;
	background-color: #ffffff;
	cursor: pointer;
}

div.qarticle-selected
{
	padding: 2px 5px 2px 15px;
	background-color: #608bc0;
	cursor: pointer;
}

.qarticle a
{
	text-decoration: none;
	color: #000000;
}

.qarticle a:hover
{
  text-decoration: none;
  color: #000000;
}

a.qarticle-selected
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a.qarticle-selected:hover
{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

tr.qproduct 
{
	background-color: #ffffff;
	cursor: pointer;
}

td.qproduct 
{
	width: 274px;
	height: 60px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	background: #ffffff url(/images/search-background-product.gif) no-repeat;
}

td.qproduct-selected
{
	width: 274px;
	height: 60px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	background: #608bc0 url(/images/search-background-product.gif) no-repeat;
}

.qproduct a
{
	color: #000000;
	text-decoration: none;
}

.qproduct a:hover
{
  color: #000000;
  text-decoration: none;
}

a.qproduct-selected
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.qproduct-selected:hover
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

td.qphoto 
{
	width: 70px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

div.qbody 
{
	background: url(/images/search-background.gif) repeat-y;
	padding-left: 2px;
	padding-right: 1px;
}

div.qsection 
{
	background-color: #0055bb;
	padding: 5px 25px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
}

div.qfooter 
{
	background: url(/images/search-background-footer.gif) no-repeat;
	height: 32px;
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
}

a.qfooter
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 25px 0px 0px;
	background: url(/images/search-full-button.gif) no-repeat right center;
}

a.qfooter:hover
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 25px 0px 0px;
  background: url(/images/search-full-button.gif) no-repeat right center;
}

span.qprice 
{
	color: #ff0000;
}

div.qnoresults 
{
	padding: 30px 10px 30px 15px;
}