

/* STYLE GUDIE DEFAULT STYLESHEET
   ----------------------------------------------------*/

/* Default.css
   Updated: Tue 25.11.08 @ 11:00 a.m.
   Author : Alan Durkan
   ----------------------------------------------------*/
   
/* Index(Organised according to control groupings)

/* TOP LEVEL         |   SHOP FORMS
   TYPOGRAPHY        |   SHOP MODULES
   COMMON ELEMENTS   |   SHOP TABLES
   SYSTEM            |   NEWS
   HEADER            |   EVENTS
   CONTENT LAYOUT    |   BROWSER FIXES
   FOOTER            |   LIGHTBOX
   MODULES           |   
*/

/* =TOP LEVEL
   ----------------------------------------------------*/
   
html, body, form, fieldset, input, select, textarea, .textbox, .dropdown, .dropdownlist
{
	font-family: Arial, Helvetica, Sans-Serif;
}
body
{
	font-size: 0.625em; /* v important - this sets the default font size to 10px eqiv ems */
	overflow: -moz-scrollbars-vertical;
	/* note - this is only set to allow the user to change the background via image upload */
	background: #EBECEB url(/SiteData/Root/Image/BodyBg/sg_defaultBBg.gif) no-repeat 50% top;
	padding-top: 20px;
}
body * { font-size: 1em; }
#Sheet
{
	text-align: left;
	margin: 0 auto;
	/* optimum for 800 */
	/* width: 768px; */	
	/* optimum for 1024 */
	width: 916px;
}

/* =TYPOGRAPHY
   ----------------------------------------------------*/
   
/* Colours

/* #AA9C9B - Top Navigation Text
   #F77FC0 - Link Pink
*/

h1
{
	color: #000;
	font-size: 2em;
	font-weight: normal;
}
h2
{
	font-size: 1.5em;
	font-weight: normal;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
}
h4, h5, h6
{
	font-size: 1em;
	font-weight: bold;
}
/* Shared typographic styles */
#Content { font-size: 1.2em; }
#ColumnLeft, #MainRight { font-size: 0.917em; }
#Content h1  
{
	font-size: 1.667em;
	line-height: 1em;
	margin-bottom: 0.818em;
}
#Content h1.textImage { margin-bottom: -0.5em; }
#Content h2
{ 
	font-size: 1.333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
#Content h3
{ 
	font-size: 1.167em;
	line-height: 1.286em;
	margin-bottom: 1.286em;
}
#Content h4, #Content h5, #Content h6,
p, blockquote, address, .vcard 
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
ul, 
ol
{
	margin: 0 0 1.5em 2em;
}
ul ul 
{
	margin-bottom: 0;
}
dd, 
ul li 
{
	line-height: 1.5em;
}
a
{
	color: #900;
	outline: none;
}
a:hover { }
a:focus, 
a:active
{ 
	outline: none;
}
:focus { -moz-outline-style: none;  }
blockquote, address { font-style: italic; }
.subText, 
.shopForm .checkboxLabel
{
	font-weight: bold;
	font-size: 0.917em;
}
#ColumnLeft .subText,
#MainRight .subText, 
#ColumnLeft .shopForm .checkboxLabel, 
#MainRight .shopForm .checkboxLabel
{
	font-size: 0.909em;
}
.modTitle  
{
	color: #900;
	font-weight: bold;
	border: solid 1px #999; 
	background-color: #EEE; 
	border-bottom: none;
	padding: 8px 8px 0 8px;
	margin-bottom: 0 !important; 
}
#ColumnLeft .modTitle, 
#MainRight .modTitle 
{
	font-size: 1.091em;
	line-height: 1.091em !important; 
}
.shopTableTitle,
.payment h3 
{
	font-size: 1em !important;
	color: #FFF;
	font-weight: bold; 
	background-color: #999;
	padding: 4px 8px; 
	margin-bottom: 0 !important;	
}
.batchContainer .shopTable { font-size: 0.833em; }

/* =COMMON ELEMENTS
   ----------------------------------------------------*/

.clear, 
.Clear, 
.shopForm br
{
	clear: both;
}
div.clear, .customerLogin .clear, .productListing br, .shopFormButtons .clear, 
.featuredProducts .clear, .categoryDisplay .clear, .productPromotions br, 
.footerNav br, .pagerSort .clear, .receipt .addresses .clear, .eventsContainer .clear,
.event .clear, .author .clear, #Navigation .clear
{
	font-size: 0;
	line-height: 0;
}
/* hide these elements */
/* note - the batchContainer thumbs are currently hidden */
.accessibility, .hide, .homeLink span, .searchKeyword, .categoryDisplay h2, .extraDeliveryDetails, 
.product .backLink, .editAddress h3, .payment .secureMsg, .payment .varifyMsg, .featuredProduct h1,
.searchResultsList .Url, .product .productPriceText, .product .productCodeText, #Content .productListing .browseBtn,
.categoryDisplayDesc, .newsArchive h2, #Content .featuredProducts h3, .textImage span, .printHeader,
.shopTable .qtyCol .validationList, #ColumnLeft .blankLabel, #MainRight .blankLabel, .newsItem img, .searchBox .clear,
.batchContainer .moreImages 
{
	display: none !important;
	visibility: hidden !important;
}
.CMSModuleERROR
{
	border: dashed 2px #F00;
	color: #F00;
}
.CMSColumnEdit
{
	border: dashed 1px #003480;
	position: relative;
}
.textbox,
.clear-on-focus, 
.dropdown,
.dropdownlist
{ 
	border: solid 1px #8DA8C1; 
}
.textbox,
.clear-on-focus 
{
	padding: 1px;
}
.checkbox { padding-right: 4px; }
/* about security number */
.aboutSecurityCode 
{
	font-size: 1.1em;
	width: 548px;
	height: 568px;
	background-color: #FFF;
	padding: 16px;
}
.aboutSecurityCode .cardHolder  
{
	text-align: center; 
	margin: auto; 
}
.aboutSecurityCode .cardHolder img { margin-bottom: 16px; }
.aboutSecurityCode .button 
{ 
	display: inline;
	padding-left: 8px; 
	padding-right: 8px; 
}
/* button */
.button, button, input.button
{
    display: block;
    margin: 0;
	border: solid 1px #545454;
	background: #EEE url(/SiteData/Root/SiteImages/sg_btnBgTile.gif) repeat-x left top;
	/* need to keep font ultra consistant here */
	font-size: 10px !important;
	font-weight: bold;
    line-height: 130%;
    text-decoration: none;
    text-align: center;
    color: #545454;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 5px 6px; /* Links */    
}
#Content .button { font-family: Verdana, Arial, Helvetica, Sans-Serif !important; }
.button:hover, 
button:hover, 
input.button:hover  
{
	color: #FFF;
	background-position: left -24px; 
}
.button[type]
{
    padding: 4px 6px 5px 6px; /* Firefox */
    line-height: 12px; /* Safari */
}
/* padding adjustments for IE */
* html input.button, * html button  { padding: 4px 6px 3px 6px; }
*:first-child+html .button[type]  
{
	padding: 1px 6px; 
	line-height: 18px; /* adjust for IE7 */ 
}
/* nuetralise the styles of input buttons within .button class */
.button input
{
	cursor: pointer;
	background: none;
	border: none;
} 
/* button colour variations & special cases */
.shopForm .addressBtn, 
#Content .updateQuantityRow .button
{
	/* these buttons require an inline display */
	display: inline;
}
#Content .buyBtn 
{
	color: #FFF;
	border: solid 1px #540000;
	background: #900 url(/SiteData/Root/SiteImages/sg_btnBgTileRed.jpg) repeat-x left top;
}
#Content .buyBtn:hover { background-position: left -24px;  }
#Content .shopTableButtons .continueBtn,
#Content .shopTableButtons .saveBtn 
{
	/* these buttons tend to be a differing color */
}
/* smaller buttons */
#Content .updateQuantityRow .button[type], 
#Content .shopForm .addressBtn[type],
.searchBox .button[type]
{
	padding: 1px 4px;
    line-height: 12px; /* adjust for IE7 */
}
* html #Content .updateQuantityRow .button,
* html #Content .shopForm .addressBtn,
* html .searchBox .button
{
    padding: 0 6px; /* IE6 */
}
*:first-child+html #Content .updateQuantityRow .button[type],
*:first-child+html #Content .shopForm .addressBtn[type],
*:first-child+html .searchBox .button[type]
{
	padding: 1px 4px 0 4px;
    line-height: 12px; /* adjust for IE7 */
}
/* disabled button */
#Content .disabled, 
#Content .buyBtnDisabled, disabled
{
	color: #999 !important;
	background: none;
	background-color: #EEE;
	border: solid 1px #CCC;
}
/* These buttons have the class button or are input buttons but need to be neutralised 
   to look like links for this particlar design */
#Content .productLinklist input,
#Content .viewOrderBtn
{
	cursor: pointer;
	background: none;
	background-color: Transparent;
	border: none;
	padding: 0 !important;
	text-align: left !important;
	margin: 0 !important;
	display: block;
	font-weight: normal !important;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	color: #900;
	text-decoration: underline !important;
}
/* common styles */
/* bulleted links */
#Content .productLinklist input,
.customerLogin .linkList li a,
.backLink, .next, .previous, .eventLink, 
.moreNewsLink 
{
	background: url(/SiteData/Root/SiteImages/sg_bulletIcon.gif) no-repeat left 55%;
	padding-left: 8px !important;
}
/* -bullet reversed */
.backLink, .previous 
{
	background: url(/SiteData/Root/SiteImages/sg_bulletRevIcon.gif) no-repeat left 55%;	
}
/* side col modules */
.miniBasket, 
#MainRight .customerLogin, 
#ColumnLeft .customerLogin,
#MainRight .searchBox,
#ColumnLeft .searchBox,
#MainRight .registerLink,
#ColumnLeft .registerLink,
#MainRight .archiveDateTree,
#ColumnLeft .archiveDateTree
{
	padding: 8px;
	border: solid 1px #999;
	border-top: none;
	background-color: #EEE;
	margin-bottom: 1.636em;
	position: relative;
}

/* =SYSTEM
   ----------------------------------------------------*/

.CMSPageControls
{
	padding: 3px 0;
	position: static;
	text-align: right;
	height: 16px;
}
.CMSPageControls span
{
	font-size: 9px;
	color: #666;
	vertical-align: top;
}
.CMSPageControls img, 
.CMSPageControls input
{
	margin-left: 4px;
	border: none;
}

/* =HEADER
   ----------------------------------------------------*/

#Header 
{
	padding-left: 8px;
	position: relative; 
}
.homeLink 
{
	display: block;
	width: 241px;
	height: 42px;
	text-indent: -9999px;
	background: url(/SiteData/Root/SiteImages/sg_homeLinkImg.gif) no-repeat left top;
}
/* Top Navigation (using fixed nav) */
#Navigation  
{
	padding: 0 0 4px 8px;
	position: relative; 
}
#Navigation .rN1, 
#Navigation .rN2 
{ 
	width: 100%;
	float: left;
    margin-bottom: 8px; 
}
#Navigation ul
{
	list-style: none;
	margin: 0;
}
#Navigation ul li  
{
	float: left;
	padding-right: 14px; 
}
#Navigation ul li a  
{
	float: left;
	padding: 0;
	height: 8px;
	line-height: 8px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}
#Navigation .rN1 .rootNavigationTab0 { background: url(/SiteData/Root/SiteImages/sg_homeNTab.gif) no-repeat left top; width: 38px; }
#Navigation .rN1 .rootNavigationTab1 { background: url(/SiteData/Root/SiteImages/sg_aboutMeNTab.gif) no-repeat left top; width: 62px; }
#Navigation .rN1 .rootNavigationTab2 { background: url(/SiteData/Root/SiteImages/sg_interiorDesignNTab.gif) no-repeat left top; width: 101px; }
#Navigation .rN1 .rootNavigationTab3 { background: url(/SiteData/Root/SiteImages/sg_homeStagingNTab.gif) no-repeat left top; width: 89px; }
#Navigation .rN1 .rootNavigationTab4 { background: url(/SiteData/Root/SiteImages/sg_wallMuralsNTab.gif) no-repeat left top; width: 85px; }
#Navigation .rN1 .rootNavigationTab5 { background: url(/SiteData/Root/SiteImages/sg_corpImgLicencesNTab.gif) no-repeat left top; width: 168px; }
#Navigation .rN2 .rootNavigationTab0 { background: url(/SiteData/Root/SiteImages/sg_eventDecoratingNTab.gif) no-repeat left top; width: 116px; }
#Navigation .rN2 .rootNavigationTab1 { background: url(/SiteData/Root/SiteImages/sg_commPSCNTab.gif) no-repeat left top; width: 249px; }
#Navigation .rN2 .rootNavigationTab2 { background: url(/SiteData/Root/SiteImages/sg_pricingNTab.gif) no-repeat left top; width: 51px; }
#Navigation .rN2 .rootNavigationTab3 { background: url(/SiteData/Root/SiteImages/sg_contactNTab.gif) no-repeat left top; width: 58px; }
#Navigation .rN1 ul li a:hover, 
#Navigation .rN2 ul li a:hover 
{ 
	background-position: 0 -8px; 
}
#Navigation .rN1 ul li a.active,
#Navigation .rN2 ul li a.active 
{
	background-position: 0 -16px;
}
/* SearchBar */
/*#SearchBar  
{
	padding: 4px 10px;
	background-color: #8D0C0C;
	position: relative;
	margin-bottom: 10px;
	height: 20px;
}
#SearchBar .searchBox { float: right; }
#SearchBar .searchBox .textbox,
#SearchBar .searchBox .clear-on-focus 
{
	font-size: 1.2em;
}
#SearchBar .searchBox .button  
{
	color: #FFF;
	border: solid 1px #000;
	background: #222 url(/SiteData/Root/SiteImages/ic_searchBarBtnBgTile.gif) repeat-x left top; 
}*/

/* =CONTENT LAYOUT
   ----------------------------------------------------*/

#Content
{
	/* be very careful about adding position relative here (or to any elements within) as it
	   may seriously effect the popForm in IE6 */
	width: 816px;
	height: 570px;
	/* note - this is only set to allow the user to change the background via image upload */
	background: url(/SiteData/Root/Image/ContentBg/sg_defaultBg.jpg) no-repeat left top;
	/* corrects slight offset in bg image */
	padding: 2.5em 47px 2em 53px;
}
/* Hp & 3 Column */
#LeftContainer, 
#ColumnMain2Col
{
	float: left;
	width: 388px;
}
/* 3 Column */
/*#MainLeft 
{
	float: left; 
	width: 560px; 
}
#MainRight  
{
	float: right;
	width: 180px;
}*/
/* text */
.text { padding: 0 10px; }
/* Checkout */
/*#MainTop { width: 100%; }
#MainBottLeft 
{
	float: left;
	width: 370px;
}
#MainBottRight 
{
	float: right;
	width: 370px;
}*/
/* RightColumn */
#ColumnRight 
{
	float: right;
	width: 388px;
}

/* =FOOTER
   ----------------------------------------------------*/

#Footer 
{
	font-size: 1.1em;
	clear: both;
	width: 918px;
	color: #999;
	position: relative;
	text-align: center;
}
/*#Footer ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#Footer ul li  
{
	padding-right: 10px;
	float: left; 
}
#Footer ul li a 
{
	color: #999; 
	float: left;
}
#Footer .rootNavigation a:hover { }*/
/* IUK Footer */
#InternovaLogo
{
	margin-top: -3em;
	float: right;
	width: 200px;
	text-align: right; 
	/* this font size must be kept consistant */
	font-size: 10px;
	padding-bottom: 8px;
	color: #999;
}
#InternovaLogo a
{
	text-decoration: none;
	color: #999;
}

/* =MODULES
   ----------------------------------------------------*/

/* Site Navigation */
.SiteNavigation li 
{
	list-style: none;
	margin-bottom: 5px;
}
/* -Parent of CurrentNode A Styling */
#Content .SiteNavigation li.CurrentParent a.CurrentParent, 
#Content .SiteNavigation li.Current a.Current 
{
	font-weight: bold;
	background: #900 url(/SiteData/Root/SiteImages/sg_siteNavIcon.gif) no-repeat 5px top;	
	color: #F2D9D9;
}
/* -Current Node A Styling */
#Content .SiteNavigation ul ul li.Current a.Current { background-color: #660A0A; }
/* -Side Columns SiteNav & linkLists */
#ColumnLeft .SiteNavigation, 
#MainRight .SiteNavigation 
{
	margin-bottom: 1.636em;
}
#ColumnLeft .SiteNavigation ul,
#MainRight .SiteNavigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ColumnLeft .SiteNavigation li,
#MainRight .SiteNavigation li 
{
	margin-bottom: 0;
}
#ColumnLeft .SiteNavigation ul ul,
#MainRight .SiteNavigation ul ul 
{
	position: relative;
	margin: -4px 0 5px 0;
}
#ColumnLeft .SiteNavigation a,
#MainRight .SiteNavigation a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #888;
	padding: 4px 5px 5px 20px;
	margin-bottom: 5px;
}
#ColumnLeft .SiteNavigation a:hover,
#MainRight .SiteNavigation a:hover
{
	color: #FFF;
	background-color: #666;
}
#ColumnLeft .SiteNavigation ul ul a,
#MainRight .SiteNavigation ul ul a
{
	color: #FFF;
	background-color: #AAA;
	margin-bottom: 1px;
}
#ColumnLeft .SiteNavigation ul ul a:hover,
#MainRight .SiteNavigation ul ul a:hover
{
	background-color: #888;
}
/* link list */
.linkList {}
/* Site Map */
.siteMap { margin-bottom: 1em; }
.siteMap ul { list-style-type: disc !important; }
/* Search Results */
.shopResults, 
.contentResults,
.newsResults
{
	margin-bottom: 1em;
} 
#Content .shopResults h1,
#Content .contentResults h1,
#Content .newsResults h1
{
	font-size: 1em;
	padding-left: 0;
	background: none;
	margin-bottom: 1em;
	line-height: 1em;
}
.pagerLinks 
{
	text-align: right;
	margin-bottom: 1em;
}
.next, 
.previous { }
.userPageSize 
{
	float: left;
	margin-bottom: 1em;
}
.searchResultsList { margin-left: 0; }
.searchResultsList li 
{
	background: none;
	padding-left: 0;
	margin-bottom: 1em;
} 
.contentResults a
{
	line-height: 2em;
	font-weight: bold;
}
.searchHighlight { font-style: italic; }
.featuredResult { margin-bottom: 16px; }
.featuredResult .productListingImage img
{
	margin-left: 4px;
	float: left;
}
.featuredResult .productType { display: block; }
.featuredResult .productButtons, 
.featuredResult .productType,
.featuredResult .productListingName, 
.featuredResult .productListingPrice 
{
	margin-left: 88px;
}
.featuredResult .productListingPrice { margin-bottom: 0.6em; }
#Content .featuredResult .buyBtn { width: 44px; }
.itemsPerPage 
{
	margin-top: -32px;
	text-align: right;
	margin-bottom: 7px;
}
/* Pager Sorting ( CategoryDisplay & Search Results ) */
.pager  	
{
	text-align: right;
	margin-bottom: 1em;
}
.pager .pgCntrl { padding-left: 8px; }
.pager .next
{
	margin-left: 8px;
}
.pager .backLink { }
.pagerSort { margin-bottom: 1em; }
.pagerSort .pageSize { float: left; }
.pagerSort .sortBy { float: right; }
/* Breadcrumb */
.breadcrumb  
{
	display: block; 
	margin-bottom: 1em;
}
.breadcrumb a { color: #333; }
/* FAQ */
.FAQ .FAQQuestion *
{
	font-weight: bold;
	text-decoration: underline;
}
.FAQ .FAQAnswer { display: none; }
/* SearchBox */
.searchBox { }
.searchBox .textbox,
.searchBox .clear-on-focus,
.searchBox .button  
{
	vertical-align: middle;
	display: inline;
}
.searchBox .button 
{
	/* stops a wrapping issue in IE */
	width: 32px;
}
/* variations based on layout */
#MainRight .searchBox .textbox,
#MainRight .searchBox .clear-on-focus
{  
	font-size: 1.091em;
	width: 120px;
}
#ColumnLeft .searchBox .textbox,
#ColumnLeft .searchBox .clear-on-focus
{
	font-size: 1.091em;
	width: 140px;
}
/* AdminPanel */
.AdminPanel
{
	background-color: #FFF;
	border: dashed 1px #F00;
	color: #000;
	padding: 3px;
}
.AdminPanel h2
{
	color: #000;
}
.CheckBoxList
{
	border: none;
	border-collapse: collapse;
}
.CheckBoxList tr td
{
	padding: 0;
	margin: 0;
}
/* SWF Object */
.swfObject { text-align: center; }

/* =SHOP FORMS
   ----------------------------------------------------*/

/* Standard Forms */
.shopForm, 
.compactShopForm, 
.shopConditions
{
	padding: 8px;
	position: relative;
}
.shopFormButtons { padding: 8px; }
.shopConditions 
{
	text-align: center;
	margin-bottom: 8px;
}
/* Assuming the Main Left of a 3 Column Layout */
.shopForm label
{
	float: left;
	display: block;
	/*width: 168px;*/
	width: 82px;
	padding-right: 4px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 2px;
}
.shopForm label span 
{
	font-size: 1.273em;
	position: absolute;
	left: 286px;
}
.shopForm .textbox, 
.shopForm .textarea, 
.shopForm .dropdown, 
.shopForm .dropdownlist,
.shopForm .clear-on-focus,
.shopForm .fileupload
{
	width: 182px;
	margin-bottom: 5px;
}
.shopForm .pCode { width: 80px !important; }
.shopForm .dropdown, 
.shopForm .dropdownlist
{
	width: 186px;
}
.shopForm .addressBtn { margin-bottom: 6px; }
.shopForm .checkbox 
{
	float: left;
	position: relative;
	left: -4px;
}
.shopForm .checkboxLabel  
{
	float: left;
	margin: 2px 0 6px 0;
	width: 172px;
}
.shopForm .forgottenPasswordLink  
{
	margin-left: 86px; 
	display: block; 
	margin-bottom: 5px; 
}
.shopFormButtons { text-align: left; padding-left: 94px; }
/* Form validation */
.validationList 
{
	color: Red;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#Content .validationList ul
{
	background: none;
	padding: 0;
	margin: 8px 0 0 16px;
}
#Content .validationList ul li 
{
	background: none;
	padding: 0;
	margin: 0;
}
/* Warnings */
.warningBox 
{
	color: #333;
	padding: 8px;
	border: solid 1px #CCC;
	background-color: #EFEFEF;
	margin-bottom: 1em;
}
.warningTxt { color: Red; }
.discountCol .warningTxt { padding-top: 2px; }
.warningBox ol { list-style-type: decimal; }
/* Edit Address Form */
.editAddress .shopTableButtons { margin-bottom: 4px; }
.editAddress .returnLink 
{
	float: right; 
	display: block;
}
.editAddress .shopTable .btnCol  
{
	width: 80px; 
	text-align: center; 
}
.editAddress .shopTable .btnCol .button { margin: 0 auto 8px auto; }
.editAddress .shopTable .editAddressBtn,
.editAddress .shopTable .removeAddressBtn 
{
	width: 64px;
}
.editAddress .shopFormButtons .button { float: left; }
#Content .editAddress .saveAddressBtn, 
#Content .editAddress .cancelBtn
{
	padding-left: 3px;
	padding-right: 3px;	
}
#Content .editAddress .cancelBtn { margin-left: 4px; }
#Content .shopForm .useAddressBtn, 
#Content .shopForm .cancelAddressBtn
{
	float: right;
	margin-bottom: 16px;
}
#Content .shopForm .useAddressBtn { margin-left: 4px; }
/* Lost Password Form */
#Content .lostPassword .sendPasswordBtn,
#Content .lostPassword .backBtn,
#Content .lostPassword .loginBtn
{
	width: 120px;	
}
.lostPassword .shopFormButtons { padding-top: 0; }
/* Customer Login Form (specifically for the side columns) */
.customerLogin { }
#MainRight .customerLogin .shopForm,
#ColumnLeft .customerLogin .shopForm
{
	font-size: 1em;	
	padding: 0;
} 
#MainRight .customerLogin h2, 
#ColumnLeft .customerLogin h2
{
	font-size: 1em;	
}
#MainRight .customerLogin .shopFormButtons, 
#ColumnLeft .customerLogin .shopFormButtons
{
	padding: 0;
}
#MainRight .customerLogin .button, 
#ColumnLeft .customerLogin .button
{
	padding-left: 4px;
	padding-right: 4px;
	float: right;
}
#MainRight .customerLogin .upgradeBtn, 
#ColumnLeft .customerLogin .upgradeBtn  
{ 
	margin-right: 4px; 
} 
.customerLogin .linkList ul  { margin-left: 0; }
.customerLogin .linkList ul li { list-style: none; }
/* Create Customer Form */
.createCustomer .warningBox ol li
{
	clear: right;
	padding-bottom: 8px;
}
#Content .shopForm .enterManuallyBtn { width: 156px; }
#Content .warningBox .upgradeAccountBtn, 
#Content .warningBox .continueAsGuestBtn, 
#Content .warningBox .reEnterBtn, 
#Content .warningBox .emailPasswordBtn 
{
	float: right;
	width: 128px;
	margin-top: -17px;
	margin-bottom: 8px;
}
/* NewsLetter Sign Up Form */
.newsLetterSignup {}
.newsLetterSignup .signUpBtn {}
/* Edit Password Form */
#Content .changePassword {}
label.passwordStrengthWarning 
{
	background-color: #FFF;
	border: solid 1px #000;
	padding: 1px 3px 2px 3px;
	display: block;
	color: #000;
}
/* Edit Account Form */
.editAccountDetails {}
/* Save Basket Form */
.saveBasket .saveCartBtn {}
/* Write Review Form */
.writeReview .ratingControl { margin-bottom: 6px; }
.writeReview .returnBtn { float: right; }
#Content .writeReview .returnBtn 
{
	padding-left: 4px;
	padding-right: 4px;
}
.ratingStar
{
	font-size: 0;
	width: 13px;
	height: 12px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.readOnly { cursor: default; }
.filledRatingStar { background: url(/SiteData/Generic/SiteImages/RatingStars/FilledStar.gif) no-repeat left top; }
.emptyRatingStar { background: url(/SiteData/Generic/SiteImages/RatingStars/EmptyStar.gif) no-repeat left top; }
.savedRatingStar { background: url(/SiteData/Generic/SiteImages/RatingStars/SavedStar.gif) no-repeat left top; }
/* Contact Form */
#Content .contactForm .button { }
#Content .contactForm { margin-bottom: 1em; }

/* =SHOP MODULES
   ----------------------------------------------------*/

/* Category Display Module */
.categoryDisplayProduct { padding-bottom: 24px; }
.categoryDisplayDesc {}
.categoryDisplay h2 { margin-bottom: 6px; }
/* for batch buy display only */
.categoryDisplay .shopTableButtons { float: right; }
.featuredProduct { width: 100%; }
.featuredProduct .productImg { float: left; }
.featuredProduct h2 
{
	border: none;
	display: block;
	visibility: visible;
}
.featuredProduct h2 a 
{
	text-decoration: none;
	color: #000;
}
.featuredProduct .productDesc
{
	float: right;
	width: 186px;
}
.featuredProduct .productPrice 
{
	display: block;
	margin-bottom: 16px;
}
#Content .featuredProduct .buyBtn  { width: 44px; }
/* Product Listing & Feature Listing Modules */
.productList  { margin-bottom: 1.5em; }
.productRow 
{
	float: left;
	width: 100%;
}
.productListing, 
.placeHolder, 
.featureListing
{
	float: left;
	width: 170px;
}
.productListing .productContainer { margin-bottom: 1.5em; }
#Content .productSpacer  
{
	float: left; 
	width: 10px;
}
.UnavailableProduct { background-color: #F5A0A0; }
.productListing .static, 
.featureContainer 
{ 
	margin-top: 0; 
}
/* -New productListingImage structure (with preloader) */
.productListingImage
{
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}
.productListingImage .preLoader
{
	margin: 25px auto 0 auto;
	display: none;
}
.productListingImage a img { display: block; }
.productListingName, 
.productListing .productType, 
.productListingPrice,
.productListingDesc,
.productListingCode
{
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
.productListingDesc { font-weight: normal; }
#Content .productListing h3 { margin-bottom: 0; }
.productListing .productButtons { margin-bottom: 0; }
#Content .productListing .buyBtn,
#Content .productListing .removeBtn,
#Content .productListing .browseBtn 
{
	float: right;
}
#Content .productListing .removeBtn  
{
	position: relative; 
	right: 5px;
}
/* Batch Buy (new functionality) */
.batchContainer { margin-bottom: 16px; }
.batchContainer .productImg  
{
	float: left; 
	width: 100px; 
}
.batchContainer .productImg .enlargeImgBtn { }
.batchContainer .productListingImage img { }
.batchContainer .shopTable 
{
	/* based on small image size */
	margin-left: 105px;
}
.batchContainer .shopTable th.nameCol  
{ 
	/* hide this unless required (the title takes up too much space) */
	white-space: normal; 
	text-indent: -9999px;
}
.batchContainer .shopTable .qtyHolder,
.product .shopTable .qtyHolder  
{
	width: 32px; 
}
.batchContainer .shopTable .buyCol,
.product .shopTable .buyCol  
{
	width: 72px; 
}
.batchContainer .shopTable .moreCol,
.product .shopTable .moreCol 
{
	width: 80px;
	padding-right: 0; 
}
.nameCol .optName,
.nameCol .optDesc 
{
	display: block;
}
.nameCol .optDesc { font-weight: normal; }  
/* - Corrects the problem with * span */
.batchContainer .shopTable th.qtyCol,
.product .shopTable th.qtyCol  
{ 
	text-indent: -4px; 
}
.batchContainer .shopTable .qtyCol,
.product .shopTable .qtyCol 
{ 
	width: 48px; 
}
.batchBuyBtn { width: 92px !important; }
/* Alternating Product Listings Styles */
#Content .alternateFirst, 
#Content .alternateSecond  
{
	float: none;
}
.alternateFirst .productListingImage { float: left; }
.alternateSecond .productListingImage { float: right; } 
#Content .alternateFirst .productButtons .button,
#Content .alternateSecond .productButtons .button 
{
	float: left;
}
/* Featured Products Module */
#Content .featuredProducts { }
#Content .featuredProducts .productListing { }
#Content .featuredProducts h3 { }
#Content .featuredProducts .productListingPrice { }
#Content .featuredProducts .productListingCode { }
#Content .featuredProducts .productListingImage img { }
#Content .productListingBriefDesc 
{ 
	display: block; 
	clear: both; 
}
#Content .productListingBriefDesc:after { content: "..."; }
#Content .featuredProducts .productListing .buyBtn { } 
#Content .featuredProducts .productListing .browseBtn { }
/* Favourite Listing / Related Products / Recent Products Modules */
#Content .relatedProducts { margin-bottom: 1em; }
#Content .favouriteProducts .productListing,
#Content .relatedProducts .productListing, 
#Content .recentlyViewedProducts .productListing
{
	width: 170px;
}
#Content .relatedProducts h2 
{
	color: #000;
}
/* MiniBasket Module */
.miniBasket { }
.miniBasket p {}
.miniBasket span {}
.miniBasket .button 
{
	float: right;
}
/* RegisterLink Module */
.registerLink { }
#Content .registerLink .button { float: right; }
/* Product Module */
.product { }
.product h1
{
	float: right;
	width: 280px;
}
.product .productImg 
{ 
	float: left; 
	width: 240px !important;
	margin-bottom: 1.5em;
}
/* -New main image structure */
.productImg .mainImage
{
	position: relative;
	text-align: center;
	margin-bottom: 1em;
}
.productImg .mainImage .preloader
{
	display: none;
	position: absolute;
}
.product .productImg img { margin-bottom: 1em; }
/* -New thumbnail structure */
.productImg .moreImages { }
.productImg .thumbRow { float: left; width: 100%; }
.productImg .thumbRow img,
.productImg .thumbSpacer 
{ 
	float: left;
	margin-bottom: 0; 
}
.productImg .thumbSpacer { width: 3px; }
/* -- */
.productDetails
{
	float: right;
	width: 280px;
	margin-bottom: 1.5em;
}
.productDetails label 
{
	display: block;
	margin-bottom: 0.2em;
}
.productDetails select 
{
	width: 132px;
	margin-bottom: 8px;
}
.productDetails h4 { margin-bottom: 12px; }
#Content .productDetails .buyBtn, 
#Content .productDetails .buyBtnDisabled
{
	width: 60px;
	margin-bottom: 12px;
}
.product .productPrice,
.product .productType,
.product .productCode
{
	display: block;
	font-size: 1.091em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.productLinklist ul  
{
	list-style: none;
	margin: 0; 
	padding: 0; 
}
.productLinklist ul li { margin-bottom: 3px; }
.productPrice span {}
span.oldPrice { text-decoration: line-through; }
span.newPrice { color: Red;	}
.productDescription { clear: both; }
/* -Popup Window */
.popupBackground
{
	background-color: #666;
    opacity: 0.6;
    -moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
.closeWinBtn 
{
	line-height: 18px;
	height: 18px;
	float: right;
	text-decoration: none;
	padding: 0 20px 0 4px;
	margin-bottom: 2px;
	color: #666;
	font-size: 0.833em;
	background: url(/SiteData/Root/SiteImages/sg_closeBtnIcon.gif) no-repeat right 50%;
}
/* -Pop form ( Send To A Friend ) */
.popForm
{
	background-color: #FFF;
	width: 300px;
}
.popForm .shopForm,
.popForm .shopConditions
{
	color: #333;
}
#Content .popForm .validationList,
#Content .popForm .validationList li 
{
	/* workaround the color issue here */
	color: Red;
}
.popForm label
{
	text-align: left;
	display: block;
	float: none;
}
.popForm .shopForm .textbox, 
.popForm .shopForm .textarea,
.popForm .shopForm .clear-on-focus
{
	width: 274px;
}
.popForm .shopConditions  
{
	text-align: left;
	padding-top: 0;
}
.popForm .shopFormButtons .button { float: right; }
/* -Write Review */
.ratingHolder {	margin-bottom: 6px; }
/* -Product Reviews */
.productReviews { margin-bottom: 1em; }
#Content .productReviews .review { margin-bottom: 1em; }
#Content .productReviews p { margin-bottom: 0; }
#Content .productReviews .name,
#Content .productReviews .location, 
#Content .productReviews .date
{
	font-weight: bold;
	display: inline;
	margin-bottom: 1em;
}
.writeReviewBtn { float: right; }
/* -Product Promotions */
.productPromotions  { margin-bottom: 16px; }
.productPromotions .promotion {}
.productPromotions h2 { color: #000; text-transform: capitalize; }
.productPromotions img  
{
	float: left;
	margin-right: 10px; 
}
/* Payment */
.payment 
{
	color: #333;
	margin-bottom: 16px;
	background-color: #EEE;
}
.payment h3, 
.paymentTitle 
{
}
.payment .shopForm { background-color: #EEE; }
.payment .shopForm label 
{
	text-align: right;
	width: 120px;
}
.payment .shopForm .small 
{
	position: relative;
	top: -7px;
}
.payment .shopForm label span 
{
	position: absolute;
	left: 300px;
}
.payment .shopForm .textbox, 
.payment .shopForm .dropdown
{
	width: 158px;
}
.payment .shopForm a { background-position: 0 60%; }
.payment .shopForm .dropdown { width: 162px; }
.paymentMethodButtons { padding: 8px !important; }
.payment .shopFormButtons .button { float: right; margin-left: 4px; }
.paymentMethodButtons p { padding: 0; }
/* Top Sellers Module */
.topSellers { margin-bottom: 16px; }
.topSellers ol { }
.topSellers ol li { }
.topSellers a { }
.topSellers .productImage { }
.topSellers .productName { }
.topSellers .productPrice { }
.topSellers .viewLink { }

/* =SHOP TABLES
   ----------------------------------------------------*/
   
.shopTable  
{
	color: #333;
	margin-bottom: 16px; 
}
.shopTable table { width: 100%; }
.shopTable table table td { padding: 0; }
.shopTable table table .subProductTotal { padding-left: 8px; }
.shopTable .nameCol a { font-weight: bold; }
.shopTable ul  
{
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}
.shopTable th 
{ 
	color: #FFF; 
	background-color: #999;
	padding: 4px 8px;
	border-bottom: solid 1px #FFF; 
}
.shopTable td  
{
	vertical-align: middle; 	
	padding: 8px;
	background-color: #EEE; 
}
#Content .shopTable .subHeadRow th
{
	font-size: 1em;
	color: #FFF;
	background-color: #AAA;
	font-weight: bold;
}
.savedCarts .shopTable th { white-space: normal; }
.shopTable .imageCol { width: 100px; }
.shopTable .qtyCol,
.shopTable .removeCol,
.shopTable .priceCol 
{
	text-align: center !important;
}
.shopTable .qtyCol { width: 110px; }
.shopTable .removeCol { width: 60px; }
.shopTable .priceCol { width: 80px; }
.shopTable td.qtyCol 
{ 
	border-left: solid 1px #FFF; 
	border-right: solid 1px #FFF; 
}
.shopTable td.qtyCol .textbox 
{
	float: left;
	height: 14px;
	line-height: 14px;
	padding: 4px 2px;
	width: 28px;
}
.shopTable .qtyHolder { width: 53px; margin: auto; }
.shopTable span.QuantityAdjust a
{
	font-family: Verdana, Arial, Sans-Serif;
	float: right;
	display: block;
	width: 11px;
	height: 11px;
	background-color: #900;
	color: #FFF;
	text-align: center;
	line-height: 9px;
	clear: right;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 11px;
}
/* discount column */
#Content .shopTable .discountCol { 	text-align: center !important; }
#Content .savedCarts .reloadCartBtn 
{
	padding-left: 3px;
	padding-right: 3px;
}
.shopTable .totalRow td
{
	color: #333;
	padding: 8px;
	text-align: right;
	background-color: #FFF;
}
#Content .shopTable .discountRow td, 
#Content .basketShipping, 
#Content .addAddressRow td  
{ 
	background: none; 
	background-color: #FFF; 
}
#Content .shopTable .updateQuantityRow td { border-top: solid 1px #FFF; }
/* vertical-align all elements in this row */ 
.updateQuantityRow td * { vertical-align: middle; }
#Content .addAddressRow .button { float: right; }
#Content .addAddressRow .saveDefaultAddressBtn { margin-left: 8px; }
/* -Sub Items */
.shopTable .subItem .imageCol { background: url(/SiteData/Root/SiteImages/sg_subProductIndentImg.gif) no-repeat 50% 50%; }
.shopTable .subItem .imageCol img { display: none; }
.shopTable tbody .parentItem td { padding-bottom: 0; }
.shopTable tbody .subItem td  
{
	padding-top: 0; 
	padding-bottom: 0; 
}
tr.subItem td.nameCol a  
{
	font-weight: normal; 
	color: #000; 
	margin-left: 20px; 
}
/* Basket */
.basket { margin-bottom: 16px; }
#MainTop .basket { margin-bottom: 0; }
.basket table { empty-cells: hide; }
#Content .basket .shopTableButtons .button 
{
	float: left;
	margin-right: 16px;
}
#Content .shopTableButtons .continueBtn { }
#Content .shopTableButtons .saveBtn { }
#Content .basket .shopTableButtons .checkoutBtn 
{ 
	float: right;
	margin-right: 0;
}
#Content .shippingTitleRow td, 
#Content .shippingRow td, 
#Content .shippingRow table td 
{
	background-color: #F4F4F4;
}
#Content .shippingTitleRow td
{
	font-weight: bold;
	padding-bottom: 0;
}
#Content .shippingRow td
{
	padding: 0;
	padding-left: 8px;
	padding-bottom: 8px;
}
#Content .shippingRow table { padding: 0; }
#Content .shippingRow table td 
{
	vertical-align: top;
	padding: 0;
	background: none;
}
#Content .shippingRow table input 
{
	position: relative;
	top: 2px;
}
/* CustomerOrders Table */
.customerOrders {}
.customerOrders .shopTableButtons { margin-bottom: 4px; }
.customerOrders .backLink
{
	float: right; 
	display: block;
}
.customerOrders .shopTable table 
{
	/* AL - keep an eye on this not good to marginilse tables */
	margin-bottom: 4px;
}
.customerOrders .makePaymentBtn { float: right; }
/* Address Table & Receipt */
.shopAddress table { width: 100%; }
.shopAddress table td { padding: 8px; }
#Content .shopAddress p { margin-bottom: 0; }
.invoiceAddressTable, 
.deliveryAddressTable 
{
	color: #333;
	background-color: #EEE;
	padding-bottom: 8px;
	margin-bottom: 1em;
}
.invoiceAddressTable th, 
.deliveryAddressTable th,
#Content .createFullAccount h3,
#Content .receiptCreateFullAccount h3  
{
	color: #FFF; 
	background-color: #999;
	padding: 4px 8px; 
}
.addressCell, 
.shopAddressButtons 
{
	padding: 8px;
}
.shopAddressButtons { text-align: right; }
#Content .shopAddressButtons .button 
{
	margin-left: 8px;
	float: right;
	width: 100px;
}
/* - Reciept */
.receipt { margin-bottom: 1em; }
.receipt .addresses { width: 100%; } 
.receipt .invoiceAddressTable,
.receipt .deliveryAddressTable
{ 
	width: 356px;
	float: left; 
}
.receipt .deliveryAddressTable { float: right; }
.receipt .shopTable { margin-bottom: 0; }
.receipt .totals 
{ 
	font-weight: bold;
	text-align: right; 
}
#Content .receiptCreateFullAccount 
{
	width: 356px;
	background-color: #EEE;
	color: #333;
}
#Content .receiptCreateFullAccount .shopForm,
#Content .receiptCreateFullAccount p 
{
	padding: 0 8px;
}
.receiptCreateFullAccount h3 { margin-bottom: 8px; }
.receiptCreateFullAccount .shopForm label { width: 132px; }
.receiptCreateFullAccount .shopForm .textbox { width: 158px; }
.receiptCreateFullAccount .shopFormButtons { padding-left: 144px; }
.receiptCreateFullAccount .button { width: 120px; }
.receiptCreateFullAccount .shopForm label span { left: 308px; }

/* =NEWS
   ----------------------------------------------------*/
   
/* A general class effecting everything used in an article */
.articleElement {}
/* -Article Image */
.articleImgHolder 
{ 
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}
/* - Author info */
.author 
{
	background-color: #DDD;
	padding: 8px;
	font-size: 0.917em;
	margin-bottom: 1.5em;
}
.author img 
{
	float: left;
	display: block;
}
#Content .author h1 
{ 
	font-size: 1em;
	color: #333;
	margin-bottom: 0.5em;
}
.author h1 span 
{
	 display: inline; 
	 font-style: italic;
	 margin: 0;
}
.author span 
{
	display: block;
	margin-right: 10px;
	margin-bottom: 0.25em !important;
}
/* assumes 60 x 60 author image */
.author span, .author h1 { margin-left: 70px; }
.author p { margin-bottom: 0.5em; }
/* -Article Title */
.articleTitle {}
/* -Article First Line */
.articleFirstLine {}
/* -Article Date */
.articleDate 
{
	display: block;
	color: #333;
	margin-bottom: 1em;
	font-weight: bold;
} 
/* -Story */
.story { margin-bottom: 1em; }
.articleExpLink 
{
	display: block;
	height: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	border-bottom: solid 2px #DDD;
	padding: 0 8px;
	background-color: #999; 
	margin-bottom: 0.5em;
}
.articleExpLink img 
{
	background-color: #900;
	float: right;
	margin-top: 2px;
}
.articleExpLink:hover 
{
	background-color: #AAA;
	cursor: pointer;
}
/* -Article Credits */
.articleMoreInfo 
{ 
	margin-bottom: 1em; 
	border-bottom: solid 1px #CCC;
} 
.articleMoreInfo h3  
{
	margin-bottom: 0;
	color: #333; 
}
.articleMoreInfo p { font-style: italic; }
/* -Related Articles */
.relatedArticles { margin-bottom: 5px; }
#ColumnSub .relatedArticles { border-bottom: solid 1px #CCC; }
/* -Related Links */
.relatedLinks { margin-bottom: 5px; } 
.relatedLinks p { line-height: 16px; }
#ColumnSub .relatedLinks { border-bottom: solid 1px #CCC; }
/* News Listing (NN System) */
.newsListing { margin-bottom: 1.5em; }
.newsListing h2 { }
.newsItem { margin-bottom: 1.5em; }
.newsItem img { }
#Content .newsItem h3 { margin-bottom: 0; }
.newsItem .summary { margin-bottom: 0.5em; }
.newsItem .nIFoot {}
.newsItem .date  
{
	font-style: italic; 
	color: #999;
	padding-right: 8px;
	border-right: 1px solid #999; 
}
.newsItem .moreNewsLink  { margin-left: 8px; }
/* Archive Date Tree */
.archiveDateTree { }
.archiveDateTree ul { list-style: disc; }

/* =EVENTS
   ----------------------------------------------------*/

/* Events Display */
.eventsListing { margin-bottom: 1.5em; }
.eventsItem { margin-bottom: 1.5em; }
.eventsListing h2 { }
#Content .eventsItem h3 { margin-bottom: 0; }
.eventsItem .summary { margin-bottom: 0.5em; }
.eventsItem .eIFoot { }
.eventsItem .date  
{
	display: block; 
	float: left; 
	font-style: italic; 
	color: #999;
	padding-right: 8px;
	border-right: 1px solid #999; 
}
.eventsItem .eventLink { margin-left: 8px; }
/* Event */
.event { margin-bottom: 1.5em; }
.eventTitle { }
#Content .event .date  
{
	font-weight: bold;
	display: block; 
	margin-bottom: 1em; 
}

/* =BROWSER FIXES
   ----------------------------------------------------*/

/* Height Fixes (for IE6 & 7 - review later) */
.invoiceAddressTable, .textImgHolder, #ColumnMain3ColCheckout,
.deliveryAddressTable, .linkList li, .customerLogin, .shopFormButtons,
.registerLink, .miniBasket, .warningBox, .shopForm, .validationList,
.warningBox, .productReviews, .productLinklist ul li, .shopTableButtons,
.validationList ul li, .shopTable .totalRow td, #Content .basketShipping,
.addAddressRow td, .productList, .productContainer, .relatedProducts, 	
.productPromotions, .productReviews, .SiteNavigation li a, .shopTable .qtyHolder, 
.pagerSort, .productListing .productContainer, .featuredProducts, 
.productListing .productButtons, .author, .story, .searchBox .textbox, 
.searchBox .clear-on-focus
{
	height: 1%;
}
/* Safari Only */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.button[type]{ line-height: 14px !important; }
/* this levels up buttons with input fields */
.updateQuantityRow .button[type],
.shopForm .addressBtn[type],
.searchBox .button[type]
{
	line-height: 15px !important;
}
}

/* =LIGHTBOX
   ----------------------------------------------------*/
/* jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
#jquery-overlay 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	color: #666;
	z-index: 9996;
	display: none;
}
#jquery-lightbox 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 9997;
	display: none;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box 
{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading 
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext 
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev 
{ 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext 
{ 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box 
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
}
#lightbox-container-image-data 
{
	padding: 0; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details 
{ 
	/*width: 70%;*/
	width: 60%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption 
{ 
	font-weight: bold;
	display: block;
	padding-bottom: 1em;
}
#lightbox-image-details-currentNumber 
{
	display: block; 
	clear: left; 
	/* this just shifts the counter up a line */
	margin-top: -1em; 
	padding-bottom: 1em;			
}			
#lightbox-secNav-btnClose 
{
	/* width: 66px; */
	width: 101px;
	height: 16px; 
	float: right;	
}
#map  
{
	position: relative;     
	overflow: hidden; 
}
#zoomer
{
    width: 250px;
    height: 250px;
    position: absolute;
    opacity: 0.85;
    overflow: hidden;
}   
#imgMover
{
    position: absolute;
}
.ui-tabs-hide { display: none; }
.enlarge { z-index: 999; }