





/* ####################################### */
/* ############ SITE DEFAULTS ############ */
/* ####################################### */


body {
	color			: #1B2123;
	font-family		: Arial, Helvetica, sans-serif; 
	/* please don't overide because Powerbyke is a "formal" techy type site and Trebuchet looks flowery and nice. */
}

.e-panel-b p,
.e-panel-b ul {
	font-size: 1.1em;
}


/* HEADERS
------------------------------------------------*/

h4 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}


h1,
.section-home h2 {
	font-size:2.6667em;
	font-weight:bold;
	line-height:0.9em;
	margin:0 0 0.6em;
}

h1,h2,h3,h4,h5,h6 {
	color: #444;
}

.e-panel-b h3,
.e-panel-b h4 {
	color: #CF1C28;
}
.e-pBikeNav h5 {
	margin-top : 0.5em;
}


#flashcontent h2,
#flashcontent h3 {
	font-family: "Avenir LT Std 65 Medium", "Avenir", Arial, sans-serif;	
	margin: 0;
}


#flashcontent h2 {
	font-size: 3em;
	font-weight: bold;
	color: #1B2123;
}

#flashcontent h3 {
	color: #666666;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 1em;
}




/* SITE LOGO
------------------------------------------------*/

.e-common-site_logo {
	padding: 1.25em 0 2.1666666666666666666666666666667em 0;
}

h1#site-logo {
	width:	203px;
	height:	77px;
	margin: 0 0 0 0;
	padding: 0;
}

img#site-img-logo {
	width:	203px;
	height:	77px;
	margin: 0;
	padding: 0;
}



/* ####################################### */
/* ################ =LINKS ############### */
/* ####################################### */

/* GLOBAL LINK STYLES
------------------------------------------------*/


a:link,
a:visited {
	color			:	#CF1B27;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.ccbox a:link,
.ccbox a:visited {
	color			:	inherit;
}


/* HIGHLIGHTS / LOWLIGHTS
------------------------------------------------*/
/* Color for elements which are not links but you want to emphasise 
.highlight {	
	color			:	;
}
*/

/* Color for elements which you want to have a faded effect
.fade {	
	color			:	;
}
*/


/* SECTION LINKS
------------------------------------------------*/

/* HEAD PRE 
.e-head-pre a:link,
.e-head-pre a:visited {
}

.e-head-pre a:hover,
.e-head-pre a:focus {
}
*/


/* HEAD 
.e-head a:link,
.e-head a:visited {
}

.e-head a:hover,
.e-head a:focus {
}
*/


/* INNER FOOT
.e-inner-foot a:link,
.e-inner-foot a:visited {
}

.e-inner-foot a:hover,
.e-inner-foot a:focus {
}
*/


/* FOOT
.e-foot a:link,
.e-foot a:visited {
}

.e-foot a:hover,
.e-foot a:focus {
}
*/


/* ####################################### */
/* ####### CALL TO ACTION BUTTONS ######## */
/* ####################################### */

a.call-to-action:link,
a.call-to-action:visited {
	font-size: 0.9em;
	color: #2C373A;
	font-weight: bold;
	background: url(/images/button_left.gif) no-repeat left 0;
	padding: 7px 7px 10px 12px;
	text-decoration: none;
}

a.call-to-action:hover,
a.call-to-action:focus {
	color: #CF1B27;
}

a.call-to-action:link span,
a.call-to-action:visited span {
	background: url(/images/button_right.gif) no-repeat right 0;
	padding: 7px 23px 10px 7px;

}

a.call-to-action:hover span,
a.call-to-action:focus span {
	background-position: right -69px;
}

a.call-to-action img {
	margin-right:3px;
	position:relative;
	top:4px;
	left: -5px;
}

.f-submit-unit button {
	font-size: 0.9em;
	color: #2C373A;
	font-weight: bold;
	background: url(/images/button_left.png) no-repeat left 0;
	padding: 7px 7px 7px 12px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.f-submit-unit button span {
	background: url(/images/button_right.png) no-repeat right 0;
	padding: 7px 23px 7px 7px;
}

.buyNow_btn {
	background: url(/images/buy_now_large.gif) no-repeat 0 0;
	display: block;
	width: 263px;
	height: 82px;
}

.buyNow_btn span {
	position: absolute;
	left: -9999px;
}




/* ####################################### */
/* ############# INNER FOOT ############## */
/* ####################################### */

.e-inner-foot {
	color: #ccc;
}


/* ####################################### */
/* ################ FOOT ################# */
/* ####################################### */

.e-new-footer {
	font-size: 0.9em;
}








.section-terms-and-conditions ol {
	margin-left: 1em;
	padding-left: 1em;
}

.section-terms-and-conditions ol li {
	margin-bottom: 2em;
}

.section-terms-and-conditions ol ol {
	list-style-type: lower-roman;
}

.section-terms-and-conditions ol ol li {
	margin-bottom: 1em;
}


