/**
 * Main Fozia London Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	padding:40px 0 0 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666;
	background-color: #9e9e9e;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #858585;
	text-decoration: none;
	}
 
a:visited {
	color: #858585;
	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: #f1820a;
	}

a:active {
	color: #0000FF;
	}

/* -- CURRENT STATE -- */

body #indexHomeBody {
	background-color:#fff;
	}
	

/* -- END CURRENT STATE -- */

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

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

/* ---- SWF Embed START ---- */

#gallery {
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

#homepage_gallery {
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

#footer_anim {
	height:80px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
#no_flash_block, #no_flash_block2 {
	height:100%;
	}

/* ---- SWF Embed END ---- */

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

/* -- HEADER BEGIN -- */

#HeaderWrapper{
	height:55px;
	}

#header_right {
	display:block;
	position:relative;
	top:26px;
	left:0;
	float:right;
	height:30px;
	padding-bottom:6px;
	text-transform:uppercase;
	}


.textInput1
{
	border: 1px solid #ff0000;
	font-size: 1.1em;
}

.fieldHolder
{
	width: 200px;
	height: 22px;
	background: url(/img/mailing_list_bg.gif) no-repeat;
	float: left;
}

.textInput2
{
	width: 170px;
	height: 20px;
	background: none;
	border: none;
	color: #666;
	margin-top: 3px;
	margin-left: 12px;
	font-size: 11px;
}

*+html .textInput2
{
}

/* NEW NAV */

#main_block {
	width:auto;
	height:18px;
	padding-left:30%;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
	background-image:url(/img/navbar_bg.gif);
	background-repeat:no-repeat;

	}
	
/* html>body #main_block {
  padding-left:54%; 
} */

ul#navmenu-h {
	margin:0;
	width:auto; /*For KHTML*/
	list-style: none;
	height:18px;
	z-index:10;
}

ul#navmenu-h li {
  margin: 0;
  padding: 0;
  float:left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:18px;
}

ul#navmenu-h ul {
  margin: 0;
  border:none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width:11em;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	font-size:9px;
  padding:2px 6px 6px 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-color:#fff;
	color:#ff7900;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	text-align:left;
	background-color:#fff;
	color:#666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background-color:#fff;
	color:#666;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
 background-color:#fff;
	color:#666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background-color:#fff;
	color:#666;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background-color:#fff;
	color:#666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background-color:#fff;
	color:#666;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left:154px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}






#main_nav {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	height:18px;
	text-transform:uppercase;
	background-color:#eaeaea;
	border:solid blue 1px;
	}
	


 ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding:5px;
	margin:0;
	}

#navlist a:link, #navlist a:visited {
	color: #666;
	text-decoration: none;
	border:solid red 1px;
	}

#navlist a:hover
{
color: #666;
background-color:#fff;
text-decoration: none;
}

/* -- HEADER END -- */

/* -- CATEGORIES --*/

.categoryListBoxContents {
	display:block;
	float:left;
	vertical-align:top;
	margin: 1em 0em;
	text-transform:uppercase;
	text-align:center;
	} 
 
 
 /* PRODUCT LIST START -- */
 
ul #products-menu a:link {
	list-style:none;
	color: #858585;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 1.8em;
	text-decoration: none;
	}
 
#manufacturerslistHeading {
	visibility:hidden;
	display:none;
	}

.ProductsBoxContent {
	padding:0 0 20px 0;
	float:left;
	}

#manufacturerslistContent a:link, #manufacturerslistContent a:visited {
	color: #858585;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 1.8em;
	text-decoration: none;
	padding-left:0;
	}

#manufacturerslistContent a:hover {
	color: #f1820a;
	text-decoration: none;
	}

/* -- PRODUCT START --*/

#productListHeading, #indexCategoriesHeading, #indexProductListCatDescription {
	visibility:hidden;
	display:none;
	}

#product_left {
	display:block;
	width:auto;
	padding:inherit;
	margin:auto;
	}

#product_right {
	display:block;
	width:305px;
	padding:inherit;
	margin:auto;
	float:right;
	}

#productName {
	text-transform:uppercase;
	color:#333;
	}

#productDescription {
	color:#333;
	}

.productImage {
	display:block;
	border:solid 1px #ccc;
	}

.productAttributes {
	display:block;
	float:right;
	}

.xsell {
	display:block;
	width:270px;
	padding:0 0 10px 0;
	}

.xsell_item {
	display:block;
	text-align:center;
	width:30%;
	padding:0 3px 0 0;
	float:left;
	}


#alsoPurchased{}

#cartAdd {
	margin:0;
	padding:0;
	}

.imgLink {
	text-transform:uppercase;
	}

.imgLink a:link, .imgLink a:visited {
	color: #acacac;
	}

.imgLink a:hover {
	color: #f1820a;
	}

/* -- PRODUCT END --*/

/* -- EZ START -- */

#ezPagesHeading {
	visibility:hidden;
	display:none;
	}

#exmain, #exmain p {
	color:#b7b7b7;
	font-size:100%;
	}

.stockists_table {
	width:430px;
	}

.cartTotalsDisplay {display:none;}


#manufacturerslistContent ul {
list-style:none;
padding:0;
}

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

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

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}


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

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

h4.optionName {
	display:block;
	width:76px;
	line-height: 1.5em;
	padding: 0.2em;
	}

.attribsSelect  {
	display:block;
	width:76px;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

#logo {
	padding-bottom:10px;
	}

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

ADDRESS {
	padding: 0.5em;
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/* -- CHECKOUT/ ACCOUNTS -- */

.termsconditions {
	font-size:120%;
	color:#f1820a;
	text-transform:uppercase;
	}

.termsdescription {
	font-size:120%;
	text-transform:uppercase;
	}

.termsiagree {
	font-size:120%;
	text-transform:uppercase;
	color:#f1820a;
	}

/*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 {
	text-align: left;
	width:692px;
	padding:30px 40px 40px 40px;
	vertical-align: top;
	background:#fff;

	}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#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 {display:block;
	float:left;}

.navSplitPagesLinks {
	text-transform:uppercase;
	font-size:100%;
	}

.navSplitPagesLinks a:link, .navSplitPagesLinks a:visited {
	color: #666;
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

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

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height:68px;
	}

#navSuppWrapper {
	visibility:hidden;
	}

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

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

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

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

#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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .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;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	vertical-align:top;
	}

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

.LR_alt_views {
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	}

.LR_additionalImages {
	display:block;
	width:60px;
	float:left;
	padding:5px;
	padding-left:0;
	}

/*Shopping Cart Display*/


.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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

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

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}


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

.attributesComments {}

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

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

h2.centerBoxHeading {
	text-align:left;
	text-transform: uppercase;
	color: #505050;
	}

/*sideboxes*/
.columnLeft {
	}

h3.leftBoxHeading, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited {
	font-size: 1em;
	color: #858585;
	margin: 0em;
	padding:0em;
	}

h3.leftBoxHeading a:hover {
	color:#f1820a;
	}


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.centerBoxHeading {
	margin: 0em;
	padding:0em;
	}

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

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

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

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

.itemTitle {
	font-size:100%;
	text-align:left;
	text-transform:uppercase;
	}

.itemTitle a:link, .itemTitle a:visited {
	font-size:100%;
	color:#858585;
	}

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

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

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

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #858585;
	text-decoration: none;
	font-size:100%;
	text-transform:uppercase;
	line-height:1.8em;
	text-decoration:none;
	}

A.category-top:hover {
	color:#f1820a;
	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;
	color:#f1820a;
	}
/* end categories box links */

/*misc*/
.ProdListinginCols {
	float: left;
	padding-bottom:10px;
	}

.ProdListinginCols img, .ProdListinginCols img a {
	border:solid 1px #d7d7d7;
	}

	
.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: 2em;
	color: #FFFFFF;
	}

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

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

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding:0 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#footer {
	display:block;
	width:100%;
	font-size:9px;
	text-transform:uppercase;
	padding-top:10px;
	}

#footer a:link, #footer a:visited {
	color:#333;
	}

#footer a:hover {
	color:#f1820a;
	}

#footer_top {
	display:block;
	width:100%;
	background-image:url(../../../../img/base_trees.png);
	background-repeat:no-repeat;
	}

.footer_copyright {
	display:block;
	float:left;
	}

.footer_nav {
	display:block;
	float:right;
	}

/* -- EXTRAS -- */

/* SMOOTHBOX START */

#sb_hide {
	visibility:hidden;
	}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff; text-decoration:none;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
}

#TB_window img {
	display:block;
	margin:0;
	}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color:#fff;
	font-size:100%;
}

#TB_closeWindow{
	display:none;
	visibility:hidden;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	display:none;
	visibility:hidden;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:0;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

/* -- SMOOTHBOX END -- */

td.c2 {width: 100px}
 div.c1 {width: 100px}