﻿
/* colour */

.detail-title, 
.detail-price,
.specifications-text, 
.fuel-text,
.dealer-address,
.gallery-price,
.list-column2-line1-text,
.list-column3-line1-text,
.list-column3-line2-text,
.dataPagerCurrentPage,
.dataPagerCurrentPage
{
    color: #0011cc;
}

/* buttons */

.gallery-video-button
{
    background: url("play-virtual-video2.png") no-repeat ;
}

.gallery-video-button:hover
{
    background: url("play-virtual-video1.png") no-repeat ;
}

.list-video-button
{
    background: url("play-virtual-video2.png") no-repeat ;
}
.list-video-button:hover
{
    background: url("play-virtual-video1.png") no-repeat ;
}

#searchFormTitle
{
    background: url("refine-your-search.png") no-repeat ;
}

.searchFormPrint
{
    background: url("print-page2.png") no-repeat ;
}

.searchFormPrint:hover
{
    background: url("print-page1.png") no-repeat ;
}

.searchFormPlay
{
    background: url("play-selection2.png") no-repeat ;
    background-position: center center;
    background-repeat: no-repeat;
}

.searchFormPlay:hover
{
    background: url("play-selection1.png") no-repeat ;
    background-position: center center;
    background-repeat: no-repeat;
}

.searchFormListView
{
    background: url("list-view.png") no-repeat ;
}

.searchFormGalleryView
{
    background: url("gallery-view.png") no-repeat ;
}

.dataPagerNext
{
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('right-arrow2.png');
    background-repeat: no-repeat;   
}

.dataPagerNext:hover
{
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('right-arrow1.png');
    background-repeat: no-repeat;  
}

.dataPagerPrev
{
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('left-arrow2.png');
    background-repeat: no-repeat;
}

.dataPagerPrev:hover
{
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('left-arrow1.png');
    background-repeat: no-repeat;
}

/* detail buttons */

.back-to-search
{
    background: url("back-to-search2.png") no-repeat ;
    background-position: center center;
}

.back-to-search:hover
{
    background: url("back-to-search1.png") no-repeat ;
    background-position: center center;
}

.print-this-page
{
    background: url("print-this-page2.png") no-repeat ;
    background-position: center center;
}

.print-this-page:hover
{
    background: url("print-this-page1.png") no-repeat ;
    background-position: center center;
}  

.email-a-friend
{
    background: url("email-a-friend2.png") no-repeat ;
    background-position: center center;
}

.email-a-friend:hover
{
    background: url("email-a-friend1.png") no-repeat ;
    background-position: center center;
}    

.email-dealer
{
    background: url("email-dealer1.png") no-repeat ;
    background-position: center center;
}

.email-dealer:hover
{
    background: url("email-dealer2.png") no-repeat ;
    background-position: center center;
}

.contact-dealer
{
    background: url("contact-dealer1.png") no-repeat ;
    background-position: center center;
}

.contact-dealer:hover
{
    background: url("contact-dealer2.png") no-repeat ;
    background-position: center center;
}    

.next-button
{
    background: url("next-button2.png") no-repeat;
    background-position: center center;
}

.next-button:hover
{
    background: url("next-button1.png") no-repeat;
    background-position: center center;
}

.prev-button
{
    background: url("back-button2.png") no-repeat;
    background-position: center center;
}

.prev-button:hover
{
    background: url("back-button1.png") no-repeat;
    background-position: center center;
}

.virtual-video
{
    border-width: 0px;
    background: url("virtual-video1.png") no-repeat;
    background-position: center center;
}

.virtual-video:hover
{
    background: url("virtual-video2.png") no-repeat;
    background-position: center center;
}

.email-form-button
{
    background: url("email-form-button.png") no-repeat;
    background-position: left center;
}

.email-send-enquire
{
    background: url("send-email1.png") no-repeat;
    background-position: center center;
}

.email-send-enquire:hover
{
    background: url("send-email2.png") no-repeat;
    background-position: center center;
}

.slidePrev
{
    float: left;
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('left-arrow2.png');
    background-repeat: no-repeat;
} 

.slideNext
{
    float: right;
    background-color: transparent;
    background-position: 0px -1px;
    background-image: url('right-arrow2.png');
    background-repeat: no-repeat;
} 

.features-bullet
{
    background: url("features-icon.png") no-repeat;
    background-position: left center;
}