/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 * Fabiola version  
 */

body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	color: #000000;
	background-color: #B7A795; /* (brown) */
	/* background-image:url(../images/bg.gif); */
/**	background-position: top left;
*	background-repeat: repeat-x;


*   useful stuff:
*   Really dark brown  #433A3E   (Aubergine)
*   Not quite so dark brown #71675c  (background of logo)


*/
	}

a img {border: none; }   /*  *****MAKE IT NONE TO HIDE IMAGE BORDERS ONCE DEBUGGED ************ */

a:link {
	color: #433A3E;   /* Currently light brown */
	text-decoration: none;
	font-weight: bold;
	}
 
a:visited {
	color: #433A3E;  /* Standard links - which have been visited */
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	color: #B7A795;  /* color when hovering over links */   /*light brown */
	text-decoration:none;  /* no underline when hovering over a link */
	}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #b7a795;  /* color when hovering over links */   /*light brown */
	text-decoration:none;  /* no underline when hovering over a link */
	font-weight: normal;
	}


h1 {
	font-size: 2em;
	color: #666666;    /* Currently light brown */
	}

h2 {
	font-size: 1.4em;
	
	}

h3 {
	padding-bottom: 2em;
	font-size: 1.1em;
		color: #433A3E;
	}
h3 a, h3 a:visited {
	color: #433A3E;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0; 

	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: Verdana, Geneva, Arial, 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%;
	}

input:focus, select:focus, textarea:focus {
	background: #EDDFC5;
	}

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: 0.5em 0.3em;
	}

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

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

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {

	}

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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #B7B493; /* light brown colour */
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #EDDFC5;  /* lighter brown colour.  99ff99 = green */
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;  /* ffff66= yellow */
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {

	background-color: #433A3E;   /* Copyright message and "test" line */
	color: #000000;   /* Colour of text in copyright message */
	text-align: center;    /* alignment */
	width: 755px;  /* was 930px */
	border: 0;  /* was probably zero .. not sure what change i made here */
	
	}
	
	
#customerWrapper {

	background-color: #B7A795;   /* Login/Account etc */
	color: #433A3E;   /* Colour of text in customer menu */
	text-align: left;    /* alignment */
	width: 755px;  /* was 930px */
	border: 0;  /* was probably zero .. not sure what change i made here */
	padding-bottom: 2px;
	
	}
	
	


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: auto 0em;
	padding:0em;   /*  was zero */

	}
	
	
	
	#contentMainWrapper {
	line-height: 1.8em;
	font-size: 1.1em;
	color: #000000;  /* text of main links. black may be best.. #000000 */
	text-align : left;
	background:white;
	height: 290px;
	}

#headerWrapper{
	background-color: #ffffff;   /* #8A7D6D (dark brown)*/
	margin:auto;

		}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
/*	font-size: 2em; */   /* enable this line to make it bigger */
	text-align : left;    /* alignment of tagline */
	vertical-align: middle;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	margin: 20px;
	width: 42%;   /* The split login/register boxes */
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: none;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
.navNextPrevWrapper{
	display:none;
	}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background-color: #71675C;    /* brown background for Home/login banner */
	font-weight: bold;  /* Do you want home/login in bold or normal? */
	color: #ffffff;
	text-align: center;    /* Do you want the menu items aligned left or right or middle ? */
	padding-left: 10px;  /* Indent for the menu items */
	}
	
#navSuppWrapper {
	display:none;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	list-style-type: none;
	text-align: center;
	}

#navSearch, #navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: block;
	float:right;
	}

 #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0.5em 0em;
	margin: 0px;
	color: #ffffff;   /* I think this is the text colour for home/login banner */
	}
	


#navSearch ul li a {

	text-decoration: none;
	padding: 0px 0.5em 0.5em 0em; 

	margin: 0px; 
	color: red;   /* colour for search box */
	}
	



#navCatTabs ul li a {
	color: #ffffff;       
	}
	
#navCatTabs ul li {
	font-weight: normal;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	margin: 20px;
	margin-right:50px;
	}

#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;    /* Float search box on right. if you don't want it "display: none;" */	
	display:none;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
background-color: #ffffff;
font-size: 0.95em;
	font-weight: bold;
	margin: 0em;

/*	if you don't want it "display: none;" */	

/* display: none; */

	}
	
#navBreadCrumb a {
	text-decoration:none;
	}
	
#navEZPagesTop {

/* GREEN BOX FOR "BLOG" etc */	
/*
*	background-color:  #ffffff; 
*	background-image: url(../images/tile_back.gif);
*	font-size: 0.95em;
*	font-weight: bold;
*	margin: 0em;
*	padding: 0.5em;
*/

	}

#navColumnOne, #navColumnTwo {
	background-color: blue;   /* was transparent */
	}

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

.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	vertical-align: top;
	padding-left: 0.1em;
	font-size: 0.9em;
	
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper, #productReviewsDefaultHeading, #reviewsInfoDefaultHeading {
	font-size: 1em;
	padding-left: 1em;
	}


.alert {
	color: #FF0000;   /* red */
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 20px 20px 20px 20px;
	
	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;   /* Copyright message at bottom of page for privacy policy etc */
 	padding: 1em;
 	color: #B7A795;
 
}

.legalCopyright a:visited a:link a:hover {
	color: #B7A795;
	font-weight: normal;
	text-decoration: none;
}

 

/*Shopping Cart Display*/
#cartAdd {
	
	text-align: right;
	margin: 1em;
	padding: 1em;
	}

.tableHeading td {
border-bottom: 1px solid #9a9a9a; 
font-weight: bold;
	}

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

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

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

.cartProductDisplay {   /* zygon */

  }


.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {

	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;   /* Units and totals in shopping cart */
	padding-right: 0.4em;
	font-size: 10px;
	
	}

#scUpdateQuantity {
	width: 0em;
	}

.cartQuantity {
	width: 2.7em;   /* Qty update box on shopping cart */
	padding-top: 0.2em;
	padding-left: 0.2em;
	}

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

.cartOldItem {
	color: #666666;  /* gray */
	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;
	background-color: #E4FEf5;  /* mothercare blue */
	border: 1px solid #003D00;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
	
/*Jiri stuff*/
/*.productSpecialPrice, .productPriceDiscount{
	display:block;
	margin: 10px 0 10px 0;
}

/*End of Jiri stuff*/

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 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: 1em;   /* Image displayed on individual product pages */
	padding: 0;
	}

.categoryIcon {}

#cartImage {
	margin: 0em;   /* was 0.5em 1em;   but removed as we're not going to have images in the cart */
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.categoryListBoxContents a{
	font-size: 1.1em;
	color:#433A3E;
	font-weight:bold;
	padding-bottom: 1em;
	text-decoration:none;
	}

.categoryListBoxContents a:hover {	
	 color: #b7a795;
}

.centerBoxWrapper {
	border: 1px solid #999999;   /* gray */
	height: 1%;
	margin: 1.1em 0;
	}
	
.tabTable {
padding: 15px;
padding-bottom: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
text-align: left;
border-spacing: 0px 30px;
}


h2.centerBoxHeading {
	font-size: 1.3em;
	color: #b7a795;  /* light brown */   /* heading for new products this month */
    background-color:  #433A3E;
	}

/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color:  #433A3E;
	padding: 0.5em 0.2em;
	}
	

.leftBoxHeading {
	display:none;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: none;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;   /*yellow */
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .accountQuantityDisplay,
 .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage,
 #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials,
 .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
.productListing-data {
	text-align: left;
	padding-left: 0.5em;
	font-size: 0.9em;
	
}

.productListing-data a:hover {
	color: #b7a795;
}


	
#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;  /* dark blue */
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
.category-top {
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #B7A795;
    text-decoration:none;
	}
	
A.category-top:link, A.category-top:visited{
	color: #B7A795;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
A.category-top:hover, A.category-top:hover, A.category-links:hover, A.category-subs:hover, A.category-products:hover {
	color: #ffffff;
	font-weight: normal;
	
	}
	
	A.category-top:active{
	color: #B7A795;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
	
/* Footer menu  for copyright/zen cart/etc*/
.category-footer {
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;    
	color: #B7A795;
    text-decoration:none;
	}
	
A.category-footer:link, A.category-footer:visited{
	color: #B7A795;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
A.category-footer:hover {
	color: #ffffff;
	font-weight: normal;
	
	}
	
	A.category-footer:active{
	color: #B7A795;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
		
		
		
	
/* customer menu for Login / Logout etc */
.customer-top {

	text-align: left;
	font-weight: normal;
	color: #433A3E;
	background-color: #B7A795;
    text-decoration:none;
	}
	
A.customer-top:link, A.customer-top:visited{
	color:#433A3E;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
A.customer-top:hover {
	color: #ffffff;
	font-weight: normal;
	
	}
	
	A.customer-top:active{
	color: #433A3E;
	text-decoration: none;
	font-weight: normal;
/*	padding-bottom: 1em; */
	}
	

A.category-links {
	color: #B7A795;
	text-decoration: none;
	font-weight: normal;
	}
A.category-subs, A.category-products {
	color: #B7A795;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	color:#FFFFFF;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f7f7f7;  /* off-white */
	height: 1em;
	vertical-align: top;
	}

.rowEven {
	 background-color: #F0F0F0;  /* different off-white */
	height: 1em;

	vertical-align: top;
	}

.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 {
	
	height: 2em;
	}

.productListing-rowheading, A.productListing-heading{
	background-color: #433A3E;  /* aubergine */
	height: 2em;
	color:  #B7A795;
	}

#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;
	}
	
.productsListingTopNumber, .productsListingBottomNumber { 
	display:none; 
	}
#logo img {
	display:block;
	}
#productListHeading {
	display:none;
	}
#shoppingcartContent{
	background: #EDDFC5;  /* light brown */
	color:#999999;   /*   gray */
	}
#productsListingBottomNumber {
	display:none;
	}
.cartTotalsDisplay {
	display:none;
	}
#checkoutSuccessOrderNumber {
	font-size: 2em;
	}
.category-top {
	margin-bottom:10px;
	}
	
.sp_links a {
	text-decoration:none;
	color:#FFFFFF;
	margin-left:5px;
}

.sp_cats {
	font-size:1.1em;
}

.sp_links a:hover {
	color: #433A3E;   /* dark gray-ish brown */
}

#sp_horizon        
	{
	margin-top: 30px;
	background-color: transparent;
	text-align: center;
	
	position: relative;
	top: -40px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	
	}

#sp_content    
	{
	background-color: transparent;
	margin-left: -340px;  /* was - 490  */

	
	position: absolute;
	top: 20px;   /*was 50px */
	left: 50%;   /* was ten percent and then 25% */
	width: 600px;   /* was 980 */
	height: 200px;
	visibility: visible;
	
}

.listingProductImage { border: 2px solid white; }
/* .listingProductImage:hover { border: 2px solid #b7a795; } */


.centerBoxContentsProducts a {
  padding-bottom:20px;
}

#productListing {
	margin-bottom: 20px;
}


#ezPageDefault {
	padding:30px;
}
div#productListing a span {
	display: none;
}

input#disc-ot_gv {
	display:none;
}

div#productListing a:hover span {
	 display: block;
   position: absolute; top: 100px; left: 0; width: 300px;
   z-index: 100;
   color: #b7a795;

}
#productPrices {
	font-size: 1.2em;	
	font-weight: bold;
	padding-left: 5px;	 
}
#shoppingCartDefault{
	padding: 20px;
}
#scQuantityHeading, #scUpdateQuantity, #scProductsHeading, #scRemoveHeading {
	text-align:left;
}

#scUnitHeading, #scTotalHeading {
	text-align:right;
	}
#cartContentsDisplay {
	width:80%;
}
.category_initial {
	display:none;
}
#productQuantityDiscounts {
	display:none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(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;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Geneva, Arial, 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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}