DIV.CarNavi {
	width:		560px;
}

DIV.CarNavi DIV.Left {
	float:		left;
	text-align:		left;
	padding-left:	2px;
}

DIV.CarNavi DIV.Center {
	text-align:		center;
	font-size:		150%;
	font-weight:	bold;
}

DIV.CarNavi DIV.Right {
	float:		right;
	text-align:		right;
	padding-right:	2px;
}


DIV.Cars {
      clear:		both;
      border-color:     #F96710;
      background-color: #000000; 
      width:            560px;
      border:           1px solid;
      margin-top:		10px;
      margin-bottom:    10px;
      padding:          1px;
}

DIV.Cars IMG { 
      border:           0;
}

DIV.Cars DIV.Title {
	color:		#000000;
	background-color:	#F96710;
	font-weight:	bold;
	text-align:		left;
	padding:		3px 5px;
	margin-bottom:	1px;
}

DIV.Cars DIV.Title A {
	color:            #FFFFFF;
	background-color: transparent;	
	text-decoration:  none;
}

DIV.Cars DIV.Image {
        float:            left;
        width:            200px;
        padding-top:      6px;
        padding-left:     6px;
        padding-right:    1em;
        padding-bottom:   1ex;
}

DIV.Cars DIV.LargeImage {
        width:            100%;
        text-align:       center;
        padding-top:      3px;
        padding-bottom:   0px;
}

DIV.Cars DIV.SmallImages {
        width:            100%;
        text-align:       center;
        padding-top:      0px;
        padding-bottom:   3px;
}

DIV.Cars DIV.SmallImages IMG {
        margin-right:	  2px;
        height:           40px;
}

DIV.Cars DIV.Teaser {
	float:            left;
        padding-top:      4px;
        padding-left:     6px;
        padding-right:    6px;
        padding-bottom:   4px;
        text-align:	  justify;
}

DIV.Cars DIV.Video {
	float:            center;
        padding-top:      4px;
        padding-left:     6px;
        padding-right:    6px;
        padding-bottom:   4px;
        text-align:	  justify;
}


DIV.Cars DIV.MediaLink {
}

DIV.Cars DIV.MediaLink:after {
        content:          "";
        height:           0; 
        display:          block; 
        clear:            both;
}

DIV.Cars DIV.MediaLink DIV.MediaLinkBox { 
        float:            right;
        height:           100%;
        padding:          4px 6px;
}

DIV.Cars DIV.MediaLink A {
        /* use border == background-color here */
        border-color:     #E5E5F8; /* use background-color here */
        background-color: #E5E5F8;
        border:           1px solid; 
        display:          block; /* use height of inline image */
        float:            left;
}

DIV.Cars DIV.MediaLink A:hover {
        border-color:     #F96710;
        background-color: #F96710;
        border:           1px solid;
}

DIV.Cars DIV.Footer {
        color:            #FFFFFF;
        background-color: #F96710;
        clear:            both;
        position:         relative;
        font-size:        80%;
}

DIV.Cars DIV.Date {
        color:            #FFFFFF;
        background-color: #F96710;
        float:            left;
        text-align:       left;
        padding:          2px 5px;
        /* background-color: #8CAAE6; */
        /* IE does not inherit this into floats */
}

DIV.Cars DIV.Author {
	text-align:	  right;
	padding:          2px 5px;
}

