﻿.links {
	color: #ffffff;
	list-style: none;
	padding: 2px 10px 35px 2px;
	font-size: 13px;
	font-weight: bold;
}

	.links a {
		color: #ffffff;
	}

	.links li {
		background: red url('../img/temp-driverbio.png') repeat-x;
		float: left;
		display: inline-block;
		padding: 5px 10px 5px 10px;

	}


/* styling specs grid */
#spec-wrapper {
	overflow: auto;
	clear: both
}

#spec-wrapper #leftcontainer {
	float: left;
	width: 48%;
}

#spec-wrapper #rightcontainer {
	margin-left:  48%;
	margin-right: 10px;


}

#spec-wrapper .specs {
	color: black;
	font-size: 12px;
	background: white;
	margin: 10px 0px 10px 10px;
	padding: 10px;
}

#spec-wrapper dt {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	color: black
}

	#spec-wrapper dd{
		padding: 0px 0px 2px 20px;
		margin-left: 5px;
		background: transparent url('../img/bullet-red.png') no-repeat scroll left center;
	}



/* jQuery UI Tabs styling */

	#detail-panel-master-tab .ui-state-default  {opacity: 0.5;}
	
	#detail-panel-master-tab .ui-state-hover {opacity: 1;}
	
	/* special rule to make far left list item to keep its rounded left edge on hover*/
	#detail-panel-master-tab #left.ui-state-hover {
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
	}
	
	#detail-panel-master-tab .ui-tabs-selected {
		background: #090909;
		color: #3c97c7;
		opacity: 1;
	}
	
		/* override colour based on page theme */
		.theme-customer-order #detail-panel-master-tab .ui-tabs-selected h2 {color: #3c97c7}
	
		#detail-panel-master-tab .ui-tabs-selected .pointer {border-bottom: 10px solid #FFFFFF;}
			
		/* override colour based on page theme */
		.theme-customer-order #detail-panel-master-tab .ui-tabs-selected .pointer {border-bottom-color: #5ac1f7}


#detail-panel-master-content {
	background-color: #cccccc;
	padding: 0px 2px 2px 2px;
}
	/* override colour based on page theme */
	.theme-customer-order #detail-panel-master-content {background-color: #5ac1f7; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ac1f7),color-stop(0.3, #2475a0), to(#2475a0));}


/* Inner Content formatting */

#inner-content-header h2 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: "Century Gothic";
	padding: 8px;
	display: inline-block;
}

#inner-content-header ul{
	margin: 0; padding: 0;
	float: right;
	font-size: 16px;
}

	#inner-content-header ul li{
		display: inline;
		height: auto;
	}

	#inner-content-header ul li a{
		float: left; text-decoration: none;
		color: black;
		padding: 9px 9px;
		display: block;
	}
	
	/* override colour based on page theme */
	
	.theme-customer-order #inner-content-header ul li a:hover, #inner-content-header ul li .current{
		color: #fff;
		background-color:#0b75b2;
	}

#inner-content-header:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


#inner-content-tabbed-wrapper {

	padding: 0px 5px 5px 5px;
}

	#inner-content-tabbed-wrapper #tab {background: #0c0c0c;float:left;	width:265px;}
	
		/* styling for vertical nested tabs */
		
		#inner-content-tabbed-wrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

		
		#inner-content-tabbed-wrapper #tab ul {
			font-size: 17px;
			font-weight: bold;
			list-style-type:none;
			margin:5px 0px 20px 6px;
			overflow:hidden;
		}
		
		#inner-content-tabbed-wrapper #tab li {
			border-width:1px;
			margin-top:10px;
		}
		
			#inner-content-tabbed-wrapper #tab a {
				text-decoration:none;
				display:block;
				padding:7px 15px;
				color:inherit;
			}
		
			#inner-content-tabbed-wrapper #tab span {
				display:block;
				font-size: 12px;
				font-weight:normal;
			}
			
			
		#inner-content-tabbed-wrapper  #tab .ui-state-default {
			color: #ffffff;
			border-color: #1a1a1a;
			border-style: dashed;	
		}

		#inner-content-tabbed-wrapper  #tab .ui-state-hover  {
			background-color: #050505;
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(5, 5, 5, 0.8)), to(rgba(00, 00, 00, .9)));
			border-color: #1a1a1a;
			border-style: dashed;
		}

		#inner-content-tabbed-wrapper  #tab .ui-tabs-selected {
			color: #f82f2c;
			border-color: #000000;
			border-style: solid;
			background: #000000 url('../img/arrow-45.png') no-repeat right center;
		}
		
			/* override colour based on page theme */
			.theme-customer-order #inner-content-tabbed-wrapper #tab .ui-tabs-selected {
				background-color: #2578a3;
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(90, 193, 247, 0.8)), to(rgba(37, 120, 163, .9)));
			}

		
	
	#tabbed-content-wrapper	{
		background-color:#e5e5e5;
		margin-left:265px;
		width: 650px;
		color: #ffffff;
		position: relative;
	}
		
	#tabbed-content-wrapper	#content {
		background-color:#e5e5e5;
		border:1px solid #ffffff;
		height:100%;
		min-height:200px;
		
	}
	
/* styling for vehicle pages */

#vehicle-info-wrapper {
	height: 400px;
	overflow:hidden;
	/* background: black url('../img/hire/CITROENMAXR2XAM.jpg') no-repeat; */
	
	margin:2px;

}

	
#vehicle-stats {
	width: 250px;
	height: 430px;
	padding: 20px;
	background: transparent url('../img/transparent.png');
}

	#vehicle-stats h3 {
		color: #7cb5fe;
		font-size: 40px;
		line-height: 42px;
	}


	#vehicle-stats ul {
		list-style: none;
		padding-top: 10px;
		font-size: 15px;
	}

		#vehicle-stats ul li {
			padding-bottom: 5px;
		}


#vehicle-status {
	position: absolute;
	top: 0;
	right: 0;
	width: 211px;
	height: 159px;
	text-indent: -9999px
}

	#vehicle-status.hired  {background: transparent url('../img/hired.png') no-repeat;}
	#vehicle-status.forhire  {background: transparent url('../img/forhire.png') no-repeat;}


h5 {
	background: #cccccc;
	color: black;
	text-align: right;
	margin: 2px;
	padding: 10px;
	font-size: 15px;
}	
	
/* The images styling is needed to turn the <ul> into a 3x3 grid */
#vehicle-pics {
	padding: 1px;
	margin: 5px;
	overflow: hidden;
	right: 20px;
	top: 20px;
	width: 300px;
	position: absolute;
	
}

#vehicle-pics li {
	width: 102px;
	height: 66px;
	float: right;
	overflow: hidden;
	border: 1px #000000 solid;
	background: black;
	padding: 3px;
	list-style:	none;
	margin: 7px;
}



#intro {
	padding: 10px;
	color: black;
	font-size: 14px;
}

#intro p { line-height: 20px;
	padding-bottom: 20px;
}


