/*******************************************************************************
 ****   RESET CSS
 ******************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*******************************************************************************
 ****   BODY AND HTML
 ******************************************************************************/
body{
	background:#8cd0f8 url(images/swirl_white.png) repeat-y center top;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#222;
	/* IE 5.5 */
	text-align:center;
}

/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
h1,h2,h3,h4,h5,h6 {
	font-family:georgia, "palatino linotype", "trebuchet ms", verdana, serif;
	line-height:1.2;
	margin-bottom:1em;
}
h2,h5,h6{
	max-width:20em;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.7em;
	color:#005385;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	margin-bottom:.4em;
	margin-left:225px;
}
h3{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:.7em;
}
h4{
	font-size:1.3em;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1em;
}
h3 a {
	text-decoration:none;
	color:#000;
}
h3 a:hover {
	text-decoration:underline;
}

/* Custom welcome heading for homepage */
.welcome{
	font-family:georgia, "palatino linotype", "trebuchet ms", verdana, serif;
	font-size:1.7em;
	font-size:2em;
	margin-left: 0;
	margin-top:20px;
	margin-bottom:0;
	padding-bottom:.6em;
	max-width:none;
}

/*******************************************************************************
 ****   GENERAL TEXT FORMATTING
 ******************************************************************************/
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
p {
	text-indent:1em;
	margin-bottom:1.5em;
}
p.first{
	text-indent:0;
}
.skipLink {
	position:absolute;
	left:-999em;
}

/*******************************************************************************
 ****   MESSAGES
 ******************************************************************************/
#messages {
	margin:0;
	padding:0 0px 20px 20px;
	margin-left:190px;
}
#messages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#messages ul li {
	color:#333;
	padding:5px;
	padding-left:30px;
	font-size:8pt;
	margin-bottom:5px;
}
#messages a {
	color:#003399;
}
#success li {
	border:1px solid #5b974f;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#d0ffc0 url(images/ajaxSuccess.gif) 7px 7px no-repeat;
}
#success .msgArrow {
	position:relative;
	margin-right:120px;
}
#success .msgArrow span {
	position:absolute;
	background-image:url(images/msg_arrow.png);
	background-repeat:no-repeat;
	width:24px;
	height:22px;
	right:-8px;
	bottom:-22px;
}
#warning li {
	border:1px solid #ffae5e;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#ffeb97 url(images/ajaxWarning.gif) 7px 7px no-repeat;
}
#error li {
	border:1px solid #ff8a8a;
	border-right-width:2px;
	border-bottom-width:2px;
	background:#ffdcd9 url(images/ajaxFailure.gif) 7px 7px no-repeat;
}

/*******************************************************************************
 ****   GENERAL ELEMENT STYLES
 ******************************************************************************/
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.indentLeft {
	text-indent:2em;
}
.elementDisabled {
	background-color:#c9c9c4;
}
.contentCenter {
	text-align:center;
}
.contentRight {
	text-align:right;
}
.contentItalic {
	font-style:italic;
}
.accessKey {
	text-decoration:underline;
}
.noWrap {
	white-space:nowrap;
}
.pNote {
	color:#999;
}
.pNote a {
	color:#999;
	text-decoration:underline;
	cursor:pointer;
}
.topParent {
	background-color:#e5e5e5;
}
.hidden {
	display:none;
}
.fakeLink {
	cursor:pointer;
	color:#003399;
}
.back{
	display:block;
	padding-top:5px;
	margin:auto;
	margin-top:10px;
	width:150px;
	height:33px;
	color:#7070ff;
	text-align:left;
	padding-left:40px;
	background:url(images/shopback.png) no-repeat top left;
}
.returnTop {
	display:block;
	text-align:center;
	color:#7070ff;
	padding-top:1em;
}

/*******************************************************************************
 ****   FORMS
 ******************************************************************************/
table select,
table textarea,
table input {
	margin:0px 5px;
	padding:2px;
}
.inputFill {
	width:250px;
}
.inputMax {
	width:95%;
}
.inputHalf {
	width:50%;
}
.styleCustom select,
.styleCustom textarea,
.styleCustom input {
	border:1px solid #9c9c9c;
	padding:2px;
}
.validCheck {
	border:1px solid #999900;
	background-color:#ffffee;
}
.validFail {
	border:1px solid #990000;
	background-color:#ffeeee;
}
.validPass {
	border:1px solid #009900;
	background-color:#eeffee;
}

/*******************************************************************************
 ****   CONTENT LAYOUT
 ******************************************************************************/
#container {
	background:#e9f6ff url(images/fade_top.png) repeat-x left top;
	border-top:1px solid #007ca3;
	border-bottom:1px solid #007ca3;
}
#fade_bottom {
	background:transparent url(images/fade_bottom.png) repeat-x left bottom;
}
#container_internal {
	min-width:720px;
	max-width:960px;
	margin:0 auto;
	text-align:left;
}
#gap_top {
	height:100px;
	background:transparent url(images/background_shadow_top.png) repeat-x left bottom;
}
#gap_bottom {
	height:50px;
	background:transparent url(images/background_shadow_bottom.png) repeat-x left top;
}
#inner {
	padding:0 20px 20px 30px;
	margin-top:10px;
}
#swirl_blue {
	background:transparent url(images/swirl_blue.png) repeat-y center -18px;
}
#swirl_blue_fade {
	background:transparent url(images/swirl_blue_fade.png) no-repeat center 83px;
}

/*******************************************************************************
 ****   HEADER
 ******************************************************************************/
#header {
	height:186px;
	margin-top:-83px;
	margin-left:-10px;
	position:relative;
	background:transparent url(images/header1.png) no-repeat left top;
}
#header h1 {
	background:transparent url(images/header2.png) no-repeat 432px top;
}
#header span {
	position:absolute;
	left:-999em;
}
#header img {
	margin:40px 0 0 42px;
}

/*******************************************************************************
 ****   FOOTER
 ******************************************************************************/
#footer	{
	font-size:.8em;
	color:#3b7ba8;
	min-height:60px;
	padding:2px 0;
	border-top:1px solid #97cae6;
}
#address {
	text-align:right;
	float:right;
	padding-right:4px;
}
#address .type {
	display:none;
}
#address p {
	margin:0;
}
#footer	a {
	color:#3b7ba8;
}
#footer .floatLeft div {
	padding-bottom:1.5em;
}

/*******************************************************************************
 ****   CONTENT BLOCKS
 ******************************************************************************/

.contentBlock {
	margin-left:205px;
	background:url(images/arch_left.png) top left no-repeat;
}
.contentBlockInner {
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	background:url(images/arch_right_ie6.png) top right no-repeat;
}
.contentNoBar,
.contentNoBar .contentBlockInner {
	padding-top:0;
	background-image:none;
}
.contentNoBar {
	background:url(images/offtile.png) repeat;
	border:1px dotted #6699CC;
	margin-bottom:3em;
}
.contentNoBar .contentBlockInner {
	padding-bottom:1px;
}

/*******************************************************************************
 ****   CONTENT BLOCKS HEADERS
 ******************************************************************************/
.headerArch	{
	background:url(images/arch_left.png) top left no-repeat;
	height:35px;
	position: relative;
	left: -20px;
	top: -3px;
	margin-left: 225px;
}
.headerArch div	{
	background: url(images/arch_right.png) top right no-repeat;
	height:35px;
	position: relative;
	left: 26px;
}

/*******************************************************************************
 ****   MENU
 ******************************************************************************/
#menu {
	float:left;
	margin-bottom:20px;
}
#menu ul{
	font-size:1.35em;
	color:#005385;
	width:180px;
	/* unitless value passes raw multiplier to children */
	line-height:1.5;
}
#menu a {
	text-decoration:none;
	color:#005385;
}
#menu a:hover {
	text-decoration:underline;
}
#menu ul li {
	font-weight:bold;
	font-variant:small-caps;
}
#menu ul li ul {
	padding-left:12px;
	color:#226599;
	width:165px;
}
#menu ul li ul a {
	color:#226599;
}
#menu ul li ul li {
	font-weight:normal;
	font-variant:normal;
	font-size:.6em;
	border-bottom:1px dotted #ccc;
}
#menu ul li ul li a {
	padding-left: 13px;
	display:block;
	background: url(images/bullet2.png) no-repeat center left;
}
#menu ul li ul li a:hover, #menu ul li ul li:hover a {
	background-image:url(images/bullet3.png);
}
#menu ul li ul li .selected {
	background-image:url(images/bullet4.png);
}
#menu ul li ul li .selected:hover, #menu ul li ul li:hover .selected {
	background-image:url(images/bullet4.png);
}
#menu span {
	padding-left:5px;
	color:#669999;
	font-size:.8em;
}
#menu ul .showKids a,
#menu ul .hideKids a {
	cursor:pointer;
}
#menu ul .hideKids ul {
	display:none;
}
#menu ul .showKids ul {
	display:block;
}

/*******************************************************************************
 ****   MENU BLOCKS
 ******************************************************************************/
#menu div {
	border:1px dotted #6699cc;
	border-left-width:0;
	border-right-width:0;
	padding:8px;
	background:url(images/offtile.png);
	font-size:.9em;
	margin-top:30px;
	width:160px;
}
#menu div div {
	background-image:none;
	display:block;
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	border-bottom:1px dotted #6699cc;
	margin-bottom:3px;
}
#menu form div {
	border-bottom: 0;
	font-weight: normal;
}
#menu div p {
	margin:6px 0 2px 0;
	text-indent:0;
}
#menu div input {
	width:98%;
}
#menu div .rel {
	position:relative;
	z-index:100;
}
#menu div .button {
	display:block;
	width:50%;
	margin:auto;
}
#menu div a {
	color:#005385;
}
#menu .bullets a {
	text-decoration:none;
	background:url(images/bullet.png) center left no-repeat;
	padding-left:12px;
}
#menu .bullets a:hover {
	background:url(images/bullet3.png) center left no-repeat;
	text-decoration:underline;
}
#menu .subOptions {
	margin-top: 1.7em;
	font-variant: normal;
}
#menu #nav_about {
	padding-left:	32px;
	padding-bottom:	2px;
	background:	url(images/nav_aboutus.png) no-repeat;
	color: #4883b9;
	font-size:.9em;
}
#menu #nav_contact {
	padding-left:	32px;
	padding-bottom:	2px;
	background:	url(images/nav_contact.png) no-repeat;
	color: #4883b9;
	font-size:.9em;
}

#menu label {
	display:block;
	padding-bottom:5px;
}
#menu label input {
	margin-top:2px;
}
#menu .contactLink {
	padding:0;
	background:none;
	border:0;
}
#menu .contactLink a {
	text-decoration:underline;
	background:url(images/contact.png) no-repeat left top;
	padding-top:2px;
	padding-left:58px;
	min-height:40px;
	display:block;
}
#menu .accessKey {
	color: #000;
}

/*******************************************************************************
 ****   TABLES
 ******************************************************************************/
table {
	font-size:.8em;
	margin-bottom:20px;
}
.loginTable {
	margin:20px auto;
	width:200px;
}
.sizeAuto {
	width:1%;
}
.sizeSmall {
	width:30%;
}
.sizeMedium {
	width:60%;
}
.sizeFull {
	width:100%;
}
.minimal {
	width:1%;
	white-space:nowrap;
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.tableIMG {
	margin-top:4px;
}
th {
	border:1px solid #99cccc;
	background-color:#ddf0fa;
	padding:4px;
	color:#000;
}
th a, th img {
	border:0;
	color:#000;
	text-decoration:none;
}
.heading th {
	font-size:1.1em;
	padding:10px;
	background-color:#d9d9d4;
	color:#333;
}
tfoot td {
	font-size:.85em;
	color:#666;
	padding:5px;
	background-color:#fff;
}
td {
	padding:4px;
	border:1px solid #99cccc;
}
.odd:hover td,
.even:hover td {
	background-color:#ddf0fa;
}
.odd td {
	background-color:#ffffff;
}
.even td {
	background-color:#f0faff;
}
.catList .even td {
	background-color:#eeffff;
}
.catList .even td a {
	font-weight:bold;
}
.message td {
	padding:4px;
	color:#660000;
	border-bottom:1px solid #c9c9c4;
	border-right:1px solid #c9c9c4;
}
.message {
	color:#660000;
	text-align:left;
}
.fieldName {
	width:150px;
}
.vHead {
	background-color:#ddf0fa;
}
.actions td {
	padding-top:10px;
	background-color:transparent;
	border:0;
}
table a {
	text-decoration:none;
}

/*******************************************************************************
 ****   STOCK ITEMS DISPLAY ELEMENTS
 ******************************************************************************/
/* STOCK LISTING */
#stockListing {
	font-size:.9em;
	margin-left:-10px;
	margin-top:-10px;
}
#stockListing table {
	font-size:1em;
	width:auto;
}
#stockListing .odd {
	background-color:#f5f5f5;
	font-weight:bold;
}
#stockListing .even {
	color:#666;
	padding:6px;
}
#stockListing .odd a {
	text-decoration:none;
}
#stockListing .even a {
	text-decoration:none;
}
#stockListing .vTitle {
	font-style:italic;
	padding-left:15px;
	font-size:.85em;
}
#stockListing tr:hover td {
	background-color:#e7e7ff;
	border-bottom:1px solid #6666ff;
}

/* Hover Icons */
#stockListing td .hover {
	display:none;
	float:left;
}
#stockListing td:hover .hover {
	display:inline;
}
#stockListing #title {
	padding:5px;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
}
#stockListing .header {
    display:block;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    padding:3px;
    background-color:#e5e5e5;
}
#stockListing .header span {
	text-align:center;
	border-left:1px solid #ccc;
}
#stockListing .header .actions {
	float:right;
	width:100px;
}
#stockListing .header .active {
	float:right;
	width:50px;
}
#stockListing .header .title {
	border:0;
	text-align:left;
	display:block;
}

/* ITEM */
#stockListing .item {
	display:block;
	border:1px solid #ccc;
	border-top:1px solid transparent;
	padding:5px;
	background-color:#f0f0f0;
}
#stockListing .item:hover {
	background-color:#e7e7ff;
	border:1px solid #6666ff;
}
#stockListing .item span {
	text-align:center;
	border-left:1px solid #ccc;
}
#stockListing .item .actions {
	float:right;
	width:100px;
	text-decoration:none;
}
#stockListing .item .actions a {
	color:#003399;
	text-decoration:none;
}
#stockListing .item .active {
	float:right;
	width:50px;
}
#stockListing .item .active img {
	border:0;
}
#stockListing .item .titleHide {
	font-weight:bold;
	cursor:pointer;
	border:0;
	text-align:left;
	display:block;
	font-style:italic;
}
#stockListing .item .titleShow {
	font-weight:bold;
	cursor:pointer;
	border:0;
	text-align:left;
	display:block;
}
#stockListing .item .titleNone {
	font-size:.9em;
	border:0;
	text-align:left;
	display:block;
}

/* VARIATION */
#stockListing .variation {
	display:block;
	border:1px solid #ccc;
	border-top:1px solid transparent;
	padding:5px 5px;
	font-size:.95em;
	color:#666;
}
#stockListing .variation:hover {
	background-color:#e7e7ff;
	border:1px solid #6666ff;
}
#stockListing .variation span {
	text-align:center;
	border-left:1px solid #ccc;
}
#stockListing .variation .info {
	float:right;
	border:0;
	width:80px;
	text-decoration:none;
	text-align:left;
	font-size:.9em;
}
#stockListing .variation .actions {
	float:right;
	width:100px;
}
#stockListing .variation .actions a {
	color:#003399;
	text-decoration:none;
}
#stockListing .variation .active {
	float:right;
	width:50px;
}
#stockListing .variation .active img {
	border:0;
}
#stockListing .variation .title {
	font-size:.9em;
	padding-left:10px;
	border:0;
	text-align:left;
	display:block;
}
/* FRONT END STOCK LISTING */
#stockListing .stockItem {
	padding:10px 0 0 10px;
	border-bottom:1px dotted #ccc;
	min-height:140px;
	margin-right:10px;
	position:relative;
	color: #222222;
}
#stockListing .odd {
	background:url(images/offtile.png);
	font-weight: normal;
}
#stockListing .stockItem:hover h3 {
	color:#7a7aff;
}
#stockListing .stockItem:hover h3 a {
	color:#7a7aff;
}
#stockListing .stockItem:hover .thumb {
	border:1px solid #000;
	background-color:#f0f0ff;
}
#stockListing .stockItem .thumb {
	position:absolute;
	border:1px solid #999;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#fff;
	width:120px;
	height:120px;
}
#stockListing .stockItem .thumb img {
	margin:auto;
	display:block;
}
#stockListing .stockItem .thumb span {
	clear:both;
	font-size:.75em;
}
#stockListing .stockItem h3,
#stockListing .stockItem p,
#stockListing .stockItem ul {
	margin-left:150px;
}
#stockListing .stockItem h3 {
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 0;
	border-bottom:1px dotted #e0e0e0;
}
#stockListing .stockItem ul {
	padding-bottom:.5em;
}
#stockListing .stockItem .desc {
	padding:6px;
	margin-bottom:1em;
}
#stockListing .stockItem .info {
	padding:0;
	color:#005385;
}
#stockListing .stockItem .info span {
	margin-left: 100px;
}
#stockListing .stockItem .info .label {
	position:absolute;
	margin-left:0;
}
#stockListing .stockItem .addcart {
	float:right;
	margin:0;
	margin-top:-2.5em;
	color:#333;
	width:auto;
	padding-right:15px;
}
#stockListing .stockItem .addcart label {
	text-align:right;
}
#stockListing .stockItem .details {
	float:right;
	margin-right:10px;
	min-height:35px;
	padding-top:5px;
	padding-right:40px;
	padding-left:20px;
	color:#333;
	text-decoration: underline;
	background:url(images/mag.png) top right no-repeat;
}
#stockListing .stockItem .details:hover {
	color:#7a7aff;
	text-decoration:underline;
}
/* STOCK ITEM DETAILS */
#stockItemDetails .title {
	font-size:1.7em;
	font-weight:bold;
	padding:6px;
}
#stockItemDetails .desc {
	padding:6px;
}
#stockItemDetails .section {
	margin-top:10px;
	font-weight:bold;
	font-size:1.2em;
	padding:6px;
}
#stockItemDetails .stockItem h3 span {
	color:#bbb;
	float:right;
	font-size:.8em;
	padding-right:15px;
}
#stockItemDetails .stockItem .desc {
	padding:6px;
}
/* Stock Item Postage */
#stockItemPostage {
	padding:10px;
}
#stockItemPostage .info {
	margin:auto;
	width:450px;
	padding:6px;
	border-bottom:1px dotted #d0d0d0;
}
#stockItemPostage .infoText {
	margin:auto;
	width:450px;
	padding:6px;
	border-bottom:1px dotted #d0d0d0;
	color:#a0a0a0;
	font-size:.75em;
	margin-top:5px;
}
#stockItemPostage .infoText a {
	color:#a0a0a0;
}
#stockItemPostage .info span {
	float:right;
}

/*******************************************************************************
 ****   CHECKOUT
 ******************************************************************************/
#checkout a {
	color:#005385;
}
th.checkoutTotal {
	width:100px;
	text-align:center;
}
tr.checkoutTotal {
	font-weight:bold;
	background-color:#fff;
}
.checkoutTotal td,
.checkoutTotal th {
	background-color:#ddf0fa;
	font-weight:bold;
	border-top-width:2px;
	border-bottom-width:2px;
}

/*******************************************************************************
 ****   VIEW CART CONTENTS
 ******************************************************************************/
.cartFrame {
	float:right;
	margin-right:60px;
	top:3px;
	position:relative;
	z-index:1;
}
.cartFrame .topLeft {
  background:url(images/cart_tab_top_left_yellow.png) no-repeat top left;
}
.cartFrame .topRight {
	background:url(images/cart_tab_top_right_yellow.png) no-repeat top right;
	position:relative;
	left:15px;
	padding:6px 22px 0 4px;
}
.cartFrame .bottomLeft {
	background:url(images/cart_tab_bottom_left_yellow.png) no-repeat top left;
}
.cartFrame .bottomRight {
	height:3px;
	position:relative;
	left:15px;
	background:url(images/cart_tab_bottom_right_yellow.png) no-repeat top right;
}
.cartNoItems .topLeft {
  background-image:url(images/cart_tab_top_left.png);
}
.cartNoItems .topRight {
	background-image:url(images/cart_tab_top_right.png);
}
.cartNoItems .bottomLeft {
  background-image:url(images/cart_tab_bottom_left.png);
}
.cartNoItems .bottomRight {
	background-image:url(images/cart_tab_bottom_right.png);
}
#cartLink {
  color:#003399;
  padding-left:37px;
  background:url(images/addcart.gif) no-repeat center left;
  text-decoration:none;
  font-size:7pt;
  display:block;
}
#itemCount {
  font-weight:bold;
  text-decoration:underline;
  font-size:8pt;
}
.cartFrame:hover #cartDisplay {
  display:block;
}
#cartDisplay {
	margin-top:-18px;
	right:-25px;
	padding:10px;
	padding-top:20px;
	display:none;
	position:absolute;
	z-index:1;
}
#cartDisplay table {
	width:340px;
	font-weight:normal;
	background-color:#fff;
	padding:4px;
	border:2px solid #005385;
}
#cartDisplay td {
	border: 1px solid #bee3e3;
}
#cartDisplay .thumbPreview {
	margin:0;
	margin-left:0;
	padding:0;
}
/* SHOPPING CART */
#cart .totalCost {
	font-style:italic;
	font-weight:bold;
	border-bottom:0;
	padding-top:8px;
}
.thumbPreview .thumb {
	display:none;
	position:absolute;
	margin-left:-125px;
	margin-top:-20px;
	border:1px solid #ccc;
	padding:3px;
	background-color:#e5e5e5;
}
.thumbPreview:hover .thumb {
	display:block;
}
#checkoutAgree {
	margin-left:20px;
}
#checkoutAgree li {
	background:url(images/bullet.png) center left no-repeat;
	padding-left: 13px;
}
.cartRemove {
	margin-bottom:-5px;
	background-image:none;
	margin:0;
	padding:0;
}
.viewCartUpdate {
	text-align:center;
	margin-bottom:5px;
}

/*******************************************************************************
 ****   ELEMENT SHADOWING
 ******************************************************************************/
/* CSS3 TEXT AND BOX SHADOWS */
#menu a {
	text-shadow: .15em .15em .2em HSLA(200, 50%, 65%, .50);
}
#menu ul ul a {
	text-shadow: none;
}
h2 {
	text-shadow: .15em .15em .2em HSLA(200, 50%, 65%, .50);
}
h3 {
	text-shadow: .2em .2em .2em HSLA(200, 50%, 0%, .15);
}
.stockItem .thumb,
.feature .thumb {
	-webkit-box-shadow:	2px 2px 4px HSLA(200, 50%, 0%, .15);
}
h3 span {
	text-shadow:none;
}

.stockItem p {
	margin-bottom:.5em;
}
.addPostage {
	text-indent:0;
	color:#754c24;
	font-size:.95em;
}

/*******************************************************************************
 ****   WYSIWYG EDITOR STYLES
 ******************************************************************************/
.contentList {
	list-style-type:disc;
	margin:10px 20px;
}
.terms {
	font-size:7pt;
	font-style:italic;
}
.benefitsList {
	margin-left:2em;
	list-style-type:disc;
}

/*******************************************************************************
 ****   PUBLIC SEARCH BOX AND RESULTS LIST
 ******************************************************************************/
#searchContainer {
	position:relative;
}
#searchContainer .accessKey {
	color: #000;
}
#searchResults {
	position:absolute;
	display:none;
	z-index:101;
	background-color:#dff1fa;
	border:1px solid #007ca3;
	border-bottom-width:0;
	margin-top:0 !important;
	width:40em;
}
#searchResults a {
	font-size:.9em;
	display:block;
	padding:3px;
	min-width:155px;
	border-bottom:1px solid #007ca3;
	text-decoration:none;
	text-shadow: none;
}
#searchResults a .code {
	color:#000;
	float:left;
}
#searchResults a .title {
	margin-left:7em;
	display:block;
}
#searchResults .selected {
	background-color:#fff;
	color:#000;
}
#searchResults a:hover {
	background-color:#fff;
	color:#000;
}

/*******************************************************************************
 ****   FEATURE ITEMS
 ******************************************************************************/
.feature {
	float:left;
	width:220px;
	height: 236px;
	text-align:center;
	margin-bottom:10px;
}
.feature .thumb {
	display:block;
	border:1px solid #999;
	padding:5px;
	margin: 0 auto 10px auto;
	background-color:#fff;
	width:160px;
	height:160px;
}
.feature .thumb img {
	margin:auto;
	display:block;
}
.feature .thumb span {
	clear:both;
	font-size:.75em;
}
.feature .price {
	color:#900;
	font-weight:bold;
}

/*******************************************************************************
 ****   SLIMBOX STYLES
 ******************************************************************************/
#lbOverlay {
	position: absolute;
	z-index:	100;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:	101;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
	background: transparent url(images/prevlabel.gif) no-repeat 0% 5%;
}
#lbNextLink {
	right: 0;
	background: transparent url(images/nextlabel.gif) no-repeat 100% 5%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

.varKeywords {
	text-indent: 0;
	color: #666;
	position: absolute;
	left: -9999px;
}