





/* ####################################### */
/* ############ 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:	172px;
	height:	72px;
	margin: 0 0 0 0;
	padding: 0;
}

img#site-img-logo {
	width:	172px;
	height:	72px;
	margin: 0;
	padding: 0;
}



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

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

a[href^="http"] {
	background: 0;
	padding-right: 0;
}

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

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

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



a.cta:link,
a.cta:visited {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;

}

a.cta span {
	display: block;
	padding: 3px 15px;
	background-repeat: repeat-x;
	background-position: 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 12px;
}

a.cta-primary:link,
a.cta-primary:visited {
	border: 1px solid #e1e1e1;
	color: #333;
}

a.cta-primary:hover,
a.cta-primary:focus {
	color: #CF1B27;
}

a.cta-primary span {
	background-image: url(/images/cta_primary_bg.jpg);
	background-color: #EFEFEF;
	border-bottom: 1px solid #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
}


#mini-basket a.cta-primary,
a.cta-secondary:link,
a.cta-secondary:visited {
	border: 1px solid #7C1018;
	color: #fff;
}

a.cta-secondary:hover,
a.cta-secondary:focus {
	color: #FCE0E2;
}

#mini-basket a.cta-primary span,
a.cta-secondary span {
	background-image: url(/images/cta_secondary_bg.jpg);
	background-color: #BD1724;
	border-top: 1px solid #F18B93;
	border-bottom: 0;
	-webkit-text-shadow: 1px 1px 0 #000;
	-moz-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
	padding-top: 2px;
}


a.cta img {
	position: relative;
	top: 1px;
	margin-right: 7px;
	float: left;
	width: 16px;
	height: 16px;
}





/* 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 {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 8px 15px;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	font-size: 12px;
	background-image: url(/images/cta_primary_bg.jpg);
	background-color: #EFEFEF;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	margin-left: 190px;
	font-size: 1.1em;
}

.f-submit-unit button:hover,
.f-submit-unit button:focus {
	color: #CF1B27;
}



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








