/* -- Button -- */
.buttoncnt { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

a.button{
	background: transparent url('/images/button-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font-size: 90%;
	line-height: 10px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 18px; /* Height of button background height */
	padding-left: 6px; /* Width of left menu image */
	text-decoration: none;
}

a:link.button, 
a:visited.button, 
a:active.button{
	color: #555; /*button text color*/
	font-weight: bold;
}

a.button span{
	background: transparent url('/images/button-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 19px 4px 10px; /*Set 9px below to match value of 'padding-left' value above*/
}

a.button:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.button:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

a.hidden,
li.hidden, ul.hidden,
tr.hidden, td.hidden,
span.hidden, div.hidden { display: none !important; }
/* -- end of Button -- */

/*textarea { resize: none; }
.success { background-color: white; }

.infoHd {
	margin-bottom: 1em;
	padding: 15px 25px 0 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

.infoHd h3 {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.infoHd h3 strong {
  color: #fb7b13;
  margin-right: 3px;
}

dl dt {
	margin-top: 9px;
}
dl dd {
	margin: 0;
}

#hd {
	margin-bottom: 1.5em;
}

#hd img {
	padding-bottom: 1.5em;
}

#bd {}

#ft {
	text-align: center;
	color: #333;
}


#bd {
	background-image: url("/images/bdCornerR.gif");
	background-repeat: no-repeat;
	background-position: top right;
}*/

/*
#makes .box {
	float: left;
}

div.pic_cnt {
	float: left;
	width: 130px;
	height: 60px;
	margin: 2px 4px 2px 0;
	border: 2px solid #aaa;
	overflow: hidden;
	background: white;
}

div.pic_cnt:hover {
	border: 2px solid #777;
}

div.pic {
	display: table-cell;
	width: 130px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	text-align: center;
	vertical-align: middle;
}

div.pic img {
	vertical-align: middle;
	width: 50px;
}

.box {
	background: none;
	margin-bottom: 0;
	padding-top: 0;
}
*/

/* MiniTable 
#buic { width: 40px; }
#cadillac { width: 40px; }
#mercury { width: 80px; }
#crysler { width: 90px; }
#dodge { width: 40px; }
#ford { width: 70px; }
#hummer { width: 80px; }
#jeep { width: 90px; }
#lincoln { width: 80px; }
#gm { width: 40px; }
#saturn { width: 40px; }
#corvete { width: 65px; }
#porche { width: 40px; }
#pontiac {width: 60px;}
#ferrari { width: 33px; height: 50px; }
#volvo,
#toyota,
#honda,
#hundai { width: 70px; }
#infiniti { width: 60px; }
#isuzu { width: 70px; }


#postMake {
	clear: both;
	content: "";
}*/


/* Order Query
#orderQuery dl dt {
	width: 100px;
	float: left;
	clear: left;
}

#orderQuery dl dd {
	float: left;
}


#moreInfo dl dt {
  width: 70px;
	float: left;
	clear: left;
}

#moreInfo dl dd {
	float: left;
}

.comment {
  color: #333;
  font-size: 90%;
}

.comment p {
  margin: 3px 0;
}

input.text {
	width: 150px;
	padding: 2px;
	margin: 1px;
}

.req {
	padding-right: 0.5em;
	color: red;
}

#carInfo {
  background-color: white;	
}

#carInfo select {
	width: 155px;
	padding: 2px;
	margin: 1px;
}

#carInfo table {
	margin-bottom: 0;
} */


/* Carpic 
.carpic {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #b1b1b1;
	background-color: white;
	text-align: center;
	overflow: hidden;
}

.carpic img {
	width: 104px;
}
*/

/* Steps 
#steps {
	margin-left: 0;
	list-style: none;
}

#steps .step h2 {
	margin-top: 25px;
	margin-bottom: 0;
	color: #222;
}

#steps .first h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#steps .step {
	font-size:1em;
}

#steps .large {
	line-height: 1.3em;
}*/


