@font-face {
  font-family: Louis Bold;
  src: url("../fonts/louis/LouisBold.otf"); /* TTF file for CSS3 browsers */
}
@font-face {
  font-family: Louis;
  src: url("../fonts/louis/LouisRegular.otf"); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: Durant;
	src: url("../fonts/durant/DurantRegular.otf"); /* TTF file for CSS3 browsers */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #7F7F7F;
}
img {
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
}
li {
	list-style: none outside none;
}
sup {
	font-size: 11px;
}
input, select, textarea {
	color: #323334;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: inherit;
	background-color: #FFF;
	box-sizing: border-box;
}
select > option {
	min-height: 17px;
	border-right: 1px solid #000;
}
strong {
	color: #323334;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:after, .row-fluid:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#heading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 2;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.whitebg {
	background: rgba(255, 255, 255, 1);
}
.logo {
	margin-left: 6px;
	padding: 0;
	float: left;
}
.logo a {
	padding-top: 13px;
	padding-bottom: 7px;
	display: inline-block;
	width: 74px;
	height: 33px;
}
.auto {
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.orange-button a {
	color: #FFF !important;
	text-decoration: none !important;
	display: inline-block;
}
.orange-button {	
	font-size: 13px;
	font-weight: bold;
	display: inline-block;	
	text-transform: none !important;	
	text-decoration: none !important;
	cursor: pointer;
	background-color: #F0AD00;
	background-image: linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	background-image: -o-linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.57, #F0AD00), color-stop(0.78, #F8CB43)); /* for webkit browsers */
	background-image: -moz-linear-gradient(center bottom, #F0AD00 57%, #F8CB43 78%); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8CB43, endColorstr=#F0AD00, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8CB43, endColorstr=#F0AD00)";
	color: #FFF !important;
	line-height: 24px;
	border-left: 1px solid #F0AD00;
	border-right: 1px solid #F0AD00;
	border-top: 0;
	border-bottom: 0;
	margin: 15px 0;
	padding: 0 13px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.orange-button:hover {
	background-image: linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	background-image: -o-linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.57, #F8CB43), color-stop(0.78, #F0AD00)); /* for webkit browsers */
	background-image: -moz-linear-gradient(center bottom, #F8CB43 36%, #F0AD00 78%); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0AD00, endColorstr=#F8CB43, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0AD00, endColorstr=#F8CB43)";
	box-shadow: 0 0 5px rgba(35, 31, 32, 0.3) inset;
	-webkit-box-shadow: inset 0 0 5px rgba(35, 31, 32, 0.3);
	-moz-box-shadow: inset 0 0 5px rgba(35, 31, 32, 0.3);
}
.item-page a.orange-button:hover {
	color: #FFF !important;
}

/*** Search ***/
.blogsearch {
	padding-top: 95px;
	width: 980px;
	margin: 0 auto;
}
.blogsearch div.pull-left {
	width: 30%;
}
.blogsearch input#search-searchword {
	margin: 15px 0;
	padding: 3.5px 10px;
	width: 100%;
	border: 1px solid #CCC !important;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow;
}
#heading div.search {
	position: relative;
}
.lens {
	background: url("../images/lens.png") right center no-repeat;
	width: 16px;
	line-height: 53px;
	display: inline-block;
	padding-left: 14px;
	vertical-align: middle;
}
.lens.show {
	background-image: url("../images/close.png");
}
#search-form-divider {
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
	border-top: 0;
}
.search a.show span {
	background: url("../images/gray-drop-down-arrow.png") right bottom no-repeat;
	display: block;
	margin-right: 2px;
}
.search #search-form-divider {
	background-color: #DEDEDE;
	padding: 16px;
}
.search #search-form-divider form {
	background-color: #FFF;
	width: 339px;
	height: 23px;
	border: 1px solid #D3D3D3;
	position: relative;
}
#search-form-divider button {
	background: url("../images/gray-arrow.png") center center no-repeat;
	width: 23px;
	height: 23px;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 0;
}
#search-form-divider input.inputbox {
	color: #D3D3D3;
	font-family: Durant-i4,Durant,'Times New Roman',serif;
	font-size: 1.33em;
	width: 100%;
	padding: 0;
	line-height: 23px;
	border: 0;
	font-style: italic;
	text-indent: 10px;
}
#search-form-divider input.inputbox:focus {
	color: #323334;
}
.modNav_meta li .mod > dl > dd {
	display: none;
	position: absolute;
	right: 0;
	z-index: 2;
}
.modNav_meta li.visible .mod > dl > dd {
	display: block;
	right: 0;
	top: 53px !important;
	z-index: 150;
}
#contact-divider {
	background-color: #EDEDED;
	padding: 10px 16px;
}
.email {
	display: inline-block;
	background: url("../images/email-icon.png") left center no-repeat;
	padding-left: 29px;
	font-weight: bold;
	font-size: 0.92em;
	color: #323334;
	line-height: 23px;
}
.email:hover {
	color: #F4BC00;
	text-decoration: underline;
}

.search.container {
	margin-top: 98px;
}
.search .btn-toolbar {
	margin: 26px 0;
}
.search .btn-toolbar #search-searchword {
	border: 1px solid #D3D3D3;
	font-family: Arial,Helvetica,sans-serif;width: 230px;
	padding: 5px 9px;
	float: left;
}
.search .btn-toolbar .orange-button {
	margin: 0;
	font-family: Arial;
	line-height: 27px;
}
.searchintro h2 {
	color: #323334;
	font-family: Louis-i4,Louis,'Louis Bold';
	font-size: 1.83em;
	font-style: italic;
	line-height: 1.3em;
	padding: 15px 0 30px 0;
	border-top: 1px solid #CFD7DD;
}
.highlight {
	color: #323334;
	font-weight: bold;
}
.result-title {
	padding:16px 0 6px;
}
.result-title a {
	color: #7F7F7F;
	text-decoration: underline;
}
.result-title a:hover, .result-title a:hover .highlight {
	color: #F4BC00;
}
.result-title .highlight {
	font-weight: normal;
	color: #7F7F7F;
}
.result-created {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	padding-bottom: 16px;
	border-bottom: 1px solid #DEDEDE;
}

/*** Inner Car Menu ***/
.submenu {
	width: 980px;
	margin: 0 auto;
	line-height: 25px;
}
.submenu h3 {
	float: left;
	color: #323334;
}
.submenu ul {
	float: right;
}
.submenu ul li {
	display: inline-block;
}
.submenu ul li a {
	color: #323334;
	padding: 0 12px;
	font-weight: bold;
	display: inline-block;
}
.submenu ul li a:hover {
	color: #F4BC00;
}
.submenu ul li.current a {
	color: #F4BC00;
	background-color: #FFF;
}

/*** Home Page 3 Blocks ***/
ul.middle-block {
	padding-top: 16px;
}
ul.middle-block li {
	float: left;
	width: 33.3333%;
}
ul.middle-block li div {
	width: 302px;
	height: 145px;
	position: relative;
}
ul.middle-block li.mid-mod div {
	margin: 0 auto;	
}
ul.middle-block li.right-mod div {
	float: right;
}
ul.middle-block li div h2 {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	width: 302px;
	line-height: 28px;
}
ul.middle-block li div h2 a {
	padding: 0 12px;
	color: #FFF;
}
ul.middle-block li div h2 a:hover {
	color: #999898;
	transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}

/*** Footer ***/
#footer {
	font-size: 11px;
}
#footer a {
	color: #7F7F7F;
}
#footer a:hover {
	color: #F4BC00;
}
#footer ul.menu li.current a {
	color: #F4BC00;
}
.footer-menu {
	width: 100%;
	display: table;
	padding-top: 65px;
}
.footer-menu div.moduletable {
	width: 20%;
	display: table-cell;
}
.footer-menu div.moduletable h3 {
	padding-bottom: 3px;
	color: #4E4F50;
	font-size: 110%;
}
.followus ul {
	padding: 30px 0 10px;
	border-bottom: 1px solid #DEDEDE;
}
.followus ul li {
	float: left;
	font-weight: bold;
	color: #4E4F50;	
	padding-right: 8px;
	margin: 0;
	line-height: 24px !important;
	height: 24px;
}
.followus ul li {
	font-size: 12px;
}

.footermenu li {
	display: inline-block;
	padding-right: 30px;
	line-height: 40px;
}
.footer1 {
	/*padding: 5px 0;*/
	padding: 10px 0 30px;
}
.footermenu li a, .footer1, .footer-menu ul li a {
	font-size: 11px;
}

/*** Content Component ***/
.blog, .carblog, .promotion {
	width: 980px;
	margin: 0 auto;
	padding-top: 98px;
}
.page-header h1, .item-page .page-header h2, .search h1.page-title {
	font-family: Louis-i4,Louis,'Louis Bold';
	font-style: italic;
	line-height: 1.23;
	color: #323334;
	font-size: 28px;
	padding: 10px 0;
}
.item-page .page-header h2 {
	width: 980px;
	margin: 0 auto;
}
.item-page h2 {
	font-family: Louis-i4,Louis,'Louis Bold';
	font-size: 1.83em;
}
.circle {
	width: 100%;
	border-radius: 100%;
	-moz-border-radius: 100%;
}
.readmore a {
	background-color: #F0AD00;
	background-image: linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	background-image: -o-linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.57, #F0AD00), color-stop(0.78, #F8CB43));
	background-image: -moz-linear-gradient(center bottom, #F0AD00 57%, #F8CB43 78%);
	background-image: -ms-linear-gradient(bottom, #F0AD00 57%, #F8CB43 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8CB43, endColorstr=#F0AD00, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8CB43, endColorstr=#F0AD00)";
	color: #FFF;
	line-height: 24px;
	border-left: 1px solid #F0AD00;
	border-right: 1px solid #F0AD00;
	border-top: 0;
	border-bottom: 0;
	padding: 0 13px;
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
}
.readmore a:hover {
	background-image: linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	background-image: -o-linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.57, #F8CB43), color-stop(0.78, #F0AD00));
	background-image: -moz-linear-gradient(center bottom, #F8CB43 36%, #F0AD00 78%);
	background-image: -ms-linear-gradient(bottom, #F8CB43 36%, #F0AD00 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0AD00, endColorstr=#F8CB43, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0AD00, endColorstr=#F8CB43)";
	box-shadow: 0 0 5px rgba(35, 31, 32, 0.3) inset;
	-webkit-box-shadow: inset 0 0 5px rgba(35, 31, 32, 0.3);
	-moz-box-shadow: inset 0 0 5px rgba(35, 31, 32, 0.3);
}

.items-intro {
	width: 996px;
	margin: 0 auto;
}
.items-intro .items-row {
	margin-bottom: 16px;
}
.items-row .span4 {
	width: 33.3333%;
}
.items-row .span4 .item {
	margin: 0 8px;
}
.items-intro .span4 .item {
	position: relative;
}
.items-intro .item-image a {
	display: block;
	line-height: 0;
}
.items-intro .image-desc {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);	
	width: 100%;
}
.items-intro .page-header a {
	color: #FFF;
	padding: 0 10px;
	height: 21px;	
	overflow: hidden;
	display: block;
}
.items-intro .page-header a:hover {
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
	height: auto;
}
.items-intro .page-header h2 {
	line-height: 21px;
}
.items-intro .page-header a:hover h2{
	color: #f4bc00;
}
.items-intro .page-header p {
	line-height: 15px;
	font-size: 11px;
	padding-bottom: 5px;
}
ul.features-specs {
	background-color: #dedede; 
	border: 1px solid #DEDEDE; 
	margin-bottom: 30px; 
	line-height: 1.5;
}
ul.features-specs li a {
	text-decoration: none;
	display: block; 
	padding: 2px 16px;
	color: #323334;
}
ul.features-specs li.active a {
	background-color: #FFF;
	color: #F4BC00;
}
.promotion .items-row {
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
}

/***  Blog ***/
.blog-news .items-leading {
	width: 1280px;
	margin: 53px auto 0;
}
.football-blog {
	width: 980px;
	margin: 0 auto;
}

.carblog .span6 {
	text-align: center;
}
.carblog .cols-2 {
	border: 1px solid #dedede;
	border-bottom: 0;
	border-right: 0;
}
.carblog .row-fluid {
	border-right: 1px solid #dedede;
}
.carblog .span6 .column-1 {
	border-right: 1px solid #DEDEDE;
}
.carblog .cols-2:last-child {
	border-bottom: 1px solid #dedede;
}
.carblog h2 {
	font-family: Durant-i4,Durant,'Times New Roman',serif;
	font-size: 108.34%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;	
}
.carblog h2 a {
	color: #323334;
}
.carblog .item-image {
	padding: 16px 0;
}
.carblog .readmore {
	padding: 12px 0;
}
a.underline {
	text-decoration: underline;
	color: #7E7E7E;
	margin-bottom: 16px;
	display: inline-block;
}
a.underline:hover, .carblog h2 a:hover {
	color: #F4BC00;
}

.degreeview {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.degreeview p {
	font-weight: bold;
	padding-bottom: 30px;
}
.topspace {
	margin-top: 87px;
}

/*** Article Detail View ***/
.item-detail {
	width: 980px;
	margin: 0 auto;
	padding-top: 16px;
}
.item-detail .ul.category-module li {
	display: block;
}
.caritem .item-detail {
	width: 100%;
}
.specs.accessories {
	margin-top: 75px;
}
.item-page h1, .degreeview h1 {
	font-family: Louis-i4,Louis,'Louis Bold',Tahoma,sans-serif;
	font-style: italic;	
	font-size: 28px;
	color: #323334;
	padding: 16px 0;
}
.single-head {
	margin-top: 75px;
}
.item-page h3 {
	color: #4e4f50;
	font-size: 116.67%;
	font-weight: bold;
	line-height: 1.28;
	padding: 11px 0;
}
.item-page p {
	padding-bottom: 10px;
}
.item-page ul li {
	font-size: 13px;
}
.item-page a {
	color: #7F7F7F;
	text-decoration: underline;
}
.item-page a:hover {
	color: #FF9900 !important;
}
.item-page .tablestyle div {
	border-right: 1px solid #DEDEDE;
	text-align: center;
	min-height: 68px;
}
.item-page .tablestyle div:last-child {
	border-right: none;
}
.item-page h4, .item-page .tablestyle figure dd {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-family: Durant-i4,Durant,'Times New Roman',serif;
	color: #7F7F7F;
}
.item-page .tablestyle figure {
	display: inline-block;	
	margin: 0;
}
.item-page .tablestyle figure img {
	float: left;
	margin: 6px 7px 0 0;
}
.item-page .tablestyle figure dl, .item-page .tablestyle figure dd {
	float: left;
}
.item-page .tablestyle figure dt {
	color: #323334;
	font-family: Louis;
	font-size: 2.5em;
	white-space: nowrap;
	line-height: 1;
	letter-spacing: -0.025em;
	font-weight: normal;
}
.item-page ul li, ul.bullet li {
	background: url("../images/gray-bullet.png") 0 7px no-repeat;
	padding-left: 10px;
}
.item-page .orange-button {
	margin: 15px 0 0 0;
}

.row-fluid [class*="span"] {
	box-sizing: border-box;
	display: block;
	float: left;
}
.span12 {
	width: 100%;
}
.span6 {
	width: 66.6%;
}
.carblog .span6 {
	width: 50%;
}
.span5 {
	width: 20%;
}
.span4 {
	width: 33.4%;
}
.span3 {
	width: 33.3333%;	
}
.span2 {
	width: 50%;
}
.span1 {
	width: 100%;
}
.item-page .span3 div {
	width: 316px;
	margin: 0 auto;
}
.item-page .span3:first-child div {
	float: left;
}
.item-page .span3:last-child div {
	float: right;
}
.item-page .span8 {
	width: 25%;
	padding: 0 8px;
}
.span2 {
	width: 50%;
}
.span2:first-child {
	padding-right: 8px;
}
.span2:last-child {
	padding-left: 8px;
}
.fullimage, .ja-masthead {
	text-align: center;
	padding-top: 53px;
}
.greystyletab {
	border: 1px solid #B3B3B3;	
	margin: 0 auto;
}
.greystyletab h2 {
	padding: 90px 35px 30px;
}
.greystyletab .row-fluid ul {
	padding: 0 35px;
}
.greystyletab .row-fluid ul li {
	padding-bottom: 10px;
}
.greystyletab .nav-tabs li img {
	max-width: 50px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.greystyletab .nav-tabs li.active img, .greystyletab .nav-tabs li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.greystyletab .row-fluid {
	background-color: #4D4D4D;
}
.item-page .greystyletab .nav-tabs {
	border-bottom: 1px solid #B3B3B3;
}	
.item-page .greystyletab .nav-tabs li {
	background-color: #F2F2F2;
	border-right: 1px solid #B3B3B3;
	text-align: center;
}
.item-page .greystyletab .nav-tabs li.active {
	background-color: #FFF;
}
.item-page .greystyletab .nav-tabs li:last-child {
	border: none;
}
.item-page .greystyletab .flex-control-nav {
	bottom: 10px;
}
.item-page .greystyletab .flexslider {
	margin: 0 !important;
}
.football-banner .flexslider {
	margin-bottom: 0;
}
.greystyletab a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}
.greystyletab .tab-content .row-fluid {
	color: #FFFFF0;
}
.greystyletab .tab-content .row-fluid div:first-child p:first-child {
	padding-top: 50px;
}
.greystyletab .tab-content .row-fluid div:first-child p {
	font-size: 140%;
	padding: 0 35px;
}
.greystyletab .tab-content .row-fluid div:last-child {
	padding: 0;
}
.greystyletab .tab-content .row-fluid img {
	width: 100%;
}
.greystyletab p {
	padding-bottom: 0;
}
.thumbimage {
	width: 30%;
}

.left {
	float: left;
	width: 67.8%;
}
.right {
	float: right;
	width: 32.2%
}
.left .inner {
	padding-right: 16px;
}

/*** Latest News ***/
.right .moduletable h3 {
	margin: 20px 0 0;
	background-color: #EDEDED;
	color: #323334;
	font-family: Louis-i4,Louis,'Louis Bold';
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 1;
}
ul.category-module li {
	padding: 16px 0 11px 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	background: none;
}
ul.category-module li .item-image, ul.category-module li .mod-articles-category-title {
	display: table-cell;
	vertical-align: top;	
}
ul.category-module li .item-image {
	width: 23%;
}
ul.category-module li .item-image img {
	width: 55px;
}
ul.category-module li .mod-articles-category-title {
	color: #323334;
	font-family: Louis-n7,Louis,Arial,Helvetica,sans-serif;
	font-size: 1.25em;
	line-height: 1.28;
}
ul.category-module a:hover {
	color: #F4BC00;
}
.latestnews div.latest-item {
	padding: 16px 0 11px;
	border-bottom: 1px solid #DEDEDE;
}
.latestnews div.item-image {
	width: 23%;
	display: table-cell;
	vertical-align: top;	
}
.latestnews h4 {
	width: 77%;
	display: table-cell;
	vertical-align: top;
	font-family: Louis-n7,Louis,Arial,Helvetica,sans-serif;
	font-size: 1.1em;	
}
.latestnews h4 a {
	color: #323334;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}

/*** Pagination ***/
.pagination {
	padding-top: 20px;
}
.pagination ul li {
	display: inline-block;
	font-size: 1em;
	font-style: italic;
	line-height: 22px;
	padding: 0 3px;
	font-weight: bold;
}
.pagination ul li a {
	color: #808285;
}
.pagination ul li a:hover {
	text-decoration: underline;
}
.pagination ul li span.pagenav {
	color: #F4BC00;
}

/*** Accordion ***/
.mooaccordioncontainer div:last-child table tr:last-child td {
	border-bottom: 1px solid #ACACAC;
}
ul.mooaccordion div.mooaccordionicon {
	display: none;
	width: 0;
}
ul.mooaccordion {
	display: table;
	width: 100%;	
	color: #000;
	background-color: #DEDEDE;
	border-top: 1px solid #ACACAC;
}
ul.mooaccordion li {
	display: table-cell;
	list-style: none;
	background: inherit;
	padding: 5px;		
	font-weight: bold;
	cursor: pointer;
}
ul.mooaccordion.col2 {
	display: table;
	width: 100%;
}
ul.mooaccordion.col2 li {
	width: 50%;
}
ul.mooaccordion li.firstcol, .mooaccordioncontainer table tr td:first-child {
	padding-left: 35px;
}
ul.mooaccordion li.firstcol {
	background-image: url("../images/open-button.png");
	background-repeat: no-repeat;
	background-position: 8px 50%;
	visibility: visible !important;
}
ul.mooaccordionopen li.firstcol {
	background-image: url("../images/close-button.png");	
}
ul.mooaccordionopen li {
	visibility: visible !important;
}
ul.mooaccordion li {
	visibility: hidden;
}
ul.spacing {
	padding: 15px 35px;
}
.mooaccordioncontainer table {
	width: 100%;	
	border-spacing: 0;
	border-collapse: collapse;
	color: #000;
}
.mooaccordioncontainer table tr td {
	text-align: left;
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	padding: 2px 5px;
	border-color: #ACACAC;
	box-sizing: border-box;
}
.mooaccordioncontainer table tr td:last-child {
	border-right: none;
}
.col3 li, .col3 tr td {
	width: 33.3333%;
}

/*** Tabs ***/
.item-page .nav-tabs li, .features-specs li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
ul.nav-tabs.googlemap {
	border: 1px solid #D3D3D3;
	border-bottom: 0;
}
ul.nav-tabs.googlemap li {
	float: none;
	display: block;
	border-bottom: 1px solid #D3D3D3;
	line-height: 34px;	
}
ul.nav-tabs.googlemap li a {
	text-decoration: none;
	display: block;
	padding: 0 30px;
	background: url("../images/chevrolet-icon.png") 10px center no-repeat;
}
ul.nav-tabs.googlemap li:first-child a {
	background-image: url("../images/car-icon.png");
}
ul.nav-tabs.googlemap li.active a {
	color: #F7D900;
	background-color: #000;
	background-image: url("../images/chevrolet-icon-active.png");
}
ul.nav-tabs.googlemap li.active:first-child a {
	background-image: url("../images/car-icon-active.png");
}
.map-cols2 {
	display: table;
	width: 400px;
}
.map-left, .map-right {
	display: table-cell;
	width: 50%;
	background: none !important;
	padding: 0 !important;
}
.map-left p {
	padding-right: 10px;
}
.map-left span {
	font-size: 10px;
	display: block;
	margin-top: 10px;
	color: #333;
}
.gm-style-iw .orange-button a:hover {
	color: #FFF !important;
}

.tab-content div.tab-pane {
	display: none;
}
.tab-content div.tab-pane.active {
	display: block;
}
ul.tabstyle {
	display: table;
	width: 100%;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
}
ul.tabstyle li {
	display: table-cell;
	text-align: center;	
}
ul.tabstyle li a {
	text-decoration: none;
	padding: 10px 0;
	display: block;
	border-right: 1px solid #B3B3B3;
}
ul.tabstyle li.active a {
	background-color: #F2Bf24;
	color: #FFF;
}

/*** RS Form ***/
.border-form {
	border: 1px solid #D3D3D3 !important;
	padding: 16px 0 0 16px !important;
	margin-bottom: 16px;
}
.formContainer h3, .border-form h3 {
	font-family: Durant-i4,Durant,'Times New Roman',serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #323334;
	padding-bottom: 15px;
}
.border-form li div.inner-table {
	border: 1px solid #D3D3D3;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 7px 0 7px 10px;
	color: #323334;
}
.border-form li div.inner-table input {
	float: left;
	margin-right: 5px;
}
.border-form li div.inner-table label {
	float: left;
	padding-top: 1px;
	text-transform: capitalize;
}
.border-form .brochure-image {
	padding-bottom: 10px;
}
.border-form table {
	margin-top: 15px;
}
.border-form table tr td {
	vertical-align: top;
	padding-bottom: 5px;
}
.border-form table tr td:first-child {
}
.border-form .orange-button {
	margin: 0; 
}
.rsform-select-box, .rsform-input-box, .rsform-text-box, .rsform-calendar-box, .rsform-captcha-box {	
	padding: 3px 7px !important;
	border: 1px solid #CCC !important;
	-moz-border-radius: 3px;
	border-radius: 3px !important;
	-webkit-border-radius: 3px;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow;	
	margin-bottom: 10px;
}
.rsform-select-box, .rsform-input-box {
	height: 28px !important;
}
.rsform-text-box {
	max-width: 100%;
}
.rsform-calendar-button {
	background: url("../images/calendar-icon.png") center center no-repeat;
	width: 22px;
	height: 25px;
	width: 12%;
	cursor: pointer;
}
.agree {
	display: table;
	padding: 0 16px 10px 0;
}
.agree label, .agree input[type="checkbox"] {
	height: auto !important;
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}
.agree input[type="checkbox"] {
	margin: 4px 10px 0 0 !important;
}
.required {
	color: red;
}
a.pdf-download {
	font-size: 10px;
	text-transform: capitalize;
	background: url("../images/pdf-icon.png") left center no-repeat;
	padding-left: 25px;
	line-height: 17px;
	display: block;
	color: #7F7F7F;
	text-decoration: underline;
}
a.pdf-download:hover {
	color: #F4BC00;
}
.button a {
	background-color: #e3e2df;
	background-image: linear-gradient(bottom, #e3e2df 57%, #EFEEEA 78%);
	background-image: -o-linear-gradient(bottom, #e3e2df 57%, #EFEEEA 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.57, #e3e2df), color-stop(0.78, #EFEEEA)); /* for webkit browsers */
	background-image: -moz-linear-gradient(center bottom, #e3e2df 57%, #EFEEEA 78%); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #e3e2df 57%, #EFEEEA 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFEEEA, endColorstr=#e3e2df, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFEEEA, endColorstr=#e3e2df)";
	color: #999;
	line-height: 24px;
	border-left: 1px solid #e3e2df;
	border-right: 1px solid #e3e2df;
	border-top: 0;
	border-bottom: 0;
	margin: 15px 0;
	padding: 4px 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button a:hover {
	color: #666;
}