body {
    padding: 0;
    margin: 0;
    background: #ffffff url(gradient3.png) top left repeat-x scroll;
}

body,td,p {
    font-family: Tahoma, sans-serif;
    font-size: 100%;     
}

p {
    margin: 0 0 0.5em 0;
}

form {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/* ----------- Furniture ----------- */

#outer {
    margin-left: auto;
    margin-right: auto;
    width: 1019px;
    padding: 10px 0 0 0;
}

#header {
    background: url(outer-header2.png) top left no-repeat;
    min-height: 40px;
    position: relative;
}

#content {
    background: url(outer-content2.png) top left repeat-y;
    padding: 10px 29px 10px 31px;
    min-height: 400px;
}

#footer {
    background: url(outer-footer2.png) top left no-repeat;
    height: 94px;
    color: #777777;
}

#left {
    float: left;
    width: 195px;
}

#main {
    float: right;
    width: 754px;
}

#admin_toolbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
}

#admin_toolbar_padding {
    padding-bottom: 10px;
}

/* ---------- Header ----------- */

#header img#logo {
    margin: 40px 0 0 31px;
}

#header img#contactImage {
    position: absolute;
    right: 0;
    padding: 32px 32px 0 0;
}

#header ul.links {
    margin: 10px 0 0 31px;
    padding: 0;
    list-style: none;
}

#header ul.links li {
    display: inline;
    margin: 0;
    padding: 0;
}

#header ul.links li a {
    float: left;
    background: url(button-left.png) no-repeat left top;
    color: white;
    font-size: 80%;
    padding: 0 0 0 12px;
    text-decoration: none;
}

#header ul.links li a span {
    background: url(button-right.png) top right no-repeat;
    padding: 8px 19px 4px 7px;
    display: block;
}

#header ul.links li a:hover, #header ul.links li a.selected {
    background-position: 0 -72px;
}

#header ul.links li a:hover span, #header ul.links li a.selected span {
    background-position: 100% -72px;
}

/* ---------- Left box ------------ */

div.left-box {
    width: 196px;
    background: url(box-bottom.png) left bottom no-repeat;
    padding: 0 0 22px 0;
    margin: 0 0 5px 0;
}

div.left-box h3 {
    background: url(box-top.png) left top no-repeat;
    margin: 0;
    padding: 8px 16px;
    font-size: 90%;
    color: #333333;
    text-align: left;
}

div.left-box h3 img {
    margin-top: 5px;
}

.left-search {
    margin: 0 20px 0 16px ;
}

.left-search select {
    width: 160px;
    margin: 0 0 6px 0;
}

.left-search p.results {
    color: #0f78af;
    margin: 0.4em 0 0.8em 0;
    font-size: 90%;
}

div.buttons {
    text-align: right;
}

div.buttons input[type='submit'] {
    background: #e7141b;
    border: 1px outset #e7141b;
    color: #ffffff;
    font-weight: bold;
}

/* ----------- Middle box --------- */

#middle {
    width: 550px;
    float: left;
}

#right {
    float: right;
    width: 195px;
}

/* ----------- Right box ---------- */

/* ----------- Footer ----------- */

#footer a {
    color: #444444;
}


#footer {
    background: url(outer-footer2.png) top left no-repeat;
    height: 94px;
    font-size: 80%;
    color: #444444;
    padding: 30px 20px 20px 20px;
}

/* ----------- Search results ------- */

select.searchError {
    background: #ffb1b1;
}

.criteria_derivative {
    font-size: smaller;
    font-weight: bold;
    color: #334ad5;
}

.colour {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    background: transparent url(colour_shade.png) no-repeat;
    text-indent: -1000px;
    position: relative;
    left: 3px;
    margin-bottom: 2px;
}

.colour_UNKNOWN {
    background: white url(colour_shade_unknown.png) no-repeat;
}
.colour_RED {
    background-color: red;
}
.colour_BLACK {
    background-color: black;
}
.colour_GREY {
    background-color: gray;
}
.colour_SILVER {
    background-color: #cccccc;
}
.colour_BLUE {
    background-color: blue;
}
.colour_ORANGE {
    background-color: orange;
}
.colour_PINK {
    background-color: pink;
}
.colour_BROWN {
    background-color: brown;
}
.colour_BEIGE {
    background-color: beige;
}
.colour_GOLD {
    background-color: gold;
}
.colour_YELLOW {
    background-color: yellow;
}
.colour_PURPLE {
    background-color: purple;
}
.colour_GREEN {
    background-color: green;
}
.colour_MAROON {
    background-color: maroon;
}

.plate {
    background-color: #f9f21d;
    border: 1px outset #333;
    padding: 0px 3px;
    text-align: center;
    display: inline-block;
    width: 1.3em;
    font-weight: bold;
    font-size: 90%;
    -moz-border-radius: 3px;
}

a.search_filter_label,
    a.search_filter_label_manual {
    display: block;
    font-size: smaller;
    background: #f0f0f0 url(expand.png) no-repeat 95% 50% ;
    border-top: 1px solid #666;
    border-bottom: 1px solid #aaa;
    padding: 2px;
    margin-top: 6px;
    cursor: pointer;
}

a.search_filter_label.search_filter_expanded {
    background-image: url(collapse.png)
}

a.search_filter_label.search_filter_disabled {
    background-image: none;
    cursor: default;
}

.search_filter_values {
    font-size: smaller;
}

.search_results .rich-table {
    border: none;
    table-layout: fixed;
}

.search_results .rich-table-subheader {
    x-background-color: #bbb;
    background: none;
    height: 22px;
}

.search_results .rich-table-subheadercell {
    font-family: Tahoma, sans-serif;
    font-size: smaller;
    x-background-color: #bbb;
    background: none;
    border-right: 1px #aaa solid;
    x-border-left: 1px #bbb solid;
    padding-top: 0;
    padding-bottom: 0;
}

.search_results .rich-table-subheadercell.header_left {
    x-background: #bbb url(results_bg_left.png) no-repeat top left;
    border-left: none;
}

.search_results .rich-table-subheadercell.header_right {
    x-background: #bbb url(results_bg_right.png) no-repeat top right;
    border-right: none;
}

.search_results .dr-table-thead {
    background: url(grey_header_754px.png) no-repeat top left;
}

.search_results .dr-table-thead {
    border-bottom: none;
}

.search_results .rich-table-cell {
    font-size: smaller;
    font-family: Tahoma, sans-serif;
    border: none;
    text-align: center;
    white-space: nowrap;
}

.search_results .row2 {
    background: #e6e8f4;
}

.left_align {
    text-align: left;
}

.search_results .truncate_model {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
}

.search_results .truncate_make {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
}

.search_results .truncate_variant {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
}

.search_results .truncate_spec_model {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
}

.search_results .header_make {
    width: 80px;
}

.search_results .header_model {
    width: 200px;
}

.search_results .header_derivative {
    width: 200px;
}

.search_results .header_spec_model {
    width: 150px;
}

.search_results .header_year {
    width: 60px;
}

.search_results .header_spec_year {
    width: 60px;
}

.search_results .header_spec_fuel {
    width: 60px;
}

.search_results .header_spec_body {
    width: 60px;
}

.search_results .header_cc {
    width: 65px;
}

.search_results .header_miles {
    width: 55px;
}

.search_results .header_colour {
    width: 20px;
}

.search_results .column_colour {
}

.search_results .header_engine {
    width: 55px;
}

.search_results .header_gears {
    width: 55px;
}

.search_results .header_price {
    width: 55px;
}

.search_results .header_saledate {
    width: 70px;
}

.scroller_container {
    color: white;
    font-size: smaller;
    height: 25px;
    x-background: #275ADE url(scroller_bg_left.png) left top no-repeat;
    background: url(top_header_shadow.png) top left no-repeat;
}

.scroller_top {
    margin-bottom: 1em;
}

.scroller_bottom {
    margin-top: 1em;
}

.scroller_results {
    float: left;
    padding: 4px 0 0 5px;
}

.scroller {
    float: right;
    height: 32px;
    x-background: #275ADE url(scroller_bg_right.png) right top no-repeat;
}

.scroller_container .rich-datascr {
    margin: 2px 7px 0 0;
}

.scroller .rich-dtascroller-table {
    background: none;
    border: none;
}

.scroller .rich-datascr-button {
    color: inherit;
    border-color: #BDDCFF;
    font-family: Tahoma, sans-serif;
    font-size: 100%;
    background: none;
}

.scroller .rich-datascr-inact {
    font-family: Tahoma, sans-serif;
    font-size: 100%;
    color: white;
    border-top: 2px white solid;
}

.scroller .rich-datascr-act {
    font-family: Tahoma, sans-serif;
    font-size: 100%;
    color: #bddcff;
    border-top: 2px #bddcff solid;
}

.scroller .rich-datascr-button-dsbld {
    visibility: hidden;
}

/* --------- Detail page ------------*/

.cap {
    text-transform: capitalize;
}

.rich-tabpanel-content {
    font-family: Tahoma, sans-serif;
    font-size: inherit;
}

.rich-tabpanel-content h3 {
    margin: 0 0 0.5em 0;
}

.rich-tab-active,
    .rich-tab-inactive {
    font-family: Tahoma, sans-serif;
    font-size: inherit;
}

.rich-toolbar-item,
.rich-menu-item,
.rich-menu-item a,
.rich-menu-item a:hover,
.rich-menu-item a:visited,
.rich-menu-group,
.rich-menu-group a,
.rich-menu-group a:hover,
.rich-menu-group a:visited,
.rich-toolbar-item {
    font-family: Tahoma, sans-serif;
    font-size: inherit;
}

.rich-toolbar-item {
    padding: 2px 4px;
}

.rich-ddmenu-label {
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: inherit;
}

.rich-toolbar-item {
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 80%;
}

.rich-label-text-decor {
    font-weight: normal;
}

.local-results {
    font-size: smaller;
    margin: 0;
    padding: 0;
    list-style: none;
}

.local-results li {
    padding: 2px 2px 6px 2px;
    margin: 2px;
    line-height: 1.2em;
    clear: left;
    height: 60px;
}

.local-results li.current-result {
    border: 2px solid #777;
    padding: 4px;
    margin-left: 1px;
    margin-right: 2px;
    height: 60px;
    -moz-border-radius: 4px;
}

.local-results li a {
    display: block;
    margin-bottom: 2px;
}

.local-results li img {
    float: left;
}

.local-results li p {
    margin: 0 0 0 63px;
    padding: 0;
}

.local-results li.current a {
    font-weight: bold;
}

.local-results span.plate {
    color: #000;
}

.local-results .local-results-row0 {
    background: #e6e8f4;
}


table.infoTable {
    table-layout: fixed;
    width: 250px;
    border-collapse: collapse;
}

table.infoTable td {
    padding: 3px;
    border: solid 1px #dddddd;
}

table.infoTable td.title {
    width: 90px;
    background: #f5f5f5;
}

table.features {
    margin-bottom: 0.5em;
    table-layout: fixed;
}

table.features td.rich-table-cell {
    width: 50%;
    font-family: Tahoma, sans-serif;
    font-size: inherit;
}

.ui-tabs-nav {

}

.ui-tabs-nav ul {
    margin: 0 0 0 8px;
    padding: 0;
    outline: 0;
    line-height: 1em;
    list-style: none;
    font-size: 100%;
}

.ui-tabs-nav li {
    float: left;
}

.ui-tabs-nav li a {
    float: left;
    background: url(buttonlight-left.png) no-repeat left top;
    color: #333;
    font-size: small;
    padding: 0 0 0 8px;
    text-decoration: none;
}

.ui-tabs-nav li a span {
    background: url(buttonlight-right.png) top right no-repeat;
    padding: 6px 8px 3px 0;
    display: block;    
}

.ui-tabs-nav li a:hover, .ui-tabs-nav li.ui-tabs-selected a {
    background-position: 0 -72px;
}

.ui-tabs-nav li a:hover span, .ui-tabs-nav li.ui-tabs-selected a span {
    background-position: 100% -72px;
}

.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	clear:left;
    font-size: smaller;
}

.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.large-box-top {
    background: url(large-box-top.png) no-repeat top left;
    margin: 0;
    height: 12px;
}

.large-box-middle {
    background: white url(large-box-middle.png) repeat-y top left;
    margin: 0;
    padding: 0px 16px 20px 13px;
}

.large-box-bottom {
    background: white url(large-box-bottom.png) no-repeat bottom left;
    margin: 0 0 5px 0;
    height: 12px;
}

.large-box {
    background: white url(large-box-bottom.png) no-repeat bottom left;
    margin: 0 0 5px 0;
}

.large-box .content {
    padding: 0px 16px 20px 13px;
}

.main-box {
    background: url(main-box-bottom.png) no-repeat bottom left;
    padding: 4px 16px 18px 13px;
    margin: 0 0 5px 0;
}

.main-box-top {
    background: url(main-box-top.png) no-repeat top left;
    height: 12px;
}

.main-box-middle {
    background: url(main-box-middle.png) repeat-y top left;
    padding: 0 16px 5px 13px;
}

.main-box-bot {
    background: url(main-box-bottom.png) no-repeat bottom left;
    margin: 0 0 5px 0;
    height: 12px;
}

.main-box-fullheight {
    min-height: 539px;
}

#middle h3,
    .main-box h3,
    .large-box-middle h3 {
    margin: 0.75em 0 0.25em 0;
}

#middle h3:first-child,
    #middle h1:first-child,
    #middle h3:first-child,
    .main-box h1:first-child,
    .main-box h2:first-child,
    .main-box h3:first-child {
    margin-top: 0;
}

.main-box h3:first-child,
    .main-box h2:first-child,
    .main-box h1:first-child {
    margin-top: 0;
}

.large-box-middle h3:first-child,
    .large-box-middle h2:first-child,
    .large-box-middle h1:first-child {
    margin-top: 0;
}

.large-box h1:first-child,
    .large-box h2:first-child,
    .large-box h3:first-child {
    background: white url(large-box-top.png) top left no-repeat;
    padding: 12px 0 5px 13px;
    margin: 0;
}

.half-box-middle h3:first-child,
    .half-box-middle h2:first-child,
    .half-box-middle h1:first-child {
    margin-top: 0;
}

.half-box h1:first-child,
    .half-box h2:first-child,
    .half-box h3:first-child {
    background: white url(half-box-top.png) top left no-repeat;
    padding: 12px 0 5px 13px;
    margin: 0;
}

.half-box-bottom {
    background: white url(half-box-bottom.png) no-repeat bottom left;
    margin: 0 0 5px 0;
    height: 12px;
}

.half-box {
    background: white url(half-box-bottom.png) no-repeat bottom left;
    margin: 0 0 3px 1px;
    width: 376px;
    float: left;
}

.half-box .content {
    padding: 0px 16px 20px 13px;
}

.column_left {
    float: left;
}

.column_right {
    float: right;
}

#image {
    border: 1px solid #dddddd;
}

.feature-category {
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

ul.image-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.image-thumbs li:first-child {
    margin-left: 6px;    
}

ul.image-thumbs li {
    margin-left: 11px;
}

img.image-thumb {
    border: 1px solid #dddddd;
}

img.image-main {
}

option.empty {
    color: #999999;
}

.formsmaller {
    font-size: smaller;
}

.rowform {
    padding: 6px 0;
    display: block;
}

.rowform .row,
    .rowform .row2 {
    padding: 6px 0;
}

.rowformbuttons {
    display: block;
    margin-left: 135px;
    margin-bottom: 1em;
}

.row label,
    .row2 label {
    float: left;
    text-align: right;
    width: 115px;
    line-height: 1.7em;
}

.row .rowtext,
    .row2 .rowtext {
    line-height: 1.7em;
    display:inline;
    margin-left:10px;
    font-weight: bold;
    color: #333;
}

.rowform p.note {
    margin: 0.1em 0 0.25em 125px;
    font-size: 90%;
    color: #333;
}

.row select, .row input, .row textarea {
    xmargin-left: 2px;
}
.row span.input {
    display:inline;
    margin-left:10px;
}

.row div.input,
    .row2 div.input {
    margin-left:10px;
}

.row .rowcontent,
    .row2 .rowcontent {
    margin-left: 115px;
}

.row label em {
    color: red;
    font-style: normal;
    font-size: 150%;
    position: relative;
    top: 4px;
    line-height: 50%;
}

.row2 input.rich-combobox-input,
    .row2 input.rich-combobox-input-inactive,
    .row2 input.rich-combobox-input-disabled {
    color: black;
    width: 100px;
    background: white;
    border: 1px inset #999999;
    padding: 2px;
    font-size: 100%;
    font-family:  Tahoma, sans-serif;
}

.rich-combobox-item {
    font-size: 80%;
    font-family:  Tahoma, sans-serif;
}

.row2 input.rich-combobox-input.rowcomboboxHalfWidth,
    .row2 input.rich-combobox-input-inactive.rowcomboboxHalfWidth {
    width: 175px;
}

.row2 input.rich-combobox-font-inactive,
    .row2 input.rich-combobox-font-disabled,
    .row2 .rich-combobox-font-inactive,
    .row2 .rich-combobox-font-disabled,
    .row2 .rich-combobox-item,
    .row2 .rich-combobox-font,
    .row input.rich-combobox-font {
    font-size: 100%;
}

.row input[type='text'],
    .row input[type='password'], 
    .row textarea,
    .row select {
    color: black;
    width: 350px;
    background: white;
    border: 1px inset #999999;
    padding: 2px;
    font-size: 100%;
    font-family:  Tahoma, sans-serif;
}

span.input.input-relative {
    position: relative;
}

.row input.thirdWidth {
    width: 100px;
}

.row select.thirdWidth {
    width: 104px;
}

.row input.input-euro {
    padding-left: 12px;
}

span.input-euro {
    position: absolute;
    left: 6px;
    bottom: 0;
}

.row input.quarterWidth {
    width: 60px;
}

.row input.twoThirdsWidth,
    .row select.twoThirdsWidth {
    width: 250px;
}

.row input.halfWidth {
    width: 175px;
}

.row select.halfWidth {
    width: 181px;
}

.row .rowcontent label {
    float: none;
}

.rowformbuttons input[type='submit'] {
    color: black;
    xpadding: 4px;
}
.rowform label.label.errors {
    color: red;
}

.row .errors input ,
    .row .errors textarea,
    .row .errors select {
    background: #ffb1b1;
}

.row errors input[type='button'] {
    background: none;
}

.row .label_yesno {
    margin-right: 10px;
}

.row .inputs_yesno label {
    
    margin-right: 10px;
    width: inherit;
}

.error.errors {
    color: red;
}

.row .rowcontent input[type='checkbox'] {
    margin: 6px 4px 6px 10px;
}

.rowform fieldset {
    -moz-border-radius: 5px;
    border: solid 1px #999;
    padding: 0.5em;
    margin: 0 0.25em 1em 0.25em;
}


#tab-summary div.main-box {
    position: relative;
}

.detail-email-vehicle {
    position: absolute;
    bottom: 15px;
}
.detail-email-vehicle input[type='text'] {
    width: 175px;
    margin-right: 5px;
}

.jcarousel-container {
    position:relative;
}
.jcarousel-clip {
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:2;
}

.jcarousel-list-horizontal {
    padding: 0;
    margin: 0;
}

.thumb-images .jcarousel-list-horizontal {
    padding: 0;
    margin: 0;
    height: 71px;
}

.jcarousel {
    padding: 0;
    margin: 0;
}

.jcarousel-list  {
    left:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    top:0;
    z-index:1;
}
.jcarousel-list li, .jcarousel-item {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.jcarousel-next {
    display:none;
    z-index:3;
}
.jcarousel-prev {
    display:none;
    z-index:3;
}

.jcarousel-skin-ukd .jcarousel-container-horizontal {
    width:430px;
    padding: 0 45px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-container-horizontal {
    width:450px;
    padding: 0 35px;
}

.jcarousel-skin-ukd .jcarousel-container-horizontal-full {
    width: 654px;
    padding: 0 34px;
}

.jcarousel-skin-ukd .jcarousel-container-vertical {
    height: 332px;
    padding: 26px 0;
}
.thumb-images .jcarousel-skin-ukd .jcarousel-clip-horizontal {
    height:70px;
    width:450px;
}
.jcarousel-skin-ukd .jcarousel-clip-horizontal-full {
    height:122px;
    width:654px;
}
.jcarousel-skin-ukd .jcarousel-clip-vertical {
    height:332px;
}

.thumb-images .jcarousel-item {
    width: 91px;
    height: 68px
}

.jcarousel-skin-ukd .jcarousel-item {
}
.jcarousel-skin-ukd .jcarousel-item-horizontal {
    margin-right:10px;
    float: left;
}

.jcarousel-skin-ukd .jcarousel-item-vertical {
    margin-bottom:7px;
}

.jcarousel-skin-ukd .jcarousel-item-placeholder {
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
}

.jcarousel-skin-ukd .jcarousel-next-horizontal {
    background:transparent url(carousel_buttons.png) no-repeat scroll -22px 0;
    cursor:pointer;
    height:115px;
    position:absolute;
    right:0px;
    top:3px;
    width:22px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-next-horizontal {
    background:transparent url(carousel_buttons.png) no-repeat scroll -250px 0;
    cursor:pointer;
    height:71px;
    position:absolute;
    right:0px;
    top:0px;
    width:23px;
}

.jcarousel-skin-ukd .jcarousel-next-horizontal:hover {
    background-position:-22px -116px;
}

.jcarousel-skin-ukd .jcarousel-next-horizontal:active {
    background-position:-22px -116px;
}

.jcarousel-skin-ukd .jcarousel-next-disabled-horizontal, .jcarousel-skin-ukd .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-ukd .jcarousel-next-disabled-horizontal:active {
    background-position:-22px -231px;
    cursor:default;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-next-horizontal {
    background:transparent url(carousel_buttons.png) no-repeat scroll -250px 0;
    cursor:pointer;
    height:71px;
    position:absolute;
    right:0px;
    top:-1px;
    width:23px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-next-horizontal:hover {
    background-position:-250px -72px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-next-horizontal:active {
    background-position:-250px -72px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-next-disabled-horizontal, .jcarousel-skin-ukd .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-ukd .jcarousel-next-disabled-horizontal:active {
    background-position:-250px -144px;
    cursor:default;
}

.jcarousel-skin-ukd .jcarousel-prev-horizontal {
    background:transparent url(carousel_buttons.png) no-repeat scroll 0 0;
    cursor:pointer;
    height:115px;
    left:2px;
    position:absolute;
    top:3px;
    width:22px;
}

.jcarousel-skin-ukd .jcarousel-prev-horizontal:hover {
    background-position:0 -116px;
}

.jcarousel-skin-ukd .jcarousel-prev-horizontal:active {
    background-position:0 -116px;
}

.jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal, .jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal:active {
    background-position:0 -231px;
    cursor:default;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-prev-horizontal {
    background:transparent url(carousel_buttons.png) no-repeat scroll -225px 0;
    cursor:pointer;
    height:71px;
    left:2px;
    position:absolute;
    top:-1px;
    width:23px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-prev-horizontal:hover {
    background-position:-225px -72px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-prev-horizontal:active {
    background-position: -225px -72px;
}

.thumb-images .jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal, .jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-ukd .jcarousel-prev-disabled-horizontal:active {
    background-position: -225px -144px;
    cursor:default;
}

.jcarousel-skin-ukd .jcarousel-next-vertical {
    background:transparent url(carousel_buttons.png) no-repeat scroll -65px -74px;
    bottom:0px;
    cursor:pointer;
    height:21px;
    width:150px;
    left: 4px;
    position:absolute;
}

.jcarousel-skin-ukd .jcarousel-next-vertical:hover {
    background-position:-65px -98px;
}

.jcarousel-skin-ukd .jcarousel-next-vertical:active {
    background-position:-65px -98px;
}

.jcarousel-skin-ukd .jcarousel-next-disabled-vertical, .jcarousel-skin-ukd .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-ukd .jcarousel-next-disabled-vertical:active {
    background-position:-65px -122px;
    cursor:default;
}

.jcarousel-skin-ukd .jcarousel-prev-vertical {
    background:transparent url(carousel_buttons.png) no-repeat scroll -65px -2px;
    cursor:pointer;
    height:21px;
    position:absolute;
    width:150px;
    top:0px;
    left: 4px;
}

.jcarousel-skin-ukd .jcarousel-prev-vertical:hover {
    background-position:-65px -26px;
}

.jcarousel-skin-ukd .jcarousel-prev-vertical:active {
    background-position:-65px -26px;
}

.jcarousel-skin-ukd .jcarousel-prev-disabled-vertical, .jcarousel-skin-ukd .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-ukd .jcarousel-prev-disabled-vertical:active {
    background-position:-65px -50px;
    cursor:default;
}

.manufacturer-count .name {
    font-weight: bolder;
}

.manufacturer-count {
    text-align: center;
    font-size: smaller;
    width: 91px;
    height: 122px;
    padding-top: 4px;
    padding-left: 1px;
    padding-right: 1px;
    background: url(/assets/double_height.png) no-repeat top left;
}

.related-available {
    margin-top: 4px;
    font-size: smaller;
    text-align: center;
    color: #0f78af;
}

.related-available a {
    text-align: right;
    display: block;
}

.related-available a img {
    padding-top: 5px;
}

.main-box p,
    .large-box p,
    .half-box p,
    .main-box-middle p {
    font-size: smaller;
}

.main-box p p,
    .half-box p p,
    .large-box p p,
    .main-box-middle p p {
    font-size: inherit;
}

.main-box p a,
    .half-box p a,
    .large-box p a {
    text-decoration: none;
    color: #0f78af;
}

.main-box p a:hover,
    .half-box p a:hover,
    .large-box p a:hover {
    text-decoration: underline;
}

.network-sales {
    color: #bb0707;
}

.red {
    color: #bb0707;    
}

.stock-sales {
    color: blue;
}

dl.faq {
}

dl.faq dt {
    font-weight: bold;
    color: #b84444;
}

dl.faq dd {
    margin: 0.5em 0 1em 1em;
}

.ui-tabs-panel p {
    font-size: inherit;
}

/* ------ admin ----------- */

ul.upload_images {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left-box.admin .left-search ul {
    font-size: smaller;
    padding: 0 0 0 20px;
    margin: 0;
}

.left-box.admin .left-search ul ul {
    font-size: inherit;
    padding-left: 0px;
}

.rich-fileupload-name {
    height: inherit;
}

.titleadmin {
    font-weight: bold;
    color: blue;
}

a.magnify {
    text-align: right;
    display: block;
    cursor: pointer;
}

.row .rowcontent table.selectMany td {
    width: 106px;
    padding: 0;
}

.row .rowcontent table.selectMany label {
    float: none;
    width: inherit;
    margin: 0 10px 0 0;
    padding-bottom: 2px;
}

.row .rowcontent table.selectMany {
    position: relative;
    top: -1px;
}

.row .rowcontent table.selectMany input {
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}

.row .rowcontent input.inlineCheckbox {
    margin: 0;
}

.row textarea.expandingNotes {
    height: 15px;
}

.row textarea.expandingNotes:focus {
    height: 45px;
}

/* ------- new scroller -------- */

div.detail-horizontal-thumbs {
    position: relative;
}

div.detail-horizontal-thumbs a.prev {
    background:transparent url(carousel_buttons.png) no-repeat scroll -225px 0;
    cursor:pointer;
    height:71px;
    width:23px;
    margin-right: 5px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

div.detail-horizontal-thumbs a.prev:hover {
    background-position:-225px -72px;    
}

div.detail-horizontal-thumbs a.prev.disabled {
    background-position:-225px -144px;
    cursor: default;
}

div.detail-horizontal-thumbs a.next {
    background:transparent url(carousel_buttons.png) no-repeat scroll -250px 0;
    cursor:pointer;
    height:71px;
    position:relative;
    float: left;
    right: 0px;
    top:-2px;
    width:23px;
    margin-left: 5px;
}

div.detail-horizontal-thumbs a.next:hover {
    background-position:-250px -72px;
}

div.detail-horizontal-thumbs a.next.disabled {
    background-position:-250px -144px;
    cursor: default;
}

div.detail-horizontal-thumbs div.scrollable {
    position: relative;
    overflow: hidden;
    width: 460px;
    height: 67px;
    float: left;
}

div.detail-horizontal-thumbs div.scrollable div.items {
    width: 20000em;
    position: absolute;
    clear: both;
}

div.detail-horizontal-thumbs div.scrollable div.items img {
    float: left;
    width: 91px;
    height: 67px;
    margin-right: 10px;
}

/* -- testimonials -- */

div.testimonial {
}

div.testimonial img {
    float: left;
    margin: 0 6px 6px 0;
}

div.testimonial h3, #middle div.testimonial h3 {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

div.testimonial p {
    display: block;
    margin-left: 154px;
}

div.testimonial p span.quote {
    font-family: serif;
    font-size: 16pt;
    color: #777;
    position: relative;
    top: 6px;
    line-height: 10pt;
}

div.testimonial p span.customer {
    color: #333;
    display: block;
    text-align: right;
}

/* --------- */

table.notes {
    border: solid 1px #b5c8ee;
}

td.noteText {
    vertical-align: top;
    font-size: 110%;
    border-left: solid 1px #b5c8ee;
    border-top: 1px solid white;
}

td.noteInfo {
    border-top: 1px solid white;
    width: 120px;
}

tr.noteRow1 {
    background-color: #e8eefa;
}

tr.noteRow2 {
    background-color: #e0e8f9;
}

td.pxReqDate {
    width: 15%;
    text-align: center;
}
td.pxReqFrom {
    width: 30%;
    text-align: center;
}
td.pxResDate {
    width: 15%;
    text-align: center;
}
td.pxValue {
    width: 20%;
    text-align: center;
}
td.pxActions {
    width: 15%;
    text-align: center;
}

a.wanted_tag {
    width: 16px;
    height: 16px;
    display: block;
    background: no-repeat;
}

a.wanted_tag.wanted_untagged {
    background: url('tag_grey.png');
}

a.wanted_tag.wanted_untagged:hover {
    background: url('tag_blue_add.png');
}

a.wanted_tag.wanted_tagged {
    background: url('tag_blue.png');
}

a.wanted_tag.wanted_tagged:hover {
    background: url('tag_blue_delete.png');
}

.wanted_count {
    margin: 2px 0;
    border: solid 1px;
    padding: 1px 5px;
    -moz-border-radius: 4px;
}

.wanted_count.vertical {
    line-height: 155%;
}

.wanted_count.total {
    background-color: #a7bdfa;
    border-color: #3d6bec;
}

.wanted_count.group {
    background-color: #f1b4b4;
    border-color: #f55757;
}

.wanted_count.user {
    background-color: #b2ecac;
    border-color: #54b35e;
}

/* ---- */

.fullform fieldset {
    position: relative;
    background-color: #e8eefa;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #C3D9FF;
    padding: 1em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.25em 1.5em 0.25em;
}

/*.fullform fieldset p {
    font-size: 110%;
}*/

.fullform fieldset.first {
    margin-top: 0;
}

.fullform fieldset legend {
    background-color: white;
    border: solid 1px #C3D9FF;
    position: absolute;
    top: -1.3em;
    left: .3em;
    font-size: 115%;
    padding: 0 0.3em 0.1em 0.3em;
    margin: 0;
}

.fullform fieldset legend .control {
    font-size: smaller;
}

.fullform fieldset hr {
    border: 1px solid #b6cdf2;
    height: 1px;
}

.fullform fieldset .search_criteria {
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
}

.fullform fieldset ul {
    margin-top: 0;
    margin-bottom: 0;
}

.richtable .rich-table-subheadercell {
    text-align: center;
    font-size: 90%;
    font-family: Tahoma, sans-serif;
}

.richtable .rich-table-subfootercell {
    text-align: center;
    font-size: 90%;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: red;
}

.richtable .rich-table-cell {
    text-align: center;
    font-size: 90%;
    font-family: Tahoma, sans-serif;
}

.richtable .row1 {

}

.richtable .row2 {
    background-color: #f5f5f5;
}

div.info ul {
    background-color: #c6dcf0;
    border: 1px solid #1788e2;
    margin:0 0 10px;
    padding:5px 10px;
    -moz-border-radius: 5px;
}

div.errors ul {
    background-color:#FFFFCC;
    border:1px solid #FFCC66;
    margin:0 0 10px;
    padding:5px 10px;
    -moz-border-radius: 5px;
}

div.errors ul li,
    div.info ul li {
    margin-left:20px;
}

input[type='text'][disabled] {
    font-weight: bold;
    background-color: #ddd;
}

.modal_not_opaque .dr-mpnl-mask-div {
    background: none;
}

.admin a:visited,
    .admin a:link,
    .admin a:active {
    color: #3333ff;
}

table.wideRadio td {
    padding-bottom: 10px;
}
div.grippie {
    background:#EEEEEE url(grippie.png) no-repeat scroll center 2px;
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0pt 1px 1px;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}
.resizable-textarea textarea {
    display:block;
    margin-bottom:0pt;
    width:95%;
    height: 20%;
}

.inputPrefix {
    position: relative;
}

.inputPrefix .prefix {
    position: absolute;
    left: 4px;
    top: 0;
}

.row .inputPrefix input[type="text"] {
    padding-left: 15px;
}

.row .inputPrefix input.thirdWidth[type="text"] {
    width: 85px;
}

a.adminLinkButton {
    margin: 0 2px;
}

select.selectFirstBold option:first-child {
    font-weight: bold;
    margin-bottom: 1em;
}

div.inspectionList {
    max-height: 500px;
    overflow-y: scroll;
    border: 1px solid #b6cdf2;
    padding-bottom: 5em;
    margin-bottom: 1em;
}

div.inspectionList .inspectionItem {
    position: relative;
    padding: 0.5em 1em;
}

div.inspectionList .inspectionItem.r2 {
    background: #f5f7fc;    
}

div.inspectionList .inspectionNumber {
    font-weight: bold;
    font-size: 100%;
    margin-right: 1em;
    color: #555;
    float: left;
}

div.inspectionList .inspectionName {
    font-size: 110%;
    margin-right: 1em;
    margin-left: 3em;
}

div.inspectionList .inspectionStatus {
    margin-left: 3em;
}

div.inspectionList .inspectionNotes {
    background: #f5f7fc;
}

div.inspectionList .inspectionNotes textarea {
    height: 3.2em;
    overflow: hidden;
    font-family: Tahoma, sans-serif;
    font-size: inherit;
    width: 200px;
    float: right;
    background: #f5f7fc;
    border: 1px solid #b6cdf2;
    margin: 0;
}

div.inspectionList .inspectionNotes textarea:hover {
    border: 1px solid #b6cdf2;
}

div.inspectionList .inspectionNotes textarea:focus,
    div.inspectionList .inspectionNotes textarea:hover {
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid white;
    height: 7em;
    overflow-y: scroll;
    z-index: 5;
    width: 300px;
    background: white;
}

.inspectionNotApplicable {
    font-weight: bold;
    color: #999999;
}

.inspectionNotChecked,
    .inspectionFail {
    color: #cc0000;
    font-weight: bold;
}

.inspectionPass,
    .inspectionResolved {
    color: #0066ff;
    font-weight: bold;
}

.enquiry-ready {
    color: #009933;
}

.enquiry-closed {
    text-decoration: line-through;
    color: #666666;
}

.enquiry-open {
    color: #0000ff;
}

fieldset.inactive {
    background-color: #e9e9e9;
    border-color: #999999;
    margin-top: 0;
    padding: 0.5em;
}

fieldset.inactive span.inactive-title {
    font-weight: bold;
    color: #666666;
}

fieldset.inactive span.inactive-requirement {
    color: #333333;
}

ul.sitemap-manufacturers {
    list-style: circle;
}

ul.sitemap-manufacturers li {
    list-style-type: circle;
    float: left;
    display: block;
    width: 33%;
}

ul.biglist {
    margin-left: 17px;
    list-style-image: url(/assets/arrow.png);
    font-weight: bold;
    font-size: 110%;
    line-height: 1.6em;
    font-family: Verdana, Tahoma, sans-serif;
}

ul.biglist li.red {
    color: #bb0707;
}

#quicklinks .column:first-child {
    padding-left: 3px;
}

#quicklinks .column {
    font-size: smaller;
    width: 180px;
    float: left;
    color: #bb0707;
}

#quicklinks .column div a {
    color: #bb0707;
}

#quicklinks .column div {
    color: #bb0707;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 165px;
    display: block;
}

.vehicle-group {
    float: left;
    text-align: center;
    padding-top: 7px;
    background: url(/assets/model-list.png) no-repeat top left;
    height: 140px;
    width: 130px;
}

.scroller_button,
    .scroller_page,
    .scroller_current_page,
    .scroller_button_disabled {
    width: 25px;
    text-align: center;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 1px;
}

.scroller_button {
    border: 1px solid #BDDCFF;
    color: white;
}
    
.scroller_button_disabled {
    visibility: hidden;
    color: #d3d3d3;
}

.scroller_page {
    border-top: 2px solid white;
    color: white;
}

.scroller_current_page {
    border-top: 2px solid #BDDCFF;
    text-decoration: none;
    color: #BDDCFF;
}

.scroller_outer {
    margin-right: 5px;
    margin-top: 3px;
}

.searchtable {
    font-size: smaller;
}

.searchtable td,
    .searchtable th {
    text-align: center;
    padding: 4px;
    white-space: nowrap;
}

.searchtable th {
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    background-color: #eeeeee;
}

.searchtable th.header_right {
    border-right: none;
}

.searchtable th a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
}
