/*/////////////////////////////////*/
/*        SEARCH STYLES           */
 
.cs-search-result-wrapper {
	clear: both;
	width: 90%;
	}

.cs-search-result {
	float:right;
	width: 95%;
	text-align: left;
	font-size: .83em;
	font-weight:normal;
	color:#663;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 13em;
	}

.cs-search-more {
	float:right;
	width: 95%;
	text-align: left;
	font-size: .83em;
	font-weight:normal;
	padding:1em 0;
	}

.cs-search-result-wrapper {
        clear: both;
        width: 90%;
        }       

.cs-search-head,
.cs-search-header {
        font-weight:bold; 
        font-size:1.15em;/*change*/
        color:#c60;
        margin:0 0 1.4em 0;
        padding:0 .5em .25em .5em;/*change*/
        line-height:1.3em;
        overflow:hidden;
        width: 96%; 
        }

.cs-search-result-list {
        float:right;
        width: 95%;
        text-align: left;
        font-size: .91em;
        height: 3em;
        color:#663;
        text-overflow:ellipsis;
        line-height:1.35em;
        padding:0 0 .25em 1em; /*new*/
        font-weight:bold; /*new*/
        }

.cs-search-result {
        float:right;
        width: 95%;
        text-align: left;
        font-size: .83em;
        font-weight:normal;
        color:#663;
        overflow:hidden;
        text-overflow:ellipsis;
        height: 13em;
        }
.cs-search-more {
        float:right;
        width: 95%;
        text-align: left;
        font-size: .83em;
        font-weight:normal;
        padding:1em 0;
        }


.cs-suggest-link
{
  background-color: #FFFFFF;
  padding: 2px 6px 2px 6px;
}

.cs-suggest-link-over
{
  background-color: #5C8295;
  color: #FFFFFF;
  padding: 2px 6px 2px 6px;
}

/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/* BROWSER-SPECIFIC HACKS */
.lftnavorange { 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 1.2em; 
        font-weight: bold; 
        color: #cc6600;
        }


.cs-search-result td font {
        font-size: 1.07em;;
        font-weight:normal;
        color:#663;
        }

 
/*//////////////////////////////////////////*/
/*    END OF SEARCH STYLES    */
