


/*
 * Boxes
 */ 
 
.box {
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
}


.fullarea .box {
        background-image: url('../graphics/backgrounds/box_fullarea.png');
        width: 822px;
        margin-left: 12px;
        margin-top:  0px;
}

.fullarea .box h2 {
        color: #ffffff;
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-variant:small-caps;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        line-height: 32px;
        padding-left: 14px;
        height: 22px;
}



.left .box {
	background-image: url('../graphics/backgrounds/box_left.png');
}

.left .box.highlight {
	background-image: url('../graphics/backgrounds/box_left_highl.png');
}


/* 
 * User
 */

.left .box.user {
	background-image: url('../graphics/backgrounds/box_left_login.png');
}

.left .box.user table.info td {
	vertical-align: top;
	padding-right: 8px;
}

.left .box.user  h2 {
	height: 30px;
	line-height: 30px;
}

.left .box.user .frame {
	padding: 8px;
	background-image: url('../graphics/gradients/110_ffffff_d0d0d0.png');
	background-position: 0 bottom;
	background-repeat: repeat-x;
}


.left .box.user .lright {
	margin-left: 100px;
}	

.right .box {
	background-image: url('../graphics/backgrounds/box_right.png');
}


.right .box.allmycars,
.right .box.profile,
.right .box.noheader {
	background-image: none;
}

.left .box.highlight .headline {
	margin-top: 1px;
	
	line-height: 1.8em;
	
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top:  5px;
	padding-bottom: 5px;
	
	background #ffdecd;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #de140a;
	border-top: 1px solid #de140a;
}


.right .box.big .header {
	height: 68px;
}

.right .box.big .header h2 {
	padding-top: 5px;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 14px;
}

.right .box.big .header .subline {
	padding-left: 12px;
	color: white;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant:small-caps;
}

.right .box.big .header .subline a:link,
.right .box.big .header .subline a:visited,
.right .box.big .header .subline a:active {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}


.box .frame {
	border-left: 	1px solid black;
	border-right:	1px solid black;
	border-bottom:	1px solid #de140a;	
}

.box .frame.no_bottom_border {
	border-left: 	1px solid black;
	border-right:	1px solid black;
	border-bottom:	0px;	
}


.box table.frame {
	border-bottom: none;
}

.box table.frame td {
	vertical-align: top;

	border-bottom: 1px solid #de140a;
	padding-left:  12px;
	padding-top:   8px;
	padding-bottom: 8px;
}


.box .padded {
	padding: 12px;
}

.box .hpadded {
	padding-left: 12px;
	padding-right: 12px;
}

.box .vpadded {
	padding-top: 1px;
	padding-bottom: 1px;
}

.box .vmargined {
	margin-top: 12px;
	margin-bottom: 12px;	
}

.box hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid white;
}


.left .box.spotlight  img {
	border: 1px solid black;
	display: block;
	margin-bottom: 1em;
}


.right .box.big {
	background-image: url('../graphics/backgrounds/box_right_big.png');
}


.left .box h2,
.right .box h2 {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant:small-caps;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 22px;
	padding-left: 14px;
	height: 22px;
}



/*
.left .box h4,
.right .box h4 {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant:small-caps;
	font-size: 17px;
	font-weight: lighter;
	margin: 0;
	line-height: 22px;
	padding-top: 4px;
	padding-left: 14px;
	height: 22px;
}

*/

/*
 * specials 
 */
 
 /* safari orange search box height fix */
.right .box.search .frame {
	height: 24px;	
}



/*
 * framestyles 
 */
.box .blackframe {
	border-bottom: 1px solid black;	
}

.box .greyframe {
	border-bottom: 1px solid #7f7f7f;	
}


/*
 * frameheaders
 */
 .box .frame .header ol {
 	margin-top: 0px;
 }


/*
 *  Backgrounds 
 */ 
 
.box .frame.lightorange, 
.lightorange {
	background: #ffdecd; 
}


.box .frame.orange {
	border: none;
	background: #de140a;
}

.blackbg {
	background: black;	
}

.greybg {
	background: #ececec;
}

.greybluebg {
	background: #d5e4e9;
}

.darkgreybg {
	background: #d4d4d4;
}

.whitebg {
	background: white;	
}

.white_border_bottom {
	border-bottom: 1px solid white;	
}

/*
 * jquery boxes 
 */
 
 .ui-state-highlight {
 	margin-bottom: 15px;
 }

.au-interactive {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;	
}


.auWindow {
	position: absolute;
	background: white;
	
	border: 1px solid #7f7f7f;	
	border-bottom: 1px solid #de140a;
	width: 150px;
	z-index: 9999;
}

.auWindow a[name="close"] {
	margin-right: 5px;
	margin-top:   5px;	
}

