/*
#231f20 Dark
#D62027 Red
*/


html {
	background: #e2e2e2;
}
body {
	background: #e2e2e2 url(../img/ez-bgshad.gif) repeat-y top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

ul li {
	font-size: 14px;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 14px;
}

#wrapper {
	width: 788px;
	margin: 0 auto;
}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

a {
		color: #D62027;
}

br.clr {
	clear: both;
}

div#content.pad textarea.textboxlg {
	width: 500px;
	height: 300px;
}

div#content.pad textarea.actemail {
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	color: #000;
	padding-left: 5px;
}

.Active {
	padding-left: 20px;
	background: transparent url(../img/active.gif) no-repeat 0 3px;
}

.Pending {
	padding-left: 20px;
	background: transparent url(../img/pending.gif) no-repeat 0 3px;	
}

.Inactive {
	padding-left: 20px;
	background: transparent url(../img/inactive.gif) no-repeat 0 0;		
}

.Deleted {
	padding-left: 20px;
	background: transparent url(../img/deleted.gif) no-repeat 0 0;		
}

.Cancelled {
	padding-left: 20px;
	background: transparent url(../img/cancelled.gif) no-repeat 0 0;		
}

/* 
--------------------------------------------------- Back to List 
*/
p.backtolist a {
	display: block;
	color: #fff;
	background: #D62027;
	padding: 3px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

/* FORM STYLES -------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

/* GENERAL FORM STYLES ------------------------------------- */
form.gen-form label {
	display: block;
	clear: left;
}

form.gen-form input.btn {
font-size: 16px;
font-weight: bold;
padding: 5px;
border: 1px solid #ccc;
}

form.fieldset-bg fieldset {
background:#F1F1F1 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:20px 0;
}

p.note {
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	clear: left;
	color: #333;
}

p.widenote {
	font-size: 14px;
	font-weight: bold;
	width: auto;
	clear: left;
	color: #333;
}

p.agree {
	font-size: 14px;
	font-weight: bold;
}

form.gen-form div {
	padding-bottom: 20px;
}

form div label {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

form span.radiogrplbl {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}

form div input, form div select {
	border: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	width: 290px;
	padding: 5px;
}

form div textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: auto;
	padding: 5px;
	border: 1px solid #999;
}

form a.modres {
position: relative;
top: 15px;
}

form div.btn input, form input.btn {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}

form input.red {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background:#D62027;
	margin: 5px 0 5px 5px;
}

form.gen-form h2 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	clear: left;
}

input.norm, div.norm select {
	width: auto;
	display: inline;
}

form div.inline {
	margin-top: 10px;
	clear: left;
}

form div.inline label {
	display: inline;
}

/* LOGIN FORM ----------------------------------------------------------------- */

form.login {
	width: 360px;
	margin: 20px 0 0 0;
	*margin: 20px 0 0 20px;
	background: transparent url(../img/ez-login-bg.gif) no-repeat top;
	padding-bottom: 10px;
}

form.login h2 {
	font-size: 20px;
	color: #231f20;
	margin: 0;
	padding: 26px 0 0 30px;
	border-bottom: none;
}

form.login div {
	margin-left: 30px;
	padding-bottom: 0;
	padding-top: 20px;
}

form div.login-bot {
	border-top: 1px solid #ccc;
	margin-right: 22px;
	padding: 10px 0 30px 0;
}

form div.login-bot input.btn {
	float: right;
	border: none;
}

form div.login-bot p {
	float: left;
	width: 200px;
	font-size: 11px;
	text-align: justify;
}

form div p.forgot {
	font-size: 11px;
}

/*
------------------------------------- Sign up Area
*/
div.signup {
	float: right;
	margin: 0 30px 0 0;
	*margin-top: 20px;
	padding: 0;
	*display: inline;
}

div.signup h2 {
	color: #d62027;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

div.signup h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0 0 20px 0;
}

div.signup p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.signup p a img {
	border: 0;
	margin: 0;
	padding-top: 10px;
}

div.signup ul, ul.steps {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

 ul.steps {
 margin-bottom: 10px;
 }

div.signup ul li, ul.steps li {
	padding: 5px 0 5px 25px;
	background: transparent url(../img/ez-redbullet.gif) no-repeat left;
}

div.appl p{
	font-weight: normal;
	font-size: 16px;
}

div.appl ul {
	padding-top: 10px;
	padding-bottom: 20px;
}

div.appl ul li {
	padding: 2px 0 2px 15px;
	font-weight: bold;
	color: #333;
}


/* ADD + EDIT CAR DETAILS FORM ------------------------------ */
form.edit-car {
/*width: 300px;
float: right;*/
margin-right: 20px;
margin-bottom: 20px;
background: #f1f1f1;
border: 1px solid #ccc;
padding: 10px;
padding-top: 0;
}



form.edit-car div.fieldgroup {
	padding-bottom: 20px;
	float: left;
	clear: left;
}

form.edit-car div.fieldgroup div {
	margin: 0;
	padding: 0;
	float: left;
}

form.edit-car div.fieldgroup div.year {
	margin-right: 5px;
	width: 150px;	
}

form.edit-car div.fieldgroup div.carcolor {
	margin-left: 5px;
	width: 130px;
}

form.edit-car div.fieldgroup div.year input, form.edit-car div.fieldgroup div.carcolor input {
	width: 130px;
}

form.edit-car div.comments {
	clear: left;
}


form.edit-car div.comments textarea, .tamed {
	width: 287px;
	height: 100px;
}


form.edit-car div.btn {
	text-align: right;
	margin: 20px 0 0 0;
}

form.edit-car div.btn input {
	width: auto;
	margin: 0;
	padding: 0;
}

div.oversized-list {
	height: 150px;
	overflow: auto;
	border 1px solid #ccc;
	background: #fff;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
}

div.oversized-list h3 {
	margin: 0;
	padding: 3px 5px;
	font-size: 16px;
	background: #ccc;
}

div.oversized-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.oversized-list ul li {
	border-bottom: 1px solid #ccc;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}

/* REGISTRATION FORM -------------------------------------------------- */
form.register {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 10px 20px;	
}

form.form-greybg {
	background: #f1f1f1;
	border: 1px solid #ccc;	
}

div#regformtxt {
	float: left;
	width: 364px;
	margin-right: 30px;
}

form.register div.register-bot {
	margin:0;
	padding:0;
	width: 300px;
	border-top: none;
}

form.form-greybg div {
	padding-bottom: 10px;
}

form.form-greybg div.fieldgroup {
	clear: left;
}

form.form-greybg div.fieldgroup div {
	float: left;
}

#content form.register div.fieldgroup div {
	float: left;
}

#content form.register div.fieldgroup div.state {
	width: 150px;
}

#content form.register div.fieldgroup div.state input {
	width: 150px;
}

#content form.register div.fieldgroup div.zip {
	margin-left: 10px;
	width:86px;
}

#content  form.register div.fieldgroup div.zip input {
	width: 86px;
}

div.fieldgroup div.expyear, div.fieldgroup div.expmonth {
	width: 150px;
}

div.fieldgroup div.expyear select, div.fieldgroup div.expmonth select {
	width: 120px;
}

input.inputsm {
	width: 100px;
}


form.add-space {
	background: transparent url(../img/ez-cardets-bglong.gif) no-repeat top left;
padding-top: 20px;
}

form.add-space h2 {
	font-size: 16px;
	padding-top: 5px;
}

/* EDIT PROFILE FORM -------------------------------------------------- */

form.edit-profile {
	background: transparent url(../img/ez-profile-bg.gif) no-repeat top left;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 40px;	
}

form.edit-profile div.btn, form.edit-profile p {
	padding-right: 373px;
}

form.edit-profile p {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	top:-10px;
}

/* LOST PASSWORD FORM ----------------------------------------------------- */
form.lostpass {
	background: transparent url(../img/ez-forgpass-bg.gif) no-repeat top left;
	padding: 20px;
	width: 320px;
}

form.lostpass div {
	padding: 5px 0 0 0;
}

form.lostpass div input {
	width: 95%;
}

form.lostpass div.btn {
	text-align: right;
	padding-top: 10px;
} 

form.lostpass div.btn input {
	width: auto;
	height: auto;
}

div.lost-pass-right {
	float: right;
	width: 360px;
}


/* CONTACT PAGE FORM --------------------------------------------- */
form.contact {
	width: 365px;
	background: transparent url(../img/ez-contact-bg.gif) no-repeat top left;
	float: left;
	padding: 20px 0 150px 25px;
}

form.contact div.comments textarea {
	width: 290px;
	height: 140px;
}

/* TOP NAV ------------------------------------------------------------------ */
#topnav {
width: 788px;
margin: 0 auto;
padding: 0;
}

#topnav div.pad {
	float: right;
	padding-top: 10px;
}

#topnav div.pad ul.loginnav {
	float: left;
}

#topnav div.pad ul.topnav {
	float: right;
}

#topnav div.pad ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav div.pad ul li {
	display: inline;
	font-size: 11px;
	padding: 0 8px;
	border-left: 1px solid #666;
}

#topnav div.pad ul li.first {
	border-left: none;
}
#topnav div.pad ul li.login a {
	display: block;
	height: 33px;
	width: 132px;
	background: transparent url(../img/ez-custlogin.gif) no-repeat top left;
	position: relative;
	top: -23px;
	*top:-9px;
}

#topnav div.pad ul li.login a span {
	display: none;
}


#topnav div.pad ul li a {
	color: #333;
	text-decoration: none;
}

#topnav div.pad ul li a:hover {
	text-decoration: underline;
}


/* HEADER AREA 
--------------------------------------------------------------------------------------------- */

#hdr {
	height:157px;
	background: transparent url(../img/ez-hdr.jpg) no-repeat top;
margin: 0;
padding: 0;
}

#hdr h1 {
	padding: 0;
	width: 788px;
	margin: 0 auto;
}

#hdr h1 a {
	display: block;
	height: 150px;
	*height: 100px;
	width: 230px;
	background: transparent url(../img/ex-logo.gif) no-repeat top left;
}

#hdr h1 a span {
	display: none;
}

/* MAIN NAV AREA 
--------------------------------------------------------------------------------------------- */

#mnav ul {
list-style: none;
margin: 0;
padding: 0;
}

#mnav ul li {
	display: inline;
}

#mnav ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 8px;
	border-right: 1px solid #231f20;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #231f20;	
}

#mnav ul li a:hover, #mnav ul li.on a {
	background: #D62027;
	color: #fff;
}

/* INDEX PAGE PIC AREA 
--------------------------------------------------------------------------------------------- */

div#idxpic {
	clear: left;
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
	height: 221px;
	background: transparent url(../img/ez-idxpic-01.jpg) no-repeat top left;
}

/* INDEX PAGE CONTENT AREA 
--------------------------------------------------------------------------------------------- */
#idxleft {
	width: 412px;
	float: left;
	font-size: 14px;
}

#idxleft div.pad {
	padding: 10px 17px;
}

#idxleft p {
	text-align: justify;
}


p.paybill a {
	display: block;
	height: 42px;
	width: 194px;
	margin: 0 auto;
	background: transparent url(../img/ez-idx-paybill.gif) no-repeat top left;
}

p.paybill a span {
	display: none;
}

div.info {
	background: transparent url(../img/ez-infobot.gif) no-repeat bottom;
	width: 160px;
	font-size: 11px;
	float: left;
	height: 90px;
	color: #333;
	margin-bottom: 20px;
}

#idxright div.info p {
	text-align: center;
}

div.infoleft {
	margin-right: 10px;
	margin-left: 17px;
	display: inline;
}

div.info h2 {
	margin: 0;
	padding: 3px 5px;
	background: transparent url(../img/ez-infotop.gif) no-repeat top;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

div.info p {
	margin: 0;
	padding: 2px 5px;
	line-height: 11px;
	font-weight: bold;	
	font-size: 12px;
}

div.info p.learnmore {
	padding-bottom: 5px;
}

div.info p.learnmore a {
	color: #D62027;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#idxright {
	width: 376px;
	float: left;
}

#idxright div.pad {
	padding: 10px 22px;	
}

#idxright div.pad h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;	
}

form.idxfind h3 {
	margin: 0;
	padding: 5px 0;
	color: #231f20;
	font-size: 16px;

}

#idxright div.pad div.idxmap {
	margin-top: 0;
}

#idxright div.pad form.idxfind {
	margin: 0;
	padding: 5px 0;
}

form.idxfind select {
width: 230px;
}

form.idxfind select option {
white-space: normal;
}

/*TOP SEARCH DROP DOWNS ----------------------------------------------------------------- */
div#secsearch {
	background: transparent url(../img/ez-2ndpic.jpg) no-repeat top;
	clear: left;
	height: 70px;
	border-top: 1px solid #231f20;
	float: left;
	width:100%;
}

div#secsearch form {
	float: left;
	margin-right: 15px;
	padding-top: 25px;
	padding-left: 15px;
`display: inline;	
}

div#secsearch form h3 {
	text-transform: uppercase;
	font-size: 14px;
}

div#secsearch form select {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	width: 290px;
}

div#secsearch form select option {
	padding-bottom: 2px;
}

div#secsearch form select:hover {
	background: #f1f1f1;
}


/*PARKING PAGE RIGHT SIDE DETAILS ------------------------------------------------------ */
div#parkright {
	width: 200px;
	float: right;
/*	margin-right: 20px;*/
	display: inline;
}

div#parkright a.contlease, div#parkright span.contlease {
	display: block;
	height: 22px;
	width: 198px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../img/ez-contlease.gif) no-repeat top;
	margin-bottom: 8px;
	padding-top: 5px;
	font-size: 14px;
}

div#parkright span.nospace {
	font-size: 12px;
}

div#parkright a.contlease:hover {
	background: transparent url(../img/ez-contlease.gif) no-repeat bottom;
	color: #fff;	
}


div#parkright h4 {
	font-size: 14px;
	color: #231f20;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #D62027;
}

div#parkright p {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #666;
}

div#parkright h4.total {
	color: #D62027;
	border-bottom: none;
}

div#parkright h4.total span {
	color: #231f20;
}

div#parkright p.rate {
	color: #231f20;
	padding-bottom: 10px;
}

div#parkright p.rate em {
	font-style: normal;
	color: #666;
}

div#parkright p.rate span {
	float: right;
	color: #D62027;
}

div#parkright div.pad div {
	padding-bottom: 20px;
}

/*PARKING PAGE PAGE TITLE ------------------------------------------------------ */
div#parkleft h1 {
	font-size: 18px;
	margin: 0;
	padding: 11px 0 0 0;
	color: #666;
	border-bottom: none;
}

div#parkleft h1 span {
	text-transform: uppercase;
	color: #231f20;
}

/*PARKING PAGE MAP ---------------------------------------------------------------------- */
div.map {
/*	padding-left: 15px;*/
}


/*NEARBY ATTRACTIONS -------------------------------------------------------------------- */
div#attracts {
	float: left;
	margin-bottom: 10px;
}

div#attracts p.noattr {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 534px;
	padding-top: 10px;
}
div#attracts h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 18px;
}

div#attracts div.attr {
	width: 256px;
	float: left;
	border-bottom: 1px solid #ccc;
	margin: 10px 20px 5px 0;
	min-height:90px;
   height:auto !important;
   height:90px;
	display: inline;
	position: relative;
	padding-bottom: 10px;
}

div#attracts.lots div.attr {
	min-height:60px;
   height:auto !important;
   height:60px;
}


div#attracts div.attr h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #231f20;
}

div#attracts div.attr h3 a, a.attrviewsite {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #D62027;
}

div#attracts div.attr p {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}

div#attracts div.attr p.closelocs {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 0 3px 0;
	position:absolute;
	bottom: 10px;
	font-weight: bold;
}

div#attracts div.attr p.closelocs a {
	color: #999;
	text-decoration: none;
}

div#attracts div.attr p.closelocs a.otherlots {
	color: #D62027;
}

/* GENERAL CONTENT AREA ------------------------------------------------------------------ */
#content.pad {
	padding: 0 15px 20px 15px;
}

#content h1 {
	border-bottom: 2px solid #D62027;
	font-size: 24px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	clear: left;
}

#content h2 {
	font-size: 20px;
	clear: left;
}

/*FOOTER STYLES ------------------------------------------------------------------------- */
div#ftr {
	background: #e2e2e2 url(../img/ez-ftrbg.gif) no-repeat top;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
}

div#ftr p {
	margin: 0;
	padding: 2px 5px;
}

div#ftr p a {
	font-weight: bold;
	color: #231f20;
}

/* LOCATIONS LIST PAGE ------------------------------------------------------------------- */
ul.locs-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul.locs-list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	width: 360px;
	float: left;
	height: 100px;
	margin: 0 5px 20px 5px;
}

ul.locs-list h3 {
	margin: 0;
	padding: 0;
}

ul.locs-list h3 span {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

ul.locs-list h3 a {
	text-decoration: none;
	color: #333;
}

ul.locs-list h3 a:hover {
	background: #666;
	color: #fff;
}

ul.locs-list p {
	margin: 0;
	padding: 0 0 10px 0;
}
ul.locs-list p.spaces {
	font-weight: bold;
	font-style: italic;
	color: #666;
	font-size: 12px;
}

#mapcontainer {
	border: 1px solid #333;
	margin-top: 20px;
}


/* ERROR AND MSGs ------------------------------------------------ */
div.error, div.msg {
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	color: #333;
	margin: 10px 0;
	padding: 10px 50px;
}

div.error {
background: #f99 url(../img/ez-error.gif) no-repeat 10px 5px;		
}

div.msg {
background: #daffff url(../img/ez-msg.gif) no-repeat 10px 5px;		
}

span.error span {
	background: #f99;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 1px 5px;
}

/* CUSTOMER SPACES MAIN PAGE ------------------------------------------- 
table.customerspaces {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	color: #333;
}

table.customerspaces th, table.customerspaces td {
	padding: 5px;
}

table.customerspaces th {
	border: 1px solid #ccc;
	background: #f1f1f1;
	text-align: left;
	font-size: 14px;
}

table.customerspaces td {
	border: 1px solid #ccc;
	vertical-align: top;
	background: #fff url(../img/ez-spcstblbg.gif) repeat-x bottom;
}

table.customerspaces td.car {
	width: 220px;
}

table.customerspaces td.car li.action {
	float: right;
	margin-left: 10px;
}

table.customerspaces td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


table.customerspaces td ul li.make, table.customerspaces td ul li.lotname {
	font-size: 14px;
}

table.customerspaces td ul li strong {

}

table.customerspaces td ul li.col {
	color: #666;
	padding-bottom: 5px;
}

table.customerspaces td ul li.action a {
	font-size: 10px;
	text-transform: uppercase;
}

table.customerspaces td.lot ul {
	font-weight: normal;
}

table.customerspaces td.lot {
	width: 200px;
}

table.customerspaces td.status ul li {
	padding: 0 20px 5px 0;
	font-size: 11px;
	display: inline;
}

table.customerspaces td.status ul li strong {
	font-weight: normal;
	color: #666;
}
*/

/*
------------------------------------------------- Customer Spaces Main Page
*/
ul.custspaces {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	border-top: 10px solid #333;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	float: left;
	width: 100%;
}

ul.custspaces li {
	padding: 10px;	
}

#content ul.custspaces li h2, .customerspaces_snippet h2 {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding: 2px 5px;
}

ul.custspaces li h2 a {
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	float: right;
	font-weight: bold;
	padding-top: 6px;
}

ul.custspaces li.left {
	width: 310px;
	float: left;
	margin-right: 15px;
}

ul.custspaces li.right {
	float: left;
	width: 388px;
}


ul.custspaces li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.custspaces li ul li {
	margin: 0;
	padding: 0;
}

table.charges {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ccc;
}

table.charges th {
	text-align: left;
	background: #333;
	padding: 3px 5px;
	color: #fff;
	font-size: 14px;
}

table.charges th a {
	float: right;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

table.charges td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}

table.charges td.num {
	text-align: right;
}

table.charges td.total {
	border-top: 2px solid #333;
	border-bottom: none;
}

p.paymenttype {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}

p.paymenttype strong {
	font-size: 14px;
	color: #666;
}

p.yellow_note a {
	font-weight: bold;
}

p.yellow_note {
	border: 1px solid #ccc;
	padding: 10px;
	background: #ffffed;
/*	background: #ffffed url(../img/req.gif) no-repeat 5px 10px;*/
}

p.status {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

/* GENERAL LEFT COLUMN --------------------------- */
div.left-cont {
	float: left;
	width: 350px;
}

div.left-cont h2 {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

div.leftlotinfo {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
	width: 370px;
}





/* BACK TO LIST LINK ---------------------------- */
p.backtolist {
	float: right;
}



/*
 ------------------------------- Required
*/
div.required input, div.required label span, div.required h2 span {
	background: #fff url(../img/req.gif) no-repeat right;
}

div.required label span, div.required h2 span {
	padding-right:20px;
	background-color: transparent;
	
}

p.required {
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url(../img/req.gif) no-repeat left;
font-weight: bold;
font-size: 14px;
float: right;
}



/*
------------------------------------------------------ Customer Spaces Snippet
*/

div.carinfo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.carinfo ul li.oversized {
	font-weight: bold;
	padding: 10px 0;
}

div.carinfo ul li.comments {
	padding: 0 0 10px 0;
}

div.carinfo ul li.comments div {
	padding: 10px;
	border: 1px solid #ccc;
}

.customerspaces_snippet {
	font-size: 12px;
}

table.paydetstable-cc td {
	padding: 5px;
	vertical-align: top;
}


table.paydetstable-cc {
	border-spacing: 0;
	border-collapse: collapse;
}
.customerspaces_snippet h2 {
	margin: 13px 0;
}


p.return-myspaces a {
	background: #D62027;
	color: #fff;
	display: block;
	float: left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*
------------------------------------------------------------- Profile Page
*/

#content form.phoneaddedit input {
	margin: 0;
	padding: 3px;
	font-size: 12px;
	width: 150px;
}
#content form.phoneaddedit {
	clear: left;
}

#content form.phoneaddedit div {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#content form.phoneaddedit div.actions,#content form.addressesonfile div.actions {
	font-size: 11px;
}

#content form.addressesonfile div.actions {
	padding-left: 60px;
	padding-top: 5px;
}

#content form.phoneaddedit div.actions a, #content form.addressesonfile div.actions a {
	text-decoration: none;
}

#content form.phoneaddedit div.actions input.btn, #content form.addressesonfile div.actions input.btn{
	width: auto;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 2px;
}

#content form.phoneaddedit p.note {
	width: auto;
}

ul.phoneheading {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.phoneheading li {
	width: 150px;
	padding: 3px 3px 0 3px;
	margin-right: 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

div.add {
	margin: 10px 0;
	float: left;
	clear: left;
	width: 90%;
}

div.add h4 {
	clear: left;
	font-size: 16px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 100%;
}

div.add h4 a {
	font-size:14px;
}

form.addressesonfile {
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 5px;
	width: 40%;
	float: left;
	margin: 5px;
	*display: inline;
}

div#addaddrform form.addressesonfile {
	width: 303px;
	padding: 5px;
}

#content form.addressesonfile input {
	width: 200px; 
	font-size: 12px;
	padding: 3px;
	margin-top: -1px;
}

#content form.addressesonfile div {
	clear: left;
}

#content form.addressesonfile div label {
	display: block;
	float: left;
	width: 55px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
}

#content form.addressesonfile div p.note {
	padding-left: 60px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	clear: left;
}

/*
---------------------------------------------------------  EMP APP + HISTORY
*/

div.emphist {
	width: 50%;
	float: left;
}

div.emphist div.pad {
	padding: 10px;
	background: #f1f1f1;	
	margin: 5px;
}

div.emphist div.pad h3 {
	margin: 0;
	padding: 0 0 5px 0;
}


p.apply {
float: right;
}

p.apply a {
display: block;
width: 272px;
height: 66px;	
background:transparent url(../img/ez-apply.gif) no-repeat top left;	
margin-right: 100px;
margin-top: 10px;
}

p.apply a span {
	display: none;
}

/*
--------------------------------------------------------------------------------------- COUPONS
*/

.coupons-list {
list-style: none;
list-style-image: none;
list-style-type: none;
margin: 0 0 20px 0;
padding: 0;
float: left;
clear: left;
width: 100%;
}

.coupons-list li {
float: left;
width: 189px;
}

.coupons-list li a {
display: block;
height: 80px;
width: 160px;
margin: 0 auto;
background: #f1f1f1;
border: 2px solid #D62027;
text-align: center;
text-decoration: none;
font-weight: bold;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.coupons-list li a:hover {
background: #D62027;
color: #fff;
}

.coupons-list li a span {
padding: 10px;
text-align: center;
display: block;
}



.coupon-wrap table.info td {
padding: 2px 5px;
vertical-align: top;
}
