form fieldset {
	border:0;
} 

form fieldset legend {
	border:0;
	color:#454642;
} 


.checks p {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

/* ***************** REMOVED BY RICH
form label, 
****************** */
.checks p { 
	float:left;
	width: 85px;
	padding-top:2px;
}

/* ********************** RICH REMOVED
form input, form textarea, form select {
	width: 150px; / * subjective * /
	padding:2px;
}
******************* */

div.login_container input {
	width: 120px; /* login width */
	border:1px solid #333;
}

div.login_container label {
	width:70px;
}

form textarea, .textbox_multiline { 
	height: 150px; /* subjective, recommend: (3/2)(input width) */
	width:98%;
}
form p.desc {
	margin-left: 160px; /* (label width) + (label margin) */
}

/* = input */
input {
	padding:1px 2px;
}

#search-container input#column-search-submit {
	font-size:0.9em;
}

#search-container .textbox {
	width:40%;
}

#search-container label {
	padding-left:1px;
	line-height:1.0;
}


.table-page .pagesearch {
	width:25px;
}

#table-search-text {
	width:50pt;
}


form .checks label {
	float: none;
	width:auto;
}
form .checks input {
	float: none;
	width:auto;
}

form  .checks input {
	border:0;
}

form.awesome .submit_row {
	float:right;
	text-align: right;
	width:350px;
	margin-right:8px;
}

.required {
	font-weight: bold;
}

.validation_summary {
	font-size:1.1em;
	margin:10px 0;
	color:#c00;
}

.validation_summary ul {
	font-size:0.9em;
	border-top:1px dotted #c00;
	margin-top:10px;
	padding-top:10px;
	margin-left:0;
	padding-left:0;
	background:#fff;
}

.validation_summary li {
	margin-left:15px ;
	list-style: disc;
}

form ul li.button {
}

/* =button */

button,
input.select-action,
button.select-action,
button.select-action-alt {
	margin:0 1px;
	height:21px;
	padding:1px .5%;
	line-height: 1.4;
	border:1px solid #999999;
	background:#F8FCFD url(/images/bg-button.gif) repeat-x;
	font-size:0.9em;
}

input.select-action, button.select-action, button.select-action-alt {
	margin:0 1px;
	background:#F8FCFD url(/images/bg-button-table-submit.gif) repeat-x;
	height: auto;
	padding:4px 15px;
	border:1px solid #663300;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:normal;
}

button.select-action-alt {
	background-image:url(/images/bg-button-table-submit-alt.gif);
	border:1px solid #113A87;
}

input.select-action:hover, button.select-action:hover, button.select-action-alt:hover {
	color: #FFD700;
	cursor: pointer;
}

td.actions button {
	margin-bottom:3px;
}

form input.round {
	background:#E35300 url(/images/bg_button_account.gif) no-repeat;
	border:0;
	color:#fff;
	width:123px;
	height:28px;
	cursor: pointer;
	font-size: 13px;
}

.button_orange {
	background:#FF6600 url(/images/bg_organge_bot.gif) repeat-x;
	border:1px solid #930;
	color:#fff;
}

/* =list */
form ul li{
	clear: left;
	padding:2px 0;
}

form ul li.login_top{
	padding:18px 0 3px 15px;
}
form ul li.login_bottom{
	padding:2px 0 10px 15px;
}

.button_row {
	margin-top:5px;
}


/* dispatch edit form */
.ds_table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.ds_table > tbody > tr {
	background-color: #f0f0f0;
}

.ds_table th {
	width: 25%;
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 7px;
	font-weight: normal;
}

.ds_table th.th-top {
	vertical-align: top;
	padding-top: 5px;
}

.ds_table th.required_style {
	font-weight: bold;
}

.ds_table td {
	width: 75%;
	padding-right: 5px;
}

.ds_address {
	vertical-align: top !important;
	padding-top: 4px !important;
}

.ds_table .vehicle1
{
	display: table-row;
}

.ds_table .vehicles
{
	display: table-row;
}

.highlighted_row
{
	background-color: #FFFFCC;
}


/* override embedded calendar for td above in FF */
.dynCalendar td {
	width: 30px !important;
}


/* profile edit form */
#profile_table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	background-color: #f0f0f0;
}

#xprofile_table tr {
}

#profile_table th {
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding: 2px 7px 2px 2px;
	font-weight: bold;
}

#profile_table th.not-required, .ds_table th.not-required {
	font-weight: normal !important;
}

#profile_table td {
	padding: 2px;
}

#profile_table td.group_header_style {
	border-top: 10pt solid white;
	margin-top: 25px;
	height: 35px;
	padding-left: 7px;
}

/* fancy button classes */
/* *******************
input.btn{
	color: #b04000;
	background-color: #fd9800;
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 2px 2px;
	border-color: #e07040 #e07040 #cf5300 #cf5300;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

input.btn:hover, input.btnhov {
	color: #40c0a0;
}
****************** */

/*
input.btn:active, input.btnclk {
	border-width: 2px 2px 1px 1px;
	border-color: #cf5300 #cf5300 #e07040 #e07040;
}
*/

/* #4103 button styles -- DECLARE AFTER INPUT STYLE */
/* #4192 - everything uses orange_button
.standard_button, .btn {
	cursor: pointer;
	border: 1px solid #8d9aa3;
	background: #8d9aa3;
	color: #333;
	font-weight: normal;
	padding: 2px 6px;
	background:url(/images/btn_bluebg.gif) repeat-x left top;
}
*/
.orange_button, .standard_button, .btn {
	cursor: pointer;
	border: 1px solid #666;
	color: #fff;
	font-weight: bold;
	padding: 2px 6px;
	background: #fd9800 url(/images/btn_orangebg.gif) repeat-x left top;
}
.button_wide { /* this is only set for MSIE in header.htm */
}

#contact-table th {
	font-weight: bold;
	width: 130px !important;
}


div.rangeMessage {
	background: #FFF9CF url(/images/favorites_16.png) no-repeat 10px 11px ;
	padding:10px 10px 10px 33px;
	margin:5px 0;
	line-height: 1.2;
	display: none;
}

span.rangeSpinner {
	display: none;
}

#editPrice {
	display: none;
	position: absolute;
	background: white;
	width: 160px;
	border-right: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
	text-align: center;
}

#editPriceTop {
	padding: 3px 0 3px 5px;
	background: #CF5300;
	color: white;
	font-weight: bold;
	text-align: left;
}

#editPriceTopX {
	float: right;
	font-size: 110%;
	margin-top: -3px;
	padding: 3px 5px 2px 5px;
	background: #8F3900;
}

#editPriceTop A, #editPriceTop A:link, #editPriceTop A:visited, #editPriceTop A:active, #editPriceTop A:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#editPriceTop A:hover {
	color: #FEB03A;
}

#editPrice #newPriceBottom {
	padding: 10px 5px;
}

#editPrice #newPriceLabel {
	font-weight: bold;
	vertical-align: middle;
}

#editPrice #newPrice {
	width: 40px;
	vertical-align: middle;
}

#editPrice #newPriceBtn {
	padding: 0 4px;
	vertical-align: middle;
}

div.multiupload{
	border:1px outset gray;
	float:left;
	padding:3px;
	background:#eee;
}
div.multiupload div.list{
	border:1px inset gray;
	background: #fff;
}
div.multiupload div.list div.item{
	margin:1px;
	background: #eee;
}
div.multiupload div.list div.item:hover{
	background: #ccc;
}
div.multiupload div.list img{
	float:left;
	margin: 0 5px 0 3px;
	cursor:pointer;
}


/* ---------------------------- FatLocation ---------------------------- */

form input {
	position: relative;
}

.FatCity {
	width: 118px;
}
.FatState {
}
.FatStateText {
	width: 40px;
	background: white url(/images/selector-arrow.gif) no-repeat center right;
}
.FatStateText:hover {
	background: white url(/images/selector-hover.gif) no-repeat center right;
}
.FatZip {
	width: 50px !important;
}
.FatSpinner {
	display: none;
	position: absolute;
	z-index: 2;
}
.FatMetro {
	font-size: 7pt;
	font-family: "arial narrow", arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 1pt 0 0 25pt;
	line-height: 7pt;
}
.FatSuggestions {
	display: none;
	position: absolute;
	z-index: 2;
	width: 450px;
	border: 1pt solid blue;
	font: bold 9pt arial;
	background: #d3def2;
	padding: 5pt;
	padding-left: 10pt;
	left: 50px;
	top: 50px;
}
.FatSuggestions A {
	margin-left: -5pt;
}
.FatSuggestions .FatMore {
	float: right;
	font-size: 7pt;
	font-family: tahoma; /* to get 7pt bold */
}
.FatSuggestions .FatMore a {
	padding-left: 5pt;
}
.FatWait {
	display: none;
	width: 500px;
	height: 150px;
	position: absolute;
	left: 150px;
	top: 150px;
	z-index: 2;
	text-align: center;
	border: 2pt solid blue;
	background-color: #d3def2;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}
.FatWait span {
	font-size: 24pt;
}
.FatSuggestionsIefix {
	display: none;
	position: absolute;
	z-index: 1;
}

table tr.topBorder * {
	border-top: 1pt solid #c0c0c0;
}

.NumberUpDown, .NumberField {
	width: 25px;
}

._JSFVimg {
	vertical-align: middle;
	cursor: pointer;
}

.Flash {
	color: red;
	background-color: pink;
}

.EmptyInputUnderlay {
	position: relative;
}

.EmptyInputOverlay {
	display: none;
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	color: #a0a0a0;
}

.ie6 .EmptyInputOverlay, .ie7 .EmptyInputOverlay {
	padding-top: 6px;
}

.ie8 div.form-gray .EmptyInputOverlay { /* work around for IE6 Post Vehicle only */
	margin-top: -12px;
}



/* ---------------------------- CdVehicle ---------------------------- */

div.CdVehicle * {
	vertical-align: middle;
}

div.CdVehicle:hover {
	background-color: #ffffcc;
}

div.VehicleListing div.CdVehicle:hover {
	background-color: #ffffff;
}

div.CdVehicle div.Fields { /* create top and bottom border. see below--remove top */
	padding: 3px 5px;
	border-top: 1pt solid #d8d8d8;
	border-bottom: 1pt solid #d8d8d8;
}

div.CdVehicle+div.CdVehicle div.Fields { /* remove top border if following another vehicle */
	border-top: 0;
}

div.CdVehicle .Hide, div.CdVehicle.Template {
	display: none;
	margin: 0;
	padding: 0;
}

div.CdVehicle span.Required {
	font-weight: bold;
}

div.CdVehicle input.Year {
	width: 30px;
	margin-right: 5px;
}

div.CdVehicle input.Make {
	width: 110px;
	margin-right: 5px;
}

div.CdVehicle input.Model {
	width: 90px;
	margin-right: 5px;
}

div.CdVehicle .Type {
	
	margin-right: 5px;
}

div.CdVehicle input.Qty {
	width: 20px;
}

div.CdVehicle input.Other {
	
}

div.CdVehicle input.Color {
	
}

div.CdVehicle input.Plate {
	
}

div.CdVehicle .State {
	
}

div.CdVehicle input.Lot {
	
}

div.CdVehicle input.Vin {
	
}

div.CdVehicle div.AutoSuggestResults
{
	background-color: #fff;
	position: absolute;
	z-index: 10000;
	border-bottom: 1px solid #8C99A9;
	border-left: 1px solid #8C99A9;
	border-right: 1px solid #8C99A9;
	padding-left: 3px;
	margin-top: -4px;
	font-size: 0.9em;
}

span.CdVehiclesTotalQty {
	font-weight: bold;
	vertical-align: baseline !important;
}

span.CdVehiclesAddLink {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
	vertical-align: baseline !important;
}

div.CdVehicle span.More {
	margin-left: 10px;
	padding-left: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
	background: white url(/images/plus-minus-open.png) no-repeat left center;
	background-color: inherit;
}

div.CdVehicle span.More:hover, span.CdVehiclesAddLink:hover {
	cursor: pointer;
	color: #336396;
}

div.CdVehicle span.More.Less {
	background: white url(/images/plus-minus-close.png) no-repeat left center;
	background-color: inherit;
}

div.CdVehicle span.Remove, .FakeLink {
	margin-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}

div.CdVehicle span.Remove:hover, .FakeLink:hover {
	cursor: pointer;
	color: #336396;
}

div.CdVehicle table.MoreDiv {
	margin-left: 50px;
}

div.CdVehicle table.MoreDiv td {
	width: auto;
}

div.CdVehicle table.MoreDiv th {
	width: auto;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 10px;
}

div.AddVehicleContainer {
	float: right;
	width: 100px;
	margin-top: -25px;
}

div.AddVehicleContainerBelow {
	float: right;
	width: 100px;
}

div.AddVehicle {
	position: absolute;
	width: 100px;
	margin-top: 2px;
}

span.CdVehicleTypes {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 10px 1px 5px;
	border: 1pt solid #8C99A9;
	font-size: 0.9em;
	background: white url(/images/selector-arrow.gif) no-repeat right center;
	width: 120px;
	cursor: default;
}

span.CdVehicleTypes:hover {
	background: white url(/images/selector-hover.gif) no-repeat center right;
}

div.CdVehicleTypesDiv {
	position: absolute;
	z-index: 19;
	padding: 0;
	border: 1pt solid #8C99A9;
	font-size: 0.9em;
	background: white;
	width: 134px;
	cursor: pointer;
}

div.CdVehicleTypesDiv div {
	padding: 1px 3px;
}

div.CdVehicleTypesUnknown {
	font-size: 0.9em;
}

div.CdVehicleTypesClose {
	float: right;
	color: #FF6600;
}

div.CdVehicleTypesClose:hover {
	color: #5763B5;
	cursor: pointer;
}


.Hide {
	display: none;
}

.HideBehind { /* used to unhide without showing for getting object size for overlays */
	display: block;
	position: absolute;
	z-index: -1;
}

.FieldError {
	background-color: #ffc0c0;
}


span.yellowHighlighter {
	background-color: #FFFFCC;
	padding: 5px;
}


input.Customerid {
	width: 75px;
}

.ie6 input.Customerid {
	width: 55px;
}

span.ImportantSmallRed {
	font-weight: bold;
	font-size: 7pt;
	color: red;
	display: inline-block;
	width: 165px;
	vertical-align: middle;
}

div.QuickPay {
	float: left;
	margin-left: 3px;
}

div.ComChek {
	float: left;
	margin-left: 3px;
}




.bold {
	font-weight: bold !important;
}

.New, .NewRight, .NewFull {
	font-weight: bold;
	font-size: 9pt;
	padding: 0 5px;
	background: yellow;
	color: red;
}

.NewRight {
	float: right;
	margin-right: 12px;
	line-height: 16px;
}

.NewFull {
	font-size: 100%;
}

.info-floater-parent .New {
	border: 2pt solid #aaaaaa;
}




div.AdminVehicleMakes {
	background: #F0F0F0;
	padding: 20px;
}

div.AdminVehicleMakes table {
	border-collapse: collapse;
}

div.AdminVehicleMakes th {
	text-align: left;
}

div.AdminVehicleMakes td {
	border: 1pt solid #cccccc;
	border-left: 0;
	border-right: 0;
	padding: 3px;
	vertical-align: middle;
}

div.AdminVehicleMakes table input {
	width: 200px;
}

div.AdminVehicleMakes table input.Regexp {
	width: 600px;
}

div.AdminVehicleMakes table input.small {
	width: 50px;
}





.KeepTop {
	position: absolute;
}


input.CalendarInput {
	vertical-align: middle;
}

/* ----------- */
div.VehicleListing {
	font-size: 85% !important;
	border-bottom: 1px dotted #666666;
	padding: 15px 5px;
}

.ie6 div.VehicleListing {
	font-size: 9px !important;
}

div.VehicleListing.Even {
	background-color: #f0f0f0;
}

div.VehicleListing:hover {
	background-color: #ffffcc;
}

div.VehicleListing * {
	vertical-align: middle;
}

div.VehicleListing div.FatLocations {
	float: left;
	margin-right: 8px;
}

div.VehicleListing input.FatCity {
	width: 90px;
}

div.VehicleListing input.FatStateText {
	width: 30px;
}

div.VehicleListing input.FatZip {
	width: 50px !important;
}

div.VehicleListing div.OtherStuff {
	float: right;
}

div.VehicleListing div.PriceNoteHolder {
	margin-left: 200px;
}

div.VehicleListing div.info-floater {
	background: #FFE762;
}

span.PriceNote {
	color: blue;
	font-weight: bold;
}

div.VehicleListing input.Information_ {
	width: 170px;
}

div.VehicleListing input.Price, div.VehicleListing input.COD {
	width: 50px;
}

.ie6 div.VehicleListing input.Price, .ie6 div.VehicleListing input.COD {
	width: 35px;
}

/* ---------------- */

div.MooTip {
	background: #ccc;
	color: red;
	padding: 10px;
	z-index: 20;
}

table.gp {
	border-collapse: collapse;
}

table.gp tr.Even {
	background-color: #f0f0f0;
}

table.gp tr:hover {
	background-color: #ffffcc;
}

table.gp td {
	padding: 5px;
}
