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

body {
	/* wab */
	margin: 1em 0 0 0;
	font-family: trebuchet, "Trebuchet MS", verdana, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #010;
	}

p, .content {
	font-size: 12px;
}

a img {border: none; }

a:link, a:visited, #navEZPagesTOC ul li a {
	color: #300;
	font-weight: bold;
	text-decoration: none;
	}
 
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, a:active {
	color: #030;
	}
#navMain ul li a:hover, #navHomeLogin ul li a:hover {
	color: #ad7e38;
	}

h1 {
	font-size: 1.5em;
	color: #069;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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: 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: #E4FEF5;
	}

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 {
	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 #9a9a9a; -- removed for WAB */
	}

.messageStackWarning, .messageStackError {
	background-color: #f9d99b; /* orig: ff0000; */
	color: #3f270f;
	font-weight: bold;
	padding-left: 10px;
	}

.messageStackSuccess {
	background-color: #fbffdd; /* orig: 99FF99; */
	color: #3f270f;
	font-weight: bold;
	padding-left: 10px;
	}

.messageStackCaution {
	background-color: #f6ecdc; /* orig: FFFF66; */
	color: #3f270f;
	font-weight: bold;
	padding-left: 10px;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	padding-right: 5px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	/* wab */
	background-color: #fff;
	text-align: left;
	width: 800px;
	vertical-align: top;
/* 	border: 1px solid #9a9a9a; */
	}

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

/* wab */
#contentMainWrapper {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	border-right: none;
}

/* map styling */
#wab_map.centerColumn {
	padding: 3em 0;
}
#map_wrapper { /* interactive world map */
	padding: 0; margin: 0 0 0 10px;
}
#wab_map h1 {
	padding: 0 2em;
}
#wab_map p {
	padding: 0 3em;
}
/* interview styling */
.question { font-weight: bold; }

/* end wab */
	
#headerWrapper {
	position: relative;
	height: 168px;
	overflow: hidden;
}

#logoWrapper{
	background-image: url(../images/wab_logo.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:141px;
	position: absolute; 
	top: 0; 
	left: 0; 
	}

#navMainWrapper {
	position: absolute; 
	top: 141px; 
	left: 0; 
	width: 800px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

#navColumnOneWrapper {
}

/* wab */
#navColumnTwoWrapper {
	margin-top: 0;
}
#navColumnTwo {
	border-left: 1px solid #666;
	background: url(../images/sidebar_back.jpg) top left;
}
/* end wab */
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

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

/* wab - split the next three apart*/
#navMainWrapper {
	margin: 0em;
	background-color: #300;
	background-image: url(../images/menubar_back.jpg);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navSuppWrapper {
	background-color: #2a5c1d;
	padding: 0.25em 1.25em;
	height: 3.5em;
	/* background-image: url(../images/tile_back.gif); */
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	background-image:none;
	color: #9a9a9a;
}
/* end wab split */

/* float navMainHeader menus */
#navMain {
	float: left;
}
#navHomeLogin {
	margin-right: 10px;
	float: right;
}

#navMain ul, #navHomeLogin ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
	
/* lowercase menus */
#navMain ul, #navHomeLogin ul, #navSupp ul {
	text-transform: lowercase;
}

/* wab - styling navSupp */
#navSupp ul {
	text-align: center;
}

#navMain ul li, #navHomeLogin ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navHomeLogin ul li a, #navSupp 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 {
	padding: 0em .25em;
	}
/* end wab */

#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 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 {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
/*	background-image: url(../images/tile_back.gif); */
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

/* wab */
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 3em 2em;
}


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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.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 0em;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #660099;
	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 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: 0em 1em 1em 0em ;
	}
	
/* wab */
#productMainImage {
	padding-right: 2em;
}

.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;
	}

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

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #333;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	/* wab */
	margin: 0em;
/*	background-color: #e5e5e5; */
/*	background-image: url(../images/tile_back.gif); */
/*	background-position: 0 100%;
	background-repeat: no-repeat; */
	padding: 0.5em 0.2em;
	border-bottom: 1px dashed #300;
	}

/* wab */
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
/*	border-bottom: 2px solid #666; */
	/* wab set to zero // margin-top: 1.5em; */
	}
/* end wab */
/* wab */
.leftBoxContainer {
	display: none;
}

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

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFF;
	text-decoration: none;
	} 
/* end wab */

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

.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 0em 0em;
	}

#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: #abbbd3;
/*	background-image: url(../images/tile_back.gif); */
	height: 2.5em;
	color: #FFFFFF;
/*	border: 3px solid #000; */
	}

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

/* wab */
#navColumnOneWrapper {
	margin: 0;
}
#navColumnTwoWrapper {
	margin: 0 1px 0 0;
}

#productGeneral {
	background-image: url(../images/back_jp.jpg);
	background-repeat: no-repeat;
}

#wab_prodtabs_testimonials, #wab_prodtabs_toc, #wab_prodtabs_contribs, #wab_prodtabs_translators, #wab_prodtabs_details, #wab_prodtabs_sample {
	border: 2px solid #a6a6a6;
	padding: 0.25em 1em;
	background-color: #e5e5e5;
;
}

a#wab_prodtabs_testimonials, a#wab_prodtabs_toc, a#wab_prodtabs_contribs, a#wab_prodtabs_translators, a#wab_prodtabs_details, a#wab_prodtabs_sample {
	color: #333;
}

a#wab_prodtabs_testimonials:hover, a#wab_prodtabs_toc:hover, a#wab_prodtabs_contribs:hover, a#wab_prodtabs_translators:hover, a#wab_prodtabs_details:hover, a#wab_prodtabs_sample:hover {
	border-left-color: #888;
	border-top-color: #888;
	border-right-color: #888;
	background-color: #999;
}

/* these are the content divs themselves */
#wab_prod_testimonials, #wab_prod_toc, #wab_prod_contribs, #wab_prod_translators, #wab_prod_details, #wab_prod_sample {
	margin-top: 3px;
	border: 2px solid #a6a6a6;
	padding: 1.5em 2.5em;
	background-color: #fff;
	display: none; /* starting state */
}

#wab_prod_toc {
	font-weight: bold; /* note that if this is "bold", .toc_booktitle should be "normal" */
}

#productName {
	font-size: 2.5em;
	padding-bottom: 1em;
	color: #333;
}

#prodNameSubtitle {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #333;
}

#prodHeaderWrapper {
	position: relative;
	height: 250px;
	/* border: 1px solid green; /* WAB - debug code -- remove */
}

#prodHeader {
	position: absolute;
	left: 200px;
	bottom: 3em;
}

/* #prodHeaderWrapper > #prodHeader { left: 200px; bottom: 3em; } /* correct setting for non-IE */

.prodinfo_source {
	font-style: italic;
}

.prodinfo_frame {
	border: none;
}

#descr_intro{
	padding: 0 2em 2em;
}

.prodinfo_intro {
	padding: 0 2em;
}
p.prodinfo_intro + p.prodinfo_intro {
	padding-bottom: 2em;
}
.prodinfo_sent1 {
	text-transform: uppercase;
}

.booktitle, .journtitle {
	font-style: italic;
}

.toc_booktitle {
	font-style: italic;
	font-weight: normal;
}

.toc_sectioninbook {	/* this corrects style of preface or foreword in TOC entry */
	font-weight: normal 
}

.contributor, .translator, .editor {
	font-weight: bold;
}
.bioname {
	font-weight: bold;
	text-transform: uppercase;
	color: #300;
}
.btitle {
	font-style: italic;
}

.attrib_sample {
	text-align: right; 
	font-style: italic;
}

.foreignlang {
	font-style: italic;
}

#homepage_wrapper {
	position: relative;
}
#homepage_quote {
	position: absolute;
	top: -3em; /* reversing setting for .centerColumn */
	left: -2em; /* reversing setting for .centerColumn */
}
#homepage_text {
/*	float: left; */
	padding-top: 82px;
	padding-left: 150px; 
	width: 265px;
	height: 125px;
	overflow: hidden;
	color: #300;
	font-weight: bold;
}
#homepage_text p {
	margin: 0; padding: 2px 0 0 0;
	font-size: 11px !important;
}

#siteinfoWrapper {
	background-color: #010;
	height: 30px;
}
#siteinfoLegal, #siteinfoDesigner {
	background-color: #010;
	padding: 1em 0 2em;
	color: #ccc;
}
#siteinfoLegal a, #siteinfoDesigner a {
	color: #fa0;
}

#siteinfoLegal {
	float:left;
}

#siteinfoDesigner {
	float:right;
}

.viewShoppingCart {
	padding-right: 20px;
	background: url(../images/cart_icon.gif) top right no-repeat;
}

.moreinformationList {
	margin: 0;
	padding: 1em 0 0 15px;
	line-height: 1.5em;
	list-style-type: none;
}

.tabTable {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #666;
}
.tabTable td {
	padding: 0.5em 5px 1.5em;
}
.itemTitle, .listingDescription {
	text-align: left;
}
.moreinfolink { /* meant to style "MORE_INFO_TEXT" in product_listing.php -- but I have commented that line out of PHP code */
	display: block;
	padding-bottom: 2em;
}
.productListing_price {
	font-weight: bold;
	display: block;
}

#pricebuttonWrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	/* border: 1px solid red; /* WAB NEED TO FIX - REMOVE LINE */
}

#productPrices { /* styles just the product's price -- in pricebuttonWrapper */
	float: left;
	color: #993300;
}

#cartAdd {  /* this control the buy button display -- in pricebuttonWrapper */
	float: left;
	padding: 1px 0 0 5px;
}

#addtoWishlist { /* positions add to wishlist button (FUTURE) -- in pricebuttonWrapper */
	float: left;
	padding: 2px 0 0 5px;
}

#quantityinCart {
	float: left;
	padding: 5px 0 0 5px;
}

.special_hilite_high {
	color: #ff0033;
	font-weight: bold;
	font-size: 1.1em;
}

/* styles for untitled_wishlist */
#un { 
	padding: 2em;
}

.single {
	margin: 0;
}

.wishlist-even, .wishlist-odd {
	border: 2px solid #a6a6a6;
	margin: 1em 0 0;
	padding: 1em 2em;
}
.wishlistfields_wrapper {
	position: absolute;
	top: 65px;
	right: 0;
	width: 350px;
}
.wishlist-even ul, .wishlist-odd ul {
	list-style: none;
	margin: 0; padding: 1em 0;
}

/* extra typography */
.rightalign { text-align: right; }
#socnetworking .rightalign { padding-right: 35px; }

/* facebook links */
html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }
html .fb_share_button { text-transform: none; color:#4b6ea8; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:#fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; } 
html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none; }

#socnetworking p { font-size: 12px; text-transform: uppercase; }

.twitter_button {
	padding:1px 10px 0 5px;
	height:18px; 
}
a.twitter_button {
	color: #0085B1;
	text-transform: none;
	vertical-align: middle;
}
.twitter_button img {
	padding:0 10px 0 0;
}
