﻿

/* Layout
========================================================================================== */
.busDir .wrap {
	background: #FFF url(../Images/busDir/bg.gif) repeat-y;
}

/* Login
========================================================================================== */
fieldset.logIn {
	width: 178px;
	margin: 0;
	padding: 10px 0;
	background-color: #F36E23;
}
fieldset.logIn h3 {
	background: none;
	padding: 0 20px;
	width: auto;
	float: none;
	font-size: 1em;
}
fieldset.logIn label {
	width: auto;
	display: block;
	color: #FFF;
	margin: 0 20px;
	float: none;
	text-align: left;
}
fieldset.logIn input {
	width: 134px;
	border: solid 1px #000;
	margin: 0 20px 6px;
	float: none;
}
fieldset.logIn input.btn {
	float: right;
	border: none;
	font-weight: bold;
	margin: 0 20px;
	display: inline;
}

/* Text
========================================================================================== */
.content h3 {
	background: transparent url(../Images/BusDir/orange-arrow.gif) no-repeat right center;
	color: #FFF;
	padding: 3px 50px 3px 0;
	text-indent: 10px;
	margin: 0 0 15px;
	width: 13em;
	font-style: italic;
	font-size: 1em;
	clear: both;
	position: relative;
}
.content h3 a {
	position: absolute;
	top: 0;
	right: 50px;
	font-style: normal;
	line-height: 2.0;
	font-size: 0.687em;
	padding: 0;
	text-decoration: underline;
	color: #000;
	margin: 0;
	text-indent: 0;
}
.content h4,
.coHomeRight h3 {
	font-size: 0.75em;
	clear: both;
}
.content h4 em {
	font-weight: normal;
}
.content p {
	font-size: 0.687em;
}
.content h2 {
	font-size: 1.25em;
	padding-bottom: 5px;
}
.content input.btn {
	float: right;
	background-color: #FFF;
	border: none;
	font-weight: bold;
	margin-right: 10px;
	display: inline;
}
.content fieldset input.btn {
	border: solid 1px #F36E23;
}
.content a.btn,
.content input.btn {
	float: left;
	background-color: #F36E23;
	color: #FFF;
	text-decoration: none;
	padding: 3px 7px;
	white-space: nowrap;
	font-size: 0.625em;
	font-weight: bold;
	margin-right: 20px;
}
body div .invalid {
	background-color: #FFDBD9;
	border-color: #990000;
}
body div .valid {
	background-color: #DCFDD7;
	border-color: #156A06;
}
.valErr {
	margin: 10px 0 30px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 0.687em;
	color: #990000;
}

/* Forms
========================================================================================== */
fieldset {
	border: none;
	margin: 10px 30px 10px 0;
	padding: 0 0 20px;
	clear: both;
	border-bottom: solid 1px #F36E23;
}
fieldset legend {
	font-size: 0.812em;
	font-weight: bold;
	color: #F36E23;
	padding: 5px 0 15px;
	
}
fieldset legend span {
	font-size: 0.8em;
	color: #000;
}
fieldset label {
	font-size: 0.687em;
	font-weight: bold;
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}
fieldset label span {
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 10px;
}
fieldset input,
fieldset textarea,
fieldset select {
	float: left;
	width: 300px;
	border: solid 1px #F36E23;
	font-size: 0.687em;
	margin-bottom: 4px;
	text-align: left;
}
fieldset textarea {
	margin-bottom: 8px;
	height: 100px;
}
fieldset select {
	width: 200px;
}
fieldset input.short {
	width: 100px;
}
fieldset .long label {
	width: 100%;
	text-align: left;
	padding: 5px 0 3px 20px;
}
fieldset .long input,
fieldset .long textarea,
fieldset .long select {
	clear: left;
	margin-left: 15em;
	position: relative;
	left: 10px;
}
fieldset .long em {
	position: relative;
	left: 10px;
}
fieldset .chk input,
fieldset .chks input,
fieldset input.btn {
	width: auto;
	border: none;
	text-align: center;
}
fieldset br {
	clear: left;
}
fieldset br.space {
	margin: 10px;
	display: block;
}
fieldset em {
	color: #990000;
	padding-left: 5px;
}

/* Search
========================================================================================== */
.dirSearch {
	clear: both;
	background: #F36E23 url(../Images/BusDir/SearchImage.jpg) no-repeat;
	overflow: hidden;
	float: left;
	width: 592px;
	margin-top: 10px;
}
.dirSearch h3 {
	width: 226px;
	padding-right: 0;
}
.dirSearch fieldset {
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
	float: right;
	clear: none;
	width: 340px;
}
.dirSearch h4 {
	color: #000;
	padding: 10px 0;
	font-size: 0.625em;
}
.dirSearch label {
	float: left;
	width: 120px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 0.687em;
	margin-bottom: 5px;
	text-align: left;
}
.dirSearch input,
.dirSearch select,
.dirSearch p {
	float: left;
	width: 170px;
	margin-bottom: 5px;
	border: solid 1px #000;
}
.dirSearch fieldset br {
	clear: both;
}
.dirSearch p {
	border: none;
	width: 340px;
	font-size: 0.625em;
}
.dirSearch p a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0;
	float: left;
	padding-right: 5px;
}
.dirSearch .chks label {
	width: 100px;
	color: #FFF;
}
.dirSearch .chks input,
.dirSearch input.btn {
	width: auto;
	margin: 0 5px 0 0;
}
.dirSearch input.btn {
	float: right;
	background-color: #FFF;
	color: #000;
	padding: 1px 3px;
	margin-right: 40px;
	display: inline;
}

/* Home
========================================================================================== */
.offers {
	clear: both;
	background: #000 url(../Images/BusDir/SuppliersOffersImage.jpg) no-repeat;
	overflow: hidden;
	margin: 20px 0;
	padding-bottom: 10px;
	float: left;
	width: 592px;
}
.offers h3 {
	width: 226px;
	padding-right: 0;
}
.offers p,
.offers h4 {
	margin: 0 20px 0 0;
	display: inline;
	float: right;
	width: 330px;
	color: #FFF;
	font-size: 0.625em;
	clear: none;
}
.offers h4 {
	margin: 10px 20px 5px 0;
	padding: 0;
	font-size: 0.687em;
}
.offers a {
	float: right;
	margin-right: 20px;
	display: inline;
	color: #F36E23;
	font-size: 0.625em;
	clear: right;
	white-space: nowrap;
}
.BusNav {
	float: left;
	width: 226px;
}
.BusNav li {
	list-style: none;
	background: #FFF url(../Images/BusDir/ArrowMenuBlackBoxes.gif) no-repeat top left;
	padding: 0 0 10px 34px;
}
.BusNav a {
	background-color: #000;
	display: block;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 0.812em;
	font-weight: bold;
}
.news {
	float: right;
	margin: 0 20px 50px 0;
	display: inline;
	width: 320px;
}
div.news div.Normal {
	width: 270px;
}
.news h4,
.coHomeLeft h4 {
	clear: both;
	padding: 10px 0 5px;
}
.news h4 a {
	float: none;
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.news a,
.coHomeLeft a,
.newsPage a {
	float: right;
	color: #F36E23;
	font-size: 0.687em;
	font-weight: bold;
}

/* Search Results
========================================================================================== */
.newsPage ul,
.newsPage ol,
ul.results {
	margin: 15px 30px;
	border-bottom: solid 1px #F36E23;
	list-style: none;
	clear: both;
}
.newsPage li,
.results li {
	border-top: solid 1px #F36E23;
	border-bottom: solid 5px #FFF;
	background: #FFF url(../Images/BusDir/ArrowSearchResults.gif) no-repeat 0 0.75em;
	margin-top: 4px;
	padding: 10px 0 10px 30px;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.results li.enhanced {
	background: #FDD1B2 url(../Images/BusDir/ArrowSearchResultsOrange.gif) no-repeat 0 0.75em;
}
.newsPage a,
.results a {
	float: right;
	clear: both;
	white-space: nowrap;
	color: #F36E23;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 10px;
	display: inline;
}
.newsPage p a,
.results p a {
	float: none;
	clear: none;
	text-decoration: underline;
	font-weight: inherit;
	margin: 0;
	font-size: 1em;
	white-space: normal;
}
.newsPage ul h4 a,
.results h4 a {
	float: none;
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.results h4 a:hover,
.newsPage h4 a:hover {
	color: #F36E23;
}
.newsPage span.date {
	float: right;
	white-space: nowrap;
}
.newsPage input.btn {
	float: right;
	margin: 10px 0 0;
}
.results li div.icons {
	float: right;
	padding-bottom: 15px;
	margin-right: 20px;
	display: inline;
}
.results li div.icons div {
	margin-right: 5px;
	margin-top: 15px;
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
}
.results li div.icons img {
	z-index: 1;
}
.results h4,
.results p {
	float: left;
	clear: left;
	width: 250px;
	padding-bottom: 5px;
	display: inline;
}

/* Paging
========================================================================================== */
.paging {
	padding: 20px 30px 10px;
	clear: both;
	overflow: hidden;
	font-weight: bold;
}
.paging strong {
	float: left;
	font-size: 0.687em;
}
.paging ul {
	float: right;
	margin-bottom: 6px;
}
.paging li {
	display: inline;
	color: #F36E23;
	padding: 0 3px;
	font-size: 0.687em;
}
.paging a {
	color: #000;
	font-size: 0.687em;
}
.paging li a {
	font-size: 1em;
}
	


/* Details
========================================================================================== */
.details {
	margin: 20px 30px;
}
.details h4 {
	font-size: 0.687em;
}
.details h4.back {
	float: right;
	background: #FFF url(../Images/BusDir/ArrowBackToList.gif) no-repeat center left;
	padding-left: 30px;
	white-space: nowrap;
	margin: 10px 0;
	cursor: hand;
	cursor: pointer;
}
.details h4.back a {
	color: #000;
	text-decoration: none;
}
.details img {
	float: right;
	clear: right;
	margin: 10px 0;
}
.details h1 {
	font-size: 0.875em;
	clear: right;
	background: #FDD1B2 url(../Images/BusDir/ArrowSearchResultsOrange.gif) no-repeat center left;
	padding: 0 0 0 30px;
	line-height: 2.2;
	border-top: solid 1px #F36E23;
	overflow: hidden;
}
.details h1 a.btn {
	float: right;
	margin: 4px;
}
.details p,
.details dl,
.newsPage dl,
.newsPage p {
	margin: 10px 30px;
	font-size: 0.687em;
	clear: left;
}
.newsPage dl,
.newsPage p {
	margin: 0 0 6px;
}
.newsPage p img {
	float: left;
	margin: 5px 10px 10px 0;
}
.newsPage dd a {
	float: none;
	font-size: 1em;
}
.details dl,
.newsPage dl {
	float: left;
	display: inline;
	width: 360px;
}
.details dt,
.newsPage dt {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
.details dd,
.newsPage dd {
	float: right;
	width: 200px;
	margin: 0 0 5px;
	padding: 0;
}
fieldset.enquiry {
	margin: 20px 60px;
	border-bottom: none;
}
fieldset.enquiry label {
	width: 130px;
}
fieldset.enquiry input {
	margin: 3px 0 6px;
}
fieldset.enquiry input.btn {
}


/* Registration
========================================================================================== */
.reg {
	clear: both;
	padding: 0 15px;
}
div.reg input.btn {
	float: right;
}
#suppliers label {
	float: left;
	width: 490px;
	text-align: left;
	padding-bottom: 2px;
	margin-left: 30px;
	display: inline;
}
#suppliers textarea,
#suppliers input {
	float: left;
	margin-left: 160px;
	display: inline;
}
#suppliers textarea {
	height: 50px;
}

/* News
========================================================================================== */
.news ul,
.coHomeLeft ul {
	clear: both;
}
.news li,
.coHomeLeft li {
	list-style: none;
	display: block;
	overflow: hidden;
}
.coHomeLeft li p img {
	float: left;
	margin: 0 10px 10px 0;
}
.newsPage img.sold {
	float: right;
	margin: 0 0 10px 20px;
}


/* Company Profile
========================================================================================== */
.coHomeLeft {
	float: left;
	clear: both;
	width: 330px;
	margin-left: 30px;
	padding-bottom: 30px;
	display: inline;
}
.coHomeLeft h3 {
	margin: 10px 0;
	left: -30px;
}
.coHomeLeft h4 a {
	font-size: 1em;
	float: none;
}
.coHomeLeft a.btn {
	margin: 50px 0 0 0;
	float: left;
	clear: both;
}
.coHomeLeft div.Normal {
	margin: 0;
	width: auto;
}
.coHomeRight {
	float: left;
	width: 185px;
	margin-left: 25px;
	display: inline;
	padding-bottom: 30px;
}
.coHomeRight img {
	margin-bottom: 20px;
}
.coHomeRight div {
	background-color: #EAE9E9;
	padding: 0 10px 10px;
	border: solid 1px #F36E23;
	margin-bottom: 4px;
	overflow: hidden;
	float: left;
	clear: left;
	width: 165px;
}
.coHomeRight div div {
	padding: 0;
	float: none;
	border: none;
}
.coHomeRight div a.btn,
.coHomeRight input.btn {
	float: right;
	clear: both;
	margin-right: 0;
	margin-top: 6px;
}
.coHomeRight h4,
.coHomeRight h3 {
	margin: 10px 0 2px;
	width: 145px;
	background: none;
	color: #000;
	font-style: normal;
	text-indent: 0;
	padding: 0;
	font-size: 0.687em;
}
.coHomeRight h3 span {
	float: left;
}
.coHomeRight h3 em {
	float: right;
	color: #F36E23;
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
}
.coHomeRight div p {
	clear: both;
}
.coHomeRight ol {
	margin-left: 20px;
	padding-top: 10px;
	clear: both;
	font-size: 0.625em;
}
.coHomeRight ol li {
	margin-top: 5px;
}
.coHomeRight ol li p {
	font-size: 1em;
	font-weight: bold;
	display: inline;
}
.coHomeRight ol a {
	color: #000;
}
.coHomeRight input {
	width: 140px;
	border: solid 1px #000;
}
.coHomeRight input.btn {
	width: auto;
}
.coHomeRight label {
	font-size: 0.687em;
}
fieldset.addContent {
	border-bottom: none;
}
.addContent input.btn {
	float: right;
	margin-right: 75px;
	display: inline;
}
fieldset.uploadLogo {
	clear: both;
	border: none;
	padding: 20px 0 0 30px;
}
fieldset.uploadLogo p {
	float: left;
	width: 300px;
	padding: 20px;
}
fieldset.uploadLogo label {
	width: 70px;
	clear: left;
}
fieldset.uploadLogo input {
	width: auto;
	margin: 0;
	float: left;
	border-color: #CCC;
}
fieldset.uploadLogo input.btn {
	margin-left: 10px;
	padding: 1px 5px;
	border: none;
}
fieldset.uploadLogo img {
	float: right;
}

fieldset.editPdf {
	clear: both;
	border: none;
	padding: 20px 46px 0 30px;
}
fieldset.editPdf input.btn {
	float: right;
	margin-top: 20px;
}
fieldset.editPdf label strong {
	font-weight: normal;
	font-size: 0.9em;
}

/* Rev Management
========================================================================================== */
.approve,
.highlights,
.mngTypes,
.mngUsers {
	clear: both;
	background: #000 url(../Images/BusDir/SuppliersOffersImage.jpg) no-repeat;
	overflow: hidden;
	margin: 20px 0;
	padding-bottom: 15px;
	float: left;
	width: 592px;
}
.mngUsers {
	background-image: none;
}
.highlights {
	padding-bottom: 0;
}
.approve input.btn,
.highlights input.btn,
.mngTypes input.btn,
.mngUsers input.btn {
	float: right;
	background-color: #FFF;
	color: #000;
	padding: 1px 3px;
	margin-right: 40px;
	display: inline;
}
.approve h3,
.highlights h3,
.mngTypes h3,
.mngUsers h3 {
	width: 226px;
	padding-right: 0;
}
.approve ul,
.highlights fieldset,
.mngTypes fieldset {
	margin: 10px 20px 0 0;
	display: inline;
	float: right;
	width: 330px;
	color: #FFF;
	clear: none;
	padding: 0;
	border: none;
}
.highlights fieldset {
	margin: 0 20px 0 0;
}
.approve ul {
	width: 300px;
}
.approve a {
	color: #FFF;
	font-size: 0.687em;
	font-weight: bold;
}
.highlights ul {
	margin: 5px 0 5px 20px;
}
.highlights label {
	width: 100px;
}
.highlights input,
.highlights textarea,
.highlights select {
	width: 180px;
}
.highlights textarea {
	height: 70px;
}
.mngTypes select {
	width: 320px;
	float: left;
	clear: left;
	height: 100px;
}
.mngTypes input {
	float: left;
	width: 250px;
	margin-right: 13px;
	padding-left: 3px;
}
.mngTypes input.add {
	float: left;
	margin-right: 10px;
}
.mngTypes input.del {
	clear: left;
	margin-right: 10px;
}
.reg .mngTypes {
	background: none;
	border: solid 1px #F76E22;
	width: 530px;
	padding: 10px 0;
	margin-top: 20px;
}
.reg h3 {
	background: none;
	color: #F76E22;
	font-size: 0.687em;
	font-style: normal;
	width: 14em;
	padding: 0 10px 0 0;
	text-align: right;
}
.reg .mngTypes fieldset {
	margin: 0;
	float: left;
}
.mngUsers fieldset {
	border: none;
	margin: 10px 30px;
}
.mngUsers table {	
	margin: 10px 0;
}
.mngUsers h4 {
	margin: 10px 0;
}
.mngUsers a {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
}
.mngUsers input {
	width: 70px;
	font-size: 1em;
}
.mngUsers input.eml {
	width: 120px;
}
.mngUsers input.btn {
	font-size: 1em;
	margin-right: 5px;
}
.mngUsers th,
.mngUsers td {
	color: #FFF;
	font-size: 0.687em;
	text-align: left;
	padding: 3px 10px 3px 0;
}
.mngUsers th {
	color: #F76E22;
	border-bottom: solid 1px #F76E22;
}
.approveList input.btn {
	float: right;
}

	