/***********************************************************************************
Business Database
avebus.css


************************************************/
/*h2 {
	padding:0px;
	border:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	}
*/

h2,h3,h4 {
	padding:0px;
	border:0px;
	margin:0px;
	margin-bottom:10px;
	}
	
h4 {
	font-size:14px;
	font-style:bold;
	}
	
ul {
	padding:0px;
	border:0px;
	margin:0px;
	}



/***********************************Display business Profile Page */	

.dispform {  /* Box around heading on Display business Profile Page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	text-align:left;
	float:left;
	}

.dispformtitle {  /* Box for Title on Display business Profile Page */
	width:100%;
	text-align:left;
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	float:left;
	}



.disperror { /** Box for errors input **/
	background-color:#ED717A;
	width:90%;
	padding:10px;
	font-size:1.2em;
	margin-bottom:5px;
	float:left;
	}
	

.disperror ul {
	padding:0px;
	border:0px;
	margin:0px;
	}

.disperror ul li {
	list-style-type:none;
	}

.disperrorbox {  /* Box around heading on Display business Profile Page */
	width:90%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	text-align:center;
	float:left;
	}
	
.dispformselect {  /*** Box around different sections of Edit page */
	width:90%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	text-align:center;
	float:left;
	}

.selectelement label {
	width:200px;
	float:left;
	text-align:left;
	}
	
.dispformselect input, .searchelement input {
	background-color:#008A5F;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:3px;
	color:white;
	border:none;
}

.searchelement input#busname {
	background:white;
	margin-right:5px;
	color:white;
	border:gray 1px solid;
	color:#6B7A91;
}

.selectelement { /** Box for all other form elements on edit page */
	width:100%;
	background-color:#e4e4e4;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	overflow:visible;
	}


	
.dispformsearch {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	text-align:center;
	float:left;
	}

.searchelement label {
	width:300px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	}

.searchelement { /** Box for all other form elements on edit page */
	width:90%;
	background-color:#e4e4e4;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.buslisting {  /*** Box around the entire business listing when viewing a business */
	border-top:1px dashed silver;
	border-bottom:1px dashed silver;
	padding:5px;
	padding-bottom:10px;
	text-align:left;
	margin-top:15px;
}

.buslisting .busname, .buslisting .busdesc, .buslisting .busadd1, .buslisting .busadd2, .buslisting .buscity, .buslisting .busprovince, .buslisting .buspostalcode, .buslisting .busphone, .buslisting .busfax, .buslisting .buswebsite, .buslisting .busemail {  /*** All elements in the business listing */
	float:none;
	text-align:left;
	padding:0px;
}

.buslisting .busname {
	margin-top:0;
	font-size:1.4em;
	font-weight:bold;
}

.buslisting .busdesc {
        text-align :left;
        width:300px;
        margin-top:20px;
 }

.buslisting .busadd2, .buslisting .buscity, .buslisting .buspostalcode {
	margin-top:0;
}



.busname{  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	font:'Trebuchet MS';
	}

.busadd1 {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.busadd2 {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}

.buscity {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.busprovince {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.buspostalcode{  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.busphone {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.busfax {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
	
	/*   New stuff **************************/
	.buscats {  /*** Box around different sections of Edit page */
		width:650px;
		padding:5px;
		margin:0px;
		margin-top:20px;
		border:0px;
		text-align:center;
		float:left;
		}

	.buscats li {
		display:inline;
		width:75px;
		margin-right:5px;
		}

	/***********************************/
	
	
.buswebsite {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}
	
.busemail {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:0px;
	text-align:center;
	float:left;
	}


/***********************************Edit business Profile Page */	
	
.busform {  /*** Box around different sections of Edit page */
	width:90%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	text-align:center;
	float:left;
	}

.busform a:hover {
	color:grey;
	}

.busformtitle { /* Adds styles to Titles in the businessforms on the edit page */
	width:90%;
	text-align:center;
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	float:left;
	}
		
	
.buserror { /** Box for errors input **/
	background-color:#ED717A;
	width:90%;
	padding:10px;
	font-size:1.2em;
	margin-bottom:5px;
	float:left;
	}
	

.buserror ul {
	padding:0px;
	border:0px;
	margin:0px;
	}

.buserror ul li {
	list-style-type:none;
	}

.delhead {
	width:90%;
	text-align:left;
	}

.delheadelement {
	width:200px;
	float:left;
	text-align:left;
	}
	
.delheadstart {
	width:30px;
	clear:left;
	float:left;
	text-align:left;
	}

.delitem1 {
	clear:both;
	width:90%;
	height:30px;
	text-align:center;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFCC66;
	overflow:visible;
	}

.delitem2 {
	clear:both;
	width:90%;
	height:30px;
	text-align:center;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FEF886;
	overflow:visible;
	}


.delitemelement {
	width:200px;
	float:left;
	text-align:left;
	}

.delitemstart {
	width:30px;
	float:left;
	clear:left;
	text-align:left;
	}

.busformelement { /** Box for all other form elements on edit page */
	width:90%;
	background-color:#FFCC66;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.busformelement select.many {	height: 6em;  }
.selectelement select.many {	
	height: 6em;  
	width:20em;
	}
	
#wpbody select.many {	
	height: 6em;
	width:20em;
	} /*  select has been set in previous CSS files and needs to opened up here for the category selects to work from the Admin menu */

.busformelement label {
	width:200px;
	float:left;
	text-align:left;
	}


.busformsubmit { /* used for submit buttons on business edit page */
	margin-top:20px;
	width:90%;
	text-align:center;
	}



	


