/*
    Document   : styles
    Created on : 02-Sep-2011, 11:55:09
    Author     : OuterEdge
*/

html {
	background: #363333 url('../images/bg-gradient.gif') repeat-x 0 0;
}

body {
	font-size: 75%;
	line-height: 1.3;
	min-height: 865px;
}

/* Universal styles */
h1 { font-size: 2.0em; }
h2 { font-size: 1.333em; }
button, input[type=submit], a.enquiry { color: #FFFFFF; padding: 2px 12px; background-color: #000000; /* background-color: #C55026; */ font-size: 1.1666em; font-weight: bold; margin: 10px 0; }

strong { font-weight: bold; }
.center { width: 960px; margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }

/* grid */
.grid {
	margin-left: -10px;
    text-align: center;
}
.grid-item {
/*		float: left;
	display: inline;
	margin: 0 0 40px 10px;*/
	display: inline-block;
	margin: 0 0 40px 5px;
}
.grid.three .grid-item {
	width: 300px;
}
.grid-item a {
/*			display: block;*/
	font-size: 1.1666em;
	color: #000000;
/*			color: #D86034;*/
}
.grid-item .autoscroll {
	height: 179px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.grid-item a img {
}
.grid-item a h3 {
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
	color: #D86034;
	font-size: 20px;
}

/* forms */
form {
/*	background-color: #F2F2F2;*/
	background-color: #CCCCCC;
	padding: 25px 15px;
	clear: both;
	zoom: 1;
}
form:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div .field {
	float: left;
	display: inline;
	width: 315px;
	margin: 0 100px 25px 0;
}
div .textarea {
	margin: 0 0 20px 0;
	width: 830px;
}
label {
	width: 75px;
	height: 32px;
	line-height: 32px;
}
.middleColumn {
	float: left;
	display: inline;
	position: relative;
}
.field input, textarea {
	width: 220px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	border: 0 none;
	margin: 0;
}
textarea {
	width: 635px;
	height: 55px;
	line-height: 1.2;
	padding: 10px;
}
input[type=checkbox], input[type=radio]{
	width: auto;
	height: auto;
}
.required {
	color: #C80606;
	position: absolute;
	bottom: -18px;
	left: 3px;
}

#Remember input {
	float: left;
	display: inline;
	margin-left: 75px;
}
#Remember label {
	float: left;
	display: inline;
	width: auto;
	height: 1.2em;
	line-height: 1.2em;
	margin: 0 10px;
}
.Actions {
	margin-left: 78px;
}

/* rest of the site */
.header {
	color: #FFFFFF;
	font-size: 1.167em;
	background: transparent url('../images/redsun.gif') no-repeat center center;
}
.logo {
	width: 100px;
	height: 93px;
	text-indent: -44000px;
	overflow: hidden;
	background: transparent url('../images/logo.png') no-repeat 0 0;
	margin: 30px 105px 30px 0;
}
.header .right {
	padding: 50px 0;
}
.header .ninja {
	float: right;
	display: inline;
	margin-top: 5px;
}
/*		.header .right span {
		font-weight: bold;
	}*/

.nav {
	background-color: #000000;
}
.nav li {
	float: left;
	display: inline;
}
.nav li a {
	display: block;
	font-size: 1.333em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 12px;
}
.nav li.current a, .nav li.section a {
	color: #000000;
	background-color: #666666;
}

.main {
	background-color: #666666;
	padding: 20px;
	width: 920px;
}

html.CarHolder {
    background: transparent url('../images/star_background.jpg') repeat 0 0;
}

.CarHolder .main {
	background-color: transparent;
}

.CarHolder .nav li a {
    background-color: #666666;
    color: #000000;
}
.CarHolder .nav li.current a, .CarHolder .nav li.section a {
	background-color: #000000;
	color: #666666;
}



.footer {
	color: #FFFFFF;
}
.social {
/*		background-color: #C55026;*/
	background-color: #000000;
	padding: 15px 0;
}
.footer a {
	color: #FFFFFF;
	font-size: 0.8333em;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 10px;
}
.footer img {
	vertical-align: middle;
}
	.footer a span {
		font-size: 1.400em;
		font-weight: bold;
	}
.footer #sound_wrapper,
.footer #sound {
	float: right;
	display: inline;
	margin-right: 20px;
}
.copyright {
	padding: 10px;
}
	.copyright a {
		font-size: 1em;
		margin: 0;
	}
.footer .right a {
	color: #D86034;
	font-size: 1em;
}


/* Car Pages */
.Car .main {
	width: 880px; padding: 40px;
}
.details {
	padding: 30px;
    margin-top: 30px;
	color: #000000;
	background-color: #EEEEEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.details h1 {
	font-size: 1.8333em;
	color: #000000;
}
.details h2 {
	margin: 0 0 10px;
}
.details p {
	font-size: 1.1666em;
	font-weight: bold;
}
.price {
	display: block;
	font-size: 1.5em;
	margin: 15px 0 10px;
}
.details .audio {
	margin: 10px 0;
}
.details .fbLike {
	height: 21px;
	margin: 10px 0;
}
a.enquiry {
	height: 19px;
	line-height: 19px;
	display: inline-block;
}
.autoscroll {
	height: 530px;
	overflow: hidden;
}

.Car table, .Car table tr {
	width: 410px;
}
.Car table.right {
	margin-left: 40px;
}
.Car table td {
	width: 205px;
	padding-bottom: 2px;
}
.Car table td.alignRight {
	text-align: right;
}

.gallery {
	width: 660px;
	margin: 20px auto 0;
}
.gallery img {
	cursor: pointer;
}
.galleryMain {
	width: 660px;
	height: 400px;
	margin-bottom: 10px;
}
.thumbs {
	margin-left: -7px;
}
.thumbs img {
	float: left;
	display: inline;
	margin: 0 0 4px 7px;
}
.fbLike {
	clear: both;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
#audio_playbutton.busy::after {
    content: " ";
    background-image: url('../images/silver-spinner-sm.png');
    width: 100px;
    height: 100px;
    top: 0;
    position: absolute;
    left: 0;
    display: block;
    z-index: 99;
    background-size: cover;
    animation: spin 3s infinite linear;
    -moz-animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
}
#audio_playbutton.busy {
    background-image: url('../images/silver-plain-button-sm.png');
}
#audio_playbutton.paused {
	background-image: url('../images/silver-play-button-sm.png');
}
#audio_playbutton_preload {
	background-image: url('../images/silver-play-button-sm.png');
	background-position: -9999px -9999px;
}
#audio_playbutton_preload::after {
	background-image: url('../images/silver-pause-button-sm.png');
	background-position: -9999px -9999px;
}
#audio_playbutton {
	background-image: url('../images/silver-pause-button-sm.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	border-radius: 2px;
	color: white;
	text-align: center;
	line-height: 48px;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: relative;
}
#audio_playbutton_container {
	position: absolute;
	/* left: calc(50% - 45px); */
	left: 0;
	right: 0;
	width: 320px;
	height: 100px;
	margin: 0 auto 0;
	text-align: center;
	font-size: 0;
}
#audio_playbutton_prev,
#audio_playbutton_next {
	background-image: url('../images/silver-prev.png');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 80px;
	width: 80px;
	display: inline-block;
}
#audio_playbutton_next {
	background-image: url('../images/silver-next.png');
}
#audio_playbutton {
	width: 100px;
	height: 100px;
	display: inline-block;
}
#audio_playbutton::after {
	width: 100px;
	height: 100px;
}

@media screen and (max-width: 980px) {
	audio {
		display: none;
	}
	#audio_playbutton,
	#audio_playbutton.busy::after,
	#audio_playbutton::after {
		width: 50px;
		height: 50px;
	}
	#audio_playbutton_next,
	#audio_playbutton_prev {
		height: 40px;
		width: 40px;
	}
}

