a:link {
	color: black;
	text-decoration: none;
}

a:visited {
        color: black; 
        text-decoration: none;
}

a:hover {
        color: black;
        text-decoration: underline;
}

a:active {
        color: black;
        text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 100%;
	background-color: white;
}

table {
	width: 100%;
}

td {
	/*height: 44px;*/
	width: 100%;
	vertical-align: top;
	text-align: center;
	/*padding-top: 4px;*/
}

td.detail {
	/*width: 192px;*/
	/*font-size: .85rem;*/
	font-size: 0.875rem;
	/*border-left: 1px solid gray;*/
	text-align: center;
	align: top:
}

span.dealer {
	display: inline-block;
	margin-top: 2px;
	font-size: 0.75rem;
	font-style: italic;
}

#banner {
	position: relative;
	width: 160px;
	height: 180px;
	border: none;
}

#footer {
	text-align: center;
        margin-top: 2px;
        font-size: 0.75rem;
	font-style: italic;
}

#logo {
	margin: 0px auto 0px auto;
	width: 160px;
	text-align: center;
	background-color: white;
}

#logo img {
	width: 100%;
	padding-top: 0px;
	display: block;
}

#photo {
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 118px;
	background-color: white;
	background-image: url("/images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;

}

#photo img {
	display: block;
	width: 118px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.convertible {
        background-color: red;
        background-image: url('/images/lighten.png');
}

.coupe {
        background-color: yellow;
        background-image: url('/images/lighten.png');
}

.hatchback {
        background-color: brown;
        background-image: url('/images/lighten.png');
}

.pickup {
        background-color: green;
        background-image: url('/images/lighten.png');
}

.sedan {
	background-color: orange;
	background-image: url('/images/lighten.png');
}

.suv {
        background-color: blue;
        background-image: url('/images/lighten.png');
}

.van {
        background-color: purple;
        background-image: url('/images/lighten.png');
}

.wagon {
        background-color: black;
        background-image: url('/images/lighten.png');
}

.unslider-arrow.next {
	right: 0px;
}

.unslider-arrow.prev {
	/*left: 131px;*/
	left: 0px;
	transform: rotate(-180deg);
}

.unslider-arrow {
	display: block;
	width: 26px;
	height: 26px;

	top: 50px;
	right: -50px;
	left: auto;
	margin-top: 0px;

	overflow: hidden;

	background: rgba(0,0,0,.2) no-repeat 50% 50%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
	background-size: 7px 11px;

	border-radius: 32px;
	text-indent: -999em;

	opacity: .7;
	transition: opacity .2s;
}

.unslider-nav {
	/*position: absolute;
	bottom: 0px;
	left: 0px;*/
	font-size: 0.75rem;
}

.unslider-nav ol {
	width: 160px;
	text-align: center;
}

.unslider-nav ol li {
	background: white;
}
