.blue {
	color: #66CCFF !important;
}
.red {
	color: #CC1E1D !important;
}
blockquote {
	padding: 10px;
	margin: 10px;
}
a { 
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #CC1E1D;
}

a.buttonLink {
	display: block;
	float: left;
	padding: 6px;
	margin-right: 4px;
	border: 1px solid #CCC;
	font-weight: bold;
}

a.buttonLink:hover {
	background: #F0F0F0;
}


.homeWhatsNew {
	font-family: Arial, Helvetica, Sans-serif;
	background: url(../images/home_whatsnew_bg.gif) repeat-x;
	position: relative;
	float: left;
	width: 160px;
	height: 322px;
	padding: 2px 8px;
	font-size: 10pt;
	margin-right: 8px;
}

.homeWhatsNew h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin: 0;
}

.homeWhatsNew a {
	color: #264f78;
	font-weight: bold;
	text-decoration: none;
}

.homeWhatsNew a:hover {
	color: #358fe8;
	font-weight: bold;
	text-decoration: none;
}



.homeOtherButtons {
	position: relative;
	float: left;
	width: 142px;
	height: 322px;
}

.homeOtherButtons img {
	padding-bottom: 5px;
}


.trikesList table {
	width: 100%;
	padding: 0;
	margin: 0;
}
.trikesList table tr {
	
}
.trikesList table td {
	width: 33%;
	height: 275px;
	border-bottom: 2px solid #CCC;
	vertical-align: top;
	padding: 10px 0 10px 0;
}
.trikesList table tr:last-child td{
	border-bottom: 0;
}
.trikesList table tr:first-child td{
	padding-top: 0;
}
.trikesList table td ul {
	margin: 0;
}



.editableContent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.editableContent ul {
	margin: 0;
	padding: 10px 0 0 15px;
}
.editableContent ul li {
	margin-bottom: 4px;
}

.editableContent p {
	font-size: 12px;
	line-height: 18px;
}
.editableContent hr {
	border: 0;
	height: 2px;
	background-color: #CCC;
	margin: 6px 0 2px 0;
}
.editableContent hr.thin {
	border: 0;
	height: 1px;
	background-color: #CCC;
	margin: 3px 0 2px 0;
}
.editableContent h1 {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
.editableContent h2 {
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0;
}
.editableContent h3 {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
.editableContent h4 {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}

.editableContent h5 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: bold;
}






.tabContent {
	padding: 20px 20px 20px 32px;
	min-height: 200px;
}
.tabContent table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
.tabContent table th {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0;
}


.tabContent table td {
	padding: 4px 0;
	border-top: 1px solid #CCC;
	margin: 0;
}




.trikeDetailsHeaderImage p {

	padding: 0 25px 0 32px;
	color: #666;
	font-size: 13px;
	line-height: 24px;

}



.trikeDetailsHeaderText {
	padding: 20px 0 0 20px;
	font-size: 13px;
	color: white;
	
}

.trikeDetailsHeaderText p {
	line-height: 20px;
}

.trikeDetailsHeaderText h1 {
	font-family: "MS Gothic", sans-serif;
	font-size: 32pt;
	margin: 0;
}

.trikeDetailsHeaderText h2 {
	font-family: "MS Gothic", sans-serif;
	font-size: 12pt;
	letter-spacing: -1px;
	margin: 0;
}

