/* Ridefix */
/*
the elements with the follow have been changed and not checked:
*/
/*RFCHANGED*/
#leftColCity:after,
#leftCol:after,
.contentB:after,
.contentD:after,
.contentE:after,
.contentF:after,
.contentG:after,
/*mark added*/
.contentI:after,
.contentJ:after,
.forumNewPost:after,
#doctorsScore:after,
.newsItem:after,
.photoSection:after,
#masthead:after,
.section:after,
.tabsWrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


* {
	margin: 0;
	padding: 0;
	}

body {
	/*font: 12px helvetica,verdana,sans-serif;*/
	font: 12px sans-serif,helvetica,verdana;
	background: url(../images/bodyBg.gif) top left repeat-x;
	/*color: #515151;*/
	color: #000000;
	}
	
.clr {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	}
.clr2 {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
.floatRight {	
	float: right;
	}
	
.floatLeft {
	float: left;
	}
	
.alignRight {
	text-align: right;
	}
	
p {
	line-height: 1.2;
	}
	
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}
	
a:link {
	color: #668fb9;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #4851a3;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:focus {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:hover img,
a:focus img {
	text-decoration: none;
}
	
#masthead {
}
	
#nav {
	float: right;
	}
	
#searchSite {
	position: relative;
	outline: none; 
	}
	
#submitBtn {
	position: absolute;
	right: 176px;
	top: -2px;
	outline: none; 
	}
	
#search {
	background: url(../images/searchBg.png) left center no-repeat;
	border: none;
	height: 17px;
	width: 160px;
	padding: 5px;
	padding-left: 35px;
	margin-top: -7px;
	color: #fff;
	}
	
#nav #navTop {
	padding: 15px 0;
	}

#navTop input, #navTop ul {
	float: right;
	}

	
#navBottom {
	padding: 15px 0;
	clear: both;
	float: right;
	font-size: 1.2em;
	}

#logo {
	position: absolute;
	left: 3px;
	top: 0px;
	}
	
#nav li {
	float: left;
	list-style-type: none;
	}
	
#nav li a {
	text-decoration: none;
	/*RFCHANGED*/
	/*
	padding: 10px 16px;
	*/
	padding: 10px 15px;
	}
	
#nav a:link, #nav a:visited {
	color: #fff;
	}
	
#nav a:hover, #nav a:focus {
	background: url(../images/navHover.png) 50% 100% no-repeat;
	}
	
#nav #navTop a:hover, #nav #navTop a:focus {
	background: none;
	text-decoration: underline;
	}
	
/* Flyouts */
	
#navBottom li {
	z-index: 9999;
	position: relative;
	}

#navBottom li.off ul, #navBottom li.on ul {
	display: none;
	position: absolute;
	left: 10%;
	top: 25px;
	}
	
#navBottom li.on ul, #navBottom li.off:hover ul, #container #navBottom li.over ul {
	display: block;
	}
	
#navBottom li ul {
	background: #56697e url(../images/flyoutBg.gif) top left repeat-x;
	border: 1px solid #808f9e;
	padding: 10px 0;
	width: 142px;
	}
	
#navBottom li.off ul#moreMenu,
#navBottom li.on ul#moreMenu {
	left: -90%;
}
	
#navBottom li ul li {
	display: block;
	clear: left;
	text-align: left;
	}
	
#navBottom li.on ul a, #navBottom li.off ul a {
	float: none;
	display: block;
	width: 130px;
	padding: 4px 0;
	font-weight: normal;
	padding: 6px;
	font-size: 1em;
	}
	
#navBottom li.off ul a:hover, #navBottom li.over ul a:hover, #navBottom li.off ul a:focus, #navBottom li.over ul a:focus  {
	width: 130px;
	text-decoration: underline;
	background: none;
	}

/* 'more' menu styles */	
#navBottom li.off ul.hide {
	display: none;	
	}
	
#navBottom li.off ul.show {
	display: block;	
	}
	
/* current page highlighting */

#diagnose a.onDiagnose, #carpedia a.onCarpedia, #tutorials a.onTutorials, #marketplace a.onMarketplace, #community a.onCommunity {
	color: #9dc6f1;
	}
	
	
/* Main Content:
Home page content areas are defined as contentA, contentB and contentC
---------------*/

h2 {
	/*color: #668fb9;*/
	color: #577A9D;
	}

#rightCol {
	float: right;
	margin: 14px 0 0 0;
	padding: 22px 0 0 0;
	
	}
	
#home #rightCol {
	padding: 7px 0 0 0;
	width: 257px;
	
	}
	
#leftCol {
	width: 761px;
	margin: 14px 0 0 0;
	padding: 0;
	
	}
	
#home #leftCol {
	/*width: 716px;*/
	width: auto;
	
	}

.fullWidth #leftCol {
	width: auto;
	
}

.contentA-container {
	float: left;
	margin: 7px 0 0 0;
}

.contentA {	
	background: #fff url(../images/contentBackgrounds/gradient_bg.jpg) 0px 100% repeat-x;
	width: 668px;
	padding: 17px 21px 10px;
	}

.contentA p {
	margin: 6px 0;
	line-height: 1.4;
	}
	
.contentA-dropdown {
	clear: both;
	text-align: center;
	margin-top: 20px;
	}
	
.contentA-dropdown input {
	vertical-align: middle;
	}
	
.contentB-container {
	float: left;
	margin: 10px 0 10px 5px;
	width: 229px;
	
}

.gradientShadowBottom {
	background: url(../images/contentBackgrounds/gradient_bg2.png) 100% 100% no-repeat;
	padding: 0 0 5px 0;
	margin: 0;
}

.gradientShadowRight {
	background: url(../images/contentBackgrounds/gradient_bg3.png) 100% 0 repeat-y;
	padding: 0 5px 0 0;
	margin: 0;
}

.gradientShadowLeft {
	background: #a6a7a9;
	padding: 1px 0 0 1px;
}

.contentB {
	background: #fff url(../images/contentBackgrounds/gradient_bg.jpg) 0px 100% repeat-x;
	border: 1px solid #fff;
	padding: 16px 12px;
	margin: 0;
}
	
.contentB h2, .contentE h2, .contentE-short h2 {
	margin: 6px 0;
	}
	
.content-B p, .content-E p {
	margin: 3px 0;
	}
	
.contentB-title {
	display: block;
	}
	
.contentB ol {
	padding: 5px 0 0 18px;
	}
	
.contentB ol li {
	margin: 4px 0 0 0;
	}
	
.contentE-container {
	margin: 13px 0 0 0;
	
}

.contentE {
	background: #fff url(../images/contentBackgrounds/gradient_bg.jpg) 0px 100% repeat-x;
	border: 1px solid #fff;
	width: 199px;
	margin: 0;
	padding: 10px 25px;
}
	
#zipCode, #searchCarpedia, #searchAgain {
	width: 90%;
	margin: 10px 0 5px 0;
	}
	
.number {
	margin: 0 8px 0 0;
	height: 22px;
	width: 39px;
	padding-top: 8px;
	background: url(../images/numberBg.gif) top left no-repeat;
	text-align: center;
	color: #668fb9;
	font-weight: bold;
	float: left;
	}
	
.newsItem {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c9caca;
	}
	
.newsItem a {
	}
	
#rightCol .contentE {
	clear: both;
	}
	
#contentC-wrapper {
	float: left;
	padding: 4px 0 0 0;
	margin: 7px 0 0 0;
	width: 247px;
	}

.contentC-container {
margin-bottom: 12px;

	}
	
.contentC {
	background: #e0e0e0 url(../images/contentBackgrounds/contentCBg.jpg) top left repeat-x;
	border: 1px solid #fff;
	padding: 6px 0;
	}
	
.contentC-title {
	display: block;
	}
	
.contentC-PostedBy {

	}
	
#home .contentC-top {
	height: 10px;
	}
	
.contentC .heading {
	color: #668fb9;
	font-size: 1.3em;
	font-weight: bold;
	}
	
.contentC p {
	padding: 5px 10px;
	overflow: hidden;
	}
	
.contentD-container {
	margin: 0 0 10px 3px;
	padding: 0;
	float: left;
	width: 713px;
	
	}

.contentD {
	background: #fff url(../images/contentBackgrounds/gradient_bg_short.jpg) 0px 100% repeat-x;
	border: 1px solid #fff;
	padding: 15px 5px 20px 5px;
	font-size: .9em;
	}
	
.contentD ul {
	padding: 5px 0 0 0;
	}
	
.contentD p {
	padding-left: 5px;
	}
	
.contentD li {
	float: left;
	list-style: none;
	/*padding: 10px;*/
	padding: 9px;
	background: url(../images/thumbnailFrame.png) top left no-repeat;
	text-align: center;
	}
	
.contentD img {
	padding-bottom: 5px;
	}
	
.quoteNew {
	min-height: 16px;
	margin: -6px 0 0 0;
	padding: 12px 0 0 53px;
	background: url(../images/quote_white.png) 0 0 no-repeat;
	font-style: normal;
}

#contentC-wrapper .quoteNew {
	font-size: 1em;
	/*RFCHANGED*/
	background: url(../images/quote_white.png) 0 0 no-repeat;
}
	
#home p.linkBelow {
	display: block;
	padding-right: 5px;
	text-align: right;
	}
	
p.linkBelow {
	display: block;
	padding-right: 5px;
	text-align: right;
	}

#footerInner {
	color: #fff;
	width: 790px;
	margin: 0 auto;
	}
	
.footerSection {
	float: left;
	margin: 10px 50px 0 0;
	background: url(../images/footerDivider.gif) top left no-repeat;
	padding: 20px;
	height: 230px;
	}
	
#footer {
	background: #18212b url(../images/footerBg.gif) top left repeat-x;
	/*height: 300px;*/
	height: 315px;
	width: 100%;
	margin: 25px 0 0 0;
	}
	
#copyright {
	clear: both;
	text-align: center;
	}
	
#footer li {
	margin: 8px 0 8px 10px;
	list-style-type: square;
	color: #668fb9;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:hover, #footer a:focus {
	color: #668fb9;
	font-weight: normal;
	}
	
	
/* Child pages */
	
.headingImage {
	padding: 10px;
	}
	
.contentF-container {
	float: left;
	margin-left: 3px;
	width: 758px;
	
}

.contentF {	
	/*background: #d9d9d9 url(../images/contentBackgrounds/gradient_bg_F.jpg) 0px 0px repeat-x;*/
	background: #FFFFFF;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 1.1em;
	position: relative;
	
	}
	
.contentF h1, .contentF-WhiteBg h1 {
	padding: 5px 0;
	}
	
#rightCol h1 {
	font-size: 1.3em;
	}
	
.tagline {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	}
	
#doctorsScore {
	padding: 10px 10px 5px 10px;
	background: #fff url(../images/doctorsScoreBg.jpg) bottom left repeat-x;
	}
	
#doctorsScore h3 {
	color: #7194b8;
	padding: 6px 0 0 0;
	}
	
#doctorsScore a {
	font-size: .8em;
	float: right;
	}
	
.doctorsScoreNumber {
	float: right;
	font-size: 1.9em;
	font-weight: bold;
	}

.adSpacing {
	/*padding-top: 114px;	*/
	}

.adWrapper {
	/*position: absolute; OK
	top: 12px;
	left: 10px;
	*/
	margin-left:-10px;
	}
	
.adText {
	font-size: .9em;
	text-align: center;
	}
	
#toolbar {
	border-bottom: 1px solid #d4d4d5;
	font-size: 1.1em;
	}
	
#toolbar li {
	float: right;
	list-style: none;
	}
	
#toolbar li img {
	vertical-align: bottom;
	}
	
#toolbar a {
	padding: 5px;
	display: block;
	}

.leftFloatedList {
	float: left;
	padding: 5px 20px 10px 0px;
	width: 22%;
	word-wrap: break-word;
	}
	
.leftFloatedList li {
	list-style: none;
	padding: 0 0 4px 0;
	margin: 0;
	}
	
.shopInfo {
	padding: 15px 15px 10px 0;
	}
	
.shopPic {
	padding: 10px 15px 10px 0;
	}
	
.shopDescription {
	padding: 5px 0 10px 0;
	}
	
.tabbedSection {
	padding: 20px 0;
	}
	
.tabbedContent {
	background: #f5f5f5 url(../images/contentBackgrounds/tabbedContentBg.gif) top left repeat-x;
	padding: 25px 15px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #b7b7b8;
	}
	
.tabsWrapper {
	background: url(../images/tabbedSectionBg.gif) bottom left repeat-x;
}

.tab {
	cursor: pointer;
	padding: 10px 10px 5px;
	float: left;
	list-style: none;
	width: 105px;
	background: url(../images/tabBg.jpg) top left no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
	line-height: 13px;
	letter-spacing: -1px;
	}
   
.selectedTab {
	cursor: auto;
    background: #fff;
    color: #686868;
    border-top: 1px solid #b7b7b8;
    border-left:1px solid #b7b7b8;
    border-right: 1px solid #b7b7b8;
    }
	
#diagnose .tab {
	width: 95px;
	}
	
.section {
	display: none;
	margin: 0;	
	}
	
.inventoryItem {
	float: left;
	width: 148px;
	padding: 10px;
	}
	
.profile {
	width: 308px;
	padding: 10px 0 10px 10px;
	}

.profileContent {
	margin-left:155px;
}
	
.borderLeft {
	background: url(../images/sectionBorder.gif) 0px 25px repeat-y;
	}
	
.borderTop {
	background: url(../images/sectionBorder.gif) top left repeat-x;
	width: 90%;
	height: 1px;
	margin: -15px 0 10px 20px;
	}
	
.profile p {
	margin: 8px 0 0 140px;
	}
	
.profilePic {
	float: left;
	background: url(../images/thumbnailFrame.gif) top left no-repeat;
	padding: 6px;
	margin-right: 10px;
	}
	
.contentG-container {
	width: 212px;
	margin: 16px 0 0 4px;
	
}

.noTitle {
	margin: 19px 0 0 4px;
}

.doubleTop {
	margin: 50px 0 0 4px;
}
	
.contentG {	
	
	/*background: #d9d9d9 url(../images/contentBackgrounds/gradient_bg.jpg) 0px 0px repeat-x;*/
	background: #FFFFFF;
	border: 1px solid #fff;
	padding: 10px;
}

.solidGrayAd {
	background: #d9d9d9;
	padding: 2px 0 15px 2px;
}
	
.contentG-title {
	margin: 0;
	display: block;
	}
	
.centered {
	text-align: center;
}
	
.alignRight {
	text-align: right;
}
	
.alignLeft {
	text-align: left;
}
	
.goBtn {
	padding: 5px 0;
	float: right;
	position: relative;
	vertical-align: middle;
	}
	
.goBtn2 {
	padding: 5px 0;
	float: left;
	position: relative;
	vertical-align: middle;
	}
	
.postBtn {
	padding: 0 0 5px 0;
}
	
#community .goBtn {
	padding: 5px 0;
	float: right;
	margin: 0 0 0 0;
	position: relative;
	vertical-align: middle;
	}
	
#rightCol h2 {
	/*RFCHANGED*/
	/*color: #668fb9;*/
	font-size: 1.2em;
	/*padding: 5px 0;*/
	font-weight: bold;
	margin: 2px 0;
	}
	
.browse {
	border-top: 1px solid #d4d4d5;
	clear: both;
	margin: 10px 0 0 0;
	}
	
.categories {
	clear: both;
	margin: 0 0 0 0;
	}
	
.browse a:link, .browse a:visited {
	font-weight: normal;
	}


.printList li {
	list-style: none;
	margin: 0 0 0 0;
	letter-spacing: -.5px;
	}
	
.solidGrayInner {
	border: 1px solid #fff;
	padding: 5px;
	}
	
.contentG ul, .contentG-SolidGray ul, .contentG-SolidWhite ul {
	/*RFCHANGED*/
	
	/*padding: 5px 0 5px 3px;*/
	}
	
.contentG ul.noBullet, .contentG-SolidGray ul.noBullet, contentG-SolidWhite ul.noBullet {
	padding: 5px 0 15px 0;
	}
	
.noBullet li {
	list-style: none;
	margin-bottom: 4px;
	}
	
.smallPicFrame {
	background: url(../images/thumbnailFrame.gif) top left no-repeat;
	padding: 10px;
	width: 115px;
	height: 84px;
	}
	
.shopName {
	clear: left;
	display: block;
	width: 99%;
	padding: 4px 0 10px 5px;
	}
	
#crumbs {
	font-size: 1.1em;
	padding: 10px 0;
	font-weight: bold;
	}
	
#crumbs a {
	font-weight: bold;
	}
	
#crumbs img {
	vertical-align: middle;
	}
	
.sectionNav {
	padding: 10px 0;
	text-align: center;
	}
	
.probListRightCol ul {
	padding: 0 0 0 8px;
	}
	
.probListRightCol li {
	background: #fff url(../images/squareBullet.gif) 4px 9px no-repeat;
	margin: 4px 4px 4px 0;
	padding: 4px 15px;
	list-style: none;
	}
	
.probListRightCol li a {
	
	}
	
#problemList {
	padding: 10px 0;
	}
	
#problemList h2 {
	color: #686868;
	display: inline;
	}
	
#problemList {
	width: 100%;
	}
	
#problemList table {
	padding-top: 10px;
	}
	
#problemList td {
	padding: 5px;
	}
	
#problemList table img {
	vertical-align: top;
	}
	
#problemList td.probDesc {
	width: 630px;
	background: url(../images/squareBullet.gif) 7px 7px no-repeat;
	padding-left: 15px;
	}
	
.grayBg {
	background: #eaeaea;
	}
		
 a.x:link, a.x:visited {
	background: url(../images/x.gif) top left no-repeat;
	padding-left: 15px;
	font-weight: normal;
	}
	
a.x:hover, a.x:focus {
	background: url(../images/xHov.gif) top left no-repeat;
	padding-left: 15px;
	text-decoration: none;
	}
	
#footNote {
	font-size: .9em;
	}
	
/* article page */

/* edit article styles  - to be merged into main stylesheet */

.lightShade {
	color: #999999;
	}
	
.articleSearch {
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 15px 0;
	}
	
.articleSearch label {
	color: #668fb9;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#article_list {
	width: 80%;
	height: 155px;
	overflow: auto;
	margin-bottom: 40px;
	}
	
#article_list li {
	list-style: none;
	margin: 4px 0;
	font-size: .9em;
	}
	
#article_list li a {
	font-size: 1.1em;
	}
	
#carpedia h4 {
	font-size: 1.2em;
	padding: 5px 0;
	border-top: 1px solid #999999;
	}

.articleInnerBorder {
	border: 1px solid #999999;
	padding: 10px;
	margin: 5px 0 20px;
	}
	
.boxLabel {
	margin-top: 10px;
	font-weight: bold;
	}
	
table.article_edit_image {
	float: right;
	}
	
.article_edit_image td {
	padding: 5px 5px 0 5px;
	}
	
.article_edit_image td input {
	border: 1px solid #999;
	padding: 2px;
	font-size: 1em;
	}
	
#browseArticles {
	border: 1px solid #999;
	padding: 2px;
	font-size: 1em;
	}
	
td.article_image_remove {
	text-align: right;
	font-size: .9em;
	padding: 1px 5px;
	}
	
#addBtns li {
	display: inline;
	list-style: none;
	}

#addBtns {
	margin: 5px 0;
	}
	
.article_edit_caption {
	padding: 3px;
	font-size: .8em;
	border: 1px solid #999;
	}
	
.article_editing {
	border: 1px solid #999;
	padding: 10px;
	}
	
.article_editing_heading {
	padding: 12px 12px 12px 40px;
	background: #eaeaea url(../images/hand.gif) 1% 50% no-repeat;
	font-weight: bold;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
.article_editing_content {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px;
	margin-bottom: 8px;
	}
	
.imageWithCaption {
	float: left;
	margin: 5px;
	}
	
.article_editing_instruction img {
	vertical-align: middle;
	}
	
#editLegend {
	}
	
#editLegend td {
	padding: 5px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #999;
	text-align: center;
	}
	
#editLegend .odd td {
	background: #eaeaea;
	}
	
#editLegend td.row1 {
	border-right: 1px solid #999;
	text-align: left;
	}
	
#editLegend td.alignLeft {
	text-align: left;
	}

#carpedia .section h1 {
	font-size: 1.8em;
	/*margin: 8px 0;*/
	}
	
#carpedia .section h2 {
	/*font-size: 1.6em;*/
	font-size: 1.4em;
	color: #486683;
	border-bottom: 1px solid #d4d4d5;
	margin: 10px 0 5px;
	/*clear: both;*/
	}
	
#carpedia .section {
	}
	
#carpedia .section p {
	margin: 8px 0;
	font-size: 1em;
	}
	
#articleRightCol {
	float: right;
	padding: 0 0 0 5px;
	width: 212px;
	}

#articleRightCol .contentG-container {
	padding: 0;
	margin: 0 0 0 0;
}

#articleRightCol .doctorScore {
	margin-top: 15px;
}

#articleRightCol .contentG-container .contentG {
	margin: 0;
	padding: 8px;
}

#articleRightCol .doctorScore .contentG {
	padding: 0;
}
	
.articleDifficulty,
.articleMaterials {
	width: 212px;
	margin: 0 0 6px 0;
	}

.articleWarnings {
	background: #e1e1e1;
	border: 1px solid #b9b9b9;
	padding: 10px;
	margin: 10px 0 6px 2px;
	}
	
.articleWarnings ol {
	margin-left: 20px;
	}
	
.imageStyle1 {
	float: left;
	padding: 10px 10px 10px 0;
	padding: 10px;
	clear: left;
	font-size: .8em;
	position: relative;
	width:220px;
	width:440px;
	width:auto;
	}
	
.imageStyle1 img {
	/*padding-bottom: 5px;*/
}
/*
.imageStyle2 {
	float: left;
	padding: 10px 10px 10px 0;
	padding: 10px;
	clear: left;
	font-size: .8em;
	position: relative;
	width:220px;
	width:660px;
	width:auto;
	}
	
.imageStyle2 img {
	padding-bottom: 5px;
}
*/	
.subSection {
	padding: 0 0 0 12px;
	margin-top: 18px;
	}
	
#carpedia .section ul {
	list-style-image: url(../images/drkgryblt.gif);
	list-style: none;
	list-style-image: none;
	padding-left: 18px;
	}
	
#carpedia .section ul li ul {
	list-style-image: url(../images/ltgryblt.gif);
	list-style: none;
	list-style-image: none;
	}
	
#carpedia .section .subSection h2 {
	border: none;
	padding: 0;
	margin: 0;
	color: #5e83aa;
	font-size:1.1em;
	}
	
#carpedia .section .subSection p {
	margin: 0 0 8px 0;
	}

.enlarge {
	position: absolute;
	bottom:30px;
	left: 9px;
	z-index: 9999;
	}
	
.step {
	border-top: 1px solid #d4d4d5;
	margin: 20px 0 10px;
	}
	
#carpedia .section .step h2, #carpedia .section h2.noUnderline {
	border: none;
	}
	
#carpedia .section .step .stepText {
	color: #686868;
	}
	
#carpedia .section .table {
	clear: both;
	border-top: 1px solid #b7b9bc;
	margin-bottom: 20px;
	}
	
.table table {
	border: 1px solid #b7b9bc;
	}
	
tr.grayBg {
	background: #eaeaea;
	}
	
tr.firstRow {
	}
	
.section .table tr td {
	border-bottom: 1px solid #b7b9bc;
	}
	
.table td {
	padding: 7px 40px;
	border-left: 1px solid #b7b9bc;
	}
	
.table td.firstCol {
	padding: 7px 56px 7px 7px;
	border: none;
	font-weight: bold;
	}
	
.video {
	margin-top: 10px;
	border-top: 1px solid #b7b9bc;
	}
	
.video_player {
	float: left;
	padding: 5px 5px 5px 0;
	}
	
.references {
	border-top: 1px solid #b7b9bc;
	clear: both;
	padding-top: 5px;
	line-height: 1.4;
	}
	
.references a:link, .references a:visited {
	color: #5185bd;
	}
	
.references a:hover, .reference a:focus {
	text-decoration: underline;
	}
	
.references .linkToTop {
	color: #5185bd;
	}
	
.refSection {
	padding: 8px 5px 5px 12px;
	}
	
.refSectionBlue {
	padding: 8px 5px 5px 12px;
	background: #d9e5f4;
	border: 1px solid #d1deee;
	}
	
.refNum {
	
	}

.lastEditedNote {
	font-size: .8em;
	padding: 4px 0;
	}
	
.searchBoxList {
	clear: both;
	border-top: 1px solid #b7b9bc;
	}
	
.searchBoxList ul {
	list-style: none;
	color: #668fb9;
	padding:1px;
	margin: 2px 0;
	}
	
.searchBoxList a:link, .searchBoxList a:visited {
	color: #668fb9;
	font-weight: normal;
	}
	
.searchBoxList a:hover, .searchBoxList a:focus {
	text-decoration: underline;
	}
	
p.contentG-title {
	color: #668fb9;
	top: -13px;
	left: 55px;
	font-size: .9em;
	font-weight: bold;
	}
	
/* forums */

.forum {
	background: url(../images/contentBackgrounds/contentF-Bg.gif) bottom left repeat-x;
	}
	
.forumNew-container {
	margin: 10px 5px 25px 10px;
}

#community .forumNew-container {
	margin: 10px 5px 10px 10px;
}

.postContainer {
	margin: 10px 6px 20px 11px;
}

.forumNew {
	/*border: 1px solid #fff;*/
	padding: 15px;
	background: #fff url(../images/contentBackgrounds/contentF-Bg.gif) bottom left repeat-x;
}

.noPadding {
	padding: 0px;
}

.forumNewPost {
	/*border: 1px solid #fff;*/
}
	
#community h1 {
	margin-left: 15px;
	font-size: 1.6em;
	}

#community h2 {
	margin: 10px 0 5px 5px;
	color:#222222;
	}
	
#community h3  {
	margin: 10px 0 5px 5px;
	}
	
.forumToolbar {
	background: #efefef;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	padding: 8px 8px 3px 8px;
	}
	
.forumToolbar input {
	vertical-align: middle;
	}
	
#searchForumsTop, #searchForumsBottom {
	padding: 1px;
	}
	
.forumSearch {
	float: right;
	position: relative;
	top: -4px;
	}
	
.forumSearch label {
	font-size: 1.3em;
	color: #6891ba;
	}
	
#container .forumToolbar .goBtn {
	padding: 0;
	float: none;
	vertical-align: middle;
	}
	
.forumToolbar ul {
	padding-top: 4px;
	}
	
.forumToolbar li {
	float: left;
	list-style: none;
	font-weight: bold;
	}
	
.forumToolbar a {
	padding: 2px 6px;
	vertical-align: middle;
	}

.contentH-container {
	margin: 39px 0 0 5px;
	width: 975px;
}

.fullWidth .contentH-container {
	margin: 0 0 0 5px;
}

.contentH {	
	background: #fff url(../images/contentBackgrounds/gradient_bg.jpg) 0px 100% repeat-x;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 1.2em;
}

.contentN-container {
	margin: 29px 0 0 5px;
	width: 975px;
}

.fullWidth .contentN-container {
	margin: 0 0 0 5px;
}

.contentN {	
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-size: 1.2em;
}

.leftColTOS {
	margin: 39px 0 -8px 5px;
}
	
.forum table,
.forumNew table {
	border: 1px solid #b7b9bc;
	border: 1px solid #fff;
	background: #fff;
	}
	
.forum .tableBorder,
.forumNew .tableBorder {
	border: 1px solid #b7b9bc;
	}
	
.forum th,
.forumNew th {
	background: url(../images/forumHeader.gif) top left repeat-x;
	color: #fff;
	padding: 5px;
	border-right: 1px solid #b7b9bc;
	
	/*new, test*/
	font-size:17px;
	padding:8px;
	background: #668fb9;
	/*</new, test>*/
	
	}
	
.forum td,
.forumNew td {
	padding: 5px 3px;
	border-right: 1px solid #b7b9bc;
	border-top: 1px solid #b7b9bc;
	border-bottom: 1px solid #b7b9bc;
	}
	
.forum .grayBg td,
.forumNew .grayBg td {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
	
.forum .firstRow td,
.forumNew .firstRow td {
	border-top: none;
	}
	
.forum .firstRow .forumCol, .forum .firstRow .latestPost,
.forumNew .firstRow .forumCol, .forum .firstRow .latestPost {
	font-weight: normal;
	}
	
.forum .lastRow td,
.forumNew .lastRow td {
	border-bottom: none;
	}
	
.forum .forumCol,
.forumNew .forumCol {
	text-align: left;
	padding-left: 5px;
	}
	
.forum .numSize,
.forumNew .numSize {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	}
	
.forum .latestPost,
.forumNew .latestPost {
	border-right: none;
	font-size: .8em;
	}
	
.forum .postCol,
.forumNew .postCol{
	text-align: left;
	padding-left: 5px;
	border-right: none;
	}
	
#forumThreadHeader {
	padding: 20px 15px 10px;
	}
	
#forumThreadHeader h1 {
	margin: 0;
	padding: 0;
	}
	
#forumThreadHeader li {
	float: right;
	list-style: none;
	padding: 0 0 5px 10px;
	}
	
#forumThreadFooter {
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
	}
#forumPageHeader {
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	}
#responseForumTitle{
	margin-top: 13px;
}
.forumPost {
	margin-bottom: 20px;
	overflow: hidden;
	}
	
.postHead {
	background: #425c77 url(../images/forumHeader.gif) top left repeat-x;
	height: 10px;
	/*padding: 8px 9px 10px 9px;*/
	padding: 8px 9px 14px 9px;
	}

.postDate {
	float: left;
	color: #fff;
	font-size: .9em;
	}
	
.postNum {
	float: right;
	color: #fff;
	}
	
.postProfile {
	float: left;
	width: 115px;
	padding: 15px 20px;
	text-align: center;
	}
	
.postContent {
	/*padding: 15px 0 15px 20px;*/
	padding: 15px 20px;
	margin-left: 155px;
	border-left: 1px solid #9f9f9f;
	}
	
.postContent p {
	margin-bottom: 15px;
	}
	
#discussions .postContent p {
	margin-bottom: 15px;
	}
	
.postInner {
	/*background: #d9d9d9 url(../images/postInnerBg.gif) top left repeat-x;*/
	background: #F2F2F2;
	}
	
.postSig {
	border-top: 1px solid #9f9f9f;
	color: #5784b1;
	padding: 10px 0 0;
	font-weight: bold;
	}

.postImage2-container {
	border: 1px solid #e6e6e6;
	background: #d2d2d2;
	padding: 1px;
	float: left;
	}
	
.forumNew-container .postImage2-container {
	float: none;
	}

.postImage2 {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 5px;
	}
	
.quotePost {
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #515151;
	}

.quotePost input {
	vertical-align: middle;
	}
	
.portraitProfilePic {
	width: 74px;
	margin: 0 auto;
	}
	
.landscapeProfilePic {
	margin: 0 auto;
	width: 99px;
	}

.quoted-container {
	margin: 0 40px 20px 0;
}
	
.quoted {
	background: #fff;
	border: 1px solid #fff;
	font-size: .9em;
	font-style: oblique;
	padding: 18px 50px;
	position: relative;
}
	
.quoted img {
	vertical-align: top;
	}
	
.topQuoteMarks {
	position: absolute;
	top: 18px;
	left: 18px;
	background: url(../images/topQuoteMarks.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	}
	
#responseForm {
	border: 1px solid #9f9f9f;
	padding: 10px;
	/*width: 670px;*/
	margin: 5px 0 10px 15px;
	}
	
#responseForm textarea {
	/*
	width: 665px;
	height: 137px;
	*/
	}

.quotedBy {
	font-style: normal;
	}
	
div.fileinputs {
	width: 300px;
	}


	
#postReply {
	float: right;
	padding-top: 15px;
	}
	
.newTopicBtn {
	float: right;
	margin-top: 5px;
	}
	
a.newTopicBtn:hover, a.newTopicBtn:focus {
	background: url(../images/newtopicHover.jpg) top left no-repeat;
	}
	
a.newTopicBtn:hover img, a.newTopicBtn:focus img {
	visibility: hidden;
	}
	
/* fastlane */

p.page {
	text-align: right;
	font-weight: bold;
	padding: 10px 0 5px;
	}
	
.fastlaneItem {
	border-top: 1px solid #d2d2d2;
	padding: 12px 0 12px 0px;
	}
	
.fastlaneContent {
	margin-left: 80px;
	}
	
.fastlaneItem .octane {
	background: #fff url(../images/octaneBg.gif) top left repeat-x;
	margin: 0 0 0 4px;
	width: 68px;
	font-size: 1.1em;
	color: #6a8db1;
	text-align: center;
	padding: 9px 0 0 0;
	font-weight: bold;
	float: left;
	border: 1px solid #cfcfd0;
	}
	
.fastlaneItem .octaneNumber {
	font-size: 1.6em;
	}

.fastlaneItem .postedBy {
	font-size:0.9em;
	padding: 5px 0 0 0;
	}
	
.fastlaneItem .userProfilePic {
	margin-right: 9px;
	float: left;
	}
	
.attribution {
 	padding: 6px 0 0 0;
 	}
 	
 .pageNumFoot {
 	margin: 100px 0 0 0;
 	text-align: center;
 	border-top: 1px solid #d2d2d2;
 	padding: 14px 0;
 	font-weight: bold;
 	word-spacing: 5px;
 	}
 .pageNumFoot2 {
 	margin: 10px 0 0 0;
 	text-align: center;
  	padding: 14px 0;
 	font-weight: bold;
 	word-spacing: 5px;
 	}
 	
.pageNumFoot img {
  	vertical-align: bottom;
  	}
  	
.moreLink {
  	margin-bottom: 15px;
  	}
  	
/* carpedia */
  
h1.headingInBox {
  	background: #efefef;
  	border: 1px solid #e5e5e5;
  	/*
	margin: 20px 0;
  	padding: 11px 11px 11px 28px;
	*/
	margin: 9px 0;
  	padding: 11px;
	font-size:1.4em;
  	}
  	
h3 {
	/*color: #7096bd;*/
	color: #222222;
	}
#footer h3 {
	color: #7096bd;
	}
  	
.carpediaFeaturedImg {
 	float: left;
 	margin: 0 5px 0 15px;
 	}
 	
 .carpediaCategories {
 	margin: 20px 0 30px;
 	}
 	
.recent-container {
	/*
	float: left;
 	width: 350px;
 	margin: 40px 0 100px;
	*/
	margin-top:25px;
	width:100%;
}
 	
.recentlyCreated,
.recentlyUpdated {
 	background: #fff url(../images/contentBackgrounds/gradient_bg_short.jpg) 0px 100% repeat-x;
	border: 1px solid #fff;
 	padding: 30px;
 	}
 	
.recentlyCreated a, .recentlyUpdated a {
  	font-weight: normal;
  	}
 	
.recentlyCreated ol, .recentlyUpdated ol {
  	margin: 10px 0 0 20px;
  	}

  	
.recent-container2{
	float: left;
 	width: 350px;
 	margin: 40px 0 100px;
}
 	
.recentlyCreated2,
.recentlyUpdated2 {
 	background: #FFFFFF;
	border: 1px solid #fff;
 	padding: 30px;
 	}
 	
.recentlyCreated2 a, .recentlyUpdated2 a {
  	font-weight: normal;
  	}
 	
.recentlyCreated2 ol, .recentlyUpdated2 ol {
  	margin: 10px 0 0 20px;
	}
  	
.noBullets li {
  	list-style: none;
  	/*RFCHANGED*/
	/*margin: 2px 0;*/
  	margin: 8px 0;
  	}

.browse li {
	margin: 4px 0 0 0;
	}
  	
.summaryBoxImgBg {
 	background: url(../images/summaryBoxImgBg.png) top left no-repeat;
  	}
  
table#vehicleListingTable {
	/*padding: 0 0 0 10px;*/
	padding: 0 0 0 20px;
	width: 400px;
	/*margin-left: 270px;*/
	}
  
#vehicleListingTable td,#vehicleListingTable th {
 	padding: 5px;
 	border-bottom: 1px solid #d4d4d5;
 	}
 	
#vehicleListingTable th {
	text-align: left;
	}

.vehicleName {
	color: #668fb9;
	}
	
a.morePhotos {
	padding: 5px 0;
	display: block;
	}
	
.morePhotos img {
	vertical-align: middle;
	}
	
.shopLeftColumn {
	width: 262px;
	}
	
.shopLeftColumn .shopInfo {
	padding: 15px 0 10px 0;
	width: 262px;
	}
	
.shopRightColumn {
	width: 412px;
	margin-top: 20px;
	float: right;
	clear: both;
	}
	
.mapSection {
	padding: 0 15px;
	}

.photoSection {
	float: left;
	width: 335px;
	/*margin-bottom: 10px;*/
	}
	
.photoSection .postImage2-container {
	margin-bottom: 10px;
	}
	
.photoSection p {
	}
	
.mailingList {
	width: 307px;
	padding: 10px 15px;
	float: left;
	}
	
.mailingList table td {
	padding: 5px 5px 5px 0;
	}
	
.mailingList #name, .mailingList #address, .mailingList #city, .mailingList #message, .mailingList #nameEmailList, .mailingList #messageEmailList, .mailingList #email {
	border: 1px solid #d4d4d5;
	font-size: .9em;
	padding: 3px;
	}
	
.mailingList #zip {
	width: 45%;
	border: 1px solid #d4d4d5;
	font-size: .9em;
	padding: 3px;
	}
	
.tableDivider {
	border-right: 1px solid #d4d4d5;
	}
	
.vertAlignTop {
	vertical-align: top;
	}
	
.carListings td {
	text-align: center;
	padding: 10px 14px;
	}


.coupon-container  {
	width: 310px;
	float: left;
	margin: 0 0 40px 15px;
	position: relative;
}

.coupon {
	border: 3px dashed #999999;
	padding: 10px 10px 20px 10px;
	}
	
.coupon h2 {
	font-size: 1.6em;
	color: #6a8db1;
	text-align: center;
	margin-bottom: 10px;
	}
	
.coupon h3 {
	font-size: 1.5em;
	text-align: center;
	color: #666666;
	margin-bottom: 10px;
}
	
.coupon h4 {
	font-size: 1.2em;
	text-align: center;
	color: #666666;
	margin-bottom: .9em;
	}
	
.coupon h5 {
	text-align: center;
	margin-bottom: .9em;
	}
	
.coupon p {
	font-size: .8em;
	}
	
.couponBtn {
	text-align: center;
	margin-top: -15px;
	}
	
.viewAll {
	float: right;
	margin-right: 15px;
	}
	
.vehicleOptionList {
	float: left;
	padding: 10px 20px;
	width: 27%;
	word-wrap:break-word;
	}
	
.searchResult {
	border-bottom: 1px solid #d4d4d5;
	padding: 15px 8px;
	}
	
.resultDetails {
	padding: 5px 0 0 0;
	font-size: .9em;
}
.resultDetails img{
	margin: 0px 5px;
}
	
.searchResultImg {
	background: url(../images/userProfilePicBg.gif) top left no-repeat;
	padding: 9px;
	vertical-align: middle;
	float: left;
	}
	
.searchOptions {
	float: right;
	}
	
.searchOptions table {
	width: 180px;
	}
	
.searchOptions td.icon {
	text-align: right;
	}
.searchOptions td{
    width:50%;
}
.searchOptions.indSale td{
	width:100%;
}
	
.searchResultsPage {
	float: right;
	padding: 10px;
	}
	
.searchResultsHeading {
	border-bottom: 1px solid #d4d4d5;
	}
	
.fontNormal {
	font-weight: normal;
	}
	
#searchResults .pageNumFoot {
 	margin: 20px 0 0 0;
 	text-align: center;
 	border-top: none;
 	padding: 5px 0 50px;
 	font-weight: bold;
 	}


.searchGroup, .searchShop, .searchProfile {
	padding-top: 4px;
	margin-left: 80px;
	}
	
.aboutUser {
	margin-left: 280px;
}

.aboutUser table td {
	border-bottom: 1px solid #d4d4d5;
	padding: 4px 4px 4px 0;
	vertical-align: top;
	}
	
.aboutUser p {
	margin: 8px 0;
	}
	
#community .userProfilePic {
	padding: 15px;
	float: left;
	}
	
.myRideRating {
	width: 146px;
	padding-top: 35px;
	font-size: 1.8em;
	text-align: center;
	}

.myRideScore {
	float: right;
	width: 174px;
}

.myRideScore .contentG {
	padding: 0;
}

.myRideScore h5 {
	font-size: .7em;
	color: #526e8f;
}
	
.smallText {
	font-size: .5em;
	}
	
.smallHeading {
	font-size: .6em;
	}
	
#community .section h1 {
	margin: 15px 0 10px 0;
	font-size: 1.5em;
	}
	
#community .section .myRideDescription {
	/*margin: 0 0 0 326px;*/
	margin: 0 0 0 300px;
	}
	
.bumper {
	background: #fff url(../images/bumperHeading.gif) top left no-repeat;
	padding: 60px 24px 10px 24px;
	border: 1px solid #aeaeae;
	}
	
.bumper h3 {
	margin: 28px 0 0;
	}
	
.bumperSticker {
	background: #e3ecf0;
	padding: 8px 15px;
	float: left;
	border: 1px solid #cfcfd0;
	margin: 0 0 15px 0;
	}
	
.bumperStickerPic {
	float: left;
	text-align: center;
	width: 125px;
	/*<LANDO>*/
	
	/*</LANDO>*/
	}
	
.bumperStickerText {
	margin-left: 140px;
	padding: 5px 0 0 0;
	}
	
.bumperStickerWrapper {
	float: left;
	}
	
.bumperStickerForm {
	border: 1px solid #b7b9bc;
	padding: 10px;
	}
	
a.ripStickerOffBtn:link, a.ripStickerOffBtn:visited {
	background: url(../images/ripStickerOffBtn.gif) top left no-repeat;
	display: block;
	height: 26px;
	width: 141px;
	}
	
a.ripStickerOffBtn:hover, a.ripStickerOffBtn:focus {
	background: url(../images/ripStickerOffHover.gif) top left no-repeat;
	}
	
.dateTime {
	float: right;
	color: #587ba0;
	margin: 10px 0 0 0;
	}
	
.bumperStickerTextArea {
	width: 99%;
	height: 134px;
	padding: 2px;
	border: 1px solid #b7b9bc;
	}
	
.gps {
	width: auto;
	padding: 3px 0;
}

.gps .gps {
	background: #fff url(../images/doctorsScoreBg.jpg) 0px 0px repeat-x;
}

.gpsMap {
	margin: 0 0 0 4px;
	}
	
.gpsMarker {
	float: left;
	margin: 1px 4px;
	padding: 0 5px;
	text-align: center;
}
	
.friend {
	float: left;
	padding: 4px;
	width: 84px;
	}
	
.contribBy {
	}
	
.contributions a {
	font-weight: normal;
	}
	
#discussions {
	padding-top: 5px;
	}
	
#discussions h2 {
	margin: 10px 0 15px 2px;
	}
	
hr {
	display: block;
	height: 1px;
	color: #c9c9c9;
	background-color: #c3c3c3;
	margin: 5px 0 10px 4px;
	border: 0;
	}
	
#discussions hr {
	height: 1px;
	color: #c9c9c9;
	background-color: #c3c3c3;
	margin: -5px 0 0 4px;
	border: 0;
	} 
	
.DiagnoseLeftCol {
	float: left;
	/* LANDO
	border-right: 1px solid #d3d3d3;
	*/
	width: 45%;
	padding: 10px;
	margin: 15px 0 0 0;
	}

.DiagnoseRightCol {
	float: left;
	/* <LANDO>*/
	border-left: 1px solid #d3d3d3;
	/*</LANDO>*/
	width: 45%;
	padding: 10px;
	margin: 15px 0 0 0;
	}
	
.DiagnoseRightCol ul, .DiagnoseLeftCol ul, .DiagnoseSingleCol ul {
	padding: 15px 0 30px 15px;
	}
	
.DiagnoseRightCol li, .DiagnoseLeftCol li, .DiagnoseSingleCol li {
	list-style-image: url(../images/squareBullet.gif);
	margin: 0;
	padding: 0;
	}
	
.DiagnoseSingleCol {
	padding: 10px;
	margin: 15px 0 0 0;
	}
	
.DiagnoseSingleCol .problem {
	padding-left: 2em;
	}

.probListButton {
	float: right;
}

.probDesc {
	background: #eaeaea;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin-bottom: 10px;
}

	
#discussions .forum-Shadow {
	background: url(../images/contentBackgrounds/discussion-Shadow.png) top left repeat-y;
	margin: 10px 0 5px 0;
	padding: 0 12px 0px 4px;
	}
	
#discussions .forum-Top {
	background: url(../images/contentBackgrounds/discussion-Top.png) top left no-repeat;
	height: 4px;
	}
	
#discussions .forum-Bottom {
	background: url(../images/contentBackgrounds/discussion-Bottom.png) bottom left no-repeat;
	height: 8px;
	}
	
#discussions .postContent {
	padding: 15px 20px;
	margin-left: 155px;
	border-left: 1px solid #9f9f9f;
	}
	
#discussions .postContent p {
	margin-bottom: 15px;
	}
	
.discussionTitle {
	color: #668fb9;
	}
	
.groupName,
.groupDateFounded {
	font-weight: bold;
}

.groupDescription {
	margin-left: 290px;
	}
	
.groupStats {
	float: left;
	width: 264px;
	background: #fff url(../images/doctorsScoreBg.jpg) bottom left repeat-x;
}
	
.mainHead {
	font-weight: bold;
	/*<LANDO>*/
	font-size:1.7em;
	/*</LANDO>*/
	}
	
.subHead {
	font-weight: bold;
	}

.photos {
	/*
	border: 1px solid #cfd1d3;
	background: #fff;
	padding: 10px 0 10px 10px;
	margin: 5px 0 0 2px;
	*/
	background: #FFFFFF;
	padding: 25px 15px;
	border: solid 1px #b7b7b8;
	
	}
	
	
.commentForm {
	border: 1px solid #b7b9bc;
	padding: 10px;
	background: #fff;
	margin: 0 0 0 2px;
	}
	
.commentTextArea {
	width: 680px;
	height: 134px;
	padding: 2px;
	border: 1px solid #b7b9bc;
	}

	
.ratingNumber {
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.7;
	}
	
.starRating {
	padding: 0 0 15px 20px;
	}
	
.rateBtn {
	float: right;
	margin-top: -10px;
	}
	
.noTopMargin {
	margin-top: 14px;
	}
	
#zipCode2 {
	width: 200px;
	float: left;
	margin: 10px 5px 0 0;
	}
	
.productPhotos td {
	padding: 10px 10px 10px 10px;
	width: 180px;
	}

	
#addToPrintListPreload {
	background: url(../images/addToPrintListBtnHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#removePrintListPreload {
	background: url(../images/removeFromPrintListBtnHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#backBtnPreload {
	background: url(../images/backBtnHover.png) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#forwardBtnPreload {
	background: url(../images/forwardBtnHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#goBtnPreload {
	background: url(../images/goBtnHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#xPreload {
	background: url(../images/xHov.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#agreePreload {
	background: url(../images/agreeHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#invitePreload {
	background: url(../images/inviteHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#newTopicPreload  {
	background: url(../images/newtopicHover.jpg) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#replyPreload  {
	background: url(../images/post_replyHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#joinPreload {
	background: url(../images/joinHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#postCommentPreload {
	background: url(../images/postCommentHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#ripOffPreload {
	background: url(../images/ripStickerOffHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
#slapOnPreload {
	background: url(../images/slapItOnHover.gif) top left no-repeat;
	position: absolute;
	left: -5000px;
	}
	
/* split page styles */
	

.splitCol-container {
	width: 484px;
	float: left;
	margin: 14px 0 0 0;
}

.splitColRight,
.splitColLeft {
	background: #d9d9d9 url(../images/contentBackgrounds/contentF-Bg.gif) top left repeat-x;
	padding: 1px 15px 15px 15px;
	}

.splitLeft {
	margin: 14px 2px 0 5px;
}
	
.splitCol-container p {
	margin: 10px 0;
	}
	
.splitCol-container p.tagline {
	margin: 0;
	}
	
#container .splitShadow h1 {
	margin: 0;
	}
	
.splitCol-container .headingImage {
	margin: 0;
	}
	
.splitCol-container .headingImage img {
	display: block;
	}
	
.splitSearch {
	margin: 10px 0;
	text-align: center;
}

.splitSearch .goBtn {
	float: none;
	vertical-align: middle;
	}
	
#searchListings1, #searchListings2 {
	margin: 5px 5px 0 0;
	}
	
#container .splitShadow .goBtn {
	float: left;
	}
	
.splitInnerSection-container {
	margin-top: 45px;
}

.splitInnerSection {
	border: 2px solid #c9c9c9;
	/*background: #f5f5f5 url(../images/contentBackgrounds/tabbedContentBg.gif) top left repeat-x;*/
	}
	
.splitInnerSection td {
	padding: 10px 4px 4px 4px;
	text-align: center;
	}
	
.split-title {
	display: block;
	}
	
.splitInnerSection table {
	margin: 5px;
	padding: 10px 0;
	}
	
.splitInnerSection table .postImage {
	margin-left: 4px;
	}
	
.splitInnerSection .miniForum tr {
	background: #fff;
	}

.splitInnerSection .miniForum td {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #b7b9bc;
	}
	
.splitInnerSection .miniForum .lastRow td {
	border-bottom: none;
	}

.splitInnerSection .miniForum {	
	border: 1px solid #b7b9bc;
	margin: 6px;
	padding: 0;
	}
	
.splitInnerSection .miniForum th {
	background: url(../images/forumHeader.gif) top left repeat-x;
	height: 25px;
	color: #fff;
	text-align: left;
	padding: 5px;
	}
	
.splitInnerSection .miniForum .grayBg {
	background: #eaeaea;
}
	
.splitInnerSection a {
	z-index: 1000;
	}
	
.splitInnerSection .newTopicBtn {
	float: right;
	padding: 0 10px 8px 0;
	}

.splitPageNav {
	text-align: center;
	}

#splitpage #container {
	overflow: hidden;
	}
	
#splitpage h1 {
	margin: 15px 0 0 0;
	font-size: 1.5em;
	}
	
#splitpage .forumBg  {
	background: url(../images/contentBackgrounds/contentF-Bg.gif) bottom left repeat-x;
	}
	
.forumBgInner {
	border: 1px solid #fff;
	}
	
h1.pHead {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0;
	}

p.pSubhead {
	font-weight: normal;
	font-size: 1.3em;
	font-style: oblique;
	margin-top: -2px;
	}

.innerSection-container {
	margin-top: 20px;
	}
	
.innerSection {
	border: 2px solid #c9c9c9;
	background: #f5f5f5 url(../images/contentBackgrounds/tabbedContentBg.gif) top left repeat-x;
	padding-bottom: 25px;
	}
	
.innerSection .viewAll {
	
	}
	.innerSection-container .introParagraph {
	margin: 0 5px;
	}
	
.innerSection-container .introParagraph p {
	margin: .75em 0;
	}
	
.hqForm-container {
	/*padding: 15px 0 0 0;*/
	}
	
.hqForm td {
	padding: 2px 1%;
	width: 48%;
	}

.hqForm input,
.hqForm textarea {
	padding: 5px;
	border: 1px solid #b2b2b2;
	margin: 4px 0 12px 0;
	width: 90%;
	}

.hqForm input.submitBtn {
	width: auto;
	margin-bottom: 0;
	}

.hqForm span.alertRequired {
	color: #ff0101;
	}

.hqForm span.requiredText {
	color: #960919;
	font-weight: bold;
	}

.hqForm input.alertRequired {
	border: 1px solid #ff0101;
	}
.hqForm select{
    margin: 4px;
    padding: 3px;
}
.hqForm .whatsThis {
	position: relative;
	vertical-align: top;
	}

.hqForm label {
	font-size: .9em;
	}

.hqFormMessageError {
	padding: 2px 0 0 27px;
	background: url(../images/error_icon_hq.gif) top left no-repeat;
	color: #9d030d;
	margin-bottom: 15px;
	}

#carpedia .hqFormMessageError h4,
#carpedia .hqFormMessageSuccess h4{
	display: inline;
	font-size: 1.3em;
	border:0;
	}

.hqFormMessageError h4,
.hqFormMessageSuccess h4{
	display: inline;
	font-size: 1.3em;
	}

.hqFormMessageSuccess {
	padding: 2px 0 0 27px;
	background: url(../images/success_icon_hq.gif) top left no-repeat;
	color: #108c0a;
	margin-bottom: 15px;
	}
.userInfo {
	padding: 0 0 0 10px;
	}
	
.hqPic {
	margin-right: 10px;
	}

.textMargins {
	margin: 8px 0;
	}
	
#hq .forum {
	padding: 0;
	margin-top: 40px;
	}
	
#hq .forum table {
	border: 1px solid #b7b9bc;
	border: 1px solid #fff;
	background: #fff;
	}
	
#hq .forum .tableBorder {
	border: 1px solid #b7b9bc;
	}
	
.solidGray {
	background: #d9d9d9 none;
	padding: 5px;
}
	
p.tos {
	font-size: .9em;
	height: 67px;
	overflow: auto;
	}
	
.important {
	color: red;
	}
	
#agreeToTOS {
	padding: 8px 8px 8px 80px;
	}
	
#agreeToTOS input {
	vertical-align: middle;
	}
	
.searchTOS {
	float: right;
	font-size: .9em;
	padding: 15px 25px 0 35px;
	width: 300px;
	}
	
#hq .searchTOS #searchAgain {
	width: 200px;
	margin: 7px 0 0 0;
	}
	
#nestedLists li a, #nestedLists li span {
	padding-left: 15px;
	color: #668fb9;
	cursor: pointer;
	font-weight: normal;
	}

.topLevelLiClosed{
	cursor: pointer;
}	
.topLevelLiClosed  span.listClosed {
	background: url(../images/listClosed.gif) top left no-repeat;
	}
	
#hq_location{
	background:#DDDDFF;
}	
	
#nestedLists .topLevelLi span.listClosed {
	background: url(../images/listOpen.gif) top left no-repeat;
	color: #777;
	}
	
.hidden ul {
	position: absolute;
	left: -10000px;
	top: 16px;
	}
	
.tosBg {
	background: #fff url(../images/tosBg.gif) bottom left repeat-x;
	}
	
.agreeBtn {
	margin-left: 20px;
	}
	
#invite input {
	margin: 4px 0 10px 0;
	padding: 2px;
	}
	
#nestedLists {
	width: 97%;
	}
	
#nestedLists li {
	list-style: none; 
	padding: 7px 0 7px 7px;
	position: relative;
	border-top: 1px solid #c5c7c9;
	}
	
#nestedLists li ul li {
	border: none;
	padding: 4px;
	}
	
#nestedLists li ul li a {
	padding-left: 0;
	}
	
ul.innerList {
	padding: 5px 5px 5px 30px;
	}
	
/********************MARK ALTERED****************************/
.forum .createdPost,
.forumNew .createdPost {
	font-size: .8em;
	}

.groupName {
	font-size: 1.6em;
	}

.fastlaneItem .octane {
	padding: 9px 0;
	}

/********************MARK ADDED****************************/	
/********************fastlaneItemTwo mimics fastlaneItem for the general search, but changes the top border to match the results****************************/	
.fastlaneItemTwo {
	padding: 12px 0 12px 0px;
	}
	
.fastlaneItemTwo .octane {
	background: #fff url(../images/octaneBg.gif) top left repeat-x;
	margin: 0 0 0 4px;
	width: 68px;
	font-size: 1.1em;
	color: #6a8db1;
	text-align: center;
	padding: 9px 0;
	font-weight: bold;
	float: left;
	border: 1px solid #cfcfd0;
	}
	
.fastlaneItemTwo .octaneNumber {
	font-size: 1.6em;
	}

.fastlaneItemTwo .postedBy {
	padding: 5px 0 0 0;
	}
	
.fastlaneItemTwo .userProfilePic {
	margin-right: 9px;
	float: left;
	}	
.mailingList #state {
	border: 1px solid #d4d4d5;
	font-size: .9em;
	padding: 3px;
	}
.goBtn3{
	float: none;
	vertical-align: middle;
	margin-left: 4px;
	}
.tab a{
	color: #FFFFFF;
	text-decoration:none;
	width:100%;
}
#article_list2 {
	height:125px;
	margin-bottom:10px;
	overflow:auto;
	width:95%;
}
div.toolboxStart{
	position: absolute;
	/*top: 1220px;*/
	top: 1130px;
}
div.toolboxFixed{
	position: fixed;
	top: 0px;
}
/***************THIS IS FOR DIAGNOSE A PROBLEM***************************/	

.article_editing li{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	}
.article_editing_heading {
	cursor: pointer;
	}
.article_editing_content input {
	border: 1px solid #999;
	padding: 2px;
	font-size: 1em;
	margin: 2px 2px 4px 2px;
	}
.rage {
	background: #FF0000;
	color: #FFFFFF;
	}
.rage a{
	color: #FFFFFF;
	}
.esc {
	background: #000000;
	color: #FFFFFF;
	}
.esc a{
	color: #FFFFFF;
	}
.half {
	width:50%;
	}
.emptyRes {
	font-size: 1.1em;
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 5px;
	font-weight:700;
	}
.resHolder{
	margin: 5px;
	margin-bottom:15px;
	text-align:center;	
	border: 1px solid #e6e6e6;
	background: #d2d2d2;
	padding: 1px;
	}
.blogFooter{
	padding: 10px 0px;
	width:100%;
	}
.blogFooterNewer{
	width:50%;
	margin-left:50%;
	text-align:right;
	}
.blogFooterOlder{
	float:left;
	width:50%;
	}
.breaker {
	word-wrap:break-word;
	break-word:break-all;
	}
.whole{
	width:100%;
	}
.dash_indicator_rage_button input{
font-style: italic; 
font-weight:800; 
color: red;
}
.imgInfo{
	margin: 10px 5px;
	}
.imgInfo h2{
	font-size: 1.2em;
	}
.imgInfo p{
	padding: 1px 4px;
	}

.refImage{
	border: 1px solid #e6e6e6;
	background: #d2d2d2;
	padding: 1px;
	}

.refImageB {
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 5px;
	padding: 10px;
	text-align:center;
	}
.btn input {
	vertical-align: middle;
	}

.groupPicMenu{
	font-size:0.8em;
}
.groupPicMenu a{
	padding: 0 5px;
}	

/* styles for tabs that link to new pages rather than toggle visibility using js */

.tabLink a , .tabLink a:visited, .tabLink a:hover, .tabLink a:link, .tabLink a:active{
	padding: 10px 10px 5px;
	width: 105px;
	display: block;
	/*<LANDO>*/
	text-decoration:none;
	/*</LANDO>*/
	color: #fff;
	}
	
.tabLink {
	float: left;
	list-style: none;
	background: url(../images/tabBg.jpg) top left no-repeat;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
	line-height: 13px;
	letter-spacing: -1px;
	}
	
.selectedTabLink {
	cursor: auto;
    background: #fff;
    color: #686868;
    border-top: 1px solid #b7b7b8;
    border-left:1px solid #b7b7b8;
    border-right: 1px solid #b7b7b8;
    padding: 10px 10px 5px;
    width: 105px;
    }
.refHeader{
	font-size:1.4em;
	
}

	
.contentI-container {
	float: left;
	margin-left: 3px;
	width: 658px;
}

.contentI {	
	background: #d9d9d9 url(../images/contentBackgrounds/gradient_bg_F.jpg) 0px 0px repeat-x;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 1.1em;
	position: relative;
	
	}
	
.contentI h1, .contentI-WhiteBg h1 {
	padding: 5px 0;
	}

.contentJ-container {
	width: 312px;
	margin: 16px 0 0 4px;
	
}

#rightCol .contentJ-container {
	padding: 0;
	margin: 17px 0 0;
}

#rightCol .contentJ-container .contentJ{
	margin: 0;
	padding: 8px;
}

#leftColCity{
	width: 661px;
	margin: 14px 0 0 0;
	padding: 0;
	
	}

.contentJ {	
	
	border: 1px solid #fff;
	padding: 10px;
	overflow:auto;
	height: 457px;
}
.contentJ-title {
	margin: 0;
	display: block;
	}
p.contentJ-title {
	color: #668fb9;
	top: -13px;
	left: 55px;
	font-size: .9em;
	font-weight: bold;
	}
.titleAppend{
	font-size: 65%;
}
.titleAppend2{
	font-size: 70%;
}
.titleAppend3{
	font-size: 75%;
}

.vehicleSpecific{
	font-weight:bold;
	margin-bottom:5px;
	font-size: 15px;
}

.contentG p{	
	margin-bottom: 4px;
}
.contentF p{	
	margin: 8px 0;
}

.summaryBox{
	font-size:75%;
}
.summaryBox tr{
}
.summaryBox td{
	word-wrap:break-word;
	padding: 3px 2px;
}
.summaryBox table{
	width:100%;
	border-spacing:4px;
}
.messageTable{
	width:100%;
	cellspacing: 0;
	}
.messageTable tr{
	cursor:pointer;
	background-color:#d9d9d9;
	border: solid 1px green;
	}
tr.newMessage {
	background-color:white;
	font-weight:bold;
	}	
.aLeft p{
	margin: 8px 15px;
	padding:0 10px;
	}
div#shop_agreement ul,div#terms_of_use ul,div#privacy_policy ul, div#shop_agreement ol,div#terms_of_use ol,div#privacy_policy ol{
	padding:0px 60px 10px;
	}
	
div#privacy_policy h3,div#shop_agreement h3,div#terms_of_use h3{
	font-weight: bold;
	font-size: 1.17em;
}

div#privacy_policy h4, div#shop_agreement h4, div#terms_of_use h4{
	text-decoration: underline;
	font-size: 1em;
}
	
.paymentList {
	padding:10px 35px;
	}
h2.pHead {
	margin-top: 14px;
	}
	

.contentK-container {
	/*float: right;*/
	width: 300px;
	margin-left: 628px;

	width: 305px;
	margin-left: 635px;

	
}

.contentK {	
	
	border: 1px solid #fff;
	padding: 10px;
}
.contentK-title {
	margin: 0;
	display: block;
	}
p.contentK-title {
	color: #668fb9;
	top: -13px;
	left: 55px;
	font-size: .9em;
	font-weight: bold;
	}

.contentL-container {
	margin: 39px 0 0 5px;
	width: 975px;
}

.fullWidth .contentL-container {
	margin: 0 0 0 5px;
}

.contentL {	
	border: 1px solid #fff;
	padding: 10px;
}

.locationForm {
	margin: 13px;
	}
.locationSort {
	margin: 10px 13px;
	}
.imgMiddle {
	vertical-align:middle;
	}

.contentM-container {
	margin-left:640px;
	width:300px;
	
}
	
.contentM {	
	
	border: 1px solid #fff;
	padding: 10px;
}
	
.solidWhite {
	background: #fff none;
	}

.borderless{
	border:0;
	}

.PayPal{
	text-align:center;
	
	}
.PayPal input{
	padding: 5px;
	border: 0;
	margin: 4px 0 12px 0;
	width: 107px;
	
	}

input.formCheckBox{
	float:left;
	margin:3px;
	width:14px;
	}

.signUpList li{
	/*font-weight: bold;*/
	}

.signUpList ul{
	padding: 0 30px 15px;
	/*list-style: none;*/
	}
.directoryList {
	margin-left: 305px;
	}
.directoryListLeft {
	width: 305px; 
	float:left;
	}
.newsTitle {
	margin-left: 48px;
	}
.checkboxInput {
	/*margin:4px 0 12px; */
	padding:5px;
	}
#get_make, #get_model{
	float:left;
	width:250px;
	margin: 4px;
	}
#get_year{
	width:140px;
	margin: 4px 4px 4px 516px;
	}
#get_extra{
	text-align: center;
	}
#get_make select, #get_model select, #get_extra select{
	width:250px;
	}
#get_year select{
	width:140px;
	}
#s_sale_type select, #s_get_make select, #s_get_model select, #s_get_year select, #s_get_extra select {
	width:169px;
	}
#loading, #s_loading{
	text-align:center;
	/*font-weight:bold;*/
}
#stars {
	text-align:center;
	margin:5px;
	}
#carSaleSortBar {
	padding: 3px;
	}
#carSaleSortBar {
	font-weight:bold;
	}
#carSaleSortBar a{
	font-weight:normal;
	}
#carSaleSortBar img{
	vertical-align:middle;
	padding: 3px;
	}
.nextLink{
	margin-left:600px;
	padding:230px 0;
}
.prevLink{
	float:left;
	padding: 230px 10px;
}
#currentPic{
position:relative;
}
.loadPic{
	display:none;
	}

.tinyPicBar {
	text-align:center;
}
.tinyPicBar img{
	margin:3px;
	cursor:pointer;
}
.tinyPic{
	border: solid 2px white;
	padding:2px;
	}
.tinyPicOn{
	border: solid 2px yellow;
	padding:2px;
	}
.photoBox{
	float:left;
	margin-left:17px;
	/*vertical-align:middle;
	position:relative;
	*/
	}

#caption{
	margin: 0 0 10px 185px;
	width: 300px;
	word-wrap:break-word;
}
.fastlaneUrl{
	color: #888888;
}
#selectMake select{width:250px;}
#selectModel select{width:250px;}
#selectYear select{width:80px;}
#selectExtra{width:250px;}

.docLoadingPic img{
	text-align:center;
}
.docLoadingPic{
	padding: 50px 0;
}
#rfmlToolBar{
	margin:3px;
}
#rfmlToolBar input{
	margin:3px;
	padding:3px;
	border: black;
	background: #486683;
	color: white;
	cursor:pointer;
	width:auto;
}
.colorBox{
	width:20px;
	height:20px;
	cursor:pointer;
}
.embedVideo{
	text-align:center;
	margin:10px 0 ;
}
.refEmbedVideoFrame{
	margin:5px;
	padding:10px;
	/*
	width:500px;
	width:308px;
	*/
	width:404px;
}
.refEmbedVideoHolder{
	background: #D2D2D2;
    border: 1px solid #E6E6E6;
    padding: 1px;
}
.refEmbedVideo{
	background: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 5px;
    text-align: center;
}
.sVehicle{
	width:33%;
	float:left;
	border:0;
	margin:0;
	padding:0;
	font-size:100%;
	word-wrap:break-word;
}
.sMake{
	border:0;
	margin:0;
	padding:0;
	font-size:1.4em;
	color:black;
}
.sModel{
	border:0;
	margin:0;
	padding:1px 7px;
	font-size:1.1em;
	color:#666666;
}
.sYears{
	border:solid 1px #dddddd;
	margin: 3px 5px;
	padding: 4px;
}
.sYears a{
	margin:0 2px;
	padding:0;
}
.allVehicles{
	margin-top: 9px;
}
.embedImage img{
	background: #FFFFFF;
	border: solid 1px #A1BBC8;
	padding:25px;
	margin: 5px 0 20px;
	margin: 5px;
}
.embedImage{
	margin-bottom: 20px;
}

.boxList ul{
	list-style:none;
}
.boxList li{
	margin:1px;
}

#boxLink {
	color: #668fb9;
	text-decoration: none;
	font-weight: bold;
	}
#boxLink:hover {
	text-decoration: underline;
	}
.boxContent p{
	font-size:120%;
	margin:5px;
}
.boxContent input{
	padding:4px;margin:4px; font-size:120%;
}
.missedField{
	/*background: #E00000;*/
	border:solid 2px #E00000;
}
.hqForm2 td {
	padding: 0 1%;
	width: 24%;
	}
#priceTable {
	width:100%;
}
#priceTable td{
	width:24%;
	padding: 5px;
	text-align:center;
}
.priceTable {
	/*width:100%;*/
}
.priceTable td{
	/*width:28%;*/
	padding: 5px;
	text-align:center;
}
#priceDesc{
	/*width:12%;*/
}
#priceDesc ul{
	text-align:left;
}
#priceDesc li{
	margin-left:20px;
	font-weight:normal;
}

.tableOn{
	background:#EFEFEF;
}
.accountSelected{
	background:#36AA4C; 
	color:white; 
	font-weight:bold; 
}
.selectPrice td{
	text-align:left;
}
.selectPrice div{
	margin: 4px 0;
}
.selectPrice label{
	font-weight:bold;
}
.selectPrice input{
	width:auto;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
/*not complete yet*/

.highlight{
	/*background: #DDDDFF;*/
	background: #D0D0FF;
}
.problemResultsBox{
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:5px;
	width:469px;
	position:absolute;
	background:#FFFFFF;
	left:134px;
	
}
.activeProblem {
	width:477px;
	font-size:150%;
	padding: 3px 0;
}
.noDisplay{
	display:none;
}
.pointer{
	cursor:pointer;
}
.grayStart{
	color:#888888;
}
.activeProbClose{
	border:solid 1px #668FB9; 
	padding: 1px;
	float:right;
}
.activeSelect{
	background:#E5E5FF;
}
.noProblemsList{
	border:1px solid #DDDDDD;
	padding:12px;
	text-align:center;
	width:670px;
	}
#fastlaneMiniTitle h2{
	margin-bottom:12px;
	}
.alignLeft{
	text-align:left;
}
.miniDocStep{
	font-size:120%;
	font-weight:bold;
}
#featuredArticle p {
	margin: 6px 0px;
}
.groupPicCaption{
	margin:7px 100px 4px 30px;
}

.mediaStory{
	margin:8px 4px;
	padding:5px;
	border-bottom: solid 1px #BBBBBB;
}
.mediaStory h2{
	color: #668fb9;
}
.mediaSite{
	color: #AAAAAA;
}
.mediaDate{
	color: #333333;
	font-style: italic;
	padding: 0 4px;
}
.mediaButtons{
	float:right;
	margin-right:20px;
}
.mediaContent{
	padding:3px;
}
.mediaContent p{
	padding:3px;
}
.bannerAdF{
	padding-top: 7px;
}
.bannerAdH{
	padding-bottom: 10px;
}
.forumAdminMenu{
	padding: 5px;
	margin: 2px;
	border-bottom: solid 1px #CCCCCC;
	font-size:12px;
}
.forumAdminMenu a{
	margin:0px 2px;
}
.forumTitle{
	margin:10px 20px;
}
.forumNav{
	float:right;
	margin: 5px;
	font-size:11px;
}
.forumNav a{
	margin:0 4px;
}
.forumIntro{
	margin: 4px 15px;
}
.forumIntro p{
	margin: 2px;
}
.loginComment{
	border: solid 1px #BBBBBB;
	text-align: center;
	padding: 50px;
	margin: 3px 10px;
	background:#F3F3F3;
	font-size:12px;
}
#rfLoginButton{
	text-decoration:none;
	border: solid 1px white;
	padding:2px;
	background:#668FB9;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	
}
#rfLoginButton:hover{
	border: solid 1px #668FB9;
}
#rfLoginButton img{
	vertical-align:middle;
}
#fbButton{
	text-decoration:none;
}
#fbLoginNav {
	padding:0;
	text-decoration:none;
	color:green;
}
#fbLoginNav li{
	padding:0;
	text-decoration:none;
	color:green;
}
#fbLoginNav a{
	padding:0;
	text-decoration:none;
	color:green;
}

#topicTitle{
	margin:5px;
}

#forumToolbar {
	/*border-bottom: 1px solid #d4d4d5;*/
	font-size: 11px;
	}
	
#forumToolbar li {
	float: right;
	list-style: none;
	}
	
#forumToolbar li img {
	vertical-align: middle;
	}
	
#forumToolbar a {
	padding: 3px;
	display: block;
	}
#forumSearchCheckbox{
	color:black;
	font-size:8px;
	margin:3px;
}
#forumSearchCheckbox span{
	margin: 0 8px;
}
#forumSearchCheckbox label{
	color:black;
	vertical-align:middle;
}
#searchFilterNav{
	font-size:11px;
	margin:2px 8px;
}
#searchFilterNav a{
	margin:0 5px;
}
.flagPost a{
	font-size: 80%;
	color:white;
}
.flagPost img{
	vertical-align:middle;
}
.imageSourceLink{
	font-size:80%;
}
.imageSourceLink2{
	font-size:85%;
}
.roadFlareMessage{
	
	font-weight:bold;
	font-size:120%;
	background: #FFFFFF;
}
.roadFlareMessage a{
	
}

.roadFlareMessage p,.roadFlareMessageRead p{
	margin: 1px;
	margin-left: 15px;
}

.roadFlareMessageRead{
	background: #E6E6E6;
}
#flareTable{
	width: 100%;
	margin:5px;
	border:solid 1px #C9C9C9;	
}
#flareTable td{
	margin:9px;
	border-top:solid 1px #C9C9C9;	
	border-bottom:solid 1px #C9C9C9;
}
.flareCrumbs{
	font-size:9px;
	margin:7px;
}
#noFlares{
	width:100%;
	margin: 25px 0;
    padding: 45px 0;
	text-align:center;
	border:solid 1px #C9C9C9;
	background: #EEEEEE;
	font-size:18px;
}
#flareActions,#flareSuperActions{
	margin:10px 0;
	background:#E6E6E6;
	border:solid 1px #C9C9C9;
	padding:8px;
}
#flareActions input,#flareSuperActions input {
	margin-left: 7px;
}
#flareSelect a{
	margin-left: 3px;
}

.road_flare{
	border: solid 1px #CECECE;
	margin: 5px 15px;
	padding: 5px;
}

#goBackRideManager{
	margin: 12px 5px;
}

.goBack{
	margin: 12px 5px;
}

.ride_manager_check{
	margin: 12px 0px 8px 0px; 
}
.ride_manager_check input{
	vertical-align:middle;
}
.ride_manager_check label{
	font-weight:bold;
}
.ride_manager_check span{
	margin: 0px 3px; 
}

.serviceHistoryItem {
	margin: 10px 5px; 
	padding: 5px;
	border: solid 1px #EFEFEF;
}
.serviceHistoryItem p{
	margin:2px;
}
.serviceHistoryItem h2{
	color: #000000;
	font-size:17px;
}
.serviceHistoryItem span{
	margin-left:5px;
	font-size:11px;
}
.serviceHistoryItemCost {
	float:right;
	color:green;
	margin-right: 20px;
	font-weight:bold;
}
.serviceHistoryItemWarranty {
	font-weight:bold;
}
.serviceHistoryItemWarranty2 {
	font-weight:bold;
}
.serviceDetailsWarranty2{
	margin: 6px 10px;
}
.serviceDetailsWarranty2 h3{

}
.serviceDetails{
	padding: 10px;
}
.serviceDetails h2{
	color:#000000;
	margin: 6px 0px;
}
.serviceDetailsCost{
	float:right;
	color: green;
	font-weight:bold;
	font-size: 20px;
	margin-right:75px;
}
.serviceDetailsHistory{
	color: green;
	font-weight:bold;
	font-size: 20px;
	margin:12px;
}
.serviceDetailsHistory span{
	color: black;
	margin:5px;
	font-size: 12px;
}
#allTimeCost{
	margin:8px;
	border-bottom: solid 1px #DCDCDC;
	font-size: 18px;
    padding: 8px;
}
#allTimeCost span{
	font-weight:bold;
	color:green;
}
.moreYearsLink{
text-align:right; 
font-size:12px;
}
.serviceDetailsDate{
	margin: 6px 4px;
}
.serviceDetailsShop{
	margin: 2px 15px 10px;
}
.serviceDetailsWarranty{
	margin: 6px 15px;
}
.serviceDetailsWarranty h3{

}
.warn{
	font-weight:bold;
	color:red;
}
.serviceDetailsDesc{
	margin: 8px 15px 20px;
}
.rm_services{
	margin: 12px 1px;
	font-size: 15px;
}
#carStatus{
	text-align:center;
	margin: 30px 10px;
}
#carStatusButton{
	float:right;
	margin-top: 5px;
	margin-right: 105px;
}
.grayText{
	color:#707070;
}
.rm_address p{
margin: 2px 8px;
}
.rm_main div{
margin: 6px 0px;
}
.rm_status{
	margin: 15px 70px;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}

.rm_status div{
	color:#555555;
	text-align:right;
	margin-right:30px;
	padding: 3px;
}
.rm_status a{
	font-size: 10px;
    margin: 4px 7px;
	text-decoration:none;
}
.qr_rm_status{
	margin: 15px 30px;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}

.qr_rm_status div{
	color:#555555;
	text-align:right;
	margin-right:30px;
	padding: 3px;
}
.qr_rm_status a{
	font-size: 10px;
    margin: 4px 7px;
	text-decoration:none;
}

#show_more_status, #show_more_flares, #show_more_fuel
{
	padding:12px;
	text-align:center;
	/*default size. change by adding a new one*/
	margin: 24px 70px;
	border:solid 1px #D9D9D9;
	background: #F9F9F9;
}
#show_more_status img, #show_more_flares img, #show_more_fuel img
{
	vertical-align:middle;
}
#show_more_flares
{
	margin: 24px 15px;
}

#noticeHolder
{
height:15px;
text-align:center;
}
.rm_checkbox{
	margin:3px 15px;
	float:left;
}
.rm_checkbox input{
	width:13px;
}
#pictureInput
{
	border: 0;
	width:auto;
	margin:15px;
}
#changePictureForm{
	margin:15px;
}
#changePictureForm img{
	vertical-align:middle;
}
#changePictureForm a{
	margin:10px;
}
.makesServiced {
	width:100%;
	padding:5px;
}
.makesServiced div{
	width:20%;
	font-weight:bold;
	float:left;
}
.makesServiced input {
	text-align:center;
	width: 20%;
	margin:3px 0;
}
.services_make{
margin-top:4px;
font-size:12px;
}
.rowOff{
background: #FFFFFF;
}
.rowOn{
background: #DDDDDD;
}
.rowHeader{
	border-bottom: solid 1px #DDDDDD;
}
.rowHeaderItem{
	width:20%;
	font-weight:bold;
	float:left;
	padding:10px 0;
	text-align:center;
}
.miniTabs{
	margin:6px 2px;
}
.service_suggestion
{
	padding:5px;
	margin:5px;
	border: solid 1px #DDDDDD;
}
.suggested_price{
	margin: 6px;
	margin-right: 30px;
	color: green;
	font-weight:bold;
	float:right;
}

.status_info
{
	font-size: 10px;
}
#request_notice
{
height: 14px;
font-weight:bold;
text-align:center;
margin: 2px;
}
.rm_user_result{
	margin:5px;
	padding:15px;
	border-bottom: solid 1px #DDDDDD;
}
.rm_user_search_header{
	font-size: 1.3em; 
	font-style: oblique; 
	margin-top: 15px;
}

.indexTab{
	padding: 34px 5px;
	text-align:center;
	background:#DDDDDD;
	cursor:pointer;
}
.indexTabActive{
	padding: 34px 5px;
	text-align:center;
	background:#FFFFFF;
	color:#000000;
	font-weight:bold;
}
#home_content
{
	margin-left:130px;
	padding:5px 25px;
}
#home_content h1
{
	text-align:center;
	font-size:45px;
	font-style:italic;
	margin-bottom: 8px;
}
#home_content p
{
	margin:7px 3px;
}
#home_content ul{
	margin: 4px 5px 3px 15px;
}
#home_content ol{
	margin: 4px 5px 3px 30px;
}
#home_content img{
	margin:5px;
}
#home_content ul li{
	list-style:inside circle;
}
#home_content ol li{
	list-style:decimal;
}

#home_frame{
	border:solid 1px #CCCCCC;
}
#home_tabs{
	width:130px;
	float:left;
}

/*-------------------*/

#home_content2
{
	padding:5px 25px;
}
#home_content2 h1
{
	font-size:25px;
	font-style:italic;
	margin-bottom: 8px;
}
#home_content2 ul{
	margin: 4px 5px 3px 15px;
}
#home_content2 ol{
	margin: 4px 5px 3px 30px;
}
#home_content2 img{
	margin:5px;
}
#home_content2 ul li{
	font-size: 18px;
    list-style: circle inside none;
    margin: 10px;
}
#home_content2 ol li{
	list-style:decimal;
}
#home_video{
	float:right;
	margin: 5px 15px;
}
#registerButton {
	margin: 35px 10px 20px 175px;
}
#registerButton2{
	margin: 30px 0;
}
#registerButton a, #registerButton2 a{

	background-color: #DD0000;
	border: 1px solid #777777;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration:none;
	padding: 7px 20px;
	text-align: center;
}
#registerButton a:hover, #registerButton2 a:hover{
	background-color: #FF0000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.home_items{
	width:100%;
}

.home_item{
	width:20%;
	margin: 15px 13px 12px 0;
    width: 212px;
	float: left;
	border:solid 1px #668FB9;
	height: 300px;
}
.no_right_margin{
	margin-right:0;
}
.home_item img{
	text-align: center;
	margin-bottom:5px;
	border-bottom: dotted 5px green;
	border-top: solid 2px #AAAAAA;
	border-left: solid 2px #888888;
	border-right: solid 2px #444444;
	border-bottom: solid 2px #444444;
}
.home_item h3{
	text-align: center;
	margin: 0 14px;
}
.home_item p{
	font-size: 11px;
	margin: 7px 14px;
}
.home_item a{
	font-size: 12px;
}
.home_feed{
	width:439px;
	border:solid 1px #DDDDDD;
}
.home_feed p{
	margin: 7px;
}
.home_forum_crumbs{
	margin: 3px 15px;
	font-size: 11px;
}

.home_feed_title {
	padding: 5px;
	border-bottom:solid 1px #DDDDDD;
}
.home_feed_title h2{
	text-align:center;
	color: #000000;
	font-size: 19px;
}

.home_fastlane_octane{
	margin: 0 8px 0 0;
	height: 42px;
	width: 39px;
	padding-top: 8px;
	background: url(../images/numberBg.gif) top left no-repeat;
	text-align: center;
	color: #668fb9;
	font-weight: bold;
	margin-top:8px;
	float: left;
}
.home_fastlane_item, .home_forum_item{
	border-bottom:solid 1px #DDDDDD;
	padding: 5px 10px;
	margin-bottom: 5px;
	height:85px;
}
.home_fastlane_item p,.home_forum_item p,.home_feed_title p{
	font-size: 11px;
	margin:7px;
}
.home_fastlane_item h4{
	font-size: 12px;
}

.feature_toc{
	margin: 5px 0px 20px 35px;
}
.feature_toc ul{
	list-style:none;
}
.feature_toc li{
	margin: 5px;
	font-size: 18px;
}
.feature_toc a:hover{
	text-decoration:none;
}
.feature_item{
	clear:both;
	margin: 45px 15px;
}

#feature_page{
}
#feature_page h1{
	text-align:center;
	font-size: 40px;
}
#feature_page h2{
	color:black;
}
#feature_page h3{
	color:green;
}
#feature_page h4{
}
.feature_item ul{
	margin: 5px 15px 5px 35px;
}
.feature_item li{
	font-size: 18px;
	margin: 8px 620px 8px 0;
}
#tutorial_overlay{
	
	background: none repeat scroll 0 0 #DDDDFF;
    border-top: 2px solid #668FB9;
    height: 50px;
    padding: 0.5em 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
	
}

#feature_page img{
	margin: 10px;
	border: solid 2px #668FB9;
	width: 600px;
	height: 333px;
	float:right;
	cursor: hand;
	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
.lightbox_image
{
	text-align:center;
	margin: 15px;
	border: solid 2px #668FB9;
	cursor: hand;
	cursor: pointer;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}
.lightbox_image_holder{
	width:934px; 
	height: 534px;
	text-align:center;
}
/*-------------------*/

.tabSeparator
{
	border-bottom: solid 1px #BBBBBB;
}
#socialButtons
{
	/*margin:16px 10px 36px;*/
	margin:16px 500px 36px 10px;

}
#socialButtons div
{
	float:right;
	margin-left:5px;
	display: inline-block;
	width:auto;
	
}
.homeImage
{
	float:right;
	margin:5px;
}
#repairCities{
	margin:0;
}
#repairCities ul
{
	float:left;
	width:23%;
	margin:5px;
}
#repairCities li
{
	list-style:none;
	text-align:center;
}
#repairCities a
{
	font-size:13px;
}
#qrLogin {	
	font-size: 14px;
	}
#qrLogin p{	
	margin: 8px 0;
}

#qrLogin h1{
	padding: 5px 0;
	}
#qrStubContent{
	margin: 20px 0 0 255px;
}
#qrStubContent h3{
	margin: 0;
}
#qrStubContent div{
	margin: 3px;
}
#qr_vechile_name {
	margin: 3px;
	font-size: 15px;
}
#qr_data p{
	margin: 10px 15px;
}
#qr_form{
	text-align:center;
	margin: 5px 0;
}
#qr_form input{
	padding:5px;
	font-size: 17px;
}
#size{
	margin:15px 5px;
	font-size:17px;
}
#slideshow{
	float:right;
	/*
	cursor: pointer;
	*/
}
#slideshow img{
	margin: 8px;
	padding: 5px;
	border: solid 1px #DDDDDD;
	background:#FFFFFF;
}
.hiddenTab{
	display:none;
}
.add_agent_form{
margin:10px;
}
.agent_box{
	border: 1px solid #DDDDDD;
    margin: 14px;
    padding: 12px 15px;
	clear:both;
}
.agent_box a{
float:right;
}
.agent_box span{
margin: 0px 6px;
}
#qr_agent_form {
	margin: 5px 20px;
}
#qr_agent_form div{
	margin: 4px 19px;
}
#qr_agent_form p{
	margin: 13px;
}
#qr_agent_form h1{
	margin: 3px;
	font-size: 22px;
}
#qr_agent_form h3{
	margin: 7px;
}
#send_info_button{
	padding:5px;
	font-size: 17px;
}
#text_message_notification{
	text-align:center;
	font-size: 15px;
	padding: 2px;
	height: 20px;
	font-weight: bold;
}
table#QRvehicleListingTable {
	padding: 0 0 0 20px;
	width: 665px;
	}
  
#QRvehicleListingTable td,#QRvehicleListingTable th {
 	padding: 5px;
 	border-bottom: 1px solid #d4d4d5;
 	}
 	
#QRvehicleListingTable th {
	text-align: left;
	}
.QRrightColumn
{
	clear: both;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    width: 660px;
}
.QRleftColumn
{
	padding: 15px 0 10px 0;
	width: 262px;
}
.QRinfo
{
	padding: 15px 15px 10px 0;
}
#qrPictureBox
{
	margin: 10px;
	text-align:center;
}
.QRnextLink{
	margin-left:696px;
	padding:230px 81px;
}
.QRprevLink{
	float:left;
	padding: 230px 81px;
}
.QRphotoBox{
	/*
	float:left;
	margin-left:17px;
	*/
}
#shopSignUp{
padding: 3px;
}
#shopSignUp div{
	margin:5px;
}
#shopSignUp p{
	font-size: 16px;
}
#shopSignUp ul{
	margin-left:60px;
	/*list-style:url(../images/squareBullet.gif);*/
}
#shopSignUp li{
	font-size: 18px;
	margin: 4px;
	
}
#shopSignUp img{
	float:left;
	margin: 5px;
	/*padding:3px;*/
	border: solid 1px #668FB9;
}
#shopSignUp h1{
	font-size:30px;
}
#shopSignUp h2{
	/*color:#CC0000;*/
}
#shopSignUp h3{

}
#shopSignUp h4{
	/*for 181px image*/
	margin-left: 202px;
	margin-top: 15px;
	font-size: 18px;
}
#shopSignUp dl{
	/*for 181px image*/
	margin-left: 202px;
}
#shopSignUp dd{
	margin: 4px 20px;
}
#sideSignUp ul
{
	margin: 4px 20px;
}

.printListView{
}
.printListInfo{
	float:right;
	margin: 5px 30px 5px 0px;
}
.printListInfo div{
	margin: 3px;
	font-size: 20px;
}
.printListHandling{
}
.printListProblem{
	margin: 10px;
}
.printListProblem h2{font-size: 30px; color:black;}
.printListProblem p{font-size:18px; margin: 10px;}
.diagnosticHistoryLink{
	margin:8px;
	font-size: 15px;
}
.diagnosticHistoryLink span{
	margin-left:8px;
	font-size: 80%;
}
#diagnosticHistoryAction{
	margin: 5px 0px 40px;
	border:solid 1px #BBBBBB;
	background: #F2F2F2;
	padding: 20px;
}
#diagnosticHistoryAction input{
	font-size: 15px;
}
#fuel_table{
    width: 100%;
}
#fuel_table td{
	padding: 8px;
    text-align:center;
}
#fuel_table a{
	text-align: right;
	margin-left:5px;
}
.fuel_record{
	margin: 5px 10px 15px;
}
.fuel_record h3{
	margin-bottom:3px;
}
.fuel_record strong{
	color:green;
}
.fuel_record span{
	color:#880000;
	font-weight:bold;
}
.fuel_record a{
	font-size: 11px;
	margin-left: 20px;
	vertical-align: middle;
}
.fuel_record_item{
	margin-left:20px;
}

.fuel_record2{
	margin: 5px 10px 15px;
	font-size:120%;
}

.fuel_record2 h3{
	margin-bottom:3px;
}
.fuel_record_item2{
	margin: 10px 0 20px 20px;
	
}
.fuel_record2 strong{
	color:green;
}

.fuel_record2 p{
	margin-left:20px;
}
.fuel_record2 span{
	color:#880000;
	font-weight:bold;
}

#separator{
	border-bottom:solid 1px #DEDEDE;
	margin: 5px 20px 20px;
}
.brokerageResult
{
	border-bottom: solid 1px #D9D9D9;
	padding: 5px;
	margin: 4px 0px;
}
.brokerageProfile
{
	font-size: 20px;
	margin: 10px 5px;
}
.brokerageProfile p
{
	font-size: 12px;
	margin: 5px;
}
