/**
 * 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 $
 */




html {
	margin:0; padding:0;
	font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: #5A6EA2 url(../images/back_html.jpg) left top repeat-x;
	}
	
body {font-size: 1.4em}

a img {border: none}

a:link, #navEZPagesTOC ul li a {
	color: #018D96;
	text-decoration: none;
	}
 
a:visited {
	color: #018D96;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #1EAECB; text-decoration: none;
	}

a:active {
	color: #0000CC; text-decoration: none;
	}

.centerColumn a:hover {text-decoration: underline}

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

h1 {
	font-size: 1.6em;
	margin: 1.2em 0 0.6em 0;
	color: #000000;
	}


h2 {
	font-size: 1.4em;
	color: #1A879D;
	}

h3 {
	font-size: 1.3em;
	color: #1A879D;
	margin: 0;
	}

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

.biggerText {
	font-size: 1.2em;
	}



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

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0;
	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;
	}

.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 {
	padding: 0 0 1em;
	}

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: #ff0000;
	color: #ffffff;
	}

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

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

/*wrappers - page or section containers*/

#mainWrapper, #headerWrapper, #navMainWrapper, #logoWrapper, #logo, #taglineWrapper, #tagline, #navEZPagesTop, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0; padding: 0; position: relative}

#mainWrapper {
	background: none;
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

#headerWrapper{
	background: none;
	height: 122px;
	}

#navMainWrapper, #navCatTabsWrapper {
	background: none;
	font-weight: bold;
	color: #1DAECB;
	height: 20px;
	}
		
		#navMainSearch {
		float: right;
		font-size: 10px;
		position: relative;
		}

#logoWrapper{
	background: none;
	height:75px}
		
		#logo {float: left}
		#tagline {display: none}
		#bannerTwo {float: right; margin-top: 7px}


#navEZPagesTop {
	background-color: #1EAECB;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	width: 810px; height: 27px;
	float: right;
	text-align: center;
	}

		#navEZPagesTop span {margin: 0 12px 0 0; padding: 6px 6px; font-weight: bold; color: #FFFFFF; float: left}

		#navEZPagesTop ul {margin:0; padding:0; list-style:none}
		#navEZPagesTop li {display:inline; margin:0; padding: 3px 0 3px 6px; background-image:none; text-indent:0}
		
		#navEZPagesTop a {float:left; display:block; color:#FFFFFF; padding:5px 10px; font-size:13px; line-height:19px; text-decoration:none; white-space:nowrap;}
		#navEZPagesTop a:hover {color:#FFFFFF; background: #79D0E1; text-decoration:none}
	
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	background: none;
	margin-left: 0;
	margin-right: 0.5em;
	position: relative;
	}
	
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 1em 1em;
	}

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


.wrapperAttribsOptions {
	margin: 0.3em 0;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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


#navSuppWrapper  {
	margin: 0.5em 0 0 0;
	background: #C8CFE2;
	padding: 0.5em 0.2em;
	color: #41484A;
	height: 100px;
	position: relative;
	border-bottom: 4px solid #5F6E9B;
	font-size: 0.9em;
	}


#siteinfoLegal {position: relative; top: 0; left: 10px; width: 234px; text-align: left; padding: 0}

#navSupp {position: absolute; top: 5px; left: 280px; width: 230px}
	#navSupp ul, #GeneralLinks ul {
		margin: 0;
		padding:  0;
		list-style-type: none;
		text-align: left;
		line-height: 1.2em;
		font-weight: bold;
		}

#GeneralLinks {position: absolute; top: 5px; left: 510px; width: 230px}
#siteinfoCredits {position: absolute; top: 5px; left: 650px; width: 220px; padding: 0 100px 0 0; margin: 0; text-align: right; background: url(../images/logo_bl.gif) bottom right no-repeat}


#siteinfoCredits a, #siteinfoCredits a:visited {color: #414141; font-weight: bold; margin: 0; padding: 0} 
#siteinfoCredits a:hover, #siteinfoCredits a:active {color: #1EAECB} 



#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	font-weight: bold;
	}

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

#navSupp ul li a, #GeneralLinks ul li a  {
	white-space: normal;
	}


#navSupp ul li a:hover, #navSupp ul li a:active, #GeneralLinks ul li a:hover, #GeneralLinks ul li a:active, #siteinfoCredits a:active, #siteinfoCredits a:hover {
	color: #1EAECB;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}


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

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

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

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

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



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



#navColumnOne, #navColumnTwo {
	background: url(../images/back_navColumnOne.gif) top left repeat-y;
	margin-top: 0; padding-top: 0}

#contentMainWrapper {background: url(../images/back_content.gif) top right repeat-y}

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


#indexHomeBody #bannerTwo {display: none}

/* This codes for the home page banner image */
#indexDefault {background: url(/images/aquajoe/banner_home.jpg) right top no-repeat}

#accountDefault, #accountEditDefault, #accountHistoryDefault, #noAcctHistoryDefault, #accountHistInfo, #acctNewslettersDefault, #accountNotifications, #accountPassword, #addressBookDefault, #addressBookProcessDefault, #advSearchDefault, #advSearchResultsDefault, #checkoutConfirmDefault, #checkoutPayAddressDefault, #checkoutPayment, #checkoutShipAddressDefault, #checkoutShipping, #checkoutSuccess, #conditions, #contactUsDefault, #cookieUsageDefault, #createAcctDefault, #createAcctSuccess, #customerAuthDefault, #discountcouponInfo, #docGeneralDisplay, #docProductDisplay, #maintenanceDefault, #downloadTimeOut, #featuredDefault, #gvFaqDefault, #gvRedeemDefault, #gvSendDefault, #indexCategories, #indexProductList, #loginDefault, #logoffDefault, #pageTwo, #pageThree, #pageFour, #pageNotFound, #passwordForgotten, #privacy, #productFreeShipdisplay, #productGeneral, #productInfoNoProduct, #productMusicDisplay, #reviewsDefault, #reviewsInfoDefault, #reviewsWrite, #allProductsDefault, #newProductsDefault, #reviewsDefault, #shippingInfo, #shoppingCartDefault, #siteMap, #specialsListing, #sslCheck, #tellAFriendDefault, #timeoutDefault, #unsubDefault
 		{background: url(/images/aquajoe/banner_default.jpg) right top no-repeat}


#createAcctDefault #privacy, #checkoutNewAddress {background: none}

/* To set page specific banner image (730 x 150px), place the new image (banner_yourfile.jpg) into 
   the /image/aquajoe folder. Then specify a diffent background image in this CSS file. Example usage:
   
   #accountDefault {background: url(/images/aquajoe/banner_yourfile.jpg) right top no-repeat}
   
   Not sure what the page ID is? Open the specific page in a browser, open the source code and search for 
   the line that says "centerColumn" - that's where you'll find the ID

   To set page specific banner image (730 x 150px) for EZ pages, retrieve EZ-Page ID from 
   >>TOOLS >>EZ-PAGES	
*/

.pageID_9  {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_16 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_17 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_18 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_19 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_20 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_21 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_22 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_23 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_24 {background: url(/images/aquajoe/banner_conservationists.jpg) right top no-repeat}
.pageID_25 {background: url(/images/aquajoe/banner_outdoors.jpg) right top no-repeat}
.pageID_26 {background: url(/images/aquajoe/banner_parents.jpg) right top no-repeat}
.pageID_27 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_28 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_29 {background: url(/images/aquajoe/banner_resources.jpg) right top no-repeat}
.pageID_30 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_31 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_32 {background: url(/images/aquajoe/banner_fitness.jpg) right top no-repeat}
.pageID_33 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_34 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_35 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_36 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_37 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_38 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_39 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_40 {background: url(/images/aquajoe/banner_cycling.jpg) right top no-repeat}
.pageID_45 {background: url(/images/aquajoe/banner_dealerlocator.jpg) right top no-repeat}
.pageID_46 {background: url(/images/aquajoe/banner_running.jpg) right top no-repeat}
.pageID_48 {background: url(/images/aquajoe/banner_running.jpg) right top no-repeat}
.pageID_49 {background: url(/images/aquajoe/banner_dealerlocator.jpg) right top no-repeat}
.pageID_50 {background: url(/images/aquajoe/banner_running.jpg) right top no-repeat}
.pageID_51 {background: url(/images/aquajoe/banner_running.jpg) right top no-repeat}


.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}

/* centerColumn is 810px overall width (710px width with 50px margin on left/right)
   Two column format introduced with left_50 and right_50	
*/

.centerColumn {padding: 200px 60px 3em 60px}
#productGeneral {padding: 200px 60px 3em 60px}


.left_50 {width:320px; float:left}
.right_50 {width:320px; float:right}
.clear {clear:both; height:1px; font-size:1px; line-height:1px}

.right_50 ul {margin: 0; padding-left: 20px}


.smallText, #siteinfoStatus, #siteinfoIP {font-size: 0.9em}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

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

#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 0;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #000000;
	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;
	border: 1px solid #003D00;
	}

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

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

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

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0;
	} 

#shoppingcartContent a:hover, #shoppingcartContent a:active {color: #1EAECB}


#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: 0 1em 1em 0 ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/

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, .rightBoxHeading {
	margin: 0;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0;
	background-color: #1EAECB;
	padding: 0.5em 0.2em;
	}


.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	margin-top: 0.5em;
	}

.sideBoxContent {
	background: none;
	padding: 0.4em;
	}

#ezpages .sideBoxContent, #information .sideBoxContent {
	background: transparent url(../images/icons_creditcards.gif) bottom center no-repeat;
	padding: 0.4em 0.4em 100px 0.4em;
	vertical-align: bottom;
	color: #414141;
	}
	
		#ezpages a, #ezpages a:visited {color: #414141; font-weight: bold} 
		#ezpages a:hover, #ezpages a:active {color: #1EAECB} 
		
		#information a, #information a:visited {color: #414141; font-weight: bold} 
		#information a:hover, #information a:active {color: #1EAECB} 
		

	
#bannerbox2 .sideBoxContent {
	background: transparent url(../images/back_waterbubbles.jpg) top left no-repeat;
	padding: 200px 8px 0.4em;
	vertical-align: bottom;
	color: #414141;
	}	
	


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

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

.centeredContent, TH, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #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: 0 0 0 1.5em;
	}

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

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

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	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 {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #CCCCCC;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	}
	
#siteMapList ul {margin: 0; padding-left: 20px}	
#siteMapList ul li {margin: 0; padding: 0}	



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

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #FFFFFF;
	}


#productDetailsList {margin:0; padding:0; list-style:none}

	
/* Bright Launch Styles */	
	
.left {float:left}
img.left {margin: 0 20px 10px 0}
.right {float:right}
.center {text-align: center}
img.right {margin: 0 0 10px 20px}

img.border {border: 8px solid #DDEFFD}


.highlight {background: #EEEEEE url(../images/bg_topleft_corner.gif) top left no-repeat; margin: 1em 0 0.7em 0; padding: 10px 20px 10px 10px}
.highlight h4 {padding: 0 0 12px 0; margin: 0; font-size: 16px}

.highlight_testimonial {background: #EEEEEE url(../images/highlight_testimonial.jpg) top left no-repeat; margin: 1em 0 0.7em 0; padding: 55px 20px 10px 10px}
.highlight_didyouknow {background: #EEEEEE url(../images/highlight_didyouknow.jpg) top left no-repeat; margin: 1em 0 0.7em 0; padding: 55px 20px 10px 10px}
.highlight_featureditem {background: #EEEEEE url(../images/highlight_featureditem.jpg) top left no-repeat; margin: 1em 0 0.7em 0; padding: 55px 20px 10px 10px}



.safetyID {background: #EEEEEE url(../images/highlight_safetyID.jpg) top left no-repeat; margin: 2em 0 0.7em 0; padding: 80px 20px 10px 10px}
.safetyID input.line {width: 600px; margin-bottom: 0}
.safetyID input.button {height: 50px; width: 210px}


.relative {position: relative}

.note {font-size: 11px}

.signature {font-size: 11px; font-style: italic; color: #333333}

/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

#contactUsForm {position: relative; height: 1%}

#contactUsForm #contactname   {width: 350px; position: absolute; left: 150px}
#contactUsForm #email-address {width: 350px; position: absolute; left: 150px}
#contactUsForm #enquiry {width: 350px; height: 100px; position: absolute; left: 150px}

#contactUsForm .buttonRow {margin-top: 100px}

