
/* ============= DATA GRID GREY WITH TABRIDERS ============= */

table#DataGridGrey {
    margin: 10px 0 30px 0;
    padding: 0;
    border-spacing: 0;
}

table#DataGridGrey th {
    padding: 0;
    border: 0;
    text-align: left;
    height: 15px;
    background: url(/images/global/bg/solid_line.gif) repeat-x;
    background-position: right bottom;
}

table#DataGridGrey td {
    padding: 7px 7px 12px 7px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    vertical-align: top;
    width: 162px;
}

table#DataGridGrey td.DgCol1 {
    border-left: 1px solid #CCCCCC;
}

table#DataGridGrey h3 {
    padding: 0 0 4px 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

table#DataGridGrey td a {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(/images/global/arr/rarr_b.gif) 0px 3px no-repeat;
}

table#DataGridGrey td a:hover {
    color: #000;
	text-decoration: underline;
}

a.TabRider {
    margin: 0;
    padding: 3px 40px 4px 9px;
    border: none;
    height: 100%;
    background: #CCC;
    font-size: 11px;
    font-weight: bold;
    color: #000;
	text-decoration: none;
}

a.TabRider:hover {
    color: #000;
	text-decoration: underline;
}


/* ============= DATA GRID DATA & EQUIPMENT PAGES ============= */

table#DataGridData {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

table#DataGridData td {
    /* border: 1px solid #DFDFDF; */
}

table#DataGridData th {
    padding: 9px 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

table#DataGridData td.Col1 {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    padding: 2px 0 2px 0;
    width: 190px;
}

table#DataGridData td.Col2 {
    text-align: center;
    vertical-align: top;
    padding: 2px 0 2px 16px;
    border-bottom: 1px solid #CCC;
    width: 44px;
}

table#DataGridData td.Col3 {
    text-align: left;
    vertical-align: top;
    padding: 2px 8px 2px 16px;
    border-bottom: 1px solid #CCC;
    width: 76px;
}

table#DataGridData td.Col123 {
    text-align: left;
    vertical-align: top;
    padding: 2px 8px 2px 0px;
    border-bottom: 1px solid #CCC;
    width: 342px;
}

table#Legend {
    margin: 24px 0 0 16px;
    padding: 0;
    border-spacing: 0;
}

table#Legend td.Symbol {
    padding: 0 0 6px 0;
    text-align: left;
    vertical-align: top;
    width: 16px;
}

table#Legend td.Caption {
    padding: 0 0 6px 0;
    text-align: left;
    vertical-align: top;
    width: 120px;
}

table#DataGridTech {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 350px;
}

table#DataGridTech th {
    padding: 9px 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

table#DataGridTech td.Col1 {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    padding: 2px 0 2px 0;
    width: 160px;
}

table#DataGridTech td.Col2 {
    text-align: left;
    vertical-align: top;
    padding: 2px 0 2px 16px;
    border-bottom: 1px solid #CCC;
    width: 174px;
}

table#DataGridTech td.Comment {
    text-align: left;
    vertical-align: top;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #CCC;
}

/* ============= DATA GRID ACCESSORY PAGES ============= */

table#DataGridAcs {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 328px;
}

table#DataGridAcs td.Image {
    padding: 10px 0 12px 0;
    text-align: left;
    vertical-align: top;
    width: 115px;
    background: url(/images/global/bg/dotted_line_2.gif) repeat-x;
    background-position:right bottom;
}

table#DataGridAcs td.Data {
    padding: 10px 0 12px 16px;
    background: url(/images/global/bg/dotted_line_2.gif) repeat-x;
    background-position:right bottom;
    text-align: left;
    vertical-align: bottom;
    width: 197px;
}

table#DataGridAcs td.Data h3 {
    font-size: 11px;
    color: 000;
    font-weight: bold;
    padding: 0 0 4px 0;
}

table#DataGridAcs td.Data span.ProductNo {
    display: block;
    padding: 0 0 2px 0;
}

table#DataGridAcs td.Data span.Description {
    display: block;
    padding: 0 0 2px 0;
}

table#DataGridAcs td.Data span.Price {
    display: block;
    padding: 0;
    font-weight: bold;
}

table#DataGridAcs td.Data a {
    display: block;
    margin: 10px 0 0 0;
	font-weight: bold;
	color: #DE0031;
	text-decoration: underline;
}

table#DataGridAcs td.Data a:hover {
    color: #DE0031;
	text-decoration: underline;
}


/* ============= DATA GRID MODEL COMPARER ============= */

table#DataGridModelComparer {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 577px;
}

table#DataGridModelComparer td {
    /* border: 1px solid #DFDFDF; */
}

table#DataGridModelComparer th {
    padding: 9px 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

table#DataGridModelComparer td.HeadCol1 {
    padding: 0 16px 0 0;
    vertical-align: top;
    width: 225px;
}

table#DataGridModelComparer td.HeadCol2 {
    padding: 0 0 0 0;
    vertical-align: top;
    width: 160px;
}

table#DataGridModelComparer td.HeadCol3 {
    padding: 0 0 0 16px;
    vertical-align: top;
    width: 160px;
}

table#DataGridModelComparer td.DataCol1 {
    padding: 3px 16px 3px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    width: 225px;
}

table#DataGridModelComparer td.DataCol2 {
    padding: 3px 6px 3px 6px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
    background: #CCC;
    width: 148px;
}

table#DataGridModelComparer td.DataCol2l{
    padding: 3px 6px 3px 6px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
    background: #CCC;
    width: 148px;
}
table#DataGridModelComparer td.DataCol2lempty{
    padding: 3px 6px 3px 6px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    background: #fff;
    width: 148px;
}




table#DataGridModelComparer td.bottom {
    border-bottom: 1px solid #CCC;
}

table#DataGridModelComparer td.DataCol3 {
    padding: 3px 6px 3px 16px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    width: 154px;
}

table#DataGridModelComparer td.DataCol3l {
    padding: 3px 6px 3px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    width: 154px;
}

table#DataGridModelComparer td.LeftAlign {
    text-align: left;
}

table#DataGridModelComparer select {
    margin: 0;
    padding: 0;
    width: 158px;
}

table#DataGridModelComparer strong.Name {
    display: block;
    color: #DE0031;
    padding: 0 0 0 2px;
}

table#DataGridModelComparer strong.Price {
    display: block;
    padding: 0 0 0 2px;
}

table#DataGridModelComparer a {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(/images/global/arr/rarr_b.gif) 0px 3px no-repeat;
}

table#DataGridModelComparer a:hover {
    color: #000;
	text-decoration: underline;
}


/* ============ DATAGRID USED VEHICLES ============ */

table.UsedVehiclesData {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

table.UsedVehiclesData th {
    padding: 4px 0 4px 12px;
    background: #CCC;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

table.UsedVehiclesData td {
    padding: 4px 0 4px 12px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

table.UsedVehiclesData td.Col1 {
    width: 172px;
}

table.UsedVehiclesData td.Col2 {
    width: 56px;
}

table.UsedVehiclesData td.Col3 {
    width: 153px;
}

table.UsedVehiclesData td.Col4 {
    width: 153px;
}

table.UsedVehiclesData td.Pager {
    border-bottom: none;
}

table.UsedVehiclesData a.Details {
	font-size: 11px !important;
	font-weight: bold;
	color: #DE0031;
	text-decoration: underline;
}

table.UsedVehiclesData a.Details:hover {
    color: #DE0031;
	text-decoration: underline;
}


/* ============ DATAGRID MULTIMEDIA ============ */

table#DataGridMultimedia {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

table#DataGridMultimedia td.Image {
    padding: 10px 0 10px 0;
    width: 80px;
}

table#DataGridMultimedia td.Data {
    padding: 10px 0 10px 16px;
    width: 464px;
}

table#DataGridMultimedia span.Name {
    display: block;
    padding: 6px 0 27px 0;
    font-weight: bold;
}

table#DataGridMultimedia span.Download {
    padding: 0 16px 0 0;
}

table#DataGridMultimedia span.Download img {
    vertical-align: middle;
    margin-right: 4px;
}

table#DataGridMultimedia a {
	color: #000;
	text-decoration: none;
}

table#DataGridMultimedia a:hover {
    color: #000;
	text-decoration: underline;
}


table#DataGridMultimedia td.Image160 {
    padding: 10px 0 10px 0;
    width: 160px;
}

table#DataGridMultimedia td.Data160 {
    vertical-align: middle;
    padding: 10px 0 10px 16px;
    width: 384px;
}


/* ============= DATA GRID MC OVERVIEW ============= */

div#Overview {
    margin: 10px 0 30px 0;
    padding: 0;
    border: 1px solid #CCC;
    height: 254px;
}

div#Overview table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width:100%
}

div#Overview th {
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    background: #CCC;
    border-right: 1px solid #FFF;
}

div#Overview td {
    padding: 0;
}

a.TabRider2 {
    display: block;
    margin: 0;
    padding: 3px 6px;
    border: none;
    font-size: 10px;
    font-weight: bold;
    color: #000;
	text-decoration: none;
}

a.TabRider2:hover {
    color: #000;
	text-decoration: underline;
}

div#Overview td.Models {
    padding: 16px 0 16px 9px;
    width: 230px;
}

div#Overview td.Models a {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(/images/global/arr/rarr_b.gif) 0px 3px no-repeat;
}

div#Overview td.Models a:hover {
    color: #000;
	text-decoration: underline;
}

div#Overview td.Description {
    padding: 16px 16px 0 16px;
}

div#Overview h2 {
    margin: 0;
    padding: 0;
}

div#Overview h3 {
    margin: 0;
    padding: 0 0 12px 0;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

/* ============= DATA GRID DOWNLOAD TABLE ============= */

table#DataGridPdfDownload{
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 100%;
}

table#DataGridPdfDownload td.Col1 {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    padding: 2px 0 2px 0;
    width: 150px;
}

table#DataGridPdfDownload td.Col2 {
    text-align: left;
    vertical-align: top;
    padding: 3px 0 3px 16px;
    border-bottom: 1px solid #CCC;

}

table#DataGridPdfDownload td.ColSpan {
    text-align: left;
    vertical-align: top;
    padding: 0px 0 0px 0;
/*     padding: 6px 0 6px 0; */
    border-bottom: 1px solid #CCC;

}

table#DataGridPdfDownload a {
    text-decoration: none;

}

table#DataGridPdfDownload a:hover {
    text-decoration: underline;

}

table#DataGridPdfDownload td.NoBorder {
    border: none !important;
}

/* ============= DATA GRID FRIENDSGALERIE ============= */

table#DataGridFrGlry {
    margin: 16px 0 0 0;
    padding: 0;
    border-spacing: 0;
    border-top: 1px solid #CCC;
}

table#DataGridFrGlry td {
    /* border: 1px solid #DFDFDF; */
}


table#DataGridFrGlry td.Col1 {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    padding: 2px 0 2px 0;
    width: 220px;
}

table#DataGridFrGlry td.Col2 {
    text-align: right;
    vertical-align: top;
    padding: 2px 0 2px 16px;
    border-bottom: 1px solid #CCC;
    width: 86px;
}

table#DataGridFrGlry span.name {
    display: block;
    padding: 0 0 3px 0;
}

table#DataGridFrGlry span.description {
    display: block;
}