html { overflow-y: scroll; }

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 573px;
}

a {
	text-decoration: none;
}

#table
{
	width: 540px;
	text-align: left;
	border-collapse: collapse;
}

#table th
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}

#table td
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#table tbody tr:hover td
{
	background: #d0dafd;
}

img.centred {
   	display: block;
    margin-left: auto;
    margin-right: auto;
}

p.centred {
	display: block;
    text-align: center;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

table.centred {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img { border: 0; }

ul { 
	padding-left: 30px;
}

th { 
	font-weight: bold;
}

.clear { clear: both; }

#container {
	margin: 0 auto;
	width: 960px;
	background:  url("../images/cyclists_header.png") no-repeat top left #FFF;
}

#header {
	text-align: right;
	margin-bottom: 15px;
}

#frm_search div {
	padding: 68px 54px 35px 0;
}

#frm_search label {
	font-weight: bold;
}

#frm_search input[type="text"] {
	width: 166px;
}

#frm_search input[type="image"] {
	vertical-align: top;
	margin-left: 5px;
	width: 39px;
	height: 17px;
}

#top_nav {
	float: right;
	width: 674px;
	height: 46px;
	text-align: left;
	background:  url("../images/tab_footer_2.png") repeat-x bottom left;
}

#top_nav ul {
	list-style-type: none;
	padding-left: 0px;
}

#top_nav li {
	display: inline;
}

#top_nav li a {
	display: inline-block;
	width: 89px;
	height: 21px;
	background:  url("../images/tab.png") no-repeat top left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
}

.closer {
	display: inline-block;
	width: 3px;
	height: 19px;
	background:  url("../images/tab_footer_end.png") no-repeat top left;
	margin-top: -1px;
}

#left {
	float: left;
	width: 189px;
}

#center {
	margin-left: 210px;
	width: 540px;
}

#right {
	float: right;
	padding-top: 10px;
}

.logo {
	float: left;
	margin-top: 24px;
	margin-left: 17px;
}

h1 {
	color: #ef0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

h3 {
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}


#left a {
	color: #000;
	text-decoration: none;
}

.block {
	width: 158px;
	border-left: 1px solid #290fff;
	border-right: 1px solid #290fff;
	background-color: #f1f3fd;
}

.block_header {
	width: 160px;
	height: 21px;
	padding-top: 5px;
	border-bottom: 1px solid #290fff;
	background:  url("../images/menu_item_header.png") no-repeat top left;
	text-align: center;
}
.top_border {
	border-top: 1px solid #290fff;
}

.toplevel {
	padding-top: 8px;
	height: 22px;
	padding-left: 20px;
	padding-bottom: 5px;
	background:  url("../images/arrow_menu.png") no-repeat 5px center;
	background-color: #f1f3fd;
}

.menu_spacer {
	padding-top: 6px;
	height: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #f1f3fd;
}

.subsection {
	padding-top: 5px;
	height: 28px;
	padding-left: 20px;
	padding-bottom: 0px;
	background:  url("../images/arrow_menu.png") no-repeat 5px center;
	// font-size: 10px;
	// background-color: #f1f3fd;
	background-color: #6699FF;
}

.on {
	background-image:  url("../images/arrow_highlight.png");
	// background-color: #f1f3fd;
	background-color: #2A7FFF;
	
}

.block_footer {
	width: 160px;
	height: 13px;
	background:  url("../images/menu_item_footer.png") no-repeat top left;
	margin-bottom: 10px;
	background-color: #f1f3fd;
}

form#frm_login div {
	text-align: center;
}

#frm_login label {
	display: block;
	margin-left: 28px;
	*margin-left: 0;
	text-align: left;
	width: 100px;
	color: #ef4542;
}

#frm_login input[type="text"], #frm_login input[type="password"] {
	width: 100px;
	margin-bottom: 5px;
}

#frm_login input[type="image"] {
	width: 97px;
	height: 17px;
}

#footer {
	clear: both;
	height: 78px;
	padding-top: -10px;
	background:  url("../images/footer_bar.png") repeat-x bottom left #cfd6ee;
	color: #FFF;
	text-align: right;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#copyright_notice {
	background: #cfd6ee;
	height: 25px;
}

.copyright_text	{
	text-align: right;
	font-weight: normal;
	font-size: 9px;
	padding: 5px;
}

#copyright_notice a {
	color: #000;
	text-decoration: none;
}

.foot2 {
	float: left;
	width: 958px;
	text-align: center;
	font-weight: lighter;
	font-size: 9px;
	color: #000;
	vertical-align: top;
	margin-top: -5px;
}

.foot2 a { 
	color: #fd0303; text-decoration: none; 
}

.copyright {
	padding-top: 3px;
	color: #616368;
	font-size: 10px;
}

#basket td {
	font-size: 10px;
}

.qty {
	width: 26px;
	padding-left: 3px; 
	vertical-align: top;
}
.desc { 
	width: 119px;
}

.desc a {
	text-decoration: none;
}	

p { padding: 10px 0 10px 0; }

.float_left { float: left; }
.float_right { float: right; }

.total {
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	color: #ff0303;
	font-weight: bold;
}
.total a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.prod_left {
	float: left;
	width: 246px;
	height: 151px;
	background:  url("../images/product_border.png") no-repeat top left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.prod_right {
	float: right;
	width: 246px;
	height: 151px;
	background:  url("../images/product_border.png") no-repeat top left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.prod_head {
	font-size: 10px;
	height: 28px;
	padding-top: 2px;
	padding-left: 5px;
}

.prod_img {
	float: left;
	width: 115px;
	text-align: center;
}

.prod_desc {
	float: right;
	width: 129px;
	font-size: 10px;
	font-weight: lighter;
}

.more_info {
	float: left;
	margin-top: 3px;
	margin-left: 108px;
}

.section_left {
	float: left;
	width: 154px;
	height: 160px;
	background:  url("../images/section_border.png") no-repeat top left;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 35px;
	padding-left: 2px;
	
}

.section_head {
	font-size: 12px;
	text-align: center;
	height: 28px;
	padding-top: 2px;
	padding-left: 5px;
}

.section_head a {
	text-decoration: none;
	margin-left:-7px;
	margin-right: 5px;	
}

.section_img {
	float: left;
	width: 150px;
	text-align: center;
}

.section_product_head {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	height: 28px;
	padding-top: 2px;
	padding-left: 5px;
	color: #000;
}

.section_product_head a {
	text-decoration: none;
	color: #000;
}

.section_product_normal {
	float: left;
	width: 534px;
	height: 145px;
	background: url("../images/section_product_border.png") no-repeat top left;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 35px;
	padding-left: 2px;
}

.section_product_mega {
	float: left;
	width: 534px;
	height: 145px;
	background: url("../images/section_product_border_mega.gif") no-repeat top left;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 35px;
	padding-left: 2px;
}

.section_product img{
	padding-left: 10px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
}

.section_product_desc {
	margin-left: 150px;
	margin-right: 10px;
	margin-top: -90px;
	vertical-align: top;
	height: 70px;
}

.section_product_info {
	padding-left: 0px;
	padding-top: 0px;
	text-align: right;
	vertical-align: bottom;
	margin-top: -5px;
	margin-right: 10px;
}


.hot {
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
.hot a {
	color: #000;
	text-decoration: none;
}
.hot img {
	margin: 5px 0;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.price_label {
	font-size: 20px; 
	font-weight: bold; 
	text-align: center;
}

.rrp_label {
	font-size: 12px; 
	font-weight: bold; 
	color: #0000ff; 
	text-align: center;
}

.rrp_saving {
	font-size: 14px; 
	font-weight: bold; 
	color: #ff0000; 
	text-align: center;
}

.buy_now_header {
	width: 433px;
	height: 22px;
	padding-top: 8px;
	border-bottom: 1px solid #290fff;
	background:  url("../images/buy_now_header.png") no-repeat top left;
	text-align: center;
	font-weight: bold;
	margin: auto;
	margin-top: 20px;
}

.buy_now_block {
	width: 411px;
	border-left: 1px solid #290fff;
	border-right: 1px solid #290fff;
	background-color: #f1f3fd;
	margin: auto;
	padding: 10px;
}

.buy_now_footer {
	width: 433px;
	height: 14px;
	background:  url("../images/buy_now_footer.png") no-repeat top left;
	margin-bottom: 10px;
	margin: auto;
	background-color: #f1f3fd;
}


body#home li#tab_home a:link, body#home li#tab_home a:visited, body#home li#tab_home a:hover, body#home li#tab_home a:active,
body#about li#tab_about a:link, body#about li#tab_about a:visited, body#about li#tab_about a:hover, body#about li#tab_about a:active,
body#contact li#tab_contact a:link, body#contact li#tab_contact a:visited, body#contact li#tab_contact a:hover, body#contact li#tab_contact a:active,
body#find li#tab_find a:link, body#find li#tab_find a:visited, body#find li#tab_find a:hover, body#find li#tab_find a:active,
body#account li#tab_account a:link, body#account li#tab_account a:visited, body#account li#tab_account a:hover, body#account li#tab_account a:active,
body#help li#tab_help a:link, body#help li#tab_help a:visited, body#help li#tab_help a:hover, body#help li#tab_help a:active,
body#checkout li#tab_checkout a:link, body#checkout li#tab_checkout a:visited, body#checkout li#tab_checkout a:hover, body#checkout li#tab_checkout a:active {
	background:  url("../images/tab.png") no-repeat 0 -28px;
}
