/*
----------
Search Styles
----------
*/
#contentColumn {
	border-left:none;
	width: auto;
	}

#contentColumn h2 span {
/*
	position: absolute;
	top: 10px;
	right: 2px;
*/
  margin-top: -20px;	
	color: #e93386;
	font: bold 12px/12px helvetica, sans-serif;
	line-height: 20px; 
  z-index: 0; 
  float: right;
	}

#contentColumn .itemsfound span {
	padding: 2px;
	color: #e93386;
	font: bold 12px/12px helvetica, sans-serif;
	float: right;
	}
.addProduct img {
	margin-right: 10px;
	}
	
.favorites td {
	border-bottom: 1px #f8c5d6 dotted;
	width: 45%;
	}
	
.favorites td.first {
	border-right: none;
	width: 55%;
	}
.favorites td.head {
	border-bottom: none;
	}
.favorites td.head .product {
	padding-bottom: 0;
	}
.favorites td.head em {
	color: #666;
	font: normal 12px/12px helvetica, sans-serif;
	}
.favorites td.head em select {
	color: #666;
	font: normal 12px/12px helvetica, sans-serif;
	}
.searchstring {
	background: #e4c0fe;
	}
