.guidepage {
	text-align: left;
	text-decoration: none;
}

h1.guidepage
{
	font-size: 18px;
	color: #C00;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 18px;
}
h2.guidepage
{
	font-size: 14px;
	color: #4A77A5;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
p.guidepage, #transcript p
{
	font-size: 11px;
	color: #555;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding:  0px 0px 10px 0px;
}
.breadcrumb
{
	font-size: 11px;
	color: #333;
	margin: 11px 0 11px 0;
}
ul.guidepage
{
	margin: 5px;
	padding: 0px 0px 10px 20px;
}
ul.guidepage li
{
	padding-left: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #555;
	list-style-image: url('/images/index/gui/arrow-r-red.gif');
}
h2.usp
{
	color: #FFF;
	background-color:7C9DBE;/* In order to see white in mce editor */
	margin: 0px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 17px;
	font-size: 16px;
}
ul.usp
{
	margin: 0 0 0px 10px;
	padding: 0px 0px 0px 0px;
}
ul.usp li
{
	padding: 0 0 10px 20px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	background-image: url('/images/index/gui/list-checkbox.gif');
	background-repeat: no-repeat;
	background-color:7C9DBE;/* In order to see white in mce editor */
	list-style: none; 
}


ul.featurelist
 {
 	list-style: none;
 	padding-left: 0px;
 	margin-left: 0px;
 }
 
ul.featurelist li 
 {
	font-size: 11px;
	line-height: 16px;
	color: #555;
	text-align: left;
 	background-image: url('/images/index/gui/arrow-r-red.gif');
 	background-repeat: no-repeat;
 	background-position: 8px .5em;
 	border-bottom: #e4ddc3;
 	border-width: 0 0 1px 0;
 	border-style: none none dotted none;
 	padding: 4px 0px 4px 16px;
 }

/* index-guide-links are currently only for the UK topic rule. neil Feb 23 '10 */
.index-guide-links li
{
	list-style-image: url('/images/index/gui/arrow-r-red.gif');
	line-height: 10px;
	padding: 3px 0;
}
.index-guide-links ul
{
	padding: 0 0 5px 10px;
	margin: 0px;
}
.index-guide-links a, .index-guide-links a:visited
{
	font-size: 11px;
	text-decoration:none;
	color:#4A77A5;
}

/* linkButton originally developed for Motorcycle pages */
a.linkButton {
	background: transparent url('/images/buttons/button-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Verdana, Arial, Tahoma, Helvetica;
	line-height: 20px; /* This value + top and bottom padding of SPAN must equal height of button background */
	height: 24px; /* Height of button background height */
	padding-left: 14px; /* Width of left menu image */
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

a.linkButton span {
	background: transparent url('/images/buttons/button-blue-right.gif') no-repeat top right;
	display: block;
	padding: 2px 14px 2px 0px; /*Set padding right to match value of 'padding-left' value above*/
}

.linkButtonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */.
	white-space: nowrap;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color: #4A77A5;
	clear:both;
	text-align:center;
}

/* imageMargin - originally used for Motorcycle pages */
.imageMargin {
	margin: 0 15px 15px 0;
}

.motorbikeImage {
	float:left;
	margin: 0 15px 15px 0;
	text-align:center;
}