/**
 * Main CSS Stylesheet - The Busy Woman Inc.
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
 html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0;
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #339966;
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat;
	}
	
	

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	color: #336666;
	}
 
a:visited {
	color: #336666;
	text-decoration: none;
	}
	
a:hover {
	color: #336666;
	text-decoration: underline;
}		

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF9999;
	}

a:active {
	color: #336666;
	text-decoration: none;
	}
	
.bold {
	font-weight: bold;
}

.boldPink {
	font-weight: bold;
	color: #CC3366;
}	

.boldGreen {
	font-weight: bold;
	color: #336666;
}
	
.nodot {
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
}			

h1 {
	color: #336666;
	font-size: 14px;
	}

h2{
font-size: 13px;
color: #336666;

}

h3 {
font-size: 12px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 11px;
	}

.biggerText {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

h1.extrasDefault {
	margin: 0em;
}	

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

select:focus, textarea:focus {
	background-color: #FCECEE;
	border: 2px solid #FF9999;
	}
	
input:focus {
	background-color: #FCECEE;
	
	}
	

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin-top: 0em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0.3em;
	vertical-align: top;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	float: left;
	/*margin-left: 190px;
	display: block;
	position: relative;
	margin-top: 5px;*/
}		
	

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #000000;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 850px;
	vertical-align: top;
	border: 2px solid #000000;
	}
#mainWrapperExtras {
	background-color: #ffffff;
	text-align: left;
	width: 850px;
	vertical-align: top;
	border: 2px solid #000000;
	background-image: url(../images/page/dress_bg.gif);
	background-repeat: repeat-y;
	}	
	
#headerWrapper {
	background-image: url(../images/page/header_bg.jpg);
	height: 171px;
	background-repeat: no-repeat;
	background-color: #FF9999;
}


#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage, #mainWrapperExtras {
	margin: 0em;
	padding: 0em;
	}
	
#logoWrapper {
	margin: 0px;
	float: right;
	
}		

#navColumnTwoWrapper, #mainWrapper, #mainWrapperExtras {
	margin: auto;
	}

#navColumnOneWrapper {
}	

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
.floatingBox {
	margin: 0;
	width: 60%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	float: left;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	/*height: 1%; */
	width: 100%;
	}

#navSuppWrapper {
	font-size: 10px;
	margin: 0em;
	/*height: 1%; */
	width: 100%;
}	
#navSuppWrapper {
	background-image: url(../images/page/dress_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#navSupp  {
padding-left: 200px;
/padding-left:0px;
}
#siteinfoLegal {
	padding-top: 7px;
	padding-left: 200px;
}
#navMain ul, #navCatTabs ul  {
	margin: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	padding-top: 13px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
	}
	
#navSupp ul  {
	margin: 0;
	list-style-type: none;
	text-align: center;
	/text-align: left;
	line-height: 1.5em;
	padding-right: 0em;
	padding-bottom: 2px;
	padding-left: 0em;
	}	

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}
	
#navSupp ul li {
	display: inline;
}
/*listamatic code */
#navSupp li:before { content: "| "; }
#navSupp li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navSupp li
{
border-left: 1px solid black;
padding: 0 0.1em 0 0.1em;
margin: 0 0.1em 0 -0.1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navSupp { height: 1%; }

* html #navSupp li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navSupp li:first-child { border-left: 0; }		
/* end listamatic */

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
	
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #336666;
	white-space: nowrap;
	}	

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background: #000000 url(../images/page/leftCol_bg.jpg) no-repeat;
	padding-top: 180px;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	
.content {
	padding-left: 5px;
	padding-right: 9px;
}	

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
.centerExtrasColumn {
	background-color:#FFFFFF;
	display: block;
	padding: 1em;
}	
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	width: 60%;
	margin-top: 5px;
	margin-bottom: 5px;	/*text-align: center;*/
	/*margin: 1em;*/
	/*border: 1px solid #000000;*/
	/*padding: 1em;*/
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #FFCCCC;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #FFFFFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #FFFFFF;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	color:#FFFFFF;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
#productMainImage {
	width: 35%;
}		

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading {
	font-size: 14px;
	color: #FF9999;
	}

h3.leftBoxHeading a {
	font-size: 14px;
	color: #ffffff;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #FFCCCC;
	padding: 0.5em 0.2em;
	}
	
.leftBoxHeading {
	margin: 0em;
	padding-right: 2px;
	color: #FF9999
	border-right: 2px solid #000000;
	/*background: url(../images/page/cat_head_bg.jpg) repeat;*/
	padding-top: 4px;
	padding-bottom: 4px;
}	

.leftBoxContainer {
	/*border: 1px solid #000000;*/
	margin-top: 5px;
	}
	
.leftBoxContainer a:link, .leftBoxContainer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;		
}

.leftBoxContainer a:hover, .leftBoxContainer a:active {
	color: #FF9999;
	}

.sideBoxContent {
	/*background-color: #ffffff;*/
	padding: 0.4em;
	margin-right: 2px;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FF9999;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}
	
.navRight {
	float: right;
	font-size: 14px;
}		

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	
	height: 1.5em;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	vertical-align: top;
	}

.rowEven {
	
	height: 1.5em;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #FFCCCC;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}
/* Home Page Specials */
.specialsBox {
	margin: 0;
	width: 98%;
	border: 2px dotted #336666;
	}		

.specialTitle {
	font-size: 14px;
	color: #FF3366;
	font-weight: bold;
	background-color: #FFFFFF;
}

.pink {
	color: #FF3366;
}	

.specialBold {
	font-weight: bold;
	color: #FF3366;
	line-height: 250%;
}
.specialBold150 {
	font-weight: bold;
	color: #FF3366;
	line-height: 150%;
}
/* End Home Page Specials */

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#FFCCCC;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
/* Product Listing */	

/*.productListing-rowheading {
	background-color: #FFCCCC;
	font-size: 10px;
	color: #336666;
}	*/

.productListing-heading {
  /*background-color: #F0D0D0;*/
  background-color: #FFCCCC;
  font-size: 10px;
  font-weight: bold;
  color: #336666;
  padding: 3px;
  height: 20px;
  border-bottom:1px solid #9a9a9a;
}

.tabTable {
  border: 1px solid #9a9a9a;
}
TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
  border-bottom: 1px solid #9a9a9a;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	border-bottom: 1px solid #9a9a9a;
	background-color: #DCF8F2;
}
TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}
TD.productlisting {
  /*border:1px solid #9a9a9a;*/
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
  border-bottom:1px solid #9a9a9a;
}

#moreinformationHeading {
	display: none;
}	

#moreinformationContent {
	text-align: center;
	font-size: 13px;
	line-height: 160%;
}

#categories a, #information a {
padding-top: 5px;
display: block;}

.category-top {
	
}

.personality a:link, .personality a:active, .personality a:visited, .personality ul li a {
	color: #FF9999;
	
}	

SPAN.category-subs-parent {
	color: #FF9999;	
	}
SPAN.category-subs-selected, SPAN.extrasLinks {
	/*font-weight: bold;*/
	color: #FF9999;
}	
	
.txtBlok {
	display: block;
	padding-bottom: 10px;
}

.txtBlokRed {
	display: block;
	color:#CC3366;
	padding-bottom: 10px;
}	

#productAttributes {
	float: left;
}

.extrasLinks {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.articleSubTitle {
	text-align: left;
	display: block;
	clear: both;
	float: left;
	width: 550px;
	position: relative;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
}

.articleSub {
text-align: left;
	display: block;
	float: left;
	width: 550px;
	position: relative;
}

.popupClose a, .popupClose a:link, .popupClose a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}	

.popupClose a:hover {
	color: #FF9999;
}

.extrasLinksPink a{
	color: #FF9999;
	
}	
.newsletterList, .newsletterList li, .newsletterList li a {
	display: block;
	width: 200px;
	list-style-type: none;
	padding-bottom: 10px;
}

.bzlCol300 {
	float: left;
	width: 300px;
	position: relative;
	display: block;
}

.bzlColList, .bzlColList li {
	list-style-type: none;
	list-style-image: url(../../../../images/extras/tinyflower.gif);
	list-style-position: outside;
}
.pixRight {
	display: block;
	margin-left: 10px;
	float: right;
}

.pixLeft {
	display: block;
	margin-right: 10px;
	float: left;
}
.boldTitleBlock {
	display: block;
	float: left;
	position: relative;
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #336666;
}

.listingFullBlock {
	display: block;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.listingBlock ul {
	list-style-image: none;
	list-style-type: none;
	display: block;
}	

.listingBlock li {
	padding-bottom: 3px;
	list-style-image: none;
	list-style-type: none;
	display: block;
}

.line150 {
	line-height: 150%;
}

.line200 {
	line-height: 200%;
}
.footBadge {
	display: block;
	float: left;
	width: 200px;
	padding-top: 13px;
	text-align: center;
}
#footContact {
	width:850px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.footColOne {
	float: left;
	width: 300px;
	position: relative;
	display: block;
	text-align: center;
	margin-right: 50px;
	/margin-left: 90px;
}
.footColTwo {
	width: 300px;
	position: relative;
	display: block;
	text-align: center;
	float: left;
}

#popWrapper {
	width: 90%;
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	border: 2px solid #003300;
}
/* Organizing Tools */

.tools {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #347267;
	border-right-color: #347267;
	border-bottom-color: #347267;
	border-left-color: #347267;
	padding: 0px;
	margin-bottom: 10px;
}

.toolsBar {
	font-weight: bold;
	background-color: #FFCCCC;
	color: #336666;
	display: block;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;	
}
.toolsTitle {
	float: left;
	margin-left: 3px;
}	

.toolsMore {
	float: right;
	margin-right: 3px;
}

.toolsBlock {
	display: block;
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #347267;
}

.toolsOne {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*.holiday {
	float: left;
	width: 470px;
	height: 125px;
	background-image: url(../images/page/holiday.gif);
	display: block;
	margin-top: 5px;
	margin-right: 30px;
	background-repeat: no-repeat;
}	*/

#curvedcontainer {background:#fff; width:99%; margin:0px; padding:2px;}
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:14px; color:#336666; padding: 10px 0px;}
.xsnazzy h2 {font-size:2em; color:#234; border:0;}
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {background: transparent; margin:0em;}

.xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #FF9999; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #FF9999; border-right:1px solid #FF9999;}

.xb1 {margin:0 8px; background:#FF9999;}
.xb2 {margin:0 6px; background:#FF9999;}
.xb3 {margin:0 4px; background:#FF9999;}
.xb4 {margin:0 3px; background:#FF9999; border-width:0 5px;}

.xb5 {margin:0 2px; background:#FF9999; border-width:0 4px;}
.xb6 {margin:0 2px; background:#FF9999; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#FF9999; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#fff; border:3px solid #FF9999; border-width:0 3px;}

#picture {width:600px; height:400px; background:url(../gall/pic_10h.jpg) center top; padding:80px 20px 0 20px; margin:15px;}

.snazzypad ul {
	padding-left: 10px;
	margin-left: 10px;
	display: block;
}

.listSpace, .listSpace li {
	padding-bottom: 7px;
	}
	
.listSpace10, .listSpace10 li {
	padding-bottom: 10px;
	}	
	
.listSpaceNo, listSpaceNo li {
	padding-bottom: 5px;
	list-style-type: none;
	}	
	
.listSpaceNoGreenBold, listSpaceNoGreenBold li {
	padding-bottom: 5px;
	list-style-type: none;
	font-weight: bold;
	color: #336666;
	}
	
.listSpaceNoBold, listSpaceNoBold li {
	padding-bottom: 5px;
	list-style-type: none;
	font-weight: bold;
	}					
.listSpaceIndent, .listSpaceIndent li {
	padding-bottom: 5px;
	margin-left: 20px;
	}	
