/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 2px 0;
		padding: 0;
		width: 100%;
		/*border-bottom: solid 1px #ddd;*/ }
	ul.tabs li {
		display: block;
		width: 33%;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; 
		background-color:#e1e1e1;}
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #336699;
		color:#fff;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block;
	
		list-style-type: none;
		list-style-position: inside;
		background: #f2f5f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 37%, #d7d7d7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(37%,#eeeeee), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e3eaed 37%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fbfbfb 0%,#e3eaed 37%,#d7d7d7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fbfbfb 0%,#e3eaed 37%,#d7d7d7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fbfbfb 0%,#e3eaed 37%,#d7d7d7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
 }
	
	ul.tabs-content > li { display:none; }
	
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
#quick {
	height: 80px;
	padding-top: 30px;
	padding-left:20px;

}
#ram {
	padding-top: 10px;

}
#ram img:hover {
	opacity: .75;
}
#chevy {
	padding-top: 10px;

}
#chevy img:hover {
	opacity: .75;
}