@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:11px;
}

p {
	padding-bottom:10px;
}

.access {
	display:none;
}

.wrapper #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8fc368;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height:89px;
}

#logo {
	float:left;
}

#logo h1 {
	margin:0px !important;
}

#logo h1 a {
	display:block;
	width:268px;
	height:89px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
}

#logo h1 a:focus {
	outline:none;
}

#logo p {
	display:none;
}

#headerspacer {
	width:717px;
	height:89px;
	background:url(../images/bannerbg.jpg) no-repeat;
	float:left;
}

#headerUtil {
	width:260px;
	margin-left:438px;
	margin-top:22px;
}

#headerUtil ul {
	float:right;
}

#headerUtil li {
	display:inline;
}

#headerUtil li, #headerUtil li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#headerUtil form {
	float:right;
	margin-top:5px;
}

#headerUtil #searchBox {
	margin-top:5px;
	float:left;
	height:17px;
	width:165px;
	text-align:center;
	color:#818285;
}

#headerUtil #searchBox:focus, #headerUtil #searchBox.filled {
	text-align:left;
	color:#000;
}

#headerUtil #goButton {
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

#menu {
	background:#8fc368;
	height:21px;
}

#menu ul li {
	display:block;
	float:left;
	margin-left:20px;
}

#menu ul li a {
	display:block;
	padding:0 5px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	line-height:21px;
}

#menu ul li a:hover {
	background:#ffcf3c;
	color:#818285;
}

/* Menu tabs */
.menuTab {
	position:absolute;
	top:83px;
	zoom:1;
	float:left;
	z-index:500;
	display:block;
}

.menuTab .mtLeft {
	background:url(../images/menu/tableft.png);
	width:11px;
	height:32px;
	float:left;
}

.menuTab .mtCenter {
	float:left;
	background:url(../images/menu/tabbg.png);
	height:24px;
	padding-top:8px;
}

.menuTab .mtCenter a {
	float:left;
	display:inline !important;
	color:#818285 !important;
	line-height:13px !important;
	padding:0px !important;
}

.menuTab .mtCenter a:hover {
	background:transparent !important;
}

.menuTab .mtRight {
	background:url(../images/menu/tabright.png);
	width:12px;
	height:32px;
	float:left;
}

#contentSupport {
	height:25px;
	width:100%;
	float:left;
	clear:both;
}

#breadcrumbs {
	margin:7px 0 0 170px;
	float:left;
	display:inline; /* IE 6 */
	color:#d67a04;
}

#breadcrumbs a {
	color:#d67a04;
	text-decoration:none;
}

#breadcrumbs a.active {
	color:gray;
}

#pageButtons {
	float:right;
	margin-top:8px;
	padding-right:13px;
}

#pageButtons img {
	border:0px;
	margin:0 5px;
}

#leftnav {
	width:126px;
	margin:11px 15px 0 10px;
	float:left;
	clear:left;
}

#leftnav h2 {
	font-size:14px;
	font-weight:bold;
	color:#3d70c3;
}

#leftnav ul {
	margin:13px 0 23px 0;
	border-top:1px solid #8fc368;
}

#leftnav ul li {
	padding:7px 0;
	border-bottom:1px solid #8fc368;
}

#leftnav ul li a {
	display:block;
	font-weight:bold;
	width:100px;
	margin:0 auto;
	text-decoration:none;
	color:#818285;
}

#leftnav ul li a:hover, #leftnav ul li a.selected {
	color:#d67a04;
}

.cleardiv {
	clear:both;
	height:1px;
}

#centerCol {
	float:left;
	width:555px;
	margin-top:10px;
}

.fullDisplay #centerCol {
	width:810px;
}

#centerCol a, #cleanVehicles a {
	color:#d67a04;

}

#centerCol a:hover, #cleanVehicles a:hover {
	color:#921e20;
}

#rightCol {
	float:left;
	margin:10px 0 0 15px;
	width:220px;
}

#rightCol p {
	padding-bottom:0px;
}

/* Rounded Corners */
/* White-background rounded corner */
.rboxTop, .rboxTop * {
	height:11px;
	font-size:1px; /* IE 6 */
}

.rboxTop {
	background:url(../images/corners/white_tl.gif) no-repeat;
}

.rboxTop div {
	background:url(../images/corners/white_t.gif) repeat-x;
	margin-left:12px;
}

.rboxTop div div {
	background:url(../images/corners/white_tr.gif) no-repeat top right;
}

.rboxContent {
	background:url(../images/corners/white_l.gif) repeat-y top left;
}

.rboxContentRight {
	margin-left:1px;
	background:url(../images/corners/white_r.gif) repeat-y top right;
}

.rboxBottom, .rboxBottom div {
	height:10px;
	font-size:1px; /* IE 6 */
}

.rboxBottom {
	background:url(../images/corners/white_bl.gif) no-repeat top left;
}

.rboxBottom div {
	background:url(../images/corners/white_b.gif) repeat-x;
	margin-left:11px;
}

.rboxBottom div div {
	background:url(../images/corners/white_br.gif) no-repeat top right;
}

/* Green quick compare rounded corners */
.green {
	background: #e9efe3;
}

.green .rboxTop {
	background:url(../images/corners/green_tl.gif) no-repeat;
	height:10px;
}

.green .rboxTop div {
	background:url(../images/corners/green_t.gif) repeat-x;
	margin-left:10px;
}

.green .rboxTop div div {
	background:url(../images/corners/green_tr.gif) no-repeat top right;
}

.green .rboxContent {
	background:url(../images/corners/green_l.gif) repeat-y top left;
}

.green .rboxContentRight {
	background:url(../images/corners/green_r.gif) repeat-y top right;
}

.green .rboxBottom {
	background:url(../images/corners/green_bl.gif) no-repeat top left;
}

.green .rboxBottom div {
	background:url(../images/corners/green_b.gif) repeat-x;
}

.green .rboxBottom div div {
	background:url(../images/corners/green_br.gif) no-repeat top right;
}

/* End of rounded corners */

/* Headers */
h1 {
	font-size:36px;
	color:#8fc368;
	margin-bottom:20px;
}

h1 span {
	font-weight:bold;
}

h2, .vehDetail {
	font-size:18px;
	color:#3d70c3;
	padding:10px 0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:6px 0;
	color:#000000;
}

h4 {
	font-weight:bold;
}

.moreLink, .moreLink:visited {
	color:#d67a04;
	text-decoration:none;
}

#hp_buyingGuide {
	margin:0 0 0 11px;
	padding-left:6px;
	background:url(../images/buyingGuide.jpg) no-repeat -12px -11px;
	position:relative;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#hp_buyingGuide h2 {
	padding-top:0px;
}

#hp_buyingGuide h3 {
	color:#649840;
}

#hp_buyingGuide p.introText {
	padding-top:68px;
	width:265px;
	line-height:14px;
}

.homepage #content .rboxTop div {
  margin-left:10px;
}

.homepage #content .rboxTop div div {
	background:url(../images/buyingGuide.jpg) no-repeat -19px 0px;
	margin-left:9px;
}

.homepage #content .rboxContent .rboxTop div div {
	background:url(../images/corners/white_tr.gif) no-repeat top right;
}

#performance {
	margin-top:10px;
}

#cleanVehicles {
	margin-top:10px;
}

#researchForm, .researchForm {
	width:200px;
}

#researchForm select, .researchForm select {
	display:block;
	margin:10px 0;
	width:180px;
}

#researchForm input, .researchForm input {
	margin-left:119px;
}

#hpSearchLeft, #hpSearchRight {
	float:left;
	width:45%;
	height:195px;
}

#hpSearchRight a, #catTable a {
	color:#818285 !important;
	text-decoration:none !important;
}

#hpSearchLeft {
	border-right:1px solid #8fc368;
	margin-right:10px;
}

#hpPopular {
	margin-top:15px;
	width:518px;
}

#hpPopular h2 {
	padding-left:10px;
}

.clear_both {
	clear:both;
}

.secondary #content .rboxContentRight {
	padding:1px 10px;
}

#content ul {
	padding-left:10px;
	margin-left:10px;
}

#content li {
	list-style-type:disc;
}

#content table {
	width:100%;
}

#content table td {
	border:1px solid #8FC368;
	padding:5px;
}

strong {
	font-weight:bold;
}

/* Menu */
.ddmenu {
	display:none;
	overflow:hidden;
	margin-left:-8px;
	position:absolute;
	z-index:400;
	top:111px;
}

.ddmenuActive {
	display:block;
}

.ddmenu .menuContent {
	background:#fcebb1;
	float:left;
	margin-left:14px;
}

.ddmenu .menuContentIE {
	background:#fcebb1;
}


.ddmenu .menuWrapper {
	float:left;
	overflow:hidden;
}

.ddmenu .menuLeft{
	float:left;
	background:url(../images/menu/menuleft.png);
	width:14px;
	height:100%;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.ddmenu .menuLeftIE {
	background:url(../images/menu/menuleft.png) repeat-y -3px 0;
	width:10px;
}

.ddmenu .menuRight, .ddmenu .menuRightIE {
	float:left;
	background:url(../images/menu/menuright.png);
	width:16px;
	height:100%;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.ddmenu .menuBot {
	clear:both;
	height:22px;
	background:url(../images/menu/menubbg.png);
	margin:0 25px 0 15px;
}

.ddmenu .mbLeft {
	float:left;
	background:url(../images/menu/menubleft.png) no-repeat;
	width:19px;
	height:22px;
	margin-left:-12px;
}

.ddmenu .mbRight {
	float:right;
	background:url(../images/menu/menubright.png) no-repeat;
	width:24px;
	height:22px;
	margin-right:-11px;
}

.ddmenu ul {
	font-size:9px;
	float:left;
	margin:0 0 0 4px;  /* old margin: 0 4px;  Removes right margin of Menu Dropdown List   */
	padding-right: 5px; /* added  */
	display:inline;
	border-right:1px solid #ccc; /* added but remove if using .first below on initial dropdwon ul */
}

.ddmenu ul.last {
		border-right:none; /* added - no right border on last dropdown ul */
}

.ddmenu ul li ul {
	float:none;
	border-right:none;  /* added to eliminate inherited right border */
}

.ddmenu li {
	float:none !important;
	margin:0px !important;
	padding-left:0px;  /* 7px     Removes left padding for Bullet Image  */
	/*background:url(../images/menubullet.gif) no-repeat 0 8px;   Removes Bullet Image from Menu Dropdown List*/
}

.ddmenu li li {
	/*background:url(../images/menubullet2.gif) no-repeat 0 8px;   Removes Bullet Image from Menu Dropdown List*/
	padding-left:20px; /*added*/
}

.ddmenu a {
	color:#c47004 !important;
	font-size:11px;
	display:inline !important;
	padding:0px;
}

.ddmenu li li a { font-weight: normal !important; }  /* added - distinguish sublist  */

.ddmenu a:hover {
	background:none !important;
	text-decoration: underline !important; /* added - enhance notion as clickable link */
}

.ddmenu .close {
	height:19px;
}

.ddmenu .close a, .ddmenu .close a:hover {
	display:block !important;
	width:18px;
	height:19px;
	background:url(../images/menuclose.gif) no-repeat !important;
	margin-right:15px;
	position:absolute;
	right:5px;
}

#sidePer {
	background:url(../images/eper.gif);
	display:block;
	width:240px;
	height:188px;
	text-indent:-9999px;
}

#cleanVehicles, #quickCompare {
	width:240px;
}

#quickCompare {
	margin-bottom:10px;
}

#cleanVehicles .rboxContentRight, #quickCompare .rboxContentRight {
	padding:0 15px;
}

#cleanVehicles h2 {
	padding:0px !important;
}

#cleanVehicles .sliderIntro {
	padding:4px 0 6px 0;
	font-size:10px;
}

#cleanVehicles a {
	text-decoration:none;
}


#cleanVehicles ul {
	padding-left:10px;
	padding-bottom:15px;
}


#footer {
	background:#d1e7c1 url(../images/stateseal.jpg) no-repeat top left;
	height:400px;
	overflow:hidden;
	clear:both;
}

#footer a {
	color:#000;
}

.footerIntro {
	margin-top:8px;
}

.footerLeft, .footerRight{
	float:left;
	margin-top:37px;
	display:inline;
}

.footerLeft {
	margin-left:157px;
	margin-right:15px;
	width:170px;
}

.forText {
	float:left;
	height:150px;
	margin-right:10px;
	font-weight:bold;
}

.rightFooterLabel {
float:left;
font-weight:bold;
height:20px;
margin-right:6px;
}


.footerRight {
	width:620px;
	border-left:1px solid #96a48b;
	padding-left:10px;
}

.footerRight h3 {
	margin:12px 0 0 0;
}

.footerRight li {
	display:inline;
	margin-right:2px;
}

#footer .lastLink, #footer .lastLink a{
	color:#818285;
	text-decoration:none;
	padding-top:10px;
}

.scriptNotice {
	font-weight:bold;
	background:#FFFF00;
	border:2px solid red;
	padding:10px;
	width:100%;
	text-align:center;
}

.fullDisplay #content table td {
	border:0px;
}

.noBorder td {
	border:0px !important;
}

.detailstablft {
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
width:150px;
}

.detailstabrt {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
margin-bottom:9px;
margin-left:165px;
}

#vDetail td {
	border:0px !important;
}

#catTable td {
	padding:0px !important;
	border:0px !important;
	padding-bottom:2px !important;
}

.vehicleAjax .head {
	clear:both;
	background:url(../images/quickcomp_bg.gif) no-repeat;
	font-weight:bold;
	color:#fff;
	padding:5px 0 0 0;
	text-align:center;
	width:76px;
}

.vehicleAjax {
	float:left;
	margin-bottom:10px;
}

#quickCompare .vehicleAjax select {
	margin:0 !important;
}

.vehicleAjax .year, .vehicleAjax .make, .vehicleAjax .model {
	float:left;
	clear:left;
}

.vehicleAjax .loading {
	width:16px;
	height:16px;
	margin-left:4px;
	background:url(../images/ajax-loader.gif) no-repeat top left;
	display:block !important;
	float:left;
	clear:right;
}

.vehicleAjax .makeLoading, .vehicleAjax .modelLoading {
	display:none;
}

#centerCol .vehicleAjax .loading {
	margin-top:11px;
}

.qcSubmit {
	float:left;
	clear:both;
	text-align:center;
	width:100%;
}

.qcSubmit input {
	margin:0px !important;
}

#rsTable {
	clear:both;
}

#rsTable h4 {
	text-align:center;
	color:#65983e;
	font-size:10px;
	font-weight:bold;
}

#rsTable thead td {
	background:#8FC368;
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

#rsTable a {
	color:#000;
}

#rsTable thead td a, #rsTable thead td a:hover {
	color:#fff;
	text-decoration:none;
	display:inline;
}

#rsTable thead td a {
	background:url(../images/sort_desc.gif) no-repeat 0px -5px;
	padding-left:13px;
	min-height:18px;
}

#rsTable td {
	border-bottom:2px solid #8FC368 !important;
	padding:6px !important;
}

#rsTable .compareBox {
	background:#d2e7c3;
	text-align:center;
}

#rsTable .vName {
	vertical-align:top;
}

#rsHeader {
	font-size:16px;
	color:#3d70c3;
	font-weight:bold;
}

#rsHeader span {
	font-size:14px;
	margin-left:5px;
	color:#d67a04;
}

.rtside {
	float:left;
}

#cmpCount {
	background:#D2E7C3 none repeat scroll 0 0;
	float:right;
	height:24px;
	padding:5px 15px 15px 12px;
	width:200px;
	position:relative;
	top:-17px;
}

#cmpCount img, #cmpCount span{
	margin:0 10px;
}

/* 
    Home page scrollable / Tabs
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 466px; 
    height:123px;
	float:left;
} 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.scrollable div.items div { 
    float:left; 
	width:78px;
	height:123px;
	border-right:1px solid #8FC368;
	text-align:center;
} 

div.scrollable div.items h3 {
	height:65px;
	font-size:10px;
	text-align:center;
}

div.scrollable div.items h3 span {
	padding-top:40px;
	width:60px;
	display:block;
	padding:45px 5px 0 5px;
	margin:0 auto;
	text-align:center;
	color:#818285;
}

/* Home page fuel type images */
#hpt1 { background:url(../images/techicons/1.jpg) no-repeat 16px 0; }
#hpt2 { background:url(../images/techicons/2.jpg) no-repeat 16px 0; }
#hpt3 { background:url(../images/techicons/3.jpg) no-repeat 16px 0; }
#hpt4 { background:url(../images/techicons/4.jpg) no-repeat 16px 0; }
#hpt5 { background:url(../images/techicons/5.jpg) no-repeat 16px 0; }
#hpt6 { background:url(../images/techicons/6.jpg) no-repeat 16px 0; }
#hpt7 { background:url(../images/techicons/7.jpg) no-repeat 16px 0; }
#hpt8 { background:url(../images/techicons/8.jpg) no-repeat 16px 0; }
#hpt9 { background:url(../images/techicons/8.jpg) no-repeat 16px 0; }
#hpt10 { background:url(../images/techicons/10.jpg) no-repeat 16px 0; }

div.scrollable div.items p {
	padding-bottom:3px;
}

div.scrollable div.items a {
	font-size:9px;
}

#hp_buyingGuide hr {
	float:left;
	clear:both;
	width:525px;
	border:0px;
	border-bottom:1px solid #8FC368;
}

#hp_buyingGuide .prev, #hp_buyingGuide .next {
	display:block;
	height:123px;
	cursor:pointer;
	float:left;
	width:22px;
}

#hp_buyingGuide .prev {
	background:url(../images/hpt_prev.gif) no-repeat 0 50px;
}

#hp_buyingGuide .next {
	background:url(../images/hpt_next.gif) no-repeat 0 50px;
}

#hp_buyingGuide .tabs {
	float:left;
	border-bottom:1px solid #8FC368;
	margin:0px;
	padding-left:20px;
	width:496px;
}

#hp_buyingGuide .tabs li {
	float:left;
	margin-right:10px;
	list-style-type:none;
	text-align:center;
}

#hp_buyingGuide .tabs li a:hover, #hp_buyingGuide .tabs li.current a {
	background-position:0 0;
	color:#fff;
}

#hp_buyingGuide .tabs li a {
	display:block;
	color:#2e5923;
	font-weight:bold;
	text-decoration:none;
	width:147px;
	height:16px;
	background:url(../images/hptabs.gif) 0 -19px;
	padding-top:3px;
}

#hp_buyingGuide .panes div {
	float:left;
	clear:both;
	display:none;
}

#hp_buyingGuide .panes div {
	text-align:center;
	min-height:144px;
}

#hp_PopularTables table {
	float:left;
	width:220px;
	margin-left:21px;
}

#hp_PopularTables table td {
	border:0px;
}

#hp_PopularTables table thead td {
	color:#D67A04;
	font-weight:bold;
}

#hp_PopularTables table thead td.veh {
	color:#145bad;
}

#hp_PopularTables table tbody tr {
	background:#deebf4;
	height:15px;
}

#hp_PopularTables table tbody td {
	color:#818285;
	text-align:left;
}

#hp_PopularTables table tbody td a {
	color:#818285;
	text-decoration:none;
}

#hp_PopularTables table tbody td a:hover {
	text-decoration:underline;
}

#hp_PopularTables table tbody tr.even {
	background:#fff;
}

#hp_buyingGuide .panes .current {
	display:block;
}

/* Slider CSS */
#cleanVehicles .bl {
	border-bottom:1px solid #8FC368;
	float:left;
	margin-bottom:5px;
	width:207px;
}

#cleanVehicles h4 {
	float:left;
	clear:both;
	width:147px;
	height:16px;
	background:url(../images/hptabs.gif) 0 -19px;
	text-align:center;
	color:#2E5923;
	vertical-align:middle;
	padding-top:3px;
	
}

#cleanVehicles .learnMore {
	float:right;
	font-size:9px;
	display:inline;
	padding-top:6px;
}

 .sliderBar {
 	width:117px;
	padding-top:31px;
	padding-right:13px;
	height:9px;
	background:url(../images/sliderScale.jpg) no-repeat;
	clear:both;
	margin-bottom:10px;
}

.ui-slider-handle {
	background:url(../images/smog_pointer.gif) no-repeat;
	width:11px;
	position:relative;
	height:9px;
	display:block;
}

.slider {
	float:left;
	clear:left;
}

.sliderForm .sliderText {
	width:15px;
	float:left;
}

.sliderForm .controls {
	float:left;
	margin:14px 0 0 10px;
	width:65px;
}

.sliderForm .sliderGo {
	float:left;
	margin-left:8px;
	margin-top:-4px;
}

.partnerList {
	width:620px;
	padding-left:10px;
}

.partnerList li {
	display:inline;
	margin-right:10px;
}

.printFooter {
	display:none;
}

.vTable td {
	border:0px !important;
	vertical-align:top;
	padding:2px !important;
}

.vTable th {
	font-weight:bold;
	vertical-align:top;
}

.vehImage {
	float:right;
	position:relative;
	top:0px;
}

.carDetails {
	width:50%;
}

h2.vehDetail {
	background:#D2E7C3;
	padding:10px;
	width:100%;
	padding-right:9px;
	margin:15px 0 10px -10px;
}

.suggesstions {
	position:absolute;
	background:white;
	border:1px solid black;
}

#searchLoading {
	font-size:16px;
	color:#3D70C3;
	margin:0px;
	padding:0px;
}

.compareTable h2 {
	padding:10px;
	margin:0px;
	background:transparent;
}

.compareTable th {
	font-weight:bold;
	border:1px solid #8FC368;
	padding:5px;
}

.compareTable td {
	text-align:center;
}

.compareTable .left {
	text-align:left;
}

.compareTable img {
	border:0px;
}

.compareTable .headingTD {
	padding:0px !important;
	text-align:left;
	background:#D2E7C3;
}

.searchEp {
	border:0;
	float:right;
	position:relative;
	right:-10px;
	top:-12px;
	display:none;
}

.topYearFilter {
	float:right;
	left:-212px;
	position:relative;
	top:-47px;
	width:150px;
}

.bottomYearFilter {
	position:relative;
	right:-427px;
	top:20px;
	width:150px;
}

.printAll {
	text-align:left;
	clear:both;
	margin:20px;
}

#printAllContent .rboxContentRight {
	padding:10px;
}

#printAllContent .rboxContentRight #hp_PopularTables table {
	border-collapse:separate;
	border-spacing:5px;
}

#printAllContent .rboxContentRight #hp_PopularTables td {
	padding:2px;
} 

#printAllContent .rboxContentRight #hp_PopularTables thead a {
	color:#D67A04;
}

.printHeader {
	float:left;
	clear:left;
}

.printAll #hp_popularTables {
	clear:both;
	float:left;
}

.printAll #hp_popularTables table td {
	font-size:14px;
}

.autocomplete-w1 div {
	background:#fff;
	color:#000;
	width:280px;
	padding:7px 0px;
}

.autocomplete-w1 .selected {
	background:#e8e8e8;
}

.gwsNA {
	text-align:center;
	font-weight:bold;
}

.veh_comp_btn {
    text-align:left !important;
}
.veh_comp_btn input {
	padding-left:104px !important;
}

#incentive a
{
	padding-top:15px;
	color:#8FC368 !important;
	font-weight:bold !important;
}

