/* v2.0 */

	/*****/
	/* !note! - these styles relate to the Google Search API listings and customise elements in 
	the default Google stylesheet, which is included in the folder for reference */

    .gsc-resultsHeader {
    	clear:none;
    }

    .gsc-control {
        width:100%;
    }
    form.gsc-search-box {
        width:250px;
    }
    .gsc-tabsArea {
    	clear:none;
        visibility:hidden;
    }
    
    .gsc-result {
    	float:left;
    }
    
    .gs-result .gs-title, .gs-result .gs-title * {
    	/* !CUSTOM! set color in custom css if required */
        color:#676767;
        font-size:100%;
    }
    .gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl {
        display:none;
    }
    .gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
        color: #000;
    }
    .gs-divider {
    	/* !CUSTOM! set color in custom css if required */
        color: #676767;
    }

    #searchcontrol {
    }
    #searchcontrol a {
    	color:#fff;
    }
    #searchcontrol a b {
    	color:#fff;
    }    	
    .contenttext #searchcontrol {
    	margin-left:94px;
    	margin-right:40px;
    }

