html {
	height: 100%;
}

body {
	height: 100%;
	overflow/**/:/**/visible;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #e67800;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF4A03;	
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldtext {
}

.formfieldoption {
}

.formfieldarea {
}
 
.formfieldselect {
}

.formfieldbutton {
}

.formfieldimage {
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/* ------ quick product search box style (custom search) ------ */
#quicksearch {
	height: 45px;
	border: 1px solid #FFF;
	text-align: center;
	background: #EEF3F7 url(../graphics/system/v3_searchbox_bkg.gif) repeat-x;
}

#quicksearch span {
	display: block;
	padding: 0 0 0 8px;
	color: #005CB1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;

\\border: 1px solid red;
}

#quicksearch .searchtable {
	width: 173px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#quicksearch .searchtable .formfieldtext {
	font-size: 11px;
	width: 133px;
}

#quicksearch .searchtable .formfieldbutton {
	font-size: 11px;
	margin: 0;
	padding: 0 1px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 3 (text) ---- */
.navi3 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: inline;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
\\	color: #C00;
	text-decoration: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
\\	color: #F00;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
\\	color: #F00;
	text-decoration: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
\\	color: #F00;
	text-decoration: underline;
}


/* ---- nav style 5 (Main Nav - Hz Text) ---- */
.navi5 {
	padding: 0 0 0 10px;
	height: 25px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #76D31F url(../graphics/system/v3_mainnav_bkg1.gif) repeat-x;
}

.navi5 ul {
	float: left;
	margin: 0;
	border: 1px solid #B7B7B7;
	border-width: 0 1px;
	padding: 0 1px 0 0;
	height: 25px;
	list-style: none;
	background: #FFF;
}

.navi5 li {
	float: left;
	margin-left: 1px;
	border: 1px solid #b7b7b7;
}

.navi5 li a {
	float: left;
	display: block;
	padding: 4px 6px 0 6px;
	height: 23px;
	height/* */:/**/19px;
	height: /**/19px;
	background: #76D31F url(../graphics/system/v3_mainnav_bkg1.gif) repeat-x 0 -1px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #141613;
	text-decoration: none;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #141613;
	text-decoration: none;
	background: #BBFB5B url(../graphics/system/v3_mainnav_bkg2.gif) repeat-x 0 -1px;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	color: #141613;
	text-decoration: none;
	background: #BBFB5B url(../graphics/system/v3_mainnav_bkg2.gif) repeat-x 0 -1px;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	color: #141613;
	text-decoration: none;
	background: #BBFB5B url(../graphics/system/v3_mainnav_bkg2.gif) repeat-x 0 -1px;
}

/* ---- nav style 2 (trail nav - Hz Text) ---- */
.navi2 {
	margin: 0;
	padding: 0;
	/* common font face, size, formatting */
	color: #5A5A5A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

.navi2 ul, .navi2 li {
	margin: 0;
	padding: 0;
	display: inline;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #5A5A5A;
	text-decoration: underline;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #5A5A5A;
	text-decoration: underline;
}

/* ---- nav style 6 (graphics) ---- */
.navi6 {
	margin: 0;
	padding: 0;
}

.navi6 ul, .navi6 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi6 li {
	display: inline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4, .t5, .t6 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0 6px 2px 6px;
}

h1 {
	border-bottom: 2px dotted #444;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 15px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 13px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 --------- */
.t5 {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}

.t5 a:link, .t5 a:visited {
	/* link: colour, style */
	color: #000000;
	text-decoration: none;
}

.t5 a:hover, .t5 a:active {
	/* link rollover: colour, style */
	color: #000000;
	text-decoration: underline;
}

/* --------- text style 6--------- */
.t6 {
	color: #CC0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.t6 a:link, .t6 a:visited {
	/* link: colour, style */
	color: #CC0000;
	text-decoration: underline;
}

.t6 a:hover, .t6 a:active {
	/* link rollover: colour, style */
	color: #FF0000;
	text-decoration: underline;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
  padding: 0 3px 1px 3px;
}

.cms-link span, .developer-link span {
	display: none;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
.titlebar1 {
	clear: both;
	margin: 0 0 5px 0;
	border: 1px solid #8FCD1D;
	border-width: 1px 0;
	padding: 3px 8px 0 8px;
	height: 21px;
	height/* */:/**/18px;
	height: /**/18px;
	color: #1A4B00;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #C5f76A url(../graphics/system/v3_catheader2_bkg.gif) repeat-x;
}

.titlebox1 {
	border: 1px solid #8FCD1D;
	border-width: 0 1px 1px 1px;
	margin: 10px 0 0 0;
}

.titlebox1content {
	padding: 0 8px 8px 8px;
	background: #FFF;
}

/* --- feature box 1 --- */
.fbox1a {
	padding: 0 2px 3px 0;
	background: url(../graphics/system/v3_featurebox1_shadow.gif) right bottom no-repeat;
}

.fbox1b {
	border: 1px solid #8694A6;
	padding: 7px;
	background: #F2F9FE url(../graphics/system/v3_featurebox1_bkg.gif) repeat-x;
}


/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #FFF url(../graphics/system/v3_pagebkg.gif) no-repeat 170px 191px;
}

#header {
	height: 80px;
	border-bottom: 3px solid #61974A;
	background: #EAEAEA url(../graphics/system/v3_header_bkg.gif) repeat-x;
}

#headerlogo {
	position: absolute;
	margin: 6px 0 0 14px;
}

#details {
	height: 42px;
	height/* */:/**/34px;
	height: /**/34px;
	font-size: 10px;
	padding: 8px 10px 0 10px;
	text-align: right;
}

#headerbuttons {
	text-align: right;
/*	padding: 49px 5px 0 0; */
	padding: 7px 5px 0 0;
}

#headerbuttons img {
	margin: 3px;
}

#mainnav {
	height: 27px;
	height/* */:/**/25px;
	height: /**/25px;
	padding: 1px 0;
}

#trailnav {
	height: 17px;
	padding: 0 13px;
	border: 1px solid #B7CFA3;
	background: #E3F7CB url(../graphics/system/v3_trailnav_bkg.gif) repeat-x;
}

#columns {
	width: 100%;
}

#column1 {
	width: 190px;
	padding: 0;
	background: #FAFAFA;
}

#column2 {
	padding: 12px;
	border: 1px solid #AEAEAE;
	border-width: 0 1px;
}

#column3 {
	width: 160px;
	padding: 0;
	background: #FAFAFA;
}

#homecolumns {
	width: 100%
}

#homecolumn1 {
	width: 50%;
}

#homecolumn2 {
	width: 50%;
}

.homecolumn1inner {
	padding: 0 6px 0 0;
}

.homecolumn2inner {
	padding: 0 0 0 6px;
}

#homebrick {
	width: 10px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#brick {
	width: 610px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#specials {
	border: 1px solid #B1B9C1;
	border-width: 0 1px 1px 0;
	width: 160px;
	padding: 5px 0 0 0;
	height: 24px;
	height/* */:/**/19px;
	height: /**/19px;
	color: #005CB1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #EEF3F7 url(../graphics/system/v3_specials_titlebkg.gif) repeat-x;
}

#footer {
	height: 28px;
	height/* */:/**/20px;
	height: /**/20px;
	padding: 8px 25px 0 25px;
	color: #555;
	font-size: 10px;
	border-top: 2px solid #61974A;
	background: #EAEAEA url(../graphics/system/v3_footer_bkg.gif) repeat-x;
}

#poweredby {
	float: right;
}

#copyright {
	float: left;
}

.productfeatured {
	margin: 0 3px;
	padding: 5px 2px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	clear: both;
}

.productfeatured .productname {
	font-weight: bold;
	padding-bottom: 3px;
}

.productfeatured .productimage {
	float: left;
}

.productfeatured .productprice, .productfeatured .productbuy {
	text-align: right;
}

.productfeatured .productbuy img {
	display: block;
}

.end {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

/* ---- nav style 6 (Products Sub Nav 1 - Hz Text) ---- */
#subnavheader {
	margin: 0 1px;
	border: 1px solid #CCC;
	border-width: 1px 0;
	padding: 3px 5px 0 6px;
	height: 21px;
	height/* */:/**/19px;
	height: /**/19px;
	color: #2C6102;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #E3FDB1 url(../graphics/system/v3_subnav_header.gif) repeat-y;
}

#subnavheader a:link, #subnavheader a:visited {
	color: #2C6102;
	text-decoration: none;
}

#subnavheader a:hover, #subnavheader a:active {
	text-decoration: underline;
}

.prodnav1 {
	padding: 0 1px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.prodnav1 a {
	padding: 2px 4px 2px 15px;
	display: block;
	border-bottom: 1px solid #CCC;
}

.prodnav1 a:link, .prodnav1 a:visited {
	/* normal link: colour, style */
	color: #000;
	text-decoration: none;
	background: #F4F5F3 url(../graphics/system/v3_subnavbkg2a.gif) repeat-x;
}

.prodnav1 a:hover, .prodnav1 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	text-decoration: none;
	background: #FFF url(../graphics/system/v3_subnavbullet2.gif) no-repeat 5px 4px;
}

/* ---- nav style 7 (Products Sub Nav 2 - Hz Text) ---- */
.prodnav1 .prodnav1 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: none;
}

.prodnav1 .prodnav1 a {
	padding: 1px 4px 1px 28px;
	display: block;
	border-bottom: 1px solid #CCC;
	background: url(../graphics/system/v3_subnavbullet1.gif) no-repeat 16px 3px;
}

.prodnav1 .prodnav1 a:link, .prodnav1 .prodnav1 a:visited {
	/* normal link: colour, style */
	color: #333;
	text-decoration: none;
	background-color: #F2F3F0;
}

.prodnav1 .prodnav1 a:hover, .prodnav1 .prodnav1 a:active {
	/* normal link rollover: colour, style */
	color: #333;
	text-decoration: none;
	background-color: #FFF;
}


/* ------ online shopping styles (Shopping Cart) ------ */
.cart {
	border: 2px solid #75b900;
	border-width: 0 2px 2px 2px;
	color: #333;
	background: #FAFEF4;
}

.cart th {
	border-bottom: 1px solid #63A101;
	padding: 6px 8px 0 8px;
	height: 26px;
	height/* */:/**/20px;
	height: /**/20px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background: #73B201 url(../graphics/system/v3_catheader1_bkg.gif) repeat-x;
}

.cartrow0 td, .cartrow1 td {
	border-left: 1px solid #C4E784;
	padding: 3px 8px;
	vertical-align: middle;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	background: #FAFEF4;
}

.cartrow1 td {
	background: #ECFAD1;
}

td.cartitem {
	padding: 3px 6px;
	text-align: left;
	white-space: normal;
}

td.cartitem img {
	border: 1px solid #BABCBD;
}

td.cartqty .formfieldtext {
	width: 25px;
	font-size: 12px;
}

td.cartprice {
	font-size: 11px;
	text-align: right;
}

td.cartprice span {
	font-size: 10px;
}

td.cartmodify {
	padding: 3px 0px;
	font-size: 10px;
}



.carttotal {
	border: 2px solid #75b900;
	border-width: 2px 0 0 0;
	padding: 4px 10px 5px 10px;
	color: #416E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background: #C5f76A url(../graphics/system/v3_catheader2_bkg.gif) repeat-x;
}

.carttotallabel {
	font-size: 12px;
	font-weight: bold;
}

.carttotalprice {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.carttotalprice span {
	color: #416E00;
	font-size: 10px;
}

.cartedits {
	padding: 8px 0 0 0;
}

.carteditbuttons {
	float: right;
}

.carteditbuttons img {
	margin: 0 0 0 8px;
}

.carteditclearbutton {
	float: left;
}

/* ------ online shopping styles (Product Info) ------ */
.productinfotitle {
	padding: 0 0 15px 0;
/*	color: #569800; */
	color: #599800;
	font-size: 21px;
	font-weight: bold;
} 

.pricebox /* price table */{
}

.priceboxcol1 {
	padding: 0 0 18px 0;
	vertical-align: bottom;
}

.priceboxcol2 {
	padding: 0 0 19px 8px;
	vertical-align: bottom;
}

.pricespecialbox1 {
	display: block;
	margin: 0 11px;
	padding: 0 15px 0 0;
	height: 21px;
	background: url(../graphics/system/v3_pricespecial_bkg.gif) right top no-repeat;
}

.pricespecialbox2 {
	display: block;
	padding: 5px 0 0 13px;
	height: 21px;
	height/* */:/**/16px;
	height: /**/16px;
	text-align: center;
	background: url(../graphics/system/v3_pricespecial_bkg.gif) no-repeat;
}

.pricebox1 {
	position: relative;
	float: left;
	margin: -2px 0 0 0;
	padding: 4px 0 0 9px;
	height: 25px;
	height/* */:/**/21px;
	height: /**/21px;
	color: #122900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: url(../graphics/system/v3_pricebox_bkg.gif) no-repeat;
}

.pricebox2 {
	position: relative;
	float: left;
	margin: -2px 0 0 0;
	height: 25px;
	width: 13px;
	background: url(../graphics/system/v3_pricebox_bkg.gif) right top no-repeat;
}

.instore .pricebox1, .instore .pricebox2  {
	background-image: url(../graphics/system/v3_pricebox_instore_bkg.gif);
}


.pricelabel {
	display: block;
	float: left;
	padding: 2px 0 0 2px;
	width: 120px;
	width/* */:/**/118px;
	width: /**/118px;
	color: #224D00;
	font-size: 10px;
}

.instore .pricelabel {
	color: #002a4d;
}

.pricebox1 span span{
	font-size: 9px;
}

.productinfoimage {
	float: right;
	padding: 2px 0 10px 12px;
}

.infoprice {
	color: #c53431;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.41em;
	font-weight: bold;
	margin-bottom: 26px;
}

.infobody {
	color: #4c4d4f;
	font-size: 11px;
	padding-bottom: 32px;
}

.infobody a:link, .infobody a:visited {
	color: #0191bb;
	font-weight: bold;
	text-deccoration: none;	
}

.infobody a:hover, .infobody a:active {
	color: #046784;
	font-weight: bold;
	text-decoration: underline;
}


.infospecial {
	padding: 0 0 11px 0;
}


/* ------ online shopping styles (Product Listing) ------ */

.verticallist {
	border: 1px solid #7ABC00;
	border-top: 1px solid #63A101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background: #FAFDF6; */
}

.categoryheader1 {
	border-bottom: 1px solid #63A101;
	padding: 6px 10px 0 10px;
	height: 26px;
	height/* */:/**/20px;
	height: /**/20px;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #73B201 url(../graphics/system/v3_catheader1_bkg.gif) repeat-x;
}

.categoryheader2 {
	border: 1px solid #8FCD1D;
	border-width: 1px 0;
	padding: 3px 10px 0 5px;
	height: 21px;
	height/* */:/**/18px;
	height: /**/18px;
	color: #416E00;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: #C5f76A url(../graphics/system/v3_catheader2_bkg.gif) repeat-x;
}


.categorylinks0, .categorylinks1 {
	padding: 3px 10px 4px 10px;
	color: #494848;
	font-size: 11px;
	text-align: left;
	background: #ECFAD1;
}

.categorylinks1 {
	background: #FAFEF4;
}

.categorylinks0 a:link, .categorylinks0 a:visited, .categorylinks1 a:link, .categorylinks1 a:visited {
	font-weight: bold;
	color: #494848;
	text-decoration: underline;
}

.categorylinks0 a:hover, .categorylinks0 a:active, .categorylinks1 a:hover, .categorylinks1 a:active {
	font-weight: bold;
	color: #75b900;
	text-decoration: underline;
}


.productname0, .productname1, .productinfo0, .productinfo1, .productprice0, .productprice1, .productbuy0, .productbuy1 {
	border-left: 1px solid #c4e784;
	padding: 3px 4px;
	color: #333;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	background: #FAFEF4;
}

.productname0, .productinfo0, .productprice0, .productbuy0 {
	background: #ececec;
}

.productname0, .productname1 {
	border: none;
	padding: 3px 10px 3px 15px;
	text-align: left;
	white-space: normal;
}

.productinfo0, .productinfo1, .productbuy0, .productbuy1 {
	font-size: 10px;
	font-weight: bold;
}

.productprice0, .productprice1 {
	font-size: 10px;
	text-align: right;

}

/* ------ checkout styles ------ */
.fluxcheckout {
}

.fluxcheckout-buttons {
	width: 100%;
}

.fluxcheckout-buttons td {
	text-align: right;
}

.fluxcheckout-personal td {
	padding: 0 0 8px 0;
}

.fluxcheckout-personal table {
	border: 1px solid #7ABC00;
	background: #C4E784;
}

.fluxcheckout-personal table td {
	padding: 4px 5px;
	background: #FAFEF4;
}

.fluxcheckout-profile {
}

.fluxcheckout-delivery td {
	padding: 0 0 8px 0;
}

.fluxcheckout-delivery table {
	border: 1px solid #7ABC00;
	background: #C4E784;
}

.fluxcheckout-delivery table td {
	padding: 4px 5px;
	background: #FAFEF4;
}

.fluxcheckout-delivery table td table, .fluxcheckout-delivery table td table td {
	border: none;
	background: none;
}



.fluxcheckout-confirm td {
	padding: 0 0 8px 0;
}

.fluxcheckout-confirm table {
	border: 1px solid #7ABC00;
	background: #C4E784;
}

.fluxcheckout-confirm table td {
	padding: 4px 5px;
	background: #FAFEF4;
}



.fluxcheckout-creditcard td {
	padding: 0 0 8px 0;
}

.fluxcheckout-creditcard table {
	border: 1px solid #7ABC00;
	background: #C4E784;
}

.fluxcheckout-creditcard table td {
	padding: 4px 5px;
	background: #FAFEF4;
}

.fluxcheckout-creditcard table td table {
	border: none;
	background: none;
}



.fluxcheckout-complete {

}
