/**************** SMART SEARCH ****************/
a.smart-search-link			{ display: block; width: 245px; border-bottom: 1px solid #CCCCCC; height: 65px; float: left;}
a.smart-search-link img		{margin: 3px 0px 0px 0px; width: 35px; height: 35px; float: left;}
a.smart-search-link span		{margin:10px 0px 0px 15px; font-size: 11px; color: #515151;  display: block; width: 120px;  float: left;}
a.smart-search-link span:hover	{color: #722E65; }
a.smart-search-category		{margin:5px 0px 0px 15px; font-size: 12px; color: #515151;  display: block; width: 247px;  float: left;}
a.smart-search-category:hover	{color: #722E65;}
a#smart-search-view-all		{display: block; width: 120px;  height: 30px; float: left; color: white; font-size: 12px; font-weight: bold;background: #911112; text-align: center; line-height: 30px; margin-top: 10px; background: -moz-linear-gradient(100% 100% 90deg, #333, #911112); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#911112)); -webkit-border-radius: 5px; -moz-border-radius: 5px;}

a#smart-search-view-all:hover	{background: -moz-linear-gradient(100% 100% 90deg, #333, #A10000); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#A10000)); background: #A10000;}

div#output					{padding: 5px; border: 1px solid black; background: white; font-size: 12px; position: absolute; top: 195px; width: 247px; height: auto; z-index: 100; display: none; -webkit-box-shadow: 0px  5px 3px #333; -moz-box-shadow: 0px  5px 3px #333; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px;}
