/* Ridefix */

#leftCol:after,
.contentB:after,
.contentD:after,
.contentE:after,
.contentF:after,
.contentG: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;
	}
	
.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;
	padding: 10px 16px;
	}
	
#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;
	}

#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;
	
	}

.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;
	}
	
.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;
	background: url(/images/quote_gray.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;
	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:10px;
}
	
.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;
	border: 1px solid #fff;
	padding: 10px;
}

.solidGrayAd {
	background: #d9d9d9;
	padding: 2px 0 15px 2px;
}
	
.contentG-title {
	margin: 0;
	display: block;
	}
	
.centered {
	text-align: center;
}
	
.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 {
	color: #668fb9;
	font-size: 1.2em;
	padding: 5px 0;
	font-weight: bold;
	}
	
.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;
	}
	
.browse li {
	margin: 4px 0 0 0;
	}
	
.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 {
	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;
	clear: left;
	font-size: .8em;
	position: relative;
	width:220px;
	}
	
.imageStyle1 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;
	top: 124px;
	left: 3px;
	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;
	}
	
.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: 15px 0 0 15px;
	font-size: 1.6em;
	}
	
.forumToolbar {
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 8px 8px 3px 8px;
	margin: 0 10px;
	}
	
.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;
	}

.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;
}

.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;
	}
	
.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: 15px;
	}
	
.forumPost {
	margin-bottom: 20px;
	overflow: hidden;
	}
	
.postHead {
	background: #425c77 url(/images/forumHeader.gif) top left repeat-x;
	height: 10px;
	padding: 8px 9px 10px 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;
	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;
	}
	
.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 {
	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;
 	}
 	
.pageNumFoot img {
  	vertical-align: bottom;
  	}
  	
.moreLink {
  	margin-bottom: 15px;
  	}
  	
/* carpedia */
  
h1.headingInBox {
  	padding: 11px 11px 11px 28px;
  	background: #efefef;
  	border: 1px solid #e5e5e5;
  	margin: 20px 0;
  	}
  	
h3 {
	color: #7096bd;
	}
  	
.carpediaFeaturedImg {
 	float: left;
 	margin: 0 5px 0 15px;
 	}
 	
 .carpediaCategories {
 	margin: 20px 0 30px;
 	}
 	
.recent-container {
	float: left;
 	width: 350px;
 	/*height: 170px;*/
 	margin: 40px 0 100px;
}
 	
.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;
  	}
  	
.noBullets li {
  	list-style: none;
  	margin: 2px 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;
}
	
.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;
	}
	
.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;
	}
	
#community h2 {
	margin: 10px 0 5px 5px;
	color: #486683;
	}
	
.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;
	}
	
#community h3  {
	margin: 10px 0 5px 5px;
	}
	
.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/adToPrintListBtnHover.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: 0 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;
}

.solidWhite {
	background: #fff none;
}
	
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  span.listClosed {
	background: url(/images/listClosed.gif) top left no-repeat;
	}
	
#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;
}
div.toolboxFixed{
	position: fixed;
	top: 0px;
}
/***************THIS IS FOR DIAGNOSE A PROBLEM***************************/	
.hiddened{
	display: none;
	}
.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;
	}
.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;
    }
#carpedia ul.ToC{
	margin-bottom:30px;
}
#tutorials ul.ToC{
	margin-bottom:50px;
}
