/* using a semi-transparent image for the overlay */
@import url(http://static.flowplayer.org/tools/css/overlay-apple.css);
#overlay {
	background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
	color:#efefef;
	height:100%;
	width: 90%;
}

/* container for external content. uses vertical scrollbar, if needed */
#overlay .contentWrap {
  margin: 5px auto;
  padding: 0;
	height:100%;
	width: 98%;
	overflow-y:auto;
}

/* content */
#content {
  margin: auto;
}
#content p {
  padding: 5px 0;
  line-height: 140%;
}
#content img {
  margin: auto;
  text-align: center;
}
#content div#banner {
  text-align: center;
  height: 180px;
	margin: 0 auto;
  padding: 14px 0;
}
#content div#banner img {
  padding: 14px 0;
}
#content div#buttons {
  width: 100%;
  text-align: center;
  font-size: 150%;
  line-height: 225%;
  font-weight: bold;
}
#content div#buttons span {
  width: 50%;
}
#content div#buttons div {
  width: 50%;
  float:left;
}
#content div#buttons span img {
  margin-bottom: 10px;
}
#content h1 {
  
}
#content h2 {
	color: #de0000;
	font-size: 32px;
}
#content legend {
	font-weight: bold;
	padding: 5px;
	color: #4C4C4C;
	font-size: 20px;
}
#content #price {
	color: red;
	text-align: right;
}
#content #submit {
	float: right;
	font-weight: bold;
}
#content #back {
	float: left;
	font-weight: bold;
}
#content label {
	width: 200px;
	display: block;
	float: left;
}
#content form div {
	margin: 5px;
}
#content input,#content select,#content textarea {
	font-size: 120%;
	margin: 5px;
}
#content #details {
	font-size: 14px;
}
#content fieldset {
	border: 1px solid #EBEBEB;
	margin: 20px 0;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	clear:both;
	background: #FDFDFD;
}
#content h3 {
	color: #4C4C4C;
}
#content ul {
  list-style-type: disc;
}
#content li {
	padding: 5px 0;
	margin-left: 50px;
}

#vehicles div {
  width: 25%;
  height: 100px;
  float:left;
  font-size: 85%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#content h4#choosemake {
  clear: both;
  text-indent: -9999px;
  background: url(text_choosemake.png) no-repeat;
  width: 600px;
  height: 50px;
  margin: auto;
  text-align: center;
}
#content h4#choosemodel {
  clear: both;
  text-indent: -9999px;
  background: url(text_choosemodel.png) no-repeat;
  width: 450px;
  height: 50px;
  margin: auto;
  text-align: center;
}
#content #notice {
  background: #DFFFCF;
  border: 2px solid #B0DF99;
  padding: 5px;
}
#content #error {
  background: #FFDFDF;
  border: 2px solid #DE0000;
  padding: 5px;
}
#content #staticmap {
  text-align: right;
  float:right;
  width: 280px;
  height: 200px;
}
#content #map {
  overflow:hidden;
  width:500px;
  height:500px;
  float:left;
  margin:auto 10px;
}
#content #mapsidebar {
  overflow:auto;
}
#used-offers div {
  float:left;
  display: inline;
  width: 50%;
  padding: 0;
  margin: 0;
}
#content div.item {
  text-align: center;
  margin: 0 auto;
}
#content small {
  font-size: 60%;
  line-height: 20%;
}
#content big {
  font-size: 160%;
  line-height: 120%;
}
