/*
-----------------------------------------------
Arrow Karts Pty Ltd
Author:   SiteSuite Australasia
Website:	http://www.sitesuite.com.au
Version:  16 May 2006
----------------------------------------------- */


/* Establish general layout parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background-color: #C5C5BF;
	behavior: url(/persistent/css/cssfocusandhover.htc);
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	text-align: center;
	}

img {
	border: 0;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 777px;
	height: 444px;
	}
	
	
/* Links */

a, a:visited, a:active {
	color: #CC3333;
	}

a:hover {
	color: #333366;
	}

span.secondLevel, span.secondLevel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	}
span.secondlevel a:hover {
	color: #999;
	text-decoration: underline;
	}
	

/* Typography */
	
p, td, h2, h3, h4, h5, h6, input, textarea, select	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0D0069;
	}
	
/* kart Features */

ul {
	list-style: circle;
	}
	
ul.listpoints li {
	margin-bottom: 5px;
	}

ul.features {
	padding: 10px 10px 10px 16px;
	margin: 10px 10px 10px 16px;
	list-style-type: square;
	list-style-image: url(/persistent/siteImages/bulletRed.gif);
	line-height: 1.4em;
	}

/* Top Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Backgrounds */

#headerLeft {
	background: #C5C5BF url(/persistent/siteImages/bgHeader01.gif) repeat-y;
	}
#headerRight {
	background: #C5C5BF url(/persistent/siteImages/bgHeader02.gif) repeat-y;
	}



/* Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Top Level */

#navlist {
	background: #FFF url(/persistent/siteImages/bgMenu.gif) repeat-x;
	padding: 0;
	position: relative;
	width: 751px;
	height: 32px;
	z-index: 90;
	clear: both;
	}
	
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 0.6em/180% Verdana, Helvetica, Arial, sans-serif;
	height: 32px;
	}

#navlist li {
	float: left;
	list-style-type: none;	
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: 32px;
	white-space: nowrap;
	text-align: center;
	}

#navlist a {
	float: left;
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_off.gif) no-repeat top left;
	text-decoration: none;
	color: #333333;
	clear: none;
	}

#navlist a:link {
	margin: 0;
	padding: 9px 5px 9px 5px;
	color: #333333;
	}

#uberlink a:link {
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_on.gif) no-repeat top left;
	color: #333333;
	}

#navlist a:visited,
#uberlink a:visited {
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_off.gif) no-repeat top left;
	color: #333333;
	}

#navlist a:active,
#uberlink a:active {
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_on.gif) no-repeat top left;
	color: #C40005;
	}
	
#navlist a:hover,
#uberlink a:hover {
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_on.gif) no-repeat top left;
	color: #C40005;
	}

#uberlink_on a:link, #uberlink_on a:visited, #uberlink_on a:active, #uberlink_on a:hover {
	margin: 0;
	padding: 9px 5px 9px 5px;
	background: url(/persistent/siteImages/topMenu_on.gif) no-repeat top left;
	color: #C40005;
	}


/* Sub Menu */

#sublist {
	background: url(/persistent/siteImages/bgSubMenu.gif) repeat-x;
	position: relative;
	width: 751px;
	height: 27px;
	clear: both;
	text-align: center;
	}
	
#sublist ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /*turns off display of bullet*/
	font-size: 10px;
	height: 27px;
	}

#sublist li {
	float: left;
	list-style-type: none;	
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	height: 27px;
	white-space: nowrap;
	}

#sublist a {
	float: left;
	margin: 0;
	padding: 3px 9px 8px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu.gif) repeat-x 0% 0%;
	text-decoration: none;
	color: #FFF;
	clear: none;
	}

#sublist a:link, #sublist a:link {
	margin: 0;
	padding: 3px 9px 11px 12px;
	color: #FFF;
	}

#uberlink a:link {
	margin: 0;
	padding: 3px 9px 11px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu_on.gif) no-repeat 50% 0%;
	color: #FFF;
	}

#sublist a:visited
#sublink a:visited {
	margin: 0;
	padding: 3px 9px 11px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu_on.gif) no-repeat 50% 0%;
	color: #FFF;
	}

#sublist a:active,
#sublink a:active {
	margin: 0;
	padding: 3px 9px 11px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu_on.gif) no-repeat 50% 0%;
	color: #FFD506;
	}
	
#sublist a:hover,
#sublink a:hover {
	margin: 0;
	padding: 3px 9px 11px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu_on.gif) no-repeat 50% 0%;
	color: #FFD506;
	}

#sublink_on a:link, #sublink_on a:visited, #sublink_on a:active, #sublink_on a:hover {
	margin: 0;
	padding: 3px 9px 11px 12px;
	background: #000 url(/persistent/siteImages/bgSubMenu_on.gif) no-repeat 50% 0%;
	color: #FFD506;
	}


/* Contents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Form Elements */

#contents form {
	margin: 0;
	padding: 0;
	}
	
input.txtField, textarea.txtField {
	color: #666;
	font-size: 10px;
	border: 1px solid #666;
	border-top: 1px solid #AAA;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #AAA;
	margin: 0;
	margin-bottom: 8px;
	padding: 2px;
	}
* html input.txtField { height: 19px; }

input:focus, textarea:focus {
	border: 1px solid #663366;
	}
	
.goBtn {
	padding: 0;
	margin: 8px 14px 0 0;
	}
	
.srcField {
	color: #666;
	padding: 0;
	margin: 4px 4px 0 0;
}

/* Backgrounds */

.bgContentTop {
	background: #C5C5BF url(/persistent/siteImages/bgContentTop.gif) repeat-x;
	}
.bgStrip {
	background: #FFF url(/persistent/siteImages/bgStrip.gif) repeat-x;
	}
.bgContent {
	background: #FFF url(/persistent/siteImages/bgContent.gif) repeat;
	}


/* News Manager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Featured Home */

#left, #right {
	width: 375px;
	margin: 0 4px;
	padding: 0;
	text-align: left;
	height: 120px;
	}

#left {
	float: left;
	}

#right {
	float: right;
	}

#splashImage {
	background:#c5c5bf;
	padding: 0;
	margin: 0;
	width: 777px;
	height: 444px;
	}
	
#featureThumb {
	float: left;
	padding: 3px;
	}
	
#featureThumb img {
	border: 3px solid #666;
	}
	
#featureDate {
	font-size: 10px;
	color: #A5A5A5;
	font-weight: bold;
	margin: 2px 0;
	}

#effectsdemo {
	text-align: center;
	width: 777px;
}

#edmainpanel {
  width: 777px;
  height: 26px;
  padding: 0;
	margin: 0 auto;
	text-align: center;
}

#edresultscontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
  z-index:100;
  width: 777px;
	background: url(/persistent/siteImages/bgFeaturedNews.gif) repeat-y 0 0;
	margin: 0 auto;
}

#edresults {
	width: 761px;
	margin: 0 auto;
	padding: 0 4px;
	_width: 769px;
	line-height: 1.7em;
}

#edresults div {
	margin: 0 auto;
	padding-bottom: 2px;
}

#edresults div, #edresults p {
	text-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#edresults p {
	margin: 0;
	padding: 0;
	}

#edresults h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px 2px;
}

#edresults h1 a:link, #edresults h1 a:visited, #edresults h1 a:active {
	color: #FFF;
	text-decoration: none;
}

#edresults h1 a:hover {
	color: #A5A5A5;
	text-decoration: none;
	}

#edresults h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 4px 2px;
}

#edresults h2 a:link, #edresults h2 a:visited, #edresults h2 a:active {
	color: #FFF;
	text-decoration: none;
}

#edresults h2 a:hover {
	color: #A5A5A5;
	text-decoration: none;
	}

#edcloseresults a {
  width: 760px;
	clear: both;
	display: block;
	line-height: 15px;
	bottom: 0;
	background-image: url(/persistent/siteImages/btnClose.gif);
	background-position: 0 -15px;
}

#edcloseresults a:hover {
	background-image: url(/persistent/siteImages/btnClose.gif);
	background-position: 0 0;
	}

/* General */

.calPage {
	color: #BDBDBD;
	font-size: 10px;
	text-shadow: #fff 1px 1px 1px;
	display: block;
	background: url(/persistent/siteImages/bg_date1.gif) 0 0 no-repeat;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0;
	width: 35px;
	padding-top: 5px;
	top: 5px;
	left: -55px;
	}

.calPage .day {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-indent: -3px;
	letter-spacing: -2px;
	color: #ddd;
	text-shadow: #bbb 2px 2px 0;
	background: url(/persistent/siteImages/bg_date2.gif) bottom left no-repeat;
	padding-bottom: 5px;
	border: 0;
	}
	
.post {
	position: relative;
	margin-left: 55px;
	padding: 10px;
	border-bottom: 1px #ccc dashed;
	background: url(/persistent/siteImages/bgHover_off.gif) repeat;
	_background: url(/persistent/siteImages/spacer.gif) repeat;
	}

div#news div.post:hover {
	background: url(/persistent/siteImages/bgHover_on.gif) repeat;
	_background: url(/persistent/siteImages/spacer.gif) repeat;
	}

.fullPost {
	position: relative;
	margin-left: 55px;
	margin-bottom: 5px;
	padding: 10px;
	border-bottom: 1px #ccc dashed;
	background: url(/persistent/siteImages/spacer.gif) repeat;
	}
	

.postArchive {
	position: relative;
	padding-top: 1px;
	padding: 0;
	margin-left: 15px;
	border-bottom: 1px #ccc dashed;
	background: url(/persistent/siteImages/spacer.gif) repeat;
	}

#newsThumb {
	float: left;
	margin: 0 10px 2px 10px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
#news {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px 30px 0 20px;
	}
	
#news p {
	font: 1em/180% Verdana, Helvetica, Arial, sans-serif;
	}

#news h2, #news h2 a {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;	
	}
	
#news h2 a:hover {
	color: #333;
	}
	
.newsDate {
	color: #CCC;
	font-weight: bold;
	font-size: 10px;
	}


/* Buttons */

span.icnArticle a {
	position: relative;
	float: right;
	width: 90px;
	display: block;
	background-image: url(/persistent/siteImages/icnArticle.gif);
	background-position: 0 -17px;
	}
	
span.icnArticle a:hover {
	background-position: 0 0;
	}
	
span.Archives a {
	float: left;
	width: 88px;
	display: block;
	background-image: url(/persistent/siteImages/btnArchives.gif);
	background-position: 0 -17px;
	}
	
span.Archives a:hover {
	background-position: 0 0;
	}
	
span.goBack a {
	margin: 0 10px;
	float: left;
	width: 63px;
	display: block;
	background-image: url(/persistent/siteImages/btnBack.gif);
	background-position: 0 -17px;
	}
	
span.goBack a:hover {
	background-position: 0 0;
	}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Backgrounds */

.bgFooter {
	background: #666 url(/persistent/siteImages/bgFooter.gif) repeat-x;
	}
.bgFooterR {
	background: #C5C5BF url(/persistent/siteImages/bgFooterR.gif) repeat-y;
	}
.bgFooterL {
	background: #C5C5BF url(/persistent/siteImages/bgFooterL.gif) repeat-y;
	}
.bgFooterBot {
	background: #C5C5BF url(/persistent/siteImages/bgFooterBot.gif) repeat-x;
	}
	
#logoFooter {
	background: url(/persistent/siteImages/logoFooter.gif) no-repeat 100% 100%;
	}

span.backTop, span.backTop a, span.backTop a:visited, span.backTop a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
span.backTop a:hover {
	color: #CCC;
	text-decoration: underline;
	}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	}
	
span.footMenu, span.footMenu a, span.footMenu a:visited, span.footMenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-transform:lowercase;
	}
span.footMenu a:hover {
	color: #CCCCCC;
	}
span.div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	}
	
span.poweredBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	}

br.small {
	font-size:9px;
	}


/* Karts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Backgrounds */

.bgMidRight {
	background: #C5C5BF url(/persistent/siteImages/bgMidRight.gif) repeat-y;
	}
.bgMidLeft {
	background: #C5C5BF url(/persistent/siteImages/bgMidLeft.gif) repeat-y;
	}
.bgMidBot {
	background: #C5C5BF url(/persistent/siteImages/bgMidBot.gif) repeat-x;
	}


/* Catalogue
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

span.topLevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
	}
	

/* Popups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.nicepopup{
}

.nicepopup .outline{
  border: 1px solid #002C79;
  background-color: #fff;
  padding: 16px;
  position: relative;
}

.nicepopup a.close{
  line-height: 16px;
  display: block;
  position: absolute;
	z-index: 1000;
  top: 1px;
  right: 1px;
  text-indent: -124px;
  overflow: hidden;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background: url(/persistent/siteImages/popups/close.png) 100% 0 no-repeat;
} html>body .nicepopup a.close{ top:0;right:0; }

.nicepopupHover a.close{
  background-position: 100% -16px;
}
.nicepopup a.close:hover{
  background-position: 100% -32px;
}

.nicepopupLoading .outerImage{
  border: 1px dotted silver;
  width: 100px;
  height: 100px;
  background: url(/persistent/siteImages/popups/loading.gif) 50% 50% no-repeat;
}

.nicepopup .prevNextBar{
  padding-top: 7px;
  text-align: center;
}

/** Hacks **/

html>body .SdwTL{ background: url(/persistent/siteImages/popups/sdw_tl.png) 0 0 no-repeat; }

.SdwT{ padding-top: 8px; height: 8px; }
html>body .SdwT{ background: url(/persistent/siteImages/popups/sdw_t.png) 0 0 repeat-x; }

html>body .SdwTR{ background: url(/persistent/siteImages/popups/sdw_tr.png) 0 0 no-repeat; }

.SdwR{ padding-left: 8px; width: 8px; }
html>body .SdwR{ background: url(/persistent/siteImages/popups/sdw_r.png) 0 0 repeat-y; }

html>body .SdwBR{ background: url(/persistent/siteImages/popups/sdw_br.png) 0 0 no-repeat; }

.SdwB{ padding-top: 8px; height: 8px; }
html>body .SdwB{ background: url(/persistent/siteImages/popups/sdw_b.png) 0 0 repeat-x; }

html>body .SdwBL{ background: url(/persistent/siteImages/popups/sdw_bl.png) 0 0 no-repeat; }

.SdwL{ padding-left: 8px; width: 8px; }
html>body .SdwL{ background: url(/persistent/siteImages/popups/sdw_l.png) 0 0 repeat-y; }


/*------------------------------------------------------------------------------
Store
------------------------------------------------------------------------------*/

.product_image {
border: 1px solid #352a71;

}

.cellshade {
background-color: #ededed;
font-size: 11px;
margin: 20px;
}

.cellshades {
background-color: #ededed;
margin: 20px;
}

/*------------------------------------------------------------------------------
Lightbox
------------------------------------------------------------------------------*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_prevlabel.gif) no-repeat left 15%; /* Trick IE into showing hover */
	display: block;
	}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_nextlabel.gif) no-repeat right 15%; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/persistent/templateimages/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/persistent/templateimages/lightbox_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.checkout_toprow {
background: #ececec;

}

.checkout_td_bgcol {
border: 1px solid #ececec;

}

#print_breadcrumbs {
display: none;

} 

#print_content {
display: none;

} 
