/* basic unit layout */

.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0px;
	padding:0px;
	border:none;
}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/

/* group container(s) */
.dbx-group {
	margin-right:auto;
	margin-left:auto;
}
/* handles */
.dbx-handle {
	color:#000000;
	margin:0px;
	padding:0px 5px;
	font:bold normal 0.9em "verdana", serif;
	position:relative;
}
.dbx-handle abbr {
	font-style:normal;
	border:none;
}
/* keyboard navigation tooltip */

* html .dbx-tooltip { width:195px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
}
.dbx-content textarea {
	float:left;
	border:1px solid #C0C0C0;
	height:86px;
	width:273px;
	_width:270px;
	margin-top:2px;
	margin-left:5px;
	overflow:auto;
	position:relative;
	padding:0px;
	background-repeat:no-repeat;
	background-position:left top;
	white-space:normal;
	background-attachment:scroll;
	margin-bottom:5px;
	vertical-align:top;
	background-color:transparent;
}
.dbx-box textarea.dbx-handle {
	margin:0px;
	padding:0px 0px 0px 3px;
	width:275px;
	font-weight:bold;
	background-color:transparent;
	display:inline;
	border:none;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	overflow:hidden;
}
.dbx-content textarea {
	font-family:Verdana;
	font-size:10px;
}
.dbx-box h3:hover {
	background-color:#F2F7F7;
}
.dbx-content .image {
	position:relative;
	margin-right:5px;
	float:right;
	border:1px solid #333333;
	margin-top:-17px;
}
.dbx-content .was, .dbx-content .save {
	font-weight:bold;
}
.dbx-content .save span {
	font-size:12px;
}
.dbx-box .starburst {
	height:51px;
	width:95px;
	text-align:center;
	position:absolute;
	left:-4px;
	top:96px;
	z-index:100;
}
.dbx-box .starprice {
	width:62px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	text-align:center;
	margin:0px;
	padding:0px;
	border:none;
	position:relative;
	top:18px;
}
.dbx-content ul {
	clear:both;
	margin:0px;
	padding:0px 5px;
	background-color:#60B0D7;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:right;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#333333;
}
html>body .dbx-content ul input {
	margin-top:2px;
	margin-bottom:2px;

}
html>body .dbx-content ul {
	position:relative;
	top:-3px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#333333;
	border-left-color:#333333;
	width:478px;
}
.dbx-content ul input {
	font-size:10px;
	border:none;
	margin-right:1px;
	width:50px;
	font-family:Verdana, Arial, sans-serif;
}
.dbx-content li {
	display:inline;
}
.dbx-content .stockno {
	position:relative;
	right:25px;
}
.dbx-content .vin {
	position:relative;
	right:5px;
}
/* inner content area */
.dbx-content {
	margin:0;
	padding:2px 0px 0px;
	height:122px;
	_height:126px;
	background-color:#FFFFFF;
	border:1px solid #333333;
}
.dbx-content h4 {
	font:normal normal normal 0.85em verdana,sans-serif;
	margin:0 0 4px 0;
}
.dbx-content p {
	font:normal normal normal 0.8em verdana,sans-serif;
	margin:0 0 8px 0;
	letter-spacing:0;
	color:#336;
}
.dbx-box a, .dbx-box a:visited {
	text-decoration:none;
	color:#03b;
}
/* toggle state of inner content area */
.dbx-box {
	float:left;
	width:491px;
	_width:490px;
	margin:3px;
	height:137px;
}
#builderbody {
	background-color:#fff;
	margin:0px;
	padding:0px;
}
#container {
	background-color:#CCCC00;
}
#navbuttons img {
	border:none;
}
#ads-column {
	margin-right:auto;
	margin-left:auto;
	width:995px;
	_width:995px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
}
.hidden {
	display:none;
}
/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}
