
/* -------------- specific system styles (do not edit!) -------------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

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 */

/* ------------- fluxbox, hidden list of gallery links -------------- */
.invisible {
	display: none;
}

/* ---------------------- image wrapping rules ---------------------- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al img,
.fluximg-ar img,
.fluximg-ac img,
.fluximg-wl img,
.fluximg-wr img,
.fluximg-wc img {
	position: relative;
	z-index: 1;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* ---------------------- bug-fix & utility css --------------------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------- hide accessibility links from visual browsers ---------- */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.accesslink {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
/*	list-style-image: url(../graphics/system/bullet0.gif); */
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 3px 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #c13211;
	font-weight: bold;
	text-decoration: underline;		
}

a:visited {
	color: #ca6750;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ec451f;
	font-weight: bold;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 420px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 230px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 120px;
	width: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 200px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 115px;
}

.searchbox .formfieldtext, .loadprofilebox .formfieldtext, #currency .formfieldselect {
	width: 115px;
	font-size: 11px;
	vertical-align: middle;
}

.searchbox label {
	font-size: 11px;
}

.loadprofilebox span {
	display: none;
}

.searchbox .formfieldbutton, .loadprofilebox .formfieldbutton, #currency .formfieldbutton {
	margin-left: 3px;
	vertical-align: middle;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0px 0px 6px 0px;
	font-size: 11px;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0px 0px;
	text-align: right;
	float: left;
}

.loginbox .formfieldtext {
	font-size: 11px;
}

.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: #201B19;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.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 0 (flowing text - utility nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	float: right;
	padding: 25px 0 0 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

/* ---- nav style 1 (flowing text - main nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	padding: 4px 0 0 9px;
	border: 1px solid #a1ae7f;
	border-left: 0;
	width: 707px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #ccd1b9 url(../graphics/system/sp_2008_mainnavbg.gif) repeat-x left top;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	display: block;
	float: left;
	padding: 0 16px;
}

.navi1 a {
	display: block;
	padding: 5px;
	white-space: nowrap;
	width: 20px;
}

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	padding: 5px;
	color: #2D3F26;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	padding: 4px;
	border: 1px solid #4E5A19;
	color: #2D3F26;
	text-decoration: none;
	background: #F9F6EC;
	text-decoration: none;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	padding: 4px;
	border: 1px solid #4E5A19;
	background: #F9F6EC;
	text-decoration: none;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	padding: 4px;
	text-decoration: none;
}

/* ---- nav style 2 (vertical text - subnav lv 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	margin: 0 5px;
	border: 1px solid #607756;
	padding: 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #F9F6EC;
	color: #2D3F26;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 4px 0;
}

.navi2 a {
	display: block;
	padding: 4px 14px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #595B51;
	background: url(../graphics/system/2ndNavBullet_normal.gif) no-repeat 4px 8px; 
	font-weight : normal;
	text-decoration: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #2d3f26;
	text-decoration: underline;
	background: url(../graphics/system/2ndNavBullet_current.gif) no-repeat 4px 8px; 
	font-weight: normal;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #2D3F26;
	text-decoration: underline;
	background: #d5dbc1 url(../graphics/system/2ndNavBullet_current.gif) no-repeat 4px 8px; 
	font-weight: bold;
	text-decoration: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #2D3F26;
	text-decoration: underline;
	background: #d5dbc1 url(../graphics/system/2ndNavBullet_current.gif) no-repeat 4px 8px; 
	font-weight: bold;
	text-decoration: none;
}

li.navh2 {
	/* header text */
	border-bottom: 1px solid #607756;
	padding: 4px 10px;
	margin: 0 0 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fdfbf7;
	background: #647b5a url(../graphics/system/sp_2008_subnav1_hdrbg.gif) repeat-x left top;
}

/* ---- nav style 3 (vertical text - subnav lv 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 3px 5px 5px 12px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #F9F6EC;
}

.navi3 ul,.navi3 li {
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style: none;
}

.navi3 a {
	display: block;
	padding: 2px 12px;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #434038;
	background: url(../graphics/system/3rdNavBullet_normal.gif) no-repeat 0px 6px; 
	font-weight: normal;
	text-decoration: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color : #434038;
	text-decoration : underline;
	background: url(../graphics/system/3rdNavBullet_normal.gif) no-repeat 0px 6px; 
	font-weight: normal;
	text-decoration: underline;
}

.navc3 a {
	background: #F8F8F6;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	font-weight: bold;
	background: url(../graphics/system/3rdNavBullet_current.gif) no-repeat 0px 6px; 
	text-decoration: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	text-decoration : underline;
	font-weight: bold;
	background: url(../graphics/system/3rdNavBullet_current.gif) no-repeat 0px 6px; 
	text-decoration: none;
}

/* ---- nav style 4 (utility - flowing text - WITH ICONS) ---- */
.navi4 {
	/* common font face, size, formatting */
	padding: 3px 7px;
	width: 703px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	color: #595B51;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	background: #ede6d2;
}

.navi4 ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navi4 li {
	float: left;
	padding: 0 0 0 7px;
}

/* Normal state */
.navi4 li.navi4home a {
	display: block;
	float: left;
	padding: 1px 0 2px 20px;
}

li.navi4home a:link, li.navi4home a:visited {
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -2px;
}

/* Rollover state */
li.navi4home a:hover, li.navi4home a:active {
	color: #56534c;
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -24px;
}

/* Normal state */
.navi4 li.navi4contactus a {
	display: block;
	float: left;
	padding: 1px 0 2px 20px;
}

li.navi4contactus a:link, li.navi4contactus a:visited {
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -46px;
}

/* Rollover state */
li.navi4contactus a:hover, li.navi4contactus a:active {
	color: #56534c;
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -68px;
}

.navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	font-weight: normal;
	color: #56534c;
	text-decoration: underline;
}

.navc4 a:link, .navc4 a:visited {
	/* current link: colour, style */
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.navc4 a:hover, .navc4 a:active {
	/* current link rollover: colour, style */
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

/* ---- nav style 5 (trail/cart nav - flowing text - WITH ICONS) ---- */
.navi5 {
	/* common font face, size, formatting */
	padding: 3px 7px;
	width: 703px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	color: #595B51;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #f4f0e3;
	text-align: right;
}

.navi5 ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navi5 li {
	float: left;
	padding: 0 0 0 7px;
}

/* Normal state */
.navi5 li.navi5vieworder a {
	display: block;
	float: left;
	font-weight: normal;
	padding: 1px 0 2px 20px;
}

li.navi5vieworder a:link, li.navi5vieworder a:visited {
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -90px;
}

/* Rollover state */
li.navi5vieworder a:hover, li.navi5vieworder a:active {
	color: #97978b;
	font-weight: normal;
	background: url(../graphics/system/nav_mini_allicons.gif) no-repeat 0 -112px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	font-weight: normal;
	color: #595B51;
	text-decoration: none;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	font-weight: normal;
	color: #56534c;
	text-decoration: underline;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	color: #595B51;
	font-weight: bold;
	text-decoration: none;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	color: #595B51;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- nav style 6 (vertical flyup text nav) ---- */
.navi6 {
	position: absolute;
	z-index: 100;
	display: none;
	border: 1px solid #4E5A19;
	margin: -1px 0 0 0;
	width: 154px;
	font-size: 11px;
	font-style: normal;
  	font-weight: normal;
	text-decoration: none;
	background: #D5DBC1;
}

.navi6 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.navi6 li {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #919A6D;
	width: 100%;
	height: 12px;
}

html>body .navi6 li {
	height: auto;
}

.navi1 .navi6 li a {
	display: block;
	padding: 3px 8px 3px 8px;
	border: none;
	margin: 0;
	width: auto;
	height: 12px;
	font-size: 11px;
	font-weight: normal;
	text-decoration : none;
	white-space: normal;
	background: #D5DBC1;
}

html>body .navi1 .navi6 li a {
	height: auto;
}

.navi1 .navi6 a:link, .navc1 .navi6 a:visited,
.navc1 .navi6 a:link, .navc1 .navi6 a:visited {
	/* normal link: colour, style */
	padding: 3px 8px 3px 8px;
	border: none;
	color: #4E5A19;
	font-weight: normal;
	text-decoration : none;
}

.navi1 .navi6 a:hover, .navc1 .navi6 a:active,
.navc1 .navi6 a:hover, .navc1 .navi6 a:active {
	/* normal link rollover: colour, style */
	padding: 3px 8px 3px 8px;
	border: none;
	color: #4E5A19;
	font-weight: normal;
	text-decoration : none;
	background: #FAF6ED;
}

/* plain vertical text listing */
.navi7 {
	padding: 10px 0 20px 10px;	
}

.navi7 ul, .navi7 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navi7 li {
	display: block;
	padding: 0 0 5px 0;
}

.navi7 a:link, .navi7 a:visited {
}

.navi7 a:hover, .navi7 a:active {
}
 
li.navh7 {
	margin: 15px 0 10px 0;
	color: #003366;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t5, .t6, .t9, .t10, .t11  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.t2, .t3, .t4, .t7, .t8 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	color: #003366;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 5px;
}

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; */
	color: #003366;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	font-size: 12px;
	line-height: 16px;
}

.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 {
	font-weight: bold;
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 (Alert Header) --------- */
.t5 {
	color: #dc7c00;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}

/* --------- text style 6 (Replicates Heading 1 or title of page) --------- */
.t6  { 
	color: #003366;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 5px;
 } 

/* --------- text style 7 (Tiny Text) --------- */
.t7 { 
	color: #000; 
	font-size: 10px; 
}

.t7 a:link, .t7 a:visited {
	font-weight: bold;
}

.t7 a:hover, .t7 a:active {
}

/* --------- text style 8 (X-Tiny Text) --------- */
.t8 { 
	color: #000; 
	font-size: 9px; 
}

.t8 a:link, .t8 a:visited {
	font-weight: bold;
}

.t8 a:hover, .t8 a:active {
}

/* --------- text style 9 (Marketing Title Heading (Large)) --------- */
.t9 {
	color: #003366;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
}

/* --------- text style 10 (Marketing Main Heading (Large)) --------- */
.t10 {
	color: #003366;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
}

/* --------- text style 11 (Marketing Sub Heading (Large)) --------- */
.t11 {
	color: #003366;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
/* --- white breakout box, no header --- */
.whitebreakoutbox {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #dad2bd;
	color: #56585e;
	background: #FFF;
}

.whitebreakoutbox .t1,
.whitebreakoutbox .t2,
.whitebreakoutbox .t3,
.whitebreakoutbox .t4,
.whitebreakoutbox .t6,
.whitebreakoutbox .t7,
.whitebreakoutbox .t8 {
	color: #56585e;
}

/* --- quote box, thin, no header --- */
.quoteboxtalla {
	position:relative;
	z-index:1;
	display: inline;
	float: right;
	margin: 5px 15px 35px 45px;
	width: 210px;
	color: #56585e;
	background: #FFF url(../graphics/system/sp_2008_quotebg_tall.gif) repeat-y left top;	
}

.quoteboxtallb {
	background: url(../graphics/system/sp_2008_openquote_tall.gif) no-repeat left top;
}

.quoteboxtallc {
	padding: 45px 19px;
	background: url(../graphics/system/sp_2008_closequote_tall.gif) no-repeat left bottom;
}

/* --- quote box, wide, no header --- */
.quoteboxwidea {
	display: block;
	clear: both;
	float: none;
	margin: 30px 0 30px 22px;
	width: 615px;
	color: #56585e;
	background: #FFF url(../graphics/system/sp_2008_quotebg_wide.gif) repeat-y left top;	
}

.quoteboxwideb {
	background: url(../graphics/system/sp_2008_openquote_wide.gif) no-repeat left top;
}

.quoteboxwidec {
	padding: 45px 19px;
	background: url(../graphics/system/sp_2008_closequote_wide.gif) no-repeat left bottom;
}

/* --- green breakout box, no header --- */
.greenbreakoutbox {
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #607756;
	background: #f9f6ec;
}

.greenbreakoutbox .t3,
.greenbreakoutbox .t4 {
	color: #2d3f26;
}

/* --- green breakout box, small header --- */
.greenbreakoutsmlhdra {
	margin: 0 0 5px 0;
	border: 1px solid #607756;
	background: #f9f6ec;
}

.greenbreakoutsmlhdrb {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #607756;
	background: #f7f6ee url(../graphics/system/sp_2008_greenbox_hdrbg_sml.gif) repeat-x left bottom;
}

.greenbreakoutsmlhdrc {
	padding: 10px;
}

.greenbreakoutsmlhdrc .t3,
.greenbreakoutsmlhdrc .t4 {
	color: #2d3f26;
}

/* - green breakout box, small header, paddi pages redirect form - */
.greenbreakoutsmlhdrc .ppagesredirect {
	padding: 0 0 10px 0;
}

.ppagesredirect span {
	display: block;
	padding: 0 0 4px 0;
	font-size: 11px;
}

.ppagesredirect .formfieldtext {
	margin: 0 5px 0 0;
	width: 120px;
}


/* --- green breakout box, large header --- */
.greenbreakoutlrghdra {
	margin: 30px 0;
	border: 1px solid #607756;
	background: #f9f6ec;
}

.greenbreakoutlrghdrb {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #607756;
	background: #f7f6ee url(../graphics/system/sp_2008_greenbox_hdrbg_lrg.gif) repeat-x left bottom;
}

.greenbreakoutlrghdrc {
	padding: 10px;
}

.greenbreakoutlrghdrc .t3,
.greenbreakoutlrghdrc .t4 {
	color: #2d3f26;
}

/* --- fake right column, for inside pages --- */
.fakerightcolumnstandard {
	position:relative;
	z-index:1;
	display: inline;
	float: right;
	width: 182px;
	margin: 0 0 30px 20px;
}

/* --- fake right column, wider for home page paddi intro --- */
.fakerightcolumnhome {
	position:relative;
	z-index:1;
	display: inline;
	float: right;
	width: 280px;
	margin: 0 0 30px 20px;
}

/* --- alert box --- */
.alertboxa {
	margin: 0 0 5px 0;
	border: 1px solid #900;
}

.alertboxb {
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #F9F6EC;
	background: #900;
	clear: both;
}

.alertboxc {
	color: #000;
	padding: 10px;
	background: #F9F6EC;
}

/* --- promo box small, inc. paddi pages sign up, side column only --- */
.promoboxsmlhdra {
	margin: 0 0 5px 0;
	border: 1px solid #c13211;
	background: #fdf7e6;
}

.promoboxsmlhdrb {
	padding: 5px;
	border-bottom: 1px solid #c13211;
	font-size: 13px;
	font-weight: bold;
	color: #c13211;
	background: #ffc76b url(../graphics/system/sp_2008_promobox_hdrbg_sml.gif) no-repeat left top;
}

.promoboxsmlhdrc {
	padding: 10px;
	font-size: 11px;
}

.promoboxsmlhdrc img {
	float: left;
	margin: 0 10px 18px 0;
}

.promoboxsmlhdrc .t3,
.promoboxsmlhdrc .t4 {
	color: #000;
}

/* - promo box, small header, paddi pages redirect form - */
.promoboxsmlhdrc .ppagesredirect {
	clear: both;
	padding: 6px 0 0 0;
}

.ppagesredirect span {
	display: block;
	padding: 0 0 4px 0;
	font-size: 11px;
}

.ppagesredirect .formfieldtext {
	margin: 0 5px 0 0;
	width: 120px;
}

/* --- promo box large, 'New to Paddi' main content only --- */
.promoboxlrghdra {
	position:relative;
	z-index:1;
	display: inline;
	float: right;
	margin: 0 0 20px 42px;
	border: 1px solid #c13211;
	width: 260px;
	background: #fdf7e6;
}

.promoboxlrghdrb {
	padding: 6px 10px;
	border-bottom: 1px solid #c13211;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #c13211;
	background: #ffc76b url(../graphics/system/sp_2008_promobox_hdrbg_lrg.gif) no-repeat left top;
}

.promoboxlrghdrc {
	padding: 12px 0 0 0;
}

.promoboxlrghdrc .t1,
.promoboxlrghdrc .t2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.promoboxlrghdrc .t3,
.promoboxlrghdrc .t4 {
	color: #000;
}

.promoboxlrgtext {
	padding: 0 7px 12px 8px;
}

.promoboxlrgimages {
	padding: 6px;
	background: #eee7d2;
}

/* --- affiliate reports table --- */
#affiliatesreports table {
	width: 600px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #201B19;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #495578 url(../graphics/system/sp_2008_pagebg.gif) repeat-x left top;
}

#toplevel {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	height: 100%;
	text-align: left;
	background: #fdfbf7 url(../graphics/system/sp_2008_marketing_rosesbg.gif) repeat-y left top;
}

#topcover {
	position: absolute;
	width: 940px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: #fdfbf7;
}

#paddiheader {
	width: 210px;
	height: 240px;
	background: #2d3f26 url(../graphics/system/sp_2008_paddihdr.jpg) no-repeat left top;
}

#homelink {
	position: absolute;
	display: block;
	margin: 2px 0 0 2px;
	width: 206px;
	height: 198px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

#paddititle {
	position: absolute;
	margin: 202px 0 0 14px;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

#paddititle a:link, #paddititle a:visited,
#paddititle a:hover, #paddititle a:active {
	color: #FFF;
	text-decoration: none;
}

#quicksearch {
	padding: 14px 0 14px 10px;
}

#quicksearch .searchbox .formfieldtext {
	margin: 0;
}

#column1 {
	padding: 6px 0 0 7px;
	width: 210px;
}

#column2 {
	padding: 6px 7px 0 0;
	width: 716px;
}

#sidecontent {
	padding: 5px;
}

#maincontent {
	padding: 25px 32px 18px 32px;
}

#footcell {
	vertical-align: bottom;
}

#footer {
	height: 64px;
	text-align: left;
	background: url(../graphics/system/sp_2008_footerbg.gif) no-repeat left top;
}

#footertext {
	float: left;
	padding: 25px 0 0 22px;
	font-size: 11px;
}

#footertext a:link, #footertext a:visited {
	/* normal link: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

#footertext a:hover, #footertext a:active {
	/* normal link rollover: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

#footertext a:link, #footertext a:visited {
	/* current link: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

#footertext a:hover, #footertext a:active {
	/* current link rollover: colour, style */
	font-weight: bold;
	text-decoration: underline;
}

#footerlogo {
	float: right;
	padding: 18px 22px 0 10px;
}

/* --------- product listing --------- */
.productlist {
	width: 100%;
	color: #524e42;
}

.productlistend {
	padding: 14px 0 0 0;
}

.cartcategory {
	margin: 5px 0 15px 0;
	padding: 5px;
	border: 1px solid #d1cec5;
	font-size: 14px;
	font-weight: bold;
	color: #76715f;
	background: #e4e1d6 url(../graphics/system/sp_2008_prod_catg_hdr.gif) repeat-x top;
}

.cartheaders {
	font-size: 14px;
	font-weight: bold;
	color: #76715f;
}

.cartheaderdeco {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

.carthdrstroke {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #76715f;
}

.cartitem {
	padding: 8px 5px 8px 5px;
	font-size: 11px;
}

.cartitem a:link, .cartitem a:visited,
.cartitem a:hover, .cartitem a:active {
	font-weight: bold;
} 

.cartprice {
	padding: 8px 5px 8px 5px;
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

.cartimage {
	padding: 8px 5px 8px 5px;
	text-align: center;
}

.cartendstroke {
	margin: 0 0 15px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #76715f;
}

.carttotal {
	float: right;
	padding: 0 5px 0 0;
	width: 90px;
	font-size: 16px;
	color: #76715f;
	font-weight: bold;
	text-align: right;
}

.carttotalamount {
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.cartactions1 {
	float: left;
	font-weight: bold;
}

.cartactions2 {
	float: right;
	margin: 0 0 22px 0;
}

.removeitem {
	padding: 8px 5px 8px 5px;
	font-size: 11px;
	font-weight: bold;
}

/* --------- product description box --------- */
.productitem {
	color: #59564e;
	margin: 10px 0;
	border-top: 1px dotted #D8D8D8;
	border-right: 0;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 0;
}

.productdetails {
	padding: 10px;
	width: 492px;
    font-size: 11px;
}

.productdetails .t3, .productdetails .t4 {
	color: #59564e;
}

.productdetails div {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #003366;
}

.productimage {
	padding: 10px 10px 0px;
	width: 160px;
	text-align: center;
}

.productimage img {
	margin: 0 0 10px;
}

/* --------- at a glance original --------- */
.glance {
	width: 180px;
	float: none;
	margin: 0 0 5px 10px;
	border-top: 1px dotted #D8D8D8;
	border-right: 0;
	border-bottom: 1px dotted #D8D8D8;
	border-left: 0;
}

.glance .header {
	color: #6c6961;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 10px;
	border-bottom: 1px solid #b8b4a9;
	background: #d5d1c7 url(../graphics/system/glancerhdr.gif) repeat-x top;
}

.glance .name {
	font-size: 12px;
	padding: 8px 10px;
	color: #003366;
	font-weight: bolder;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.glance .price {
	font-weight: bold;
	font-size: 11px;
	padding: 2px 10px;
	text-align: center;
	color: #59564e;
}

.glance .descr {
	padding: 4px 10px;
	font-size: 11px;
	text-align: center;
	color: #59564e;
}

.glance .image {
	padding: 8px 10px 4px;
	text-align: center;
}

.glance .buy {
	padding: 5px 5px;
	text-align: center;
}

/* --------- at a glance copy (for use with an image only) --------- */
.glancec {
	width: 180px;
	float: none;
	margin: 0 0 5px 10px;
	border: none;
	padding: 0px;
}

.glancec .imagec {
	padding: 8px 0px 4px 10px;
	text-align: center;
}

/* --------- checkout process --------- */
.emailform td {
	vertical-align: top;
}

.cartlogin {
	position:relative;
	z-index:1;
	display: inline;
	float:right;
	width: 250px;
	border: 1px solid #dad2bd;
	padding: 10px;
	color: #56585e;
	background: #FFF;
}

.cartlogin .t1,
.cartlogin .t2,
.cartlogin .t3,
.cartlogin .t4,
.cartlogin .t6,
.cartlogin .t7,
.cartlogin .t8 {
	color: #56585e;
}

#currency {
	border: 1px solid #A1AE7F;
	padding: 5px;
}

.currencyflags {
	margin: 0 0 5px 10px;
	border: 1px none #b8b4a9;
	padding: 6px 0 3px 0;
	width: 180px;
	text-align: center;
}

.currencyflags table, .currencyflags td {
	padding: 0;
	border: 0;
}

.currencyflags button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59564e;
	background: none;
	cursor: hand;
	cursor: pointer;
}

.currencyflags img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;	
}

.glance2 { 
	width: 180px; 
	float: none; 
	margin: 10 0 5px; 
	border: none; 
	border-color: #b8b4a9 solid; 
	text-align: center; 
	border-width: 0px 0px 0px 1px
}

/* -- flux generated table styles -- */
.custom-ticket {
	display: none;	
}

.fluxcheckout {
	width: 420px;
}

.fluxorderconfirm {
	margin: 16px 0 0 0;
	border-collapse: collapse;
	width: 100%;
}

.fluxorderconfirm td {
	/*white-space: nowrap;*/
}

.fluxorderheader td {
	padding: 6px;
	font-weight: bold;
}

.fluxorderitem td {
	padding: 8px 6px;
}

.fluxorderconfirm .fluxordersubtotal td,
.fluxorderconfirm .fluxordershipping td,
.fluxorderconfirm .fluxordertotal td{
	padding: 8px 6px;
}

.fluxorderconfirm .fluxordersurcharge td {
	padding: 8px 6px 8px 6px;	
}

.fluxorderconfirm .fluxordersubtotal td {
	padding: 16px 6px 8px 6px;
}

.fluxorderconfirm .fluxordersubtotal .orderlabel,
.fluxorderconfirm .fluxordershipping .orderlabel,
.fluxorderconfirm .fluxordersurcharge .orderlabel,
.fluxorderconfirm .fluxordertotal .orderlabel {
	font-weight: bold;
}

.cms-link span, .developer-link span {
	display: none;
}

/* E-Web */
.topheading h1 {
	color:#FFFFFF;
	font-size:10px;
	margin:2px 0 0 600px;
}
.h2_heading_eweb {
color:#003366;
font-size:18px;
font-style:normal;
font-weight:bold;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
text-decoration:none;
text-align:left;
margin:10px 0px 0px 0px !important;
}