/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*start cth*/

body {
	color:#003366;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#cth_main {
	background-color: #cdc3e0;
}
html>body #cth_main {
	min-width:620px;
}
img {border:0}
div.clear {clear:both;height:1px;font-size:1px}
p.clear {clear:both}
p, ul, h1, h2, h3, h4, h5 {
	margin-top:1.1em;
	margin-bottom:1.1em;
	line-height:130%
}
.error {
	border:1px solid #000000;
	padding-bottom:10px;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-top: 14px;
	padding-left: 46px;
	background-color: #FFFFB9;
	background-image: url(/graphics/alert.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.75em;
}
.error p {
	margin:0;
	padding:1em 0 0.4em 35px
}

address {font-style:normal}
.cth_small {font-size:0.9em}
.cth_smallest {font-size:0.75em}
.cth_bold {font-weight:bold}
.cth_printonly {display:none}
.cth_img_l {float: left;margin-right: 2em;}
.cth_img_r {float: right;margin-left: 1em;}
p.imginfo {float:right;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 10px;}

/* header */
#cth_header_logo {
	background-color: #343072;
	padding-bottom: 12px;
	clear: right;
	position: relative;
	background-repeat: no-repeat;
}
html>body #cth_header_logo {
	height:auto;
	min-height:90px
}
#cth_header_logo img {
	width:298px;
	height:96px
}
#cth_header_logo span, #cth_header_logo a:link span, #cth_header_logo a:visited span, #cth_header_logo a:hover span, #cth_header_logo a:active span {
	color:#AB9BCC;
	font-weight:normal;
	font-size:1em;
	text-decoration:none;
	position:absolute;
	top:80px;
	left:74px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	width: 50%;
}
#cth_header_logo a {
	cursor:pointer;
	text-decoration:none
}
#cth_header_logo a:active, #cth_header_logo a:focus {
	background:none
}

/* Left column container with Left Nav */
#leftcol {
	padding:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 96%;
}
#leftcol #cth_content {
	width:96%;
	float: right;
}
/* full width for forum and directory */

/* Main content container */
#cth_maincontent {
	margin-top:150px;
	margin-bottom: 20px;
	margin-right: 6px;
	margin-left: 6px;
}
#cth_content {
	margin-top: 0;
	margin-bottom: 0;
}
html>body #cth_content {
	width:auto
}
#cth_leftnav {
	width:18%;
	margin-left:0.2em;
	padding-bottom:95px
}
#cth_rightnav {
	float:right;
	width:14%;
	margin-right:5px
}
/* \*/
#cth_leftnav {
	float:left;
	margin-top:0;
	margin-left: 5px;
}
#cth_rightnav {
	float:right;
	margin-right: 5px;
}
/* Center Content Round corner Container */
.content_box {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #fff;
}
.content_top div {
	background-image: url(/graphics/roundedcornr_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_top {
	background-image: url(/graphics/roundedcornr_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.content_bottom div {
	background-image: url(/graphics/roundedcornr_bl.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}
.content_bottom {
	background-image: url(/graphics/roundedcornr_br.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.content_top div, .content_top, .content_bottom div, .content_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.content_content {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
/* Links */
a, a:visited, #cth_content a:visited {
	color:#666699;
	text-decoration: none;
}
a:hover, .pages li a:hover, #cth_content a:hover {
	color:#343072;
	text-decoration: underline;
}
a:active, a:focus, #cth_rightnav a:active, #cth_rightnav a:focus {
	text-decoration: none;
}
/* Links search */
#search p a:link, #search p a:visited {
	color:#fff;
	text-decoration: none;
}
#search p a:hover {
	text-decoration: underline;
}
#search p a:active, #search p a:focus {
	color:#000;
	background-color: #FFCC66;
}

/* Headings */

h1, h2, h3, h4 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
}
h1 {
	color: #666699;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 1.8em;
}
h1 span {
	font-size: .7em;
}
h2 {
	font-size:1.2em;
	margin-top:3em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(/graphics/h2_bg.gif);
	padding-right: 4px;
	background-repeat: repeat-y;
	color: #57548C;
	background-color: #B7B7DB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666699;
	border-bottom-color: #666699;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666699;
	border-left-color: #666699;
}
h2.off {
	background:none;
	border:0
}
h3 {
	font-size:1.2em;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1.7em;
	color: #666699;
	padding-right: 4px;
}

h4 {
	font-size:1.1em;
	border-bottom:1px solid #ccc
}
#cth_content h2 a {
	text-decoration:none
}


/* Content */

.indent {
	margin:0 20px
}
.backtop {
	text-align:right;
	padding-top:1em;
	clear:both;
}
.backtop a, .backtop a:visited {
	color:#9999CC;
	padding:0 1px 0 14px;
	background-image: url(/graphics/page_top.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
.backtop a:hover {
	color:#57548C;
	background-image/**/:url(/graphics/page_top_o.gif)
}
.backtop a:active, .backtop a:focus {
	color:#fff;
	background-image/**/:url(/graphics/page_top_o.gif);
	background-color:#CC99FF
}


/* ------------------- Forms ------------------- */
form {
	margin:0
}
form ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
form li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
form ul li {
	clear:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
form li label {
	display:block
}
/* \*/ form li label {
	float:left;
	margin-right:0.5em;
	text-align:right
} /* */
.button {
	color:#fff;
	font-weight:bold;
	background-color: #CC99FF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #000;
}
fieldset {
	border:1px solid #7573A9;
	margin:2em 20px;
	padding:0 10px
}
html>body fieldset {
	padding:15px 10px 10px 10px
}
legend {
	font-weight:bold
}

.error {
	border:1px solid #000000;
	padding-bottom:10px;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-top: 14px;
	padding-left: 40px;
	background-color: #FFFFB9;
	background-image: url(/graphics/alert.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.75em;
	width: 80%;
	padding-right: 14px;
}
.error p {
	margin:0;
	padding:1em 0 0.4em 35px
}
.warn {
	border:1px solid #000000;
	background-color: #FFFFB9;
	background-image: url(/graphics/wng.gif);
	background-repeat: no-repeat;
	background-position: 2px 0em;
	text-indent: 22px;
	font-size: .9em;
}
.warn p {
	margin:0;
}
#cth_content .error ul {
	margin:auto;
	margin-left:65px;
	list-style:disc;
	font-weight:bold
}

/* hcks */
/*  \*/ 
* html form ul li, * html .box, * html .box2 div div div div div div div, * html #cth_leftnav h3 a, * html #cth_rightnav h3 a, * html .sub a, * html #store-nav h3 a, * html .sub li.now strong, * html .splitbox, * html .content_content {
	height:1%
}
*+html form ul li, *+html .box, *+html .box2 div div div div div div div, *+html #cth_leftnav h3 a, *+html #cth_rightnav h3 a, *+html .sub a, *+html .sub li.now strong, *+html .splitbox, *+html #store-nav h3 a, *+html .content_content {
	height:1%
}
/**/

/* Hidden text */
.off, #skip {
	position:absolute;
	left:-9000px;
	top:0;
	z-index:20
}
.off a:focus, .off a:active {
	color:#fff;
	font-size:1.4em;
	display:block;
	padding:0.5em;
	white-space:nowrap;
	width:15em;
	text-align:center;
	font-weight:bold;
	position:absolute;
	left:9000px;
	background-color: #CC99FF;
	border-top-width: 0.5em;
	border-right-width: 0.5em;
	border-bottom-width: 0.5em;
	border-left-width: 0.5em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#skip a:focus, #skip a:active {
	left:0
}
p.off {
	margin:0
}
/* Main nav */
#cth_section_nav {
	position:absolute;
	top:179px;
	left:0;
	background-color: #666699;
	text-align: left;
	width: 100%;
	padding-top: 8px;
	background-image: url(/graphics/top_nav_bg.gif);
	background-repeat: repeat-x;
}
#cth_section_nav ul {
	margin:0;
	padding-left: 22px;
	padding-top: 2px;
}
html>body #cth_section_nav ul {
	margin:0 auto
}
#cth_section_nav li {
	float:left;
	white-space:nowrap;
	padding-right: 4px;
	list-style-type: none;
}
#cth_section_nav a {
	color:#FFFFFF;
	text-decoration:none;
	width/**/:/**/0.1em;
	white-space:nowrap;
	padding-bottom: 1px;
	font-weight: bold;
}
html>body #cth_section_nav a {
	width:auto
}
#cth_section_nav a span {
	padding-top: 6px;
	padding-right: 0.9em;
	padding-left: 0.9em;
	padding-bottom: 0.6em;
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-bottom: 1px;
}
#cth_section_nav a, #cth_section_nav a span {
	display:block
}
/*\*//*/ #cth_section_nav a, #cth_section_nav a span {float:left} /**/ 

#cth_section_nav a.active, #cth_section_nav a:hover, #cth_section_nav a:active, #cth_section_nav a:focus, #home #cth_section_nav a.home, #colour_therapy #cth_section_nav a.ct_n, #colour #cth_section_nav a.colour_n, #community #cth_section_nav a.forum_n, #workshops #cth_section_nav a.workshops_n, #faq #cth_section_nav a.faq_n, #directory #cth_section_nav a.directory_n, #cth_section_nav a.gallery_n, #faq #cth_section_nav a.faq_n, #info #cth_section_nav a.info_n, #contact #cth_section_nav a.conta_n, #store #cth_section_nav a.store_n, #site_options #cth_section_nav a.siteoptions_n, #gallery_pics #cth_section_nav a.gallery_n, #downloads #cth_section_nav a.downloads_n {
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-image: url(/graphics/nav_lh.gif);
	background-color: #F9F8FC;
	color: #343072;
	font-weight: bold;
}

#cth_section_nav a.active span, #cth_section_nav a:hover span, #cth_section_nav a:active span, #cth_section_nav a:focus span, #home #cth_section_nav a.home span, #colour_therapy #cth_section_nav a.ct_n span, #colour #cth_section_nav a.colour_n span, #community #cth_section_nav a.forum_n span, #workshops #cth_section_nav a.workshops_n span, #faq #cth_section_nav a.faq_n span, #directory #cth_section_nav a.directory_n span, #cth_section_nav a.gallery_n span, #faq #cth_section_nav a.faq_n span, #info #cth_section_nav a.info_n span, #contact #cth_section_nav a.conta_n span, #store #cth_section_nav a.store_n span,  #gallery_pics #cth_section_nav a.gallery_n span, #downloads #cth_section_nav a.downloads_n span  {
	background-image: url(/graphics/nav_rh.gif);

}
#home #cth_section_nav a.home {
	cursor:text
}

/* Headings */


/* ------------------- Search Box ------------------- */

#search {
	text-align:left;
	left: 798px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: 100px;
	top: 22px;
	z-index:auto;
	background-color: transparent;
}
#search h2 {
	border:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	float: left;
	clear: none;
	background-color: transparent;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	background-image: none;
}
#search .clear {
	width:1px
}
#search form {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	background-color: transparent;
}
#search form h2 {
	font:1em verdana, "trebuchet MS", helvetica, sans-serif;
	background:none;
	padding:0 5px 0 0;
	margin:0;
	float:none;
	display:inline
}
#search label {
	font-weight:normal;
	color: #fff;
}
#search form p {
	display:inline;
}
.search_input {
	background-image: url(/graphics/input_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343072;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #343072;
	margin-top: 0px;
}
#search .button {
	padding:0;
}
.search_submit {
	background-color: #343072;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	margin-top: 2px;
	font-weight: normal;
	color: #FFCC66;
}
/*\*//*/ 
#search h2 {display:none}
/**/ 


/* Viewing Options top nav*/

#accessoptions {
	text-align:center;
	margin-bottom: 0px;
	position: absolute;
	top: 108px;
	right: 0px;
	width: 100%;
	background-color: #565680;
	padding-bottom: 0px;
	height: 5.8em;
	padding-top: 4px;
	padding-right: 12px;
}
#accessoptions ul {
	margin:0px;
}
#accessoptions li {
	display:inline;
	padding:0px 6px;
}
#accessoptions li#textsize {
	border:none;
	font-size: 1em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#accessoptions li a:link, #accessoptions li a:visited {
	color:#343072;
	text-decoration:none;
}
html>/**/body #accessoptions li a:link, html>/**/body #accessoptions li a:visited {
	height:auto
}
#accessoptions li a:hover, #accessoptions li a:active, #accessoptions li a:focus {
	background-color: #E2D2F6;
	color: #fff;
}

/* breadcrumb */
html>body #cth_section_nav #breadnav {
	height:auto;
}
html>body #cth_section_nav #breadnav a {
	height:auto;
}
#cth_section_nav #breadnav {
	background-color: #EBE7F3;
	width: 100%;
	clear: both;
	background-image: url(/graphics/breadnav_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
}
#cth_section_nav #breadnav p {
	color: #666699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#cth_section_nav #breadnav a {
	color:#343072;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	display: inline;
}
#cth_section_nav #breadnav a:visited {
	color:#666699
}
#cth_section_nav #breadnav a:hover {
	color: #FF6600;
}
#cth_section_nav #breadnav a:active, a:focus {
	color:#FF6633;
	background-color: #FFFFFF;
}


/* ------------------- Footer ------------------- */

#cth_footer {
	text-align:center;
	clear:both;
	background-color: #57548C;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#cth_footer ul {
	margin: 0;
	padding-top: 12px;
	font-size: 1em;
}
#cth_footer ul li {
	margin: 0;
	color: #999999;
	display: inline;
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 1px;
}
#cth_footer a:link, #cth_footer a:visited {
	color:#fff
}
#cth_footer a:hover, #cth_footer a:active, #cth_footer a:focus {
	color:#FFFFFF;
	background-color: #57548C;
}
#cth_footer .copy {
	font-size:0.9em;
	margin:0;
	padding-top:2px;
	color: #CCCCFF;
}
#cth_footer .copy a:link {
	color:#CCCCFF
}
#cth_footer .copy a:visited {
	color:#CCCCCC
}
#cth_footer .copy a:hover {
	color:#FFFFFF
}
#cth_footer .copy a:active, #cth_footer .copy a:focus {
	color:#fff;
	background:#c4130d
}
/* Hides from IE5-mac \*/
* html #leftcol, * html #cth_maincontent, * html #rightcol, * html #leftnavig, * html #midcontent, * html #fullleftcol #midcontent, * html #fullleftcol #leftnavig {
	height:1px;
}
/* End hide from IE5-mac */ 



/*----------------------Table Data -------------- */
.infotable {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
}
.infotable2 {
	background-color: #FFFFFF;
	border: 1px solid #57548C;
	background-image: url(/graphics/table_bg.jpg);
	background-repeat: repeat-x;
}
.infotable2 th {
}
.infotable th {
	font-weight: bold;
	background-color: #666699;
	text-align: left;
	font-size: 1.6em;
	background-repeat: repeat-x;
	color: #333365;
	border: 1px solid #9999CC;
	padding-top: .6em;
	padding-right: .6em;
	padding-bottom: 0.8em;
	padding-left: .6em;
	background-image: url(/graphics/th_bg.jpg);
}
.infotable td {
	border: 1px solid #9999CC;
	padding-top: 1em;
	padding-right: 0.4em;
	padding-bottom: 0.8em;
	padding-left: 0.4em;
}
.tellfriend_table td {
	padding-top: 1em;
	padding-right: 0.6em;
	padding-bottom: 0.8em;
	padding-left: 0.4em;
}
.infotable td img {
	width: 100px;
	border: 1px solid #333333;
}
.infotable p {
	padding: 0px;
	margin: 0px;
}
.infotable_img_sm {
	width: 100px;
}
.notebox {
	background-color: #FFDCAA;
	border: 1px dotted #333333;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}


/*
.content_content ul {
	margin-left: 3em;
}
.content_content ul li {
	list-style-type: disc;
	display: block;
	padding: 0px;
	margin-left: 4em;
}

blockquote {
	clear:both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .6em;
	margin-left: 0;
	border: 1px solid #9999CC;
	background-color: #F5F5FA;
}
blockquote p {
	margin-bottom:0;
	padding:0 22px;
	background-color: #F5F5FA;
}
/* Quotes  */
blockquote {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #F5F5FA;
	margin-right: 16px;
	margin-left: 20px;
	border: 1px solid #E8E8E8;
}
blockquote.withquote {
	background-position:left 6px;
	padding-left:22px;
	text-align:justify;
	margin-right: 16px;
	background-image: url(/graphics/quote.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
}
p.withunquote {
	background-position:right bottom;
	padding-right:4px;
	background-image: url(/graphics/unquote.gif);
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}
#opt p {
	text-decoration: none;
	color: #343072;
	padding-left: 4px;
	font-size: 0.9em;
}
/* end cth */

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.boxText a:link {

	
}
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : .9em;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : .9em;
	color: #cc0033;
}
.productsNotifications {
	background-color: #FCEAD8;
}
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : .9em;
	color: #70d250;
	text-decoration: underline;
}




FORM {
	display: inline;
}

TR.header {
	background-color: #fff;
}

TR.headerNavigation {

}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	color: #666699;
	font-weight : bold;
	padding: 6px;
	font-size: 0.8em;
}

.headerNavigation a:link{
	color: #666699;
}
.headerNavigation a{
	color: #666699;
	text-decoration: none;
}
.headerNavigation:hover {
	color: #FFCC00;
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	background-color: #9999CC;
	font-size: .7em;
}

.infoBox {
	border: 1px solid #AD9ACE;
}

.infoBoxContents {
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 76%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: .8em;
	background-image: url(images/infobox/cat_bg.gif);
	background-repeat: repeat-x;
	background-color: #AB9BCC;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background-color: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background-color: #F4F2F9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #AB9BCC;
	padding: 3px;
	font-size: 0.9em;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-weight: bold;
	color: #666699;
	font-size: 1.4em;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 0.9em;
}
TD.main p {
	padding-left: 14px;
	padding-right: 14px;
}
TD.neworderheading {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 0.8em;
	background-color: #E1DBCC;
	color: #666699;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #333333;
	font-size: 76%;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #ff0000;
}

TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: #D6EBF7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #FFF8D9;
}

.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #8c8c8c;
}
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}
.messageStackError, .messageStackWarning {
	border:1px solid #000000;
	padding-bottom:10px;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-top: 14px;
	padding-left: 46px;
	background-color: #FFFFB9;
	background-image: url(/graphics/alert.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.75em;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #ff0000;
}

/* Categories menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
	font-family: arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB9BCC;
}

.suckerdiv ul li {
position: relative;
background-color: #fff;
}

/*1st level sub menu style */
.suckerdiv ul li ul {
left: 199px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul {
left: 199px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a {
	left: 199px; /* Parent menu width - 1*/
	background-color: #FFCC99;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a {
	background-color: #FFCC99;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a {
	background-color: #FFCC99;
}

/* menu links style */
.suckerdiv ul li a {
	display: block;
	color: #666699;
	text-decoration: none;
	background-color: #fff;
	line-height: 1.75em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AB9BCC;
	border-right-color: #AB9BCC;
	border-bottom-color: #AB9BCC;
	border-left-color: #AB9BCC;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.suckerdiv ul li a:hover {
	background-color: #FFCC99;
	color: #FFFFFF;
	text-decoration: none;
}

.suckerdiv ul li ul li a:hover {
	background-color: #FFCC99;
	color: #FFFFFF;
	text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover {
	background-color: #FFCC99;
	color: #FFFFFF;
	text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle {
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #fff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #fff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #fff;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */




/* li's and ul's 
li, dt, dd {line-height:130%}


.li a {
	padding-left:15px
}
.li a:active, .li a:focus {
	background-color: #CC99FF;
}
#cth_content ul, #cth_section_nav ul, #search ul, .sub ul, #popup ul {
	list-style:none;
	margin:0;
	padding:0
}


*/
.product {
	padding-left:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 1.5em;
	padding-right: 14px;
}
.product li {
	padding-left:4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 1.5em;
	list-style-type: disc;
}
.account_downloads {
	background-color: #33CC33;
	background-image: url(images/account_downloads_bg.gif);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.storepdf {
	background-image: url(http://www.colourtherapyhealing.com/graphics/pdf_icon_50.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 60px;
	padding-top: 25px;
	font-size: 1.2em;
	color: #CC3300;
	font-style: italic;
	font-weight: bold;
}
