/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; }
.errorBox { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A { 
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
 font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 11px;
	color: #3F2C24;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5em;
}

A.headerNavigation:hover {
 text-decoration:underline;
	color: #3F2C24;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*background: #ffffff;
	color: #ffffff;*/
	text-align: left;
}

TD.infoBox, SPAN.infoBox {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
}

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: #f8f8f9;*/
}

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: #f8f8f9;*/
}

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

.productListing-heading {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
  /*background: #b6b7cb;*/
  color: #3F2C24;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
}

A.pageResults {
  	text-decoration:none;
	color: #3F2C24;
}

A.pageResults:hover {
	color: #3F2C24;
	/*font-weight:bold;*/
}
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Page Heading*/

TD.pageHeading, DIV.pageHeading {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
  	font-size: 20px;
  	font-style:italic;
  	color: #3F2C24;
  	border-bottom-width: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #3F2C24;
	padding-bottom: 5px;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  color: #3F2C24;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
}

TD.accountCategory {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 12px;
}

TD.tableHeading {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 11px;
}

SPAN.greetUser {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 12px;
  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: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  color: #ff0000;
}

SPAN.errorText {
  font-family: Helvetica, Geneva, Arial, Sans-serif;

  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; /*cursor: pointer; cursor: hand;*/ }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 10px; color: #ff0000; }

/* CSS Document */
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/

/*General Page style*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #f0f5f6;*/
	background-color: #d8e3e5;
}

#Container {
	position:relative;
	width: 900px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #3F2C24;
	background-color: #ffffff;
}

/*h1.Content {
	 font-family: Helvetica, Geneva, Arial, Sans-serif;

  font-size: 20px;
  font-weight: bold;
  font-style:italic;
  color: #3F2C24;
}
*/
#Q {
	height: 15px;
}

#Go {
	/*height: 15px;
	vertical-align: bottom;	*/
}

#Header {
	background-image: url(images/poppiseed-designs-logo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 175px;
	width: 900px;
}


#Content {
	position:relative;
	width: 900px;
	min-height:300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D8E3E5;
	background-image: url(images/Background-Tile.jpg);
	background-repeat: repeat;
}

#Column-Left {
	float:left;
	margin-left:0px;
	width: 150px;
	padding-left:30px;
	min-height: 300px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 16px;
	color: #3F2C24;
	text-align: left;
}

.Item-Column-Left {
	float:left;
	width: 220px;
	text-align:left;
}

.Item-Box{
	float:left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F2C24;
	margin-bottom:10px;
	padding-bottom:5px;
	}

.Item-Column-Right {
	float:left;
	width: 380px;
	text-align:left;
	padding-left:10px;
}

.Column-Left-Headings{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 14px;
	color: #3F2C24;
	text-transform: uppercase;
}

.Column-Right-Headings{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 14px;
	color: #3F2C24;
}

#Column-Right {
	float:right;
	width: 650px;
	padding:10px;
	min-height: 300px;
	background-color: #FFFFFF;
	border: 5px solid #F3D36A;
	margin-right: 30px;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Right Column Content*/
#Column-Right-Inner {
	margin-left:auto;
	margin-right:auto;
	width: 620px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
}

.Product-Info-Content {
	padding-left:15px;
	padding-right:15px;
	/*padding-top:5px;
	padding-bottom:5px;*/
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
}

.Product-Info-Options-Heading{
	float:left;
	width:100%;
	font-size: 14px;
	color: #3F2C24;
	text-align: left;
	padding-bottom:5px;
	font-weight: bold;	
	/*text-decoration: underline;*/
}

.Product-Info-Options-Name{
	float:left;
	width:200px;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
	padding-bottom:5px;
}

.Product-Info-Options-Content{
	float:left;
	width:350px;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
	padding-bottom:5px;
}

.Product-Info-Options-Textarea-Sml{
	width:200px;
	height:60px;
}

.Product-Info-Options-Textarea{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
	padding-bottom:5px;
}

.Product-Info-Heading {
	padding-left:15px;
	padding-right:15px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 16px;
	color: #3F2C24;
	text-align: left;
	font-weight: bold;
}

.Stationery-Wording-Heading {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 14px;
	color: #3F2C24;
	/*text-align: left;*/
	font-weight: bold;
	text-transform: capitalize;
}

.Stationery-Wording-Heading-Link {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 14px;
	color: #3F2C24;
	/*text-align: left;*/
	/*font-weight: bold;*/
	text-transform: capitalize;
	padding-bottom:5px;
}


.Stationery-Wording-Sub-Heading {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 11px;
	color: #3F2C24;
	/*text-align: left;*/
	font-weight: bold;
	text-transform: capitalize;
}

.Product-Top-Text {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3F2C24;
	text-align:center;
}

.Product-Info-Price {
	/*padding-left:15px;*/
	padding-right:15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 16px;
	color: #3F2C24;
	text-align: left;
	/*font-weight:bold;*/
}

.Product-Info-Buy {
	padding-left:15px;
	padding-right:15px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3F2C24;
	text-align: left;
	/*font-weight:bold;*/
}

.Product-Info-Footer {
	padding-top:10px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3F2C24;
	text-align:center;
	/*font-weight:bold;*/
}

.Column-Right-Inner-Link{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	color: #3F2C24;
	text-decoration: none;
}

.Sample-Text{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	color: #3F2C24;
	font-size: 14px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F2C24;
	border-bottom-color: #3F2C24;
	padding:5px;
}

a.Sample-Text:hover {
	text-decoration:underline;
	color: #3F2C24;
}


.footnote{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	color: #3F2C24;
	font-size: 10px;
}

/*Geneal Image Border*/
.ImageBorderColour{
	border: 1px solid #3F2C24;
}

/*Geneal Item Page Image Border*/
.ItemImageBorderColour{
	/*border: 1px solid #3F2C24;*/	
}

a.Column-Right-Inner-Link:hover {
	text-decoration:underline;
	color: #3F2C24;
}


#Column-Right-Inner-Heading{
	width:100%;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #3F2C24;
	font-size: 30px;
	font-style: italic;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Bookmark Text*/

.bookmark-link{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	color: #3F2C24;
	font-size:14px;
	text-decoration: underline;
}

a.bookmark-link:hover {
	text-decoration:underline;
	color: #3F2C24;
}


/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Left Menu*/

.MenuList{
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 11px;
	color: #3F2C24;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5em;
}

a.MenuList:hover {
	text-decoration:underline;
	color: #3F2C24;
}

.MenuListInner {
	margin-left: 15px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 11px;
	color: #3F2C24;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.3em;
}

a.MenuListInner:hover {
	text-decoration:underline;
	color: #3F2C24;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Breadcrumb Menu*/
.headerBreadNavigation {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #3F2C24;
}

a.headerBreadNavigation:hover {
	text-decoration:underline;
	color: #3F2C24;
}
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Top Menu*/

#Top-Menu {
	position:relative;
	width: 900px;
	height:25px;
	background-color: #F3D36A;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	word-spacing: 10px;
	text-transform: uppercase;
}

.TopMenuLink {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 13px;
	color: #3F2C24;
	text-transform: uppercase;
	text-decoration: none;
}

a.TopMenuLink:hover {
	text-decoration:underline;
	color: #3F2C24;
}

#Blog-Image {
	position:absolute;
	top:165px;
	right: 30px;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Bottom Menu*/
.BottomMenuLink {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 10px;
	color: #3F2C24;
	text-decoration: none;
}

a.BottomMenuLink:hover {
	text-decoration:underline;
	color: #3F2C24;
}

#BottomMenu {
	float:right;
	margin-right: 30px;
	width: 650px;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 10px;
	color: #3F2C24;
	word-spacing: 5px;
	padding-top: 10px;
}
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Messages*/

.ContactError {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #3D52E7;
}

.OrderingHeadings {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 16px;
	color: #3F2C24;
	font-weight: bold;
	font-style: oblique;
}

.ButtonBoxOuter {
	float: left;
	width: 135px;
	height: 150px;
	margin: 10px;
	text-align:center;
}

.NextPrevLink {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 14px;
	color: #3F2C24;
	text-decoration: none;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Site Map*/
.SiteMapHeadingBox {
	width:100%;
	height:20px;
	padding-top:5px;
	font-size: 15px;
	clear:both;
	text-decoration: underline;
}

.SiteMapHeadingBoxRanges {
	width:100%;
	padding-top:5px;
	font-size: 12px;
	clear:both;
}

.SiteMapLink {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	color: #3F2C24;
	text-decoration: none;
}

a.SiteMapLink:hover {
	text-decoration:underline;
	color: #3F2C24;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*Links Map*/
.Form-Box-Outer{
	width: 400px;
	min-height: 40px;
	clear:both;
}

.Form-Box-Inner-Left{
	float:left;
	width: 200px;
}

.Form-Box-Inner-Right{
	float:right;
	width: 200px;
}

/*//////////////////////////////////////////////*/
/*//////////////////////////////////////////////*/
/*//////////////////////////////////////////////*/
/*Product Listing Enhancements*/
.infoBoxProducts {
  text-align: center;
 /* border: solid 1px #000000; */
  font-family: Helvetica, Geneva, Arial, Sans-serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  color: #3F2C24;
  margin-bottom:-8px;
}
.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Helvetica, Geneva, Arial, Sans-serif;
  font-size: 10px;
  border: solid 1px #999999;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
 /*border: ridge 4px #faf0e6;
 border-collapse: collapse;
 background-color: #fff;*/
 }
.thumbcontent {
  font-family: Helvetica, Geneva, Arial, Sans-serif;
  font-size: 11px;
  color:#3F2C24;
  text-align:center;
  font-weight:bold;
}

.thumbcontent-link{
	text-decoration: none;
	color: #3F2C24;
}

a.thumbcontent-link:hover {
	text-decoration:underline;
	color: #3F2C24;
}

.space-link{
	height:5px; 
	clear:both;
}

TD.noborderbox {
  font-family: Helvetica, Geneva, Arial, Sans-serif;
  font-size: 10px;
}
TD.separator {border-bottom: 1px solid #ccc;}

.productListing-list-price {
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 16px;
	color: #3F2C24;
}

TABLE.buytable {
	 width: 100%;
	 height: 80px;
	 vertical-align: bottom;
         text-align:right;
}

TR.list-block {
}	


/*** Begin Header Tags SEO ***/
h1 {
 font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Helvetica, Geneva, Arial, Sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/	
/*** Lightbox css code ***/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*** Lightbox css code ***/

/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #3F2C24;
}
/* EOF Dynamic Sitemap */
/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: grey;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */

/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }