/* @group Tags */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}


body {
	padding: 0px;
	margin: 0px;
	background-color: white;	
}

p {
	font-size: 12px;
}

h2+p, h3+p, h4+p {
	font-size: 12px;
	margin-top: -10px;
}

small {
	font-size: 11px;
}

small li {
	font-size: 11px;
}

h1 {
	margin-top: 0px;
	color: #222222;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #222222;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	color: #222222;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

h4 {
	color: #222222;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

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

li {
	font-size: 12px;
	margin-bottom: 3px;
}

a img {
	border: none;
}

img {
	border: none;	
}

table td {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-width: 0;
	border-style: none;
	font-size: 12px;
}

input {
	margin: 2px;
}

form {
	margin: 0;
}

blockquote {
	background: #EEEEEE;
	font: bold 16px;
	color: #555555;
	padding: 10px;
	margin: 0;
}



/* @end */

/* @group Colours */

.light {
	color: #999999;
}



/* @end */

/* @group Spacing */

.separator-5 {
	margin-bottom: 5px;
	display: block;
	height: auto;
	overflow: hidden;	/* Stretches the div to fit the content ... leave in */
	zoom: 1;	/* works with overflow: hidden for IE 6 */
}

.separator-10 {
	margin-bottom: 10px;
	display: block;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.separator-20 {
	margin-bottom: 20px;
	display: block;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.separator-30 {
	margin-bottom: 30px;
	display: block;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.padding-box-5 {
	padding: 5px;
}

.padding-box-10 {
	padding: 10px;
}



/* @end */

/* @group Main Layout */

#container
{
	width: 980px;
	margin: 10px auto;
	/* border: 1px solid #7594ff; */
	height: auto;
	/*overflow: auto; *//* Daniel put this in, stops leftnav from overflowing into footer when content to short */
}

#top
{
	color: #7f7f7f;
	font-size: 11px;
	margin-bottom: 10px;
	/* border: 1px solid #7594ff; */
}

#leftnav
{
	float: left;
	width: 170px; 
	/* border: 1px solid #7594ff; */
	padding: 0;

}

#content
{
	margin-left: 185px; /* doesn't push content below leftnav in IE6/7 when 185px */
	/* border: 1px solid #7594ff; */
	padding: 0;
}

#fullpage-content
{
	padding: 0;
}



/* @end */

/* @group Category Layout */

.content-container {
	width: 790px;
	overflow: hidden;
	zoom: 1;
}

.content-left {
	width: 263px;
	float: left;

	padding: 0;
}

.content-right {
	margin-left: 268px;
	padding: 0;
}



/* @end */

/* @group Header */

#header {
	background-color: #429526;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../site/image/element/header-background.jpg);
}

.header-branding {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 80px;
	background: url(../site/image/element/header-branding.gif) no-repeat center;
}

.header-content {
	float: right; 
	padding-top: 5px;
	color: #fff;
	font-size: 11px;
}

.header-content a:link {
	color: #fff;
	font-size: 11px;
}

.header-content a:visited {
	color: #fff;
	font-size: 11px;
}



/* @end */

/* @group Footer */

#footer {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	background: repeat-x url(../site/image/element/bottom-seperator.gif);
	clear: both;

}

.footer-content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#footer p {
	font-size: 9px;
	color: #999;
}

#footer a {
	color: #999;
}

.footer-column {
	float: left;
	margin-right: 25px;
	overflow: hidden;
	zoom: 1;
	padding: 0;
}

.footer-link-left a:link, .footer-link-left a:visited {
	color: #7d7d7d;
	text-decoration: none;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 24px;
}

.footer-link-big a:link, .footer-link-big a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #7d7d7d;	
	font-weight: bold;
}

.footer-column a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}



/* @end */

/* @group Drop Down Menus */

#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type: none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
list-style-type: none;
position:relative;
z-index:100;
margin-bottom: 0px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:13px;
padding:10px 10px;
color:#999999;
background:#222;
text-decoration:none;
margin-right:0px;
text-align:center;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.menu li:hover a.here {
color:#fff;
background:#333;
}

.menu_element a, .menu_element :visited {
display:block;
font-size:13px; 
width:159px; 
padding:7px 10px;
color:#999999;
background:#333;
text-decoration:none;
margin-right:0px;
text-align:left;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin-bottom: 0px;
}


/* style the links hover */
.menu :hover {
color:#fff;
background:#222;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu-bar {
width: 100%;
height: 36px;
background: #222;
}

/* daniel wrote this */
.menu-container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

/* @end */

/* @group leftnav */

.leftnav-header {
	padding: 5px 10px;
	color: #222222;
	background: #AAAAAA;
	font-size: 15px;
	font-weight: bold;
}

.leftnav-content {
	display:block;
	font-size:13px;
	padding: 10px 5px 10px 10px;
	color: #444;
	background: #DDDDDD;
	margin-right:0px;
	margin-bottom: 5px;
}

.leftnav {
	text-align: left;
	margin-bottom: 5px;
}

/* Main Menu */
.leftnav ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

.leftnav li{
	list-style-type: none;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.leftnav a, .leftnav :visited {
	display:block;
	font-size:13px;
	padding: 7px 10px;
	color: #444;
	background: #DDDDDD;
	text-decoration:none;
	margin-right:0px;
}

.leftnav li:hover a.here {
	color:#fff;
	background: #5e9c30;
	border-bottom: 1px solid #e5e5e5;
}

.leftnav a:hover {
	color:#fff;
	background: #5e9c30;
}

.leftnav-selected a:link, .leftnav-selected a:visited {
	color:#fff;
	background: #5e9c30;
}

/* Sub Menu */

.leftnav li li a:link, .leftnav li li a:visited {
	display: block;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	color: #555;
	background: #bcdeb4;
	text-decoration:none;
	font-weight: bold;
}

.leftnav li li a:hover {
	color:#fff;
	background: #5d9a31;
}


/* @end */

/* @group Product Listing */

.product-listing {
	width: 790px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1; /* experimental */
}

.product-listing-full {
	width: 980px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1; /* experimental */
}

.product-listing-basket {
	width: 670px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.product-listing-container
{
	width: 180px;
	height: 230px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 2px;
	border: 0px;
}

.product-listing-top
{
	padding-bottom: 3px;
	margin-bottom: 3px;
	height: 150px;
}

.product-listing-top a:link, .product-listing-top a:active, .product-listing-top a:hover, .product-listing-top a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	display: block;
}

.product-listing-top img {
	margin-bottom: 10px;
}

.product-listing-left
{
	float: left;
	width: 80px; 
	padding: 0;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;
}

.product-listing-right
{
	margin-left: 90px;
	padding: 0;
	text-align: right;
	font-size: 11px;
	color: #7d7d7d;
}

.product-listing-right a
{
	font-size: 11px;
	color: #7d7d7d;
}

.product-listing-special {
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.product-listing-was {
	color: #7d7d7d;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.listing-photo {
	width: 180px;
	height: 120px;
}

.listing-image-no-stock {
	border: 1px solid #ebebeb;
	background: #ffffff;
	width: 180px;
	height: 120px;
}



/* @end */

/* @group Feature Articles */

.feature-articles {
	font-size: 11px;
	margin-bottom: 20px;
	width: 790px;
	overflow: hidden;
	zoom: 1;
}

.feature-articles img {
	margin-bottom: 10px;
}

.feature-articles p {
	font-size: 11px;
	margin-right: 10px;
	color: #7d7d7d;
}

.feature-articles a {
	font-size: 11px;
	color: #7d7d7d;
}

.feature-article {
	width: 263px;
	float: left;
	margin-bottom: 20px;
}



/* @end */

/* @group Major Box */

.offer-box {
	background-color: #EEEEEE;
	border: 4px solid #AAAAAA;
	text-align: center;
	margin-bottom: 10px;
}

.offer-box h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.offer-box h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	padding: 0;
}




/* @end */

/* @group Refine Links */

.refine-section {
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	margin-bottom: 10px;
	height: auto;
	display: block;
	padding-bottom: 5px;
}

.refine-section-bottom {
	border-top: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 11px;
	margin-top: 10px;
	overflow: auto;
}

.refine-title {
	background-color: #AAAAAA;
	text-align: center;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	width: 100px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
}

.refine-link {
	font-size: 11px;
	margin-left: 110px;
	display: block;
	overflow: auto;
	height: auto;
	/* border: 1px solid #e6e6e6;*/
}

.refine-link A:link  {
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link A:active  {
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link A:visited  {
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link A:hover  {
	color: #999;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

.refine-link-selected A:link  {
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #AAAAAA;
	font-size: 11px;
}

.refine-link-selected A:active  {
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #AAAAAA;
	font-size: 11px;
}

.refine-link-selected A:visited  {
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #AAAAAA;
	font-size: 11px;
}

.refine-link-selected A:hover  {
	color: #ffffff;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background-color: #AAAAAA;
	font-size: 11px;
}

.title-category {
	background-color: #999;
	text-align: center;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	width: 70px;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
}

/* @end */

/* @group Paging */

/* 
.paging-box {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
*/

.listing-paging {
	background: #DDDDDD; 
	height: 25px;
	padding: 4px;
	margin-bottom: 10px;
	clear: right;
}

.paging-left {
	float: left;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	overflow: auto;
}

.paging-right {
	float: right;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: auto;
}

.paging-right a {
	color: #555;
	font-weight: bold;
	font-size: 14px;
}

.listing-page-title h1 {
	color: #7d7d7d;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 5px;
	position: static;
	border-top: 1px solid #ccc;
	border-bottom: 1px none #ccc;
	font-size: 20px;
}

.listing-page-subtitle h2 {
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
	color: #7d7d7d;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	position: static;
	font-size: 14px;
}

.paging-number {
	text-decoration: none;
	text-align: center;
	float: left; 
	color: #555;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

.paging-number-selected {
	height: 25px;
	width: 25px;
	color: #000;
	text-align: center;
	/* background: no-repeat url(../site/image/element/paging-text-selected.gif); */
	overflow: visible;
	float: left;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
}

/* @end */

/* @group Big Title */

.big-title h1 {
	color: #222222;
	font-size: 45px;
	font-weight: bold;
	border-top: 1px solid #ebebeb;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 20px;
}

.big-title h2 {
	color: #999;
	position: relative;
	font: bold 22px;
	border-width: 0;
}

.big-title p, .big-title a {
	color: #999;
	font-size: 11px;
}

/* @end */

/* @group 1 pixel outline table */


.light-table .px_td
{
    margin: 0;
    padding: 4px;
	font-size: 11px;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}

.light-table .px_td_no_border
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-size: 11px;
}

.light-table .px_td_no_border_below
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 11px;
}

.light-table .px_table
{
    border-spacing: 0;
    border-collapse: collapse;
	font-size: 12px;
	border: 1px solid #CCC;
}

.light-table .px_table, .px_td, .px_td_title
{
	border: 1px solid #CCC;
	font-size: 11px;
}

.light-table .px_td_title
{
    margin: 0;
    padding: 4px;
    background-color: #EEE;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CCC;
}
	
/* @end */

/* @group 1 pixel table */


.px_td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #dddddd;
	font-size: 11px;
	vertical-align: top;
}

.px_td_no_border
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-size: 11px;
}

.px_td_no_border_below
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 11px;
}

.px_table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	font-size: 12px;
}

.px_table, .px_td, .px_td_title
{
	border: 1px solid #ffffff;
	font-size: 11px;
}

.px_td_title
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #c5c5c5;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
	
/* @end */

/* @group Product Page */

.product-title {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #BBBBBB;
	margin-bottom: 20px;
	background: repeat-x url(../site/image/element/divider.gif) 0px 100%;

}

.product-title h1, .product-title h2 {
	margin: 0;
	padding: 0;
}

.product-content {
	background: repeat-x url(../site/image/element/divider.gif) 0px 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.product-photo
{
	float: left;
	width: 430px; 
	padding: 0;
}

.product-information
{
	margin-left: 440px; 
	padding: 0;
}

.left-feature {
	width: 570px;
	float: left;
}

.right-feature {
	margin-left: 580px;
}

.page-content {
	width: 790px;
	float: left;
}

.feature-header {
	margin-bottom: 10px;
	color: #555;
	padding: 4px;
	background-color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
}

.feature-content {
	color: #000000;
	background: repeat-x url(../site/image/element/divider.gif) 0px 100%;
	border-bottom: none;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 20px;
}

.plus {
	font: 11px;
	background: no-repeat url(../site/image/element/plus.gif) 0px 3px;
	padding-left: 13px;
	float: left;
	padding-bottom: 2px;
	padding-left: 13px;
	width: 190px;
}

.section {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}

.section_header {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
}



/* @end */

/* @group 3 Column Page */

.page-container
{
	width: 790px;
	overflow: hidden;
	zoom: 1;
}

.middle-column
{
	float: left;
	width: 330px; 
	padding: 0;
}

.right-column
{
	margin-left: 340px; 
	padding: 0;
}



/* @end */

/* @group Landing */

.landing h1 {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0;
}

.landing h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 20px;
}

.landing h3 {
	font-size: 18px;
	padding: 0;
}



/* @end */

/* @group Feature Box */

.feature-box-header {
	color: #555;
	padding: 4px;
	padding-left: 6px;
	background-color: #ccc;
	width: 300px;
	font-size: 20px;
}

.feature-box {
	border: 5px solid #ccc;
}



/* @end */

/* @group Tabular */

.tabular-grey {
	border-right-color: #bcbcbc;
	text-align: center;
	background-color: #e2e2e2;
	padding: 4px;
	border-right-style: solid;
	border-right-width: 1px;
}

.tabular-white {
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	border-right-style: solid;
	border-right-color: #bcbcbc;
	border-right-width: 1px;
}

.tabular-white-no-border {
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	border-right-style: none;
}

.tabular ul {
	padding-left: 17px;
}

.tabular-header {
	font-size: 12px;
	font-weight: bold;
}



/* @end */

/* @group Question Answer */

.question-top {
	width: 560px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	background: no-repeat url(../site/image/element/question-top.gif);	
}

.question-top a:link {color: #fff;
}
.question-top a:hover {color: #fff;
}
.question-top a:focus {color: #fff;
}

.question-bottom {
	width: 570px;
	height: 12px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	background: no-repeat url(../site/image/element/question-bottom.gif);	
}

.questioner {
	color: #0099cc;
	font-weight: bold;
	top: 0px;
	text-align: left;
	font-size: 10px;
	padding-bottom: 5px;
}

.answer-top {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	background: no-repeat url(../site/image/element/answer-top.gif);	
	
}

.answer-top a:link {color: #fff;
}
.answer-top a:hover {color: #fff;
}
.answer-top a:focus {color: #fff;
}

.answer-bottom {
	width: 570px;
	height: 12px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	background: no-repeat url(../site/image/element/answer-bottom.gif);	
}

.answerer {
	color: #009900;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	padding-bottom: 5px;
}



/* @end */

/* @group Landing */

.landing-box-title {
	font-size: 32px;
	padding: 5px 5px 5px 20px;
	margin: 5px 0 0;
	background: url(../christmas09/christmas-ribbon.jpg) repeat-x;
	color: #fff;
}

.landing-box-content {
	padding: 15px;
	border: 1px solid #DDD;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.landing-box-left {
	padding: 0px;
	margin: 0;
	width: 450px;
	float: left;
}

.landing-box-right {
	padding: 0px;
	margin: 0 0 0 510px;
}



/* @end */

/* @group Small Product List */

.small-product-list {
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}

.small-product-list h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.small-product-list .price {
	margin: 3px 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.small-product-list p {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.small-product-list a {
	text-decoration: none;

}



/* @end */

/* @group Checkout Progress */

.checkout {
	margin-bottom: 20px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
	border-top-width: 1px;
	width: 100%;
	padding-top: 15px;
}

.checkout-step {
	color: #555555;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 20px;
	background: url(../site/image/element/checkout-arrow-header.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
	font-size: 21px;
}

.checkout-step-final {
	color: #555555;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 20px;
	background: url(../site/image/element/checkout-arrow-header-final.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
	font-size: 21px;
}

.checkout-step-done {
	color: #009f11;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 20px;
	background: url(../site/image/element/checkout-arrow-header-done.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
	font-size: 21px;
}

.checkout-step-final-done {
	color: #009f11;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 20px;
	background: url(../site/image/element/checkout-arrow-header-final.jpg) right 0px;
	border: 1px none #999999;
	border-right-color: #dbdbdb;
	border-right-style: none;
	border-left: 1px none #dbdbdb;
	font-size: 21px;
}

.checkout-content {
}

.checkout-content h1 {
	color: #555555;
}

.checkout-content textarea, .checkout-content input[type='text'], .checkout-content input[type='password'] {
	color: #555555;
	background-color: #f5f5f5;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.checkout-content input[type='radio'], .checkout-content input[type='submit'], .checkout-content input[type='button'], .checkout-content select, .checkout-content option, .checkout-content input[type='checkbox'] {
	color: #555555;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.checkout-content form * {
	font-size: 18px;
}

.checkout-content form small {
	font-size: 12px;
}

.checkout-content form p {
	font-size: 12px;
}

/* @end */

/* @group Misc */

.forms input {
	background-color: #c9c9c9;
	padding: 5px;
	font-size: 18px;
}

.big-note {
	color: #C00;
	font-size: 18px;
}

.small-note {
	color: #C00;
	font-size: 14px;
}

.sale-product-page {
	text-align: center;
	padding: 5px;
	font-size: 12px;
	background-color: #C00;
	color: #FFF;
	margin-bottom: 10px;
}

.sale-product-page small {
	font-size: 10px;
	color: #FFF;
}

.arrow-link {
	text-decoration: none;
	background: url(../site/image/element/arrow-grey-right.gif) no-repeat right;
	padding-right: 10px;
}

.popup-window {
	padding:5px;
	margin: 5px;
}

.popup-box {
	background-color: white;
	padding: 10px;
	margin: 2px;
	border-color: #009900;
	border-style: solid;
	border-width: 2px;
}

.grouper {
	overflow: hidden;
	width: 100%;
}

.handy-tip {
	background-color: #fdf1d7;
	padding: 3px;
	border: 1px dashed #c9c7a5;
	color: #8e8c74;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}

.handy-tip a {
	color: #8e8c74;
	font-size: 14px;
}

.read-this {
	color: #990000;
	background-color: #ffd3c9;
	padding: 2px;
	font-weight: bold;
}

.in-stock {
	color: #009900;
	background-color: #b9fec0;
	padding: 2px;
	font-weight: bold;
}

/* used on listing & product page only */
.price {
	color: #999;
	font: bold 22px Helvetica, Arial, sans-serif;
}

.product-price {
	font-size: 22px;
	color: #222222;
	font-weight: normal;
	font-style: normal;
}

.product-price sup {
	color: #000;
	font-size: .5em;
}

.old-price {
	color: #BB0000;
	text-decoration: line-through;
	font-size: 12px;
}

.save {
	font-size: 12px;
}

.thumb {
	padding: 1px;
	border: 1px solid #dddddd;
	float: left;
	margin-right: 1px;
}

.error {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #990000;
}



/* @end */

/* @group Site Map */

#sitemap {

}

#sitemap li {
	width: 480px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	text-indent: 0;
	clear: none;
	list-style-type: none;
}

#sitemap a {
	color: #666666;
}

#sitemap ul {
	padding: 0;
	margin: 0;
}

#sitemap .brand {
	display: block;
	margin-bottom: 30px;
}

#sitemap h2 a {
	text-decoration: none;
	color: #900;
}

/* @end */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* @group Sale Strip */

#salestrip {
	width: 100%;
	height: 30px;
	background-image: url(http://rushfaster.com.au/site/image/promotion/stocktake-sale-bg.png);
	background-repeat: repeat-x;
	text-align: center;
}



/* @end */Checkout Progress