﻿.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item a:hover {
    cursor: pointer;
    display: block;
    padding: 0;
    background-image: none;
    border: none;
    border-bottom: dotted 1px #ccc;
    border-radius: 0;
    text-decoration: none;
    margin: 0;
}

.autoSuggestTable {
    width: 100%;
    font-family: Arial;
    background-color: #fff;
    border: none;
    border-collapse: collapse;
}

    .autoSuggestTable:hover {
        background-color: #f5f5f5;
        margin: 0;
    }

    .autoSuggestTable td {
        padding: 4px 6px;
    }

        .autoSuggestTable td[rowspan='2'] {
            width: 90px;
            padding: 3px;
        }

        .autoSuggestTable td[colspan='2'] {
            color: #b4b4b4;
        }

    .autoSuggestTable .img-rounded {
        width: 90px;
        height: 67px;
        border: solid 1px #ccc;
    }

    .autoSuggestTable .priceCell {
        text-align: right;
    }

    .autoSuggestTable .carName {
        font-weight: bold;
        font-size: 1.1em;
    }

#floatContainer {
    z-index: 999;
}

.slider-latest-caption {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-family: 'Oswald';
    font-size: 1.4em;
}

#copyrightCell {
    opacity: 0.4;
    font-size: 7pt;
    margin-top: 20px;
}

#sitemapCell {
    width: 40%;
    font-size: 1.1em;
    color: #cccccc;
}

#footer table {
    height: 100%;
}

.sn-icon {
    width: 24px;
    height: 24px;
}

.listItemSummary {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-size: 9pt;
    white-space: nowrap;
}

.listItemPrice {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
}

.aso-line {
    border: medium none;
    height: 1px;
    background-color: rgb(204, 204, 204);
    color: rgb(204, 204, 204);
    margin: 1em 0px;
}

.ui-dialog {
    border: 7px solid rgb(153, 153, 153) !important;
    font-size: 1em;
}

.blueLinkThin {
	color: #0066A8 !important;
	font-size: 9pt;
	cursor: pointer;
	font-weight: normal;
	padding: 0 3px;
    text-decoration: underline;
}

#existingUserControls label {
    font-weight: normal;
    margin-left: 5px;
}

#existingUserControls h2 {
    text-shadow: none;
}

.orangeLink {
    padding:5px 8px;
    background-color:#FB8A0A;
    color:#fff !important;
    font-weight:bold;
    text-shadow:none;
    cursor: pointer;
    font-size: 1.4em;
}

.footerLink {
    text-decoration: underline;
    color: #fff;
    font-size: 1.1em;
}

.blackLabel {
    font-weight:bold;
    font-size: 1.4em !important;
}