html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #404040;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	color: #4d4d4d
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none
}

a {
	outline: none
}

a:link, a:visited {
	color: #173888;
	text-decoration: none;
	font-weight: bold
}

a:hover, a:active {
	color: #eb3d00;
	text-decoration: underline
}

#pagewrapper {
	padding: 0;
	background-color: #404040;
	width: 985px;
	margin: -444px auto 0 auto;
}

#top_navigation {
	position: relative;
	z-index: 3;
	height: 38px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('/images/top_border.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#top_navigation ul {
	display: inline;
	float: right;
	margin-top: 7px;
	margin-right: 80px;
	margin-bottom: 0;
	position: relative;
	top: 10px
}

#top_navigation li {
	display: inline;
	list-style-type: none;
	margin: 5px 8px;
}

#top_navigation ul li a:link, #top_navigation ul li a:visited {
	background-image: url('/images/nav_arrow_left_no_box_white.gif');
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 10px
}

#top_navigation ul li a:hover, #top_navigation ul li a:active {
	background-image: url('/images/nav_arrow_no_box_red.gif') !important;
	color: #eb3d00
}

#top_navigation ul li a.current_page:link, #top_navigation ul li a.current_page:visited {
	background-image: url('/images/nav_arrow_down_no_box_white.gif');
	padding-left: 14px
}

#content {
	background-color: white;
	clear: right;
	margin: 0;
	position: relative;
	z-index: 80000;
	/*border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;*/
}

#header {
	width: 983px;
	background-color: white;
	height: 100px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
}

#header_title {
	width: 342px;
	height: 61px; 
	position: relative;
	float: left;
	padding: 17px 0px 0px 14px;
}

#header h1 {
	display: none;
}

#header #header_strapline {
	float: left;	
	background-image: url('/images/strapline.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 244px;
	height: 56px;
	margin: 25px 0 0 130px
}

#header #header_strapline h2 {
	display: none
}

#header_checkout {
	float: right;
	margin-top: 10px;
	margin-right: 15px
}

#header_checkout ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 70px 2px 0;
	background-image: url('/images/shopping_bag.gif');
	background-repeat: no-repeat;
	background-position: 132px
}

#header_checkout ul li {
	padding-bottom: 3px;
}

#header_checkout ul li a {
	color: #404040;
	font-size: 8pt;
	font-weight: bold
}

#header_checkout ul li a.basket {
	background-image: url('/images/black_white_arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px
}

#header_checkout ul li a.checkout {
	background-image: url('/images/blue_white_arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px
}

#header_checkout #basket_total {
	color: #404040;
	font-size: 7pt;
}

#header_checkout #basket_total p {
	margin: 0;
	padding: 0
}

#header_checkout #basket_total p span.price {
	font-size: 8pt;
	font-weight: bold
}

#main_content {
	clear: both;
	margin-left: 10px; 
	background-image: url('/images/footer_bike.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main_content #breadcrumb {
	display: inline;
	color: #173888;
}

#main_content #breadcrumb a {
	color: #173888;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#side_navigation {
	float: left;
	position: relative;
	padding: 0;
	width: 190px;
	margin-left: -2px;
	font-size: 8pt;
}

#side_navigation #mainmenu {
	margin: 0px;
	margin-left: -40px
}

#side_navigation li {
	width: 189px;
	list-style-type: none;
	/*margin-bottom: 10px;*/
	/*background-image: url('/images/main_nav_parent.gif');
	background-repeat: no-repeat;*/
}

#side_navigation li a:link, #side_navigation li a:visited {
	background-image: url('/images/main_nav_parent.gif');
	background-repeat: no-repeat;
	/*background-position: 5px;*/
	display: block;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
	padding: 3px 0 5px 28px;
}

#side_navigation li a:hover, #side_navigation li a:active {
	background-image: url('/images/main_nav_parent_hover.gif');
	background-repeat: no-repeat;
	color: white;
}

#side_navigation li a.current_parent {
	background-image: url('/images/main_nav_parent_on.gif');
}

#side_navigation ul.child_cat {
	width: 164px;
	margin: -3px 0 0 6px;
	padding: 5px;
	background-color: white;
	border-top: 2px solid #e6e6e6;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-webkit-border-bottom-right-radius: 10px; /* Safari and chrome */
	-webkit-border-bottom-left-radius: 10px; /* Safari and chrome */
	-khtml-border-bottom-right-radius: 10px; /* Linux browsers */ 
	-khtml-border-bottom-left-radius: 10px; /* Linux browsers */ 
	border-bottom-right-radius: 10px; /* CSS3 */
	border-bottom-left-radius: 10px; /* CSS3 */
}

#side_navigation ul.child_cat li {
	margin: 0;
	padding: 0;
	width: 169px
}

#side_navigation ul.child_cat li a:link, #side_navigation ul.child_cat li a:visited {
	background-image: url('/images/nav_arrow_no_box_black.gif');
	background-repeat: no-repeat;
	background-position: 15px 7px
}

#side_navigation ul.child_cat li a:hover, #side_navigation ul.child_cat li a:active, #side_navigation ul.child_cat li a.current_parent {
	background-image: url('/images/nav_arrow_no_box_red.gif');
	background-color: #173888;
	color: white
}

#side_navigation ul.child_cat ul.child_cat {
	background-color: #e6e6e6;
	position: absolute;
	left: 175px;
	margin-top: -22px;
	z-index: 3000;
	border-top: 1px solid #BCBCBC
}

#side_navigation ul.child_cat li ul.child_cat li a:link, #side_navigation ul.child_cat li ul.child_cat li a:visited {
	color: #404040;
}

#side_navigation ul.child_cat li ul.child_cat li a:hover, #side_navigation ul.child_cat li ul.child_cat li a:active, #side_navigation ul.child_cat li ul.child_cat li a.current_parent {
	background-image: url('/images/red_arrow.gif');
	background-color: transparent;
	color: #eb3d00;
}

#side_navigation ul.child_cat ul.child_cat ul.child_cat {
	position: absolute;
	left: 169px;
	margin-top: -28px;
}

/*
#side_navigation li a.current_category, #side_navigation li a.current_parent_category {
	background-color: #ededed;
	border: 1px solid #d1d1d1;
}

#side_navigation .child_cat li {
	background-color: none;
	border: none;
}

#side_navigation .child_cat li a:link, #side_navigation .child_cat li a:visited {
	background-image: none;
	background-color: #fcfcfc;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 9pt !important;
	padding: 5px 10px;
	width: 199px;
}

#side_navigation .child_cat li a:hover, #side_navigation .child_cat li a:active {
	background-color: #ededed;
	border-top: none;
}

#side_navigation .child_cat, #side_navigation .child_cat li {
	padding: 0;
	margin: 0;
	background-image: none;
}

#side_navigation .current_parent_category {
	color: #0091d0;
}

#side_navigation .current_category {
	color: #58c3f1;
}*/

#side_navigation p.delivery_info {
	width: 100px;
	padding-right: 70px;
	font-size: 11pt;
	font-weight: bold;
	background-image: url('/images/delivery_info.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	margin: 0 0 5px 0
}

#add_to_favs {
	margin: 20px auto;
	width: 200px
}

#add_to_favs p {
	background-image: url('/images/add_to_favs.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 140px;
	padding-left: 40px;
	margin-left: auto
	margin-right: auto
}

#side_navigation div.cards p {
	font-size: 7pt;
	margin-left: 10px
}

#side_navigation div.cards img {
	margin-left: 10px
}

#centre_content {
	/*position: relative;*/
	float: left;
	min-height: 90px;
	margin-left: 5px;
}

div#centre_content.is_right_content {
	width: 600px
}

div#centre_content.no_right_content {
	width: 757px
}

#right_content {
	float: left;
	/*position: relative;
	top: -150px;
	left: 40px;*/
	margin-left: -15px;
	width: 189px;
	font-size: 8pt
}

#search_form {
	padding: 8px 0
}

#search_form #search_input {
	width: 135px;
	margin-left: -5px;
	font-weight: bold;
	text-transform: uppercase
}

#search_form label {
	text-align: left;
	font-size: 7pt;
	color: #404040
}

#search_form #search_submit {
	float: right;
	position: relative;
	/*top: -22px;
	left: 6px*/
}

#search_form #search_submit:hover {
	background-image: url('/images/search_button_hover.gif');
	background-repeat: no-repeat;	
}

#right_content p.help_advice {
	font-size: 13pt;
	background-image: url('/images/phone.gif');
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 7px 0;
}

#right_content p.contact_details {
	font-size: 7pt;
}

#right_content p.contact_details span.phone {
	display: block;
	font-size: 15pt;
	color: #173888;
}

#right_content p.our_service {
	font-size: 9pt;
	font-weight: bold;
	background-image: url('/images/our_service.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 50px 0 0;
	margin: 3px -10px 3px 0
}

#right_content p.opening_times {
	font-size: 9pt;
	background-image: url('/images/clock.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 50px 50px 0;
	margin: 5px 0;
}

#right_content div.opening_times_times {
	width: 130px;
}

#right_content div.opening_times_times p {
	color: #173888 !important;
	margin: 3px 0
}

#right_content div.opening_times_closed p {
	margin: 8px 0;
	font-size: 7pt
}

#right_content p.shop_by_brand {
	font-size: 9pt;
	font-weight: bold;
	color: #173888;
	margin: 10px 0
}

div.breadcrumb {
	width: 558px;
	height: 40px;
	margin-top: 0;
}

div.breadcrumb div {
	margin-top: 10px
}

p.category_heading {
	font-size: 13pt !important;
	color: 4d4d4d;
	display: inline;
	padding-right: 20px;
}

/* product */

div.product {
	font-size: 10pt;
	color: #5d5d5d;
	width: 190px;
	height: 252px;
	float: left;
	background-color: transparent;
	border: none;
	background-image: url('/images/product_box.gif');
	background-repeat: no-repeat;
	margin: 5px 1px;
	padding: 0
}

div.product div.main_product_image {
	border: none;
	width: 100px;
	height: 100px;
	margin: 25px auto 0 auto;
	text-align: center;
	line-height: 100px;
}

div.product div.main_product_image img {
	display: inline;
	vertical-align: middle;
}

div.product p.product_title {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 5px 5px 6px;
	height: 30px
}

div.product div.product_details {
	width: 183px;
	margin: 8px 0
}

div.product div.product_details p.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #173888;
	margin: 5px 0 0 5px;
	padding: 5px;
	float: left
}

div.product select.product_select {
	float: right;
	/*width: 120px;*/
	margin-top: 8px
}

div.product div.product_details p.additional_info {
	clear: both;
	/*width: 95px;*/
	color: #D73800;
	font-size: 7pt;
	/*float: right;*/
	margin: 0 0 0 5px;
}

div.product div.product_details p.additional_info.only_online {
	/*margin-top: 30px*/
} 

div.product.home {
	width: 260px !important
}

div.product.last {
	background-image: none
}

div.product div.product_pricing {
	height: 20px;
}

div.product div.product_info {
	height: 30px;
}

div.product div.actions {
	clear: both;
	width: 175px;
	margin: 0 auto 0 auto;
	padding-top: 18px
}

div.product div.actions a.more_info {
	float: left
}

div.product div.actions input.add_to_basket {
	float: right
}

div.product div.actions img {
	display: inline
}

div.product .brief_description {
	height: 30px
}

div.product div.more_info_link {
	float: right
}

div.product div#price_options {
	height: 75px
}

div.product form select {
	margin-bottom: 5px;
}

div.more_info {
	background-image: url('/images/more_info_bike.gif');
	background-repeat: no-repeat;
	background-position: 510px bottom;
}

div.more_info p {
	margin: 10px 0 !important
}

div.more_info p.item_title {
	font-size: 10pt;
	font-weight: bold;
	float: left
}

div.more_info img.brand_logo {
	float: right;
	margin-top: 5px
}

div.more_info span.price {
	color: #173888;
	font-size: 13pt;
	font-weight: bold
}

div.more_info span.vat {
	font-size: 7pt;
}

div.more_info div.item_image {
	clear: both;
	width: 300px;
	height: 300px;
	float: left;
	text-align: center;
	line-height: 300px;
}

div.more_info div.item_image img {
	display: inline;
	vertical-align: middle;
}

div.more_info div.item_image a.enlarge {
	display: block;
	padding: 5px 0;
	margin: -170px 0 0 240px;
}

div.more_info div.thumbnail_images {
	float: left;
	width: 300px;
}

div.more_info div.thumbnail_image {
	float: left;
	width: 100px;
	margin: 5px;
	border: 1px solid #bcbcbc; 
}

div.more_info div.item_details {
	width: 220px;
	float: right;
	background-image: url('/images/divide.gif');
	background-repeat: no-repeat;
	background-position: -20px bottom;
	margin-bottom: 20px;
}

div.more_info div.item_details p {
	font-size: 9pt
}

div.more_info div.item_details form  {
	margin-top: 10px
}

div.more_info div.item_details form label#quantity_label  {
	font-size: 10pt
}

div.more_info div.item_details p.item_number {
	color: #173888;
	font-size: 8pt
}

div.more_info div.item_details div.full_description {
	font-size: 9pt
}

div.more_info div.item_details div.full_description table {
	width: 180px !important
}

div.more_info div.item_details p.only_available_online {
	color: #D73800;
	font-weight: bold;
}

div.more_info .help {
	clear: both;
	font-size: 8pt;
	color: #173888
}

div#related_items {
	clear: left;
	position: relative;
	top: -60px;
	margin-left: 220px;
	font-size: 10pt;
	background-image: url('/images/horizontal_separator.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px
}

div.related_item {
	float: left;
	width: 255px;
}

div.related_item div.related_item_image {
	width: 240px;
	height: 250px;
}

div.related_item div.related_item_image img {
	margin: auto
}

/* basket */

span.main {
	display: block;
}

table {
	font-size: 9pt;
}

.tableheader  {
	background-color: black;
	color: white;
	text-align: center
}

tr.tablebody td, td.tablebody {
	background-color: #ededed
}

/* checkout */

table#checkout1 span.main {
}

.error {
	color: #cc0000;
}

img.checkout_cards {
	margin-top: 20px
}

/* **************** */

/* home */

#picture_showcase {
	width: 579px
}

div.category {
	width: 190px;
	height: 90px;
	float: left;
	border: none;
 	background-image: url('/images/category_box.gif');
        background-repeat: no-repeat;
	margin: 5px 5px 5px 0;
	padding: 0;
}

div.category_image {
	margin-top: 1px;
	margin-left: 1px;
	padding: 0;
	width: 188px;
	height: 64px;
	overflow: hidden;
	text-align: center;
	line-height: 64px;
}

div.category_image img {
	/*margin: auto;*/
	display: inline;
	vertical-align: middle;
}

div.category div.category_border_mask {
	background-color: transparent;
	background-image: url('/images/category_border_mask.gif');
	background-repeat: no-repeat;
	width: 190px;
	height: 7px;
	position: relative;
	top: -65px;
}

a.category_link:link, a.category_link:visited {
	display: block;
	background-color: transparent;
	background-image: url('/images/categories_link.gif');
	background-repeat: no-repeat;
	background-position: left center;
	width: 155px;
	height: 18px;
	padding: 5px 2px 0 32px;
	margin: -6px 10px 0 0;
	font-size: 8pt;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none
}

a.category_link:hover, a.category_link:active {
	background-image: url('/images/categories_link_hover.gif');
	color: white;
}

#home_intro_text p {
	width: 250px;
	font-size: 9pt;
	margin: 12px
}

#home_featured_products {
	background-color: transparent;
	background-image: url('/images/featured_products_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 558px;
	height: 520px;
}

#home_featured_products p.more {
	clear: both;
	background-image: url('/images/featured_products_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 8pt;
	padding: 12px 10px 12px 520px;
	margin: 5px -9px
}

#home_featured_products p.more a {
	background-image: url('/images/nav_arrow_no_box_black.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px
}

p.home_featured_products {
	font-size: 14pt !important;
	color: #404040;
	margin: 10px !important;
}

div.featured_product {
	width: 165px;
	height: 190px;
	float: left;
	margin: 20px 20px 10px 0
}

div.featured_product div.featured_product_image {
	height: 100px;
}

div.featured_product div.featured_product_image img {
	margin: auto;
}

div.featured_product p {
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
	text-align: center;
	height: 35px;
	margin: 0
}

div.featured_product p img {
	margin: auto
}

div.featured_product p.price {
	font-size: 11pt;
	font-weight: normal;
	color: #173888;
	margin: 5px 0 2px 0;
}

/* ************** */

#pre_footer {
	width: 568px;
	text-align: center;
	margin: auto;
	font-size: 9pt
}

#pre_footer p.phone {
	background-image: url('/images/footer_phone.gif');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11pt;
	color: #173888;
	float: left;
	margin-left: 70px;
	padding-left: 20px;
}

#pre_footer p.email {
	background-image: url('/images/footer_email.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 9pt;
	color: #173888;
	float: right;
	margin-right: 70px;
	padding-top: 4px;
	padding-left: 25px;
}

#pre_footer p.email a {
	font-weight: normal
}

#footer {
	clear: both;
	height: 30px;
	font-size: 7pt;
	color: white;
	margin-top: 40px;
	position: relative;
	z-index: 6
}

#footer ul, #footer li {
	display: inline;
	padding: 10px 
}

#footer li a {
	color: white;
}

#footer p.copyright {
	background-image: url('/images/footer_logo.gif');
	background-repeat: no-repeat;
	background-position: left;	
	float: right;
	margin: -10px 35px 0 100px;
	padding-left: 50px;
}

#top_bg {
	width: 100%;
	height: 444px;
	background-image: url('/images/background_top.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 1;
}

#footer_bg {
	width: 100%;
	height: 50px;
	background-color: transparent;
	background-image: url('/images/footer.jpg');
	background-repeat: repeat-x;
	margin-top: -50px;
	position: relative;
	z-index: 5;
}

#bottom_bg {
	width: 100%;
	height: 444px;
	background-color: transparent;
	background-image: url('/images/background_bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -420px;
	margin-left: -1px;
	position: relative;
	z-index: 4;
}

/* classes */

.box {
	padding: 0 10px;
	border: 1px solid #bcbcbc;
	margin: 0px 0 10px 0;
	background-color: white;
}

.box h3 {
	font-size: 16pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box h4 {
	font-size: 13pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box p {
	color: #404040;
	margin: 0;
	font-size: 8pt
}

/*.box ul {
	list-style-type: none;
	margin: 0;
	padding: 5px
}

.box li {
	padding: 5px
}

.box img {
	padding: 0;
	margin: auto;
}*/

.transparent_box {
	border: none;
	background-color: transparent;
	width: 185px;
	margin-bottom: 10px
}

.rounded {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and chrome */
	-khtml-border-radius: 10px; /* Linux browsers */ 
	border-radius: 10px; /* CSS3 */
}

.rounded_bottom {
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	-moz-border-radius-bottomright: 10px; /* Firefox */
	-moz-border-radius-bottomleft: 10px; /* Firefox */
	-webkit-border-bottom-right-radius: 10px; /* Safari and chrome */
	-webkit-border-bottom-left-radius: 10px; /* Safari and chrome */
	-khtml-border-bottom-right-radius: 10px; /* Linux browsers */ 
	-khtml-border-bottom-left-radius: 10px; /* Linux browsers */ 
	border-bottom-right-radius: 10px; /* CSS3 */
	border-bottom-left-radius: 10px; /* CSS3 */
}

.rounded_top {
	border-top: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	-moz-border-radius-topright: 10px; /* Firefox */
	-moz-border-radius-topleft: 10px; /* Firefox */
	-webkit-border-top-right-radius: 10px; /* Safari and chrome */
	-webkit-border-top-left-radius: 10px; /* Safari and chrome */
	-khtml-border-top-right-radius: 10px; /* Linux browsers */ 
	-khtml-border-top-left-radius: 10px; /* Linux browsers */ 
	border-top-right-radius: 10px; /* CSS3 */
	border-top-left-radius: 10px; /* CSS3 */
}

.lined_bg {
	background-image: url('/images/box_bg.gif');
	background-repeat: no-repeat;
}

.divide {
	background-image: url('/images/divide.gif');
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-bottom: 8px;
}

.small_text {
	font-size: 8pt; 
}

.blue {
	color: #173888 !important
}

.red {
	color: #eb3d00 !important
}

.bold {
	font-weight: bold
}

.clear {
	clear: both
}

.clearleft {
	clear: left
}

.clearright {
	clear: right
}

.left {
	float: left
}

.right {
	float: right
}

h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	line-height: 14pt;
}

