@charset "utf-8";

/*
	Author: Veb4Design
    Date: July 22, 2008 
    Description: Westislanddental.com - Search Style Sheet.
    This style sheet contains the styling of the searcg page

    Note: Make sure to read the comments before editing.
    Thank you.
*/

/* ------------------------------- */
/* Search Page Styles              */
/* ------------------------------- */
	#search_wrapper
	{
		margin:0 auto;
		padding:1em;
		width:900px;
	}
	
	#search_from
	{
		margin:0 auto;
		width:700px;
				
	}
	
	/*Each Result*/
	div.gs-result
	{
		margin: 1em;
		padding: 1em;
		border:1px solid #CCC;
		background-repeat:repeat-x;
		background-image: url(../../../Images/Search/bg_result.png);
	}
	
	/*Results and Back button wrapper*/
	div.gsc-title
	{
		padding:0 1em 0 1em;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#FFF;
		font-size:13px;
	
	}
	
	/*Results back button*/
	div.gsc-back { display:none; }
	
	/*Each Result Title*/
	div.gs-title
	{
		text-decoration: none;
		padding-bottom:1em;
		color:#fff;
	}
	
	/*Each Result Url*/
	div.gs-visibleUrl
	{
		color: green;
		padding-top:1em;
	}
	
	/*Clipped from google text*/
	div.gs-watermark { display: none; }
	
	/*Back button*/
	div.gsc-back { float: right; }
	
	/*Powered by google logo*/
	table.gsc-branding
	{
		border: none;
		display:none;
	}
	
	/*Powered by google logo text*/
	td.gsc-branding-text
	{
		color: gray;
		display:none;
	}

/* ------------------------------- */
/* Search Page Form Styles         */
/* ------------------------------- */

	.input
	{
		background: #ffc;
		width:400px;
		height:30px;
		font-size:14px;
		color:#666;
		border:1px solid #ccc;
	}
	
	.input:hover
	{
		border: 1px solid #ccc;
		background: #ff6;
	}
	
	.button, .button:hover
	{
		border:1px solid #ccc;
		background-color:#fff;
		height:35px;
	}
	
	.button:hover
	{
		border:1px solid #ccc;
		background-color:#ff6;
	}
	
	br { clear: left; }

