body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
h1{
	font-size: 25px;
	line-height: normal;
	text-align: center;
}
h2{
	font-size: 20px;
	line-height: normal;
	text-align: center;
}
h3{
	font-size: 16px;
	line-height: normal;
	text-align: center;
}
h4{
	font-size: 14px;
	line-height: normal;
	text-align: center;
}
h5{
	font-size: 12px;
	line-height: normal;
	text-align: center;
	margin: 0;
}
section{
	padding: 5px;
}
.padded{
	padding: 4px;
}
.page-header{
	margin: 0;
	border: none;
}
.top_menu{
	background: #f2f2f2;
	height: 45px;
	width: 100%;
}
#upper_buttons{
	position: absolute;
	right: 15px;
	top: 5px;
}
.list li{
	display: block;
	width: 200px;
	float: left;
	height: 200px;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
	margin: 4px;
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, rgba(232,232,232,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e8e8e8', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}
.list li a.img{
	display: block;
	text-align: center;
	height: 200px;
	width: 200px;
}
.list li a:hover{
	text-decoration: none;
}
.carousel-inner div.item{
	border: 1px solid #d9d9d9;
	margin: 4px;
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, rgba(232,232,232,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(232,232,232,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e8e8e8', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.tagline{
	margin-top: 10px;
	margin-left: 20px;
}
.tagline h5{
	font-size: 1.1em;
	line-height: 25px;
	text-shadow: rgba(0, 0, 0, 0.85) 0px 0px 2px;
	font-weight: bold;
}
.navbar .navbar-inner, .navbar-inverse .navbar-inner{
	
  color: #ffffff !important;
	text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #A80101;
background: -moz-linear-gradient(top,  rgba(255,186,2,0.75) 0%, rgba(252,145,0,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,186,2,0.75)), color-stop(100%,rgba(252,145,0,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,186,2,0.75) 0%,rgba(252,145,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,186,2,0.75) 0%,rgba(252,145,0,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,186,2,0.75) 0%,rgba(252,145,0,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,186,2,0.75) 0%,rgba(252,145,0,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffba02', endColorstr='#bffc9100',GradientType=0 ); /* IE6-9 */


  border-color: #A80101 #A80101 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /**background-color: #A80101;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar{
  color: #ffffff !important;
  text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
  background-color: #DE0202;
  background-image: -moz-linear-gradient(top, #FF4300, #DE0202);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF4300), to(#DE0202));
  background-image: -webkit-linear-gradient(top, #FF4300, #DE0202);
  background-image: -o-linear-gradient(top, #FF4300, #DE0202);
  background-image: linear-gradient(to bottom, #FF4300, #DE0202);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2769BB', endColorstr='#ff225493', GradientType=0);
  border-color: #A80101 #A80101 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /**background-color: #A80101;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #DE0202;
  *background-color: #DE0202;
}
.main_content{
	position: relative;
	/*padding: 0 5px;
	margin: 10px 0 30px*/;
}
.advertising.container{
	visibility: hidden;
}
.nav-collapse.collapse .divider {
	visibility: hidden;	
}
.collapse_navi{
	visibility: hidden;
}
.menu_content{
	visibility: visible;
	height: 0;
}
.collapse_visible{
	visibility: hidden;
	display: none;
}
.collapse_hidden{
		display: block;
		visibility: visible;
}
div.banner_template div{
	display: block;
}
@media (min-width: 980px) {
	.navbar-fixed-top{
		position: relative;
		margin: 0 0 30px 0;
	}
	ul.nav{
		float: right !important;
	}
	.nav.nav-tabs.nav-stacked{
		float: none !important;
	}
	.brand img{
		position: absolute !important;
		top: -45px;
		margin-left: 10px;
		/*height: 80px;*/
	}
	.loggedin .brand img{
		top: -2px;
		height: 70px;
	}
	.container{
		margin: 0;
		width: 100% !important;
	}
	.menu_content{
		visibility: visible;
		height: 0;
	}
}
@media (max-width: 979px) {
	.brand img{
		position: absolute;
		top: 2px;
		height: 45px;
	}
	.loggedin .brand img{
		top: 0;
		height: 50px;
	}
	.top_menu{
		visibility: hidden;
		height: 0;
	}
	.menu_content{
		visibility: visible;
		height: 0;
	}
	.collapse_navi{
		visibility: visible;
	}
	.menu_content{
		visibility: visible;
		color: #fff;
		top: 0;
		height: 0px;
		line-height: 35px;
		text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
	}
}
@media (max-width: 767px) {
	.nav-collapse.in.collapse{
		margin-top: 50px;
	}
	.top_menu{
		visibility: hidden;
		height: 0;
	}
	.menu_content{
		visibility: visible;
		color: #fff;
		top: 0;
		height: 0px;
		line-height: 35px;
		text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
	}
	.collapse_navi{
		visibility: visible;
	}
	.collapse_visible{
		visibility: visible;
		display: block;
	}
	.collapse_hidden{
		visibility: hidden;
		display: none;
	}
	.advertising.container{
		border-top: 1px solid #e0e0e0;
		visibility: visible;
		width: 100%;
		display: block;
		color: #ffffff !important;
		text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
		color: #ffffff !important;
		text-shadow: rgba(0, 0, 0, 0.85) 0px -1px 0px;
	  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
		position: fixed;
		bottom: 0;
		left: 0;
		/*height: 35px;*/
	}
	.advertising.container .powered_by{
		padding-top: 4px;
		padding-bottom: 4px;
		background: #fff;
	}
	.advertising.container .ad_image{
		
		background-color: #A80101;
		  background-image: -moz-linear-gradient(top, #E40202, #A80101);
		  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E40202), to(#A80101));
		  background-image: -webkit-linear-gradient(top, #E40202, #A80101);
		  background-image: -o-linear-gradient(top, #E40202, #A80101);
		  background-image: linear-gradient(to bottom, #E40202, #A80101);
		  background-repeat: repeat-x;
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff214D84', endColorstr='#ff18365B', GradientType=0);
		  border-color: #A80101 #A80101 #000000;
		  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		  /**background-color: #A80101;*/
		  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
		  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	/*.banner img{
		width: .95em;
		height: .95em;
	}*/
}
.navbar-fixed-top{
	margin-bottom: none !important;
}
#navi_menu .nav li a{
	text-shadow: rgba(0, 0, 0, 0.85) 0px 0px 2px;
	/*text-shadow: none;*/
	color: #fff !important;
	/*font-weight: normal !important;*/
	font-weight: bold;
	font-size: 1.2em;
}
.month_row{
	background: #d3e2fe !important;
}
@media (max-width: 420px) {
	body{
		padding-left: 10px;
		padding-right: 10px;
}
.brand{
	margin-left: 10px !important;
}
.navbar .btn-navbar{
	margin-right: 10px;
}
}
.cars_widget.accordion{
	border-radius: 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
/*	background-color: #f9f9f9;
  *background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);*/
  background-repeat: repeat-x;
}
.cars_widget.accordion .accordion-group{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
/*          background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;*/
}
.cars_widget.accordion .accordion-group:hover{
	/*background-color: #A80101;
  background-image: -moz-linear-gradient(top, #FFBA02, #FC9100);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFBA02), to(#FC9100));
  background-image: -webkit-linear-gradient(top, #FFBA02, #FC9100);
  background-image: -o-linear-gradient(top, #FFBA02, #FC9100);
  background-image: linear-gradient(to bottom, #FFBA02, #FC9100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBA02', endColorstr='#FC9100', GradientType=0);*/
}
.cars_widget.accordion .accordion-group:hover a{
	/*color: #fff;*/
}
.cars_widget .accordion-heading a{
	font-weight: bolder;
	/*color: #797979;*/
	text-decoration: underline;
}
.cars_widget.accordion .accordion-inner{
	padding: 0;
}

.cars_widget.accordion .accordion-inner ul.nav.nav-tabs.nav-stacked{
	margin: none !important;
}
.cars_widget.accordion .accordion-inner ul.nav-tabs.nav-stacked > li{
	background: #f9f9f9;
}

.cars_widget.accordion .accordion-inner ul.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  border-top:none;
}
.cars_widget.accordion .accordion-inner ul.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom: none;
}
.cars_widget.accordion .accordion-inner ul.nav-tabs.nav-stacked > li > a{
	border-left: none;
	border-right: none;
}
.row-fluid .span8{
	position: relative;
	top: -25px;
}