/*
Version : 0.1.6
FILE : alphabetsearch.css
Created By : Sudhansu Ranjan Mangaraj
Created Date : 18-NOV-2009
Update Date : 12-JAN-2010
Company : Modulesoft.com
Mail : sudhansumspl@live.com, sudhansu@modulesoft.in

This is the first small extension for magento from modulesoft.com
And we are trying to develope as many feaures as we can for Magentocommerce.com

Thanks
Modulesoft.com team
*/

/* Alpha Search */

.boxalfasrch {background-color:#fefefe;}
/* .srchbox {background-color:#CEACE1;} */
.srchbox {background-color:#FFFFFF;}

.head {text-align:center;
       color:#673A69;
       font-weight:bold;
       background-color:#FFFFFF;
       height:20px;
}
.content {margin:0;}

/* Modified by Randy Taylor  Jan 26/2009 */

.navoffLetters {
        color:white;
        background-image: url(../images/navoffLetters.png);
		line-height:19px;
		font-size:12px;
    	width:21px;
    	height:21px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-weight:bold;
        cursor: pointer;
        text-decoration: none;

}

.navonLetters {
	      color:white;
          background-image: url(../images/navonLetters.png);
		  line-height:17px;
		  font-size:12px;
          width:21px;
          height:21px;
		  font-family:Arial, Helvetica, sans-serif;
		  text-align:center;
		  font-weight:bold;
          cursor: pointer;
          text-decoration: none;
}



/* End of modifications by Randy Taylor */



.alfasrch .rsltbox a:hover {
/*  color:#ed145b;  */
  color:#e9d2ec;
  font-weight:bold;
  text-decoration:underline;
}

.alfasrch .rsltbox{
    border:#CEACE1 solid 1px;
	height:400px;
	background:#ffffff;
	overflow:auto;
    text-align:left;
    font-family:Arial,Helvetica,sans-serif;
    line-height:12px;
    font-size:11px;
    color:#714B75;
    padding-bottom:3px;

}

.alfasrch .rsltbox li{
	padding:5px 0 5px 5px;
	border-bottom:#c7c7c7 solid 1px;
}