/*--autocompile--*/
.autocomplete_list * {
	font: 11px verdana,sans-serif;
}

.autocomplete_list { 
	background: #fff; display: block; border: 1px solid #7F9DB9; text-align: left; z-index: 200; 
	width: 202px !important;
}

.autocomplete_list b, .autocomplete_list em, .autocomplete_list strong { 
	font-weight: bold; 
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; margin: 0; padding: 0; 
}

.autocomplete_list .item, .autocomplete_list .current_item { 
	margin: 0px; padding: 3px 6px; text-align: left; cursor: pointer; 
	border-top: 1px solid #e3e3e3;	
}

.autocomplete_list .first_item {
	border-top: none;
}

.autocomplete_list .current_item { 
	background: #AFD0E7; color: #000; 
}

.autocomplete_list span { 
	color: #111; float: right; padding-left: 20px; 
}

.autocomplete_text { 
	/*background: transparent url("/images/frontend/indicator.gif") no-repeat right center;*/
}
.autocomplete_text_busy { 
	background: transparent url("/images/frontend/indicator.gif") no-repeat right center;
}
div#loading2 { 
	background: #FFF url("/images/frontend/indicator.gif") no-repeat 95% 50%;
	width: 320px;
	border: 1px solid #FF0000;
	font-size: 0.75em;
	padding: 25px;
	padding-right: 20px;
	position: absolute;
	left: 70px;
	bottom: 150px;
	color: #FF0000;
	font-weight: bold;
}
/*--interstitial--*/
iframe#iframeLoadCont{
	background-color: #FFFFFF;
	left:0; 
	position:absolute; 
	top:0; 
	z-index:100;
	display: block;
}
ul#barInfo {
	font-size: 0.75em;
	float: left;
	list-style-type: none;
	margin: 10px 0 10px 20px;
	padding: 0 10px 0 10px;
	width: 525px;
}
ul#barInfo li {
	background: transparent url("/images/frontend/ico_bulette1.gif") no-repeat left center;
	float: left;
	padding: 3px 0 3px 10px;
	width: 250px;
}
ul#barInfo li a {
	color: #326270;
	font-weight: bold;
	margin-right: 10px;
}
.offerLs {
}
form#chooseCar {
	text-align: center;
}
form#chooseCar * {
	vertical-align: middle;
}
form#chooseCar select {
	color: #56686D;
	font-size: 0.7em;
	width: 200px;
}
form#chooseCar button {
	margin: 0 0 0 5px;
	padding: 1px 1px 1px 1px;
}
/*-- list the units added --*/
div#adminListUnits p.error {
	font-weight: normal; 
	margin-top: 10px;
	margin-right: 10px;
}
div#adminListUnits {
	padding: 10px 0 0 10px;
}
div#adminListUnits table.lsUnits,
table#lsAgentOffers {
	width: 575px;
}
div#adminListUnits table.lsUnits th,
table#lsAgentOffers th {
	background-color: #E6EFB6;
	border-bottom: 1px solid #D8E0B1;
	font-size: 0.75em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
div#adminListUnits table.lsUnits td,
table#lsAgentOffers td {
	border-bottom: 1px solid #D8E0B1;
	font-size: 0.7em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#adminListUnits table.lsUnits .name {
	padding-left: 5px;
	padding-right: 5px;
	width: 133px;
}
	div#adminListUnits table.lsUnits .name a {
		text-decoration: underline;
	}
div#adminListUnits table.lsUnits .info {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 133px;
}
div#adminListUnits table.lsUnits .loc {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 133px;
}
div#adminListUnits table.lsUnits .operation {
	background-color: #F4F6E1;
	text-align: center;
	width: 143px;
}
	div#adminListUnits table.lsUnits .operation a {
		background-color: #839FAB;
		border: 1px solid #D7DAB3;
		color: #FFF;
		display: block;
		padding: 5px;
		width: 115px;
		margin: auto;
	}
/*-- unit add/modify section --*/
div#addModUnit {
	position: relative;
	margin-right: 10px;
	width: 585px;
}
	div#addModUnit h2 {
		color: #56686D;
		font-size: 1.2em;
		font-weight: normal;
		margin: 5px 0 5px 0;
	}
	div#addModUnit .newLine {
		background-color: #C1C2BB;
		color: #C1C2BB;
		font-size: 0;
		height: 1px;
		line-height: 0;
		margin: 0;
		padding: 0;
	}
div#addModUnit div.multChoice label {
	float: left;
}
div#addModUnit div.multChoice div {
	clear: none;
	float: left;
	width: 375px !important;
}
	div#addModUnit div.multChoice div ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	div#addModUnit div.multChoice div ul li {
		float: left;
		width: 180px;
	}
div#addModUnit div.multChoice {
	border-bottom: 1px solid #C1C2BB;
	padding: 5px 0 3px 0;
	margin-bottom: 5px;
	width: 575px;
}
div#addModUnit div.multChoice * {
	vertical-align: middle;
}
div#addModUnit div.multChoice label.radio {
	display: inline !important;
	float: none !important;
}
div#addModUnit div.multChoice input.checkbox {
	border: none !important;
	display: inline !important;
	margin-left: 0 !important;
}
div#addModUnit select {
	width: 150px;
}
div#addModUnit input.textFieldShort {
	width: 40px;
}
div#addModUnit input.inputFile {
	height: 22px !important;
	line-height: 20px !important;
	padding: 0 !important;
	width: 200px;
}
div#addModUnit input.textFieldImg {
	margin-right: 5px;
	width: 140px !important;
	width: 160px;
}
div#addModUnit p.alert {
	color: #FF0000;
	font-size: 0.7em;
	margin: 5px 0 3px 0;
}
table#prices,
table#menuPrices,
table#carPrices,
table#speciality {
	width: 570px;
}
table#prices tr#firstRow td,
table#menuPrices tr#firstRow td,
table#carPrices tr#firstRow td,
table#speciality tr#firstRow td {
	background-color: #9D9E7C;
}
table#prices th,
table#menuPrices th,
table#carPrices th,
table#speciality th {
	font-size: 0.75em;
	padding: 5px 0 5px 0;
}
table#prices td,
table#menuPrices td,
table#carPrices td,
table#speciality td {
	font-size: 0.75em;
	padding: 5px 0 5px 0;
}
	table#prices td select {
		width: 65px;
	}
	table#prices td.col2 label {
		float: none;
		font-size: 1em !important;
		display: block;
		width: auto;
	}
		table#prices tr#firstRow td label {
			color: #FFF !important;
		}
	table#prices td.col2 div {
		clear: none;
		float: left;
		padding-left: 4px;
		width: 72px !important;
	}
	table#prices td.col2 input.inputColor {
		width: 70px;
	}
table#prices .col1 {
	text-align: center;
	width: 74px;
}
table#prices .col2 {
	text-align: center;
	width: 174px;
}
table#prices .col3 {
	width: 124px;
}
table#prices .col4 {
	width: 124px;
}
table#prices .col5 {
	text-align: center;
	width: 74px;
}
table#prices .col5 input.submit2,
table#menuPrices input.submit2,
table#carPrices input.submit2,
table#speciality input.submit2 {
	padding: 0 5px 0 5px;
	font-size: 0.95em;
	margin-top: 0;
}
	table#prices .col5 input.submit3,
	table#menuPrices input.submit3,
	table#carPrices input.submit3,
	table#speciality input.submit3 {
		margin-top: 2px;
		padding: 0 2px 0 2px;
	}
table#prices td,
table#menuPrices td,
table#carPrices td,
table#speciality td {
	border-top: 1px solid #C1C2BB;
}
table#menuPrices .col1,
table#carPrices .col1 {
	padding-left: 5px;
	width: 350px !important;
}
	table#menuPrices .col1 input,
	table#carPrices .col1 input {
		width: 300px !important;
	}
table#menuPrices .col2,
table#carPrices .col2 {
	padding-left: 5px;
	width: 140px;
}
table#menuPrices .col3,
table#carPrices .col3 {
	width: 80px;
	text-align: center;
}
table#speciality .col1 {
	padding-left: 5px;
	width: 570px;
}
	table#speciality .col1 input {
		width: 465px !important;
	}
table#speciality .col2 {
	padding-left: 5px;
	text-align: center;
	width: 70px;
}
button.resetButton {
	margin-left: 5px !important;
}
.fixTop {
	margin-top: 10px !important;
}
h2.error {
	background: transparent url("/images/frontend/alert.gif") no-repeat left center;
	color: #FF0000;
	font-size: 1.1em;
	margin: 0 20px 0 20px;
	padding-left: 20px;
}
div#addOfferAgency div.col label {
	display: block;
	float: none;
	border-right: 1px solid #FFF;
	width: auto;
}
div#addOfferAgency {
	padding-top: 10px;
}
div#addOfferAgency div.col {
	clear: none;
	float: left;
	text-align:left;
	width: 225px;
}
	div#addOfferAgency div.col select {
		width: 220px;
	}
	div#addOfferAgency div.small {
		padding-left: 0 !important;
		width: 105px !important;
		margin-right: 3px;
	}
		div#lastMinute div#addOfferAgency div.small label {
			border: none;
			width: 80px;
		}
		div#lastMinute div#addOfferAgency div.small input {
			margin-left: -10px !important;
			width: 70px !important;
		}
	div#addOfferAgency div.medium {
		width: 95px !important;		
	}
		div#addOfferAgency div.medium select {
			width: 90px;
		}
div#addOfferAgency div.col * {
	vertical-align: middle;
}
div#addOfferAgency div.col img {
	cursor: pointer;
	margin-left: 2px;
}
div#addOfferAgency div.col input {
	margin-left: 0 !important;
	margin-left: -10px ;
	width: 80px;
}
table#lsAgentOffers {
	margin: 0 0 0 10px;
}
	table#lsAgentOffers .img {
		width: 120px;	
	}
	table#lsAgentOffers .period {
		text-align: center;
		width: 73px;
	}
		table#lsAgentOffers td.period {
			font-weight: normal;
		}
	table#lsAgentOffers .title {
		width: 335px;
	}
	table#lsAgentOffers .operation {
		text-align: center;
		width: 41px;
	}
	table#lsAgentOffers .merge {
		width: 560px;
	}
	table#lsAgentOffers .merge h2 {
		font-size: 1.4em;
	}
	table#lsAgentOffers h3 {
		font-size: 1.2em;
	}
	table#lsAgentOffers  h4 {
		font-size: 1.2em;
	}

div#tabsOffer {
	border-top: 1px solid #D8E0B1;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
	margin: 10px 10px 0 10px;
}
div#tabsOffer a {
	background: transparent url("/images/frontend/ico_bulette1.gif") no-repeat left center;
	padding-left: 10px;
}
span.red {
	color: red;
}
p.and {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -9px;
	font-size: 0.55em;
	text-align: left;
}
div.navCenter {
	position: relative;
	padding-bottom: 20px;
	width: 575px;
}
	div.navCenter em * {
		vertical-align: middle;
	}
div.navCenter em {
	font-style: normal;
	position: absolute;
	top: 0;
}
div.navCenter em.leftNav {
	left: 0;
}
div.navCenter em.pageNav {
	font-weight: bold;
	font-size: 1em;
	left: 270px;
}
div.navCenter em.rightNav{
	right: 0px;
}
/*--styling the notice session page--*/
div#cmpListHead div.cmpRow1 {
	background: transparent url("/images/frontend/notice_row1.jpg") no-repeat left top;
	height: 92px;
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 509px;
}
div#cmpListHead div.cmpRow1 div {
	color: #DDE0B4;	
	font-size: 0.7em;
	left: 15px;
	position: absolute;
	bottom: 5px;
}
div#cmpListHead div.cmpRow1 div * {
	vertical-align: middle;
}
div#cmpListHead div.cmpRow1 label {
	margin-left: 15px;
	margin-right: 3px;
}
div#cmpListHead div.cmpRow1 button {
	color: #DDE0B4;
	font-size: 1em;
	font-weight: normal;
	margin-right: 25px;
}
div#cmpListHead div.cmpRow1 input {
	height: 18px;
	margin-right: 10px;
	width: 90px;
}
div#cmpListHead div.cmpRow1 form {
	display: inline;
}
div#cmpListHead div.cmpRow1 a {
	color: #DDE0B4;
}
div.cmpRow2 {
	font-size: 0.8em;
	margin: auto;
	text-align: center;
	width: 509px;
}
div.cmpRow2 a {
	color: #D55E1D;
	margin-right: 25px;
}
div.headRow {
	background-color: #EDEFD8;
	margin-top: 18px;
}
div.headRow p,
div.unit,
div.unit table {
	margin: 0 auto 0 auto;
	width: 509px;
}
	div.headRow p span {
		color: #BB5454;
		float: left;
		font-size: 1.2em;
		padding-right: 30px;
	}
	div.headRow p strong {
		color: #595959;
		float: left;
		font-size: 1em;
		margin-top: 2px;
	}
	div.headRow p a {
		color: #D55E1D;
		float: right;
		font-weight: bold;
		font-size: 0.8em;
		margin-top: 2px;
	}
div.unit table td {
	color: #595959;
	font-size: 0.7em;
}
	div.unit table td img  {
		margin-right: 5px;
		vertical-align: bottom;
	}
	div.unit table td.info {
		padding-top: 5px;
		vertical-align: top;
		width: 304px;
	}
	div.unit table td.info em {
		font-style: normal;
	}
	div.unit table td.img {
		padding-top: 15px;
		width: 204px;
	}
div.unit table td span {
	display: block;
	font-weight: bold;
	padding: 1px 0 1px 0;
}
div.unit table td span strong {
	font-weight: normal;
}
#bodyCmpLs {
	padding-bottom: 100px;
	background: #FAFBF2 url("/images/frontend/bg_footerCmpLs.jpg") no-repeat center bottom;
}
#emptyBodyCmpLs {
	background: #E2E4C8 url("/images/frontend/bg_bodyNoCmpLs.gif") repeat-x left top;
}
div.noResults {
	background: transparent url("/images/frontend/emblema.gif") no-repeat center top;
	padding-top: 160px;
	margin: 0 auto 0 auto;
	width: 513px;
}