div.business-item0, div.business-item1, div.business-admin, div.business-item2, {
	border-bottom: 0px solid #DCDCDC;
	margin: 2px 0px;
	padding: 2px;
	clear: both;
	height: 23px;
}

div.business-item0 {
	background-color: #F4F4F4;/*#EDEDED;*/
}

div.business-item1, div.business-admin {
	background-color: #DCDCDC;
}

div.business-item2 {
	background-color: #FFFFCF;
	border-bottom: 4px solid #FFF;
	font-weight: bold;
}

p.business-heading {
	float: left;
	width: 60%;
	margin-top: 1px;
	/*margin-top: 5px;*/
	margin-left: 5px;
	padding-bottom: 0px;
}

div.business-admin p.business-heading, div.business-admin div.controls {
	margin: 0px;
	background: #FFF;
}

p.business-icons {
	float: right;
	width: auto;
	padding-bottom: 0px;
}

p.admin-descr {
	padding: 10px;
}

table.listing-icons {
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

td.listing-short-icons {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 23px;
}

td.listing-short-icons img {
	margin: 0px;
	margin-top:1px;
	border: 0px;
}

/***  Display extra features in two columns ***/

table.adminFeaturesMain {
	margin: 5px;
	padding: 0px;
	width: 500px;
	border: 0px solid red;
	text-align: left;
}

table.adminFeatures {
	margin: 0px;
	width: auto;
	padding: 0px;
	border: 0px solid #000;
	font-size: 10px;

}

table.adminFeatures th, table.adminFeaturesMain th {
	font-weight: bold;
	font-size: 12px;
	color: #185DA0;
	background: none;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	text-align: left;
}

table.adminFeatures td {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-transform: capitalize;

}

table.adminFeatures td.child {
	padding-left: 30px;
}
/** Sponsored Listings Styles **/
div.sponsor-block {
	width: 550px;
	height: 160px;
	position: relative;
	border: 0px solid #CCC;
	z-index: 1;
}
div.sponsor0, div.sponsor1 {
	border: 1px solid #CCC;
	width: 265px;
	height: 160px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.sponsor1 {
	left: 270px;
}

div.sponsor-heading {
	margin: 0px;
	padding: 2px;
	/*background-color: #F1F3F5;*/
}

p.sponsor-title {
	float: left;
	width: 70%;
	margin-top: 7px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
}

p.sponsor-icons {
	float: right;
	width: auto;
}

p.sponsor-thumb {
	clear: both;
	width: 250px;
	padding: 0px;
}

p.sponsor-thumb a img {
	float: left;
	margin: 0px;
	border: 0px;
	margin: 2px 5px 2px 0px;
}

p.sponsor-desc {
	font-size: 10px;
	padding: 2px;
	text-align: justified;
}


/** Extended Listings Styles **/

.bluehr {
	/* background:url(../images/blue_hr.gif) repeat-x; */
	font-size: 0.1em;
	clear: both;
	margin: 5px 0 5px 0
}

.extended-heading {
	background-color: #FFFFFF;
	background: url(../images/infobar_bkg_blue2.jpg) repeat-x #9ECCFE;
	color: #FFFFFF;
	margin-top: -7px; 
	margin-left: -13px;
	margin-bottom: 10px;
	margin-right: -13px;
	padding: 0px 5px;
	border: 0px solid #3A548F;
	font-size: 1.2em;
	clear: both;
	height: 20px;
}


/*h3.extended-heading {
	padding: 0px 2px;
	background: #7D9CDF;
}*/

p.extended-title {
	float: left;
	width: 65%;
	margin-top: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
}

p.extended-icons {
	float: right;
	width: auto;
	margin: -3px 0px 3px 0px;
	padding: 0px;
}

p.extended-icons table.listing-icons, p.extended-icons table.listing-icons td.listing-short-icons a {	
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
}

p.extended-thumb {
	clear: both;
	width: 165px;
	padding: 0px;
	float: left;
	text-align: center;
	z-index: 1000000;
	
}

p.extended-thumb a img, p.extended-thumb img {
	margin: 0px;
	border: 0px;
	margin: 2px 5px 2px 0px;
}

p.extended-desc {
	font-size: 10px;
	padding: 2px;
	text-align: justified;
}

/** long display styles **/
/* CSS Document */
#bus-long-wrap {
	border: 1px solid #cccccc;
	width: 525px;
	font-size: 11px;
	color: #333333;
}

	#bus-long-wrap a:link, #bus-long-wrap a:visited{
		display: block;
		text-decoration: none;
	}

	#bus-long-wrap table {
		border-collapse: collapse;
		border: 0px;
	}

#bus-long-title {
	background-color: #f0f0f0;
	width: 100%;
	padding-left: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

	#bus-long-title span {
		font-size: 10px;
		font-weight: 100;
		font-style: italic;
	}

#bus-long-intro {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 11px 5px 11px 5px;
}

#bus-long-left {
	background-color: #e1e1e1;
	vertical-align: top;
}

#bus-long-contact, #bus-long-form, #bus-long-map, #bus-long-sat, #bus-long-icons {
	padding: 9px;
	width: 162px;
	border-bottom: 2px solid white;
	font-size: 0.9em;
}

#bus-long-contact {
	background-color: #e1e1e1;
	
}

	#bus-long-contact .web, #bus-long-contact .mail, #bus-long-contact .skype, #bus-long-contact .sms {
		background: url(../images/ico_web.jpg) left center no-repeat;
		padding: 3px 0px 0px 22px;
		margin-top: 5px;
	}
	
	#bus-long-contact .mail{
		background: url(../images/ico_mail.jpg) left center no-repeat;
	}
	
	#bus-long-contact .skype{
		background: url(../images/ico_skype.jpg) left center no-repeat;
	}
	
	#bus-long-contact .sms{
		background: url(../images/ico_sms.jpg) left center no-repeat;
	}

#bus-long-form {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#bus-form {
	padding: 5px;
}

	#bus-form .submit{
		text-align: right;
		padding: 5px;
	}
	
	#bus-form .submit input { 
		background: none;
		border: 0px;
	} 
#form-error {
  border: 1px solid;
  color: #f00;
  background: #fee;
  padding: 1em;
  display: none;
}

#form-error ul {
	margin: 3px;
	padding: 0px;
}

#form-error ul li {
	margin: 0px;
	padding: 0px;
}

#form-error span {
	margin-top: 0;
}

body.curWait * {
	cursor: wait;
}


#bus-long-map {
	background-color: #e1e1e1;
	text-align: center;
}

	#bus-long-map img{
		border: 1px solid white;
	}

	#bus-long-map a:link, #bus-long-map a:visited {
		background: url(../images/ico_map.jpg) right center no-repeat;
		padding: 3px 22px 0px 0px;
		margin-top: 5px;
		text-align: right;
	}

#bus-long-sat {
	background-color: #f0f0f2;
	text-align: center;
	border-bottom: 5px solid #e1e1e1;
	margin-bottom: 0px;
}

	#bus-long-sat img{
		border: 1px solid white;
	}

	#bus-long-sat a:link, #bus-long-sat a:visited {
		background: url(../images/ico_sat.jpg) right center no-repeat;
		display: block;
		padding: 3px 22px 0px 0px;
		margin-top: 5px;
		text-align: right;
		text-decoration: none;
	}
	
#bus-long-right {
	vertical-align: top;
}

#bus-long-imgs {
	background-color: #e7e7e7;
	text-align: center;
	margin-top: -1px;
}

	#bus-long-imgs img{
		border: 1px solid white;
		margin-top: 6px;
		margin-bottom: 7px;
	}
	
	#bus-long-imgs table {
		width: 336px;
		border-collapse: collapse;
	}
	
	#bus-long-slideshow {
		
	}
	
	#bus-clickmore {
		font-size: 0.9em;
	}
	
	#bus-long-slideshow p {
		padding: 0px;
		margin: 0px;
		border: 0px solid #000;
		width: 330px;
		height: 220px;
	}
	

#bus-long-desc {
	padding: 5px 7px 0px 7px;
	font-size: 0.9em;
}
/** end long display styles **/

/* accordion style*/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 700px; /*width of menu*/

border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(glossyback.gif) repeat-x bottom left;*/

font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #607288;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-align: left;
cursor: pointer;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(glossyback2.gif);  */
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
