body{
	text-align: center;
	background: #000;
	color: #eed
}

/*########################
COMMON FORMATTING
#########################*/

h1 {
color: #F8D205;
}

h2 {
color: #F8D205;
}

h3 {
color: #F8D205;
}

p, li, td {
color: #eed;
}

blockquote {
color: #eed;
}

td{
vertical-align: top;
}

/***** Links *****/

a, a:visited {
	color: #fff;
}
a:hover{
text-decoration: underline;
}

a.rarra{
	padding-right: 11px;
	background: url(/images/rarra_dark.gif) right center no-repeat;
}

a.larra{
	padding-left: 11px;
	background: url(/images/larra_dark.gif) left center no-repeat;
}

#l_outer{
	min-width: 750px;
	max-width: 950px;
	_width: expression(((document.body.clientWidth)) < 750?
"750px": ((document.body.clientWidth)) > 950? "950px": "auto" );
	margin: 10px auto;
	text-align: left;
}

input, select, textarea{
border: 1px solid #666;
	background: #ddd;
	margin: 0;
	font-size: 8pt;
	line-height: 8pt;
}


/*##############
HEADER
###############*/

#l_header{
	background: #555 url(/images/header_bg.jpg);
	height: 151px;
}

#l_section_logo{
	float: left;
	width: 398px;
	height: 151px;
	background: url(/images/header_v2mal.jpg);
}

#l_v2mal{
	float: right;
	width: 340px;
	height: 151px;
	background:  url(/images/header_splash_rhs.jpg) right no-repeat;
text-align: center;
display: block;
text-decoration: none;
}
#l_v2mal span{
display: block;
padding-top: 20px;
color: #fedc32;
font-weight: bold;
text-align: center;
font-size: 1.2em;
}

#l_section_heading{
	margin: 0 180px;
	height: 151px;
	font-weight: bold;
font-size: 1.5em;
}

#l_section_heading h1{
	font-family: arial;
	font-weight: bold;
	margin: 0;
padding: 40px 0 0 0
}



/*################
TOP CORNERS
#################*/

#l_content_corner_tl{
	height: 10px;
	background: #333 url(/images/corner_dark_tl.gif) no-repeat;
	margin-top: 8px;
}

#l_content_corner_tr{
	height: 10px;
	background:  url(/images/corner_dark_tr.gif) top right no-repeat;
}



/*################
LEFT NAVIGATION
#################*/

#l_nav{
width: 165px;
background: #efefef url(/images/lightnav_tile.gif) repeat-y;
margin: 4px 0 0 0;
}

#l_nav h2{
margin: 0;
padding: 2px;
font-weight: bold;
color: #333;
}

#l_nav div.background{
background: transparent url(/images/darknav_top.gif) no-repeat;
}

#l_nav ul{
margin: 0;
padding: 0;
}

#l_nav li{
border-bottom: 1px solid #d5d5d5;
list-style: none;
margin: 0;
padding: 0;
}

#l_nav li a{
color: #333;
display: block;
padding: 2px;
font-weight: bold;
}

#l_nav li a:hover{
background: #d5d5d5;
text-decoration: none;
}

#l_nav li.basket a{
padding: 5px 2px;
}

#l_nav span.basketinfo{
font-size: 80%;
font-weight: normal;
}

#l_nav li.fullbasket a{
color: #fff;
background: #c5c5c5;
}



/*################
CONTENT
#################*/

#l_content_container{
	background: #333;
	overflow: hidden;
}

#l_main_table{
	margin: 0px auto;
}

#l_content{
	margin: 0 5px;
	padding: 0;
width: 100%;
}

#globalnote{
display: block;
font-size: 80%;
background: green;
border: 6px dotted red;
margin-top: 10px;
padding: 5px;
color: #000;
}

#globalnote p{
color: #fff;
}


/*################
FOOTER
#################*/

#l_footer{
	background: #555;
	font-size: 70%;
	padding: 6px;
}

#l_footer_corner_bl{
	height: 4px;
	background: #555 url(/images/corner_dark_bl.gif) bottom left no-repeat;
}

#l_footer_corner_br{
	height: 4px;
	background: transparent url(/images/corner_dark_br.gif) bottom right
no-repeat;
}



/*################
RIGHT NAV
#################*/

#l_sections_2{
	float: right;
}

#l_sections_2 a{
	display: block;
	width: 140px;
	text-align: center;
	background: #000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #444;
}

#l_sections_2 a:hover, #l_sections_2_horizontal a:hover{
border: 1px solid #fff;
}

#l_sections_2_horizontal{
	float: right;
	margin: 20px auto;
}

#l_sections_2_horizontal a{
	display: block;
	float: left;
	width: 134px;
	text-align: center;
	background: #000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #444;
}


/*################
SHOP GRID
#################*/

#shopload{

}


#shopload ul{
margin: 0;
padding: 0;
	list-style: none;
}
#shoploadnew ul{
margin: 0;
padding: 0;
	list-style: none;
}


#shopload li{
	float: left;
	width: 178px;
	height: 210px;
	border: 1px solid #444;
	margin: 4px 4px 0 0;
	background: #000 url(/images/nopic_dark.gif) 0 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#shoploadnew li{
	float: left;
	width: 178px;
	height: 195px;
	border: 1px solid #CCCCCC;
	margin: 4px 4px 0 0;
	background: #FFFFFF;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#shopload li a.grid-item-top-link{
	display: block;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	background: #444;
}
#shoploadnew li a.grid-item-top-link-motorcycle{
	display: block;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	background: #F12C41 url(/images/categories/motorcycle_top.jpg);
}
#shoploadnew li a.grid-item-top-link-bicycle{
	display: block;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	background: #FFEE00 url(/images/categories/bicycle_top.jpg);;
}
#shoploadnew li a.grid-item-top-link-nutrition{
	display: block;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	background: #86E300 url(/images/categories/nutrition_top.jpg);;
}


#shopload li a.grid-item-img-link{
	display: block;
	height: 100%;
}

#shopload li a.grid-item-img-link img{
	border: 0;
	margin-top: 2px;
}


#shoploadnew li a.grid-item-img-link-new{
	display: block;
	height: 100%;
}

#shoploadnew li a.grid-item-img-link-new img{
	border: 0;
	margin-top: 2px;
}



#shopload li p.grid-item-bottom{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #444;
}
#shoploadnew li p.grid-item-bottomnew{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #444;
}

#shoploadnew li p.grid-item-bottom-motorcycle{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 45px;
	color: #000000;
	font-size: 8pt;
	background-color: #FFFFFF;
}
#shoploadnew li p.grid-item-bottom-bicycle{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 45px;
	color: #E7D300;
	font-size: 8pt;
	background-color: #FFFFFF;
}
#shoploadnew li p.grid-item-bottom-nutrition{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 45px;
	color: #5f9931;
	font-size: 8pt;
	background-color: #FFFFFF;
}
#shopload li a.grid-item-bottom-link,
#shopload li .grid-item-bottom a{
	font-size: 8pt;
color: #eed;
}

#shopload li a.grid-item-prod-link{
	background: #f6d300;
	display: block;
	color: #222;
	font-weight: bold;
	margin: 0 2px;
}

#catjump{
	float: right;
}

#catjump select{
	border: 1px solid #666;
	background: #333;
	color: #eed;
}

.soldout{
color: #f00;
font-weight: bold;
font-size: 80%;
}

.spacer{
	clear: both;
	height: 10px;
	border-bottom: 1px solid #444;
}
.lightspacer {
	margin-left:10px;	
	clear: both; 
	height: 10px; 
	border-bottom: 1px solid #E2E2E2;
}
.motorcycle {
margin-left:10px; color: #F2353E; font-weight:bold; font-size:8pt;
}
.bicycle {
margin-left:10px; color: #E7D300; font-weight:bold; font-size:8pt;
}
.nutrition {
margin-left:10px; color: #5f9931; font-weight:bold; font-size:8pt;
}
.motorcycletitle {
 color: #F2353E; font-weight:bold; font-size:8pt;
}
.bicycletitle {
color: #E7D300; font-weight:bold; font-size:8pt;
}
.nutritiontitle {
color: #5f9931; font-weight:bold; font-size:8pt;
}

#motorcyclebutton a {
display: block; float:left; width: 183px; height: 48px; background: url(/images/motorcycle_off.gif) no-repeat;
}
#motorcyclebutton a:hover {
background: url(/images/motorcycle_on.gif) no-repeat;
}
#bicyclebutton a {
display: block; float:left; width: 183px; height: 48px; background: url(/images/bicycle_off.gif) no-repeat;
}
#bicyclebutton a:hover {
background: url(/images/bicycle_on.gif) no-repeat;
}
#nutritionbutton a {
display: block; float:left; width: 183px; height: 48px; background: url(/images/nutrition_off.gif) no-repeat;
}
#nutritionbutton a:hover {
background: url(/images/nutrition_on.gif) no-repeat;
}

#zoom{
	text-align: left;
	background: url(/images/zoom.png) no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 18px;
	height: 16px;
	line-height: 16px;
}

#smallimage{
	padding: 5px;
	border: 1px solid #444;
	background: #292929;
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	_width: 200px;
margin-bottom: 10px;
}

#smallimage-img{
	width: 280px;
}

#imagecontainer,
.imagecontainer{
	padding: 5px;
	border: 1px solid #444;
	background: #292929;
	float: left;
	text-align: center;
	width: 280px;
margin-bottom: 10px;

}
.imagecontainer{
width: auto;
float: none;
vertical-align: middle;
}


#formcontainer{
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
	width: 264px;
}

#formcontainer.unconstrained{
	width: 550px;
}

#formcontainer h3{
	margin: 0 0 10px 10px;
	border-bottom: 1px solid #ccc;

}

#sizes, #options, #personalisation, #qty{
	font-size: 8pt;
	margin-bottom: 10px;
	margin-left: 10px;
}

#personalisation input{
	width: 280px
}

#qty input{
	width: 30px;
	margin-right: 4px;
	text-align: right;
}

.fleft{
	float: left;
}

#price{
	margin-left: 10px;
	clear: both;
	float: none;
	text-align: right;
}

#total{
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: none;
	text-align: right;
}


#submit{
	margin-bottom: 10px;
	margin-left: 10px;
}


dl.description{
	xborder: 1px solid green;
	margin: 3px 0 10px 0;
	padding: 0;
	font-size: 8pt;
}

dl.description dt{
	xborder: 1px solid green;
	font-weight: bold;
	float: left;
	width: 160px;
	text-align: right;
}

dl.description dd{
	xborder: 1px solid blue;
	margin: 0 0 0px 165px;
	padding: 0;
	xfloat: left;
	display: block;
}

table.subtlestripe{
	margin-top: 10px;
}

table.subtlestripe th{
	background: #222222;
	font-weight: bold;
	text-align: left;
}

table.subtlestripe td{
	border-top: 1px solid #444444;
	padding: 2px;
	background: url(/images/fade.jpg) 0 -30px no-repeat;
}

.offer{
border: 1px solid #666666;
margin: 0 0 10px 0;
}

.offer h3{
margin: 0 0 5px 0;
background: #666;
padding: 1px 5px;
}

.offer p{
margin: 0 0 5px 0;
padding: 1px 5px;
}







/* GUESTBOOK */

table.guestbook{
	width: 100%
}

table.guestbook tr.entry{
	background: #999 no-repeat;
	
}

table.guestbook td{
	padding: 5px 0;
}
table.guestbook tr.entry td{
	padding: 5px 3px 10px 3px;
	border-top: 1px solid #F8D205;
color: #ffffff;
}
table.guestbook b {
color: #F8D205;

}

table.guestbook span.small{
	font-size: 80%;
	float: right;
	display: block;
}

#sslgb_n{
	width: 400px;
	background: #333 url(/images/fade.jpg) no-repeat;
	padding: 2px;
color: #fff;
}

#sslgb_c{
	width: 400px;
	height: 180px;
	background: #333 url(/images/fade.jpg) no-repeat;
	padding: 2px;
color: #fff;
}

#sslgb_v{
	width: 180px;
	background: #333 url(/images/fade.jpg) no-repeat;
	padding: 2px;
	text-align: center;
	margin-top: 5px;
color: #fff;
}

/*============================================================================*\
   Pager Widget
\*============================================================================*/
div.pager{
 text-align: center;
 margin: 10px 0;
 clear: both;
background: #fff;
}

div.pager img{
border: 0;
}

div.pager_widget{
 width: 250px;
 height: 17px;
 margin: 0 auto;
}

div.pager_button{
 float: left;
 background: #dedede;
}

div.pager_text{
 float: left;
 width: 182px;
 font: 10px/17px verdana, geneva, sans-serif;
 text-transform: uppercase;
color: #000;
}

a.pager_link{
 background: #666666;
 display: block;
 width: 17px;
 height: 17px;
}

a.pager_link:hover{
 background: #F8D205;
}
