div#leftcol {
  float:left;
	padding:0 20px 0 0;
}
.AuthorizeNetSeal {
  padding-left: 25px!important;
  float:left;
}
#siteseal {
  float:right;
  width: 240px;
}
#siteseal span {
  font-size: 10px;
  display: block;
  float: left;
  width: 140px;
  padding: 0 0 0 10px;
}
#siteseal object {
  float: left;
}
/*ul#menu-store {
	float:left;
	padding:0 20px 0 0;
}*/
ul#menu-store li{
}
ul#menu-store li a{
	display:block;
	background:url(/img/store/button1.gif) top left no-repeat;
	width:152px;
	height:37px;
	text-align:center;
	color:#44610B;
	padding:8px 0 0 0;
	font-weight:bold;
}
#content-store, .box-store {
	background:#E7F2BE;
	width:415px;
	float:left;
	position:relative;
	min-height:100px;
	height:100px;
	height:auto!important;
}
.box-store {
	width:260px;
	background:#D0E57E;
	margin:10px 0 25px 0;
}
.box-store-container {
	padding:10px;
}
#content-store span.top, #content-store span.bottom{
	background:url(/img/store/top-box.gif) top left no-repeat;
	width:415px;
	height:11px;
	display:block;
}
.box-store span.top, .box-store span.bottom{
	background:url(/img/store/top-box-dx.gif) top left no-repeat;
	width:260px;
	height:11px;
	display:block;
}
.box-store span.bottom{
	background:url(/img/store/bottom-box-dx.gif) top left no-repeat;
} 
#content-store span.bottom{
	background:url(/img/store/bottom-box.gif) top left no-repeat;
}

#content-store h3{	
	font-size:16px;
	font-weight:bold;
	color:#44610B;
	padding:0 0 10px 0;

}
#content-store .primo-piano {
	float:left;
	width:194px;
	margin:0 0 0 12px
}
#content-store .primo-piano img {
	margin:0 0 10px 0;
	border:1px solid #FADDBB;

}



/*ZEND cart CSS Default*************************************/



Customisation - Templates - Stylesheets - Annotated
From Zen Cart(tm) Wiki
Jump to: navigation, search

    * Introduction
    * Overview | Resources | Developers Tool Kit

    * Templates
    * Introduction | File Layout | Creating |
    * Javascript | Stylesheets

    * Localisation
    * Languages | Date Format | Currencies

    * E-mail
    * Options | Format | Text Values


Annotated Main CSS Stylesheet (Part 1)

/*
*
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2005 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 4376 2006-09-03 20:42:22Z drbyte $
*
*/

/* BOF link defines */
/* This section defines the link elements of your web page */
a img {border: none; } /* This property is a shorthand for setting the width, style,
and color of an element's border. */

a:link, #navEZPagesTOC ul li a {
	/*color: #3300FF; /* This property allows  authors to specify the color of an element. (text) */
	text-decoration: none; /* This property allows text to be decorated with  one of five values:
underline, overline, line-through, blink, or the default, none. */
	}
 
a:visited {
	/*color: #3300FF; /* This property allows authors to specify the color of  an element. (text) */
	text-decoration: none; /* This property allows text to be decorated with  one of five values:
underline, overline, line-through, blink, or the default, none. */
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover,
#navCatTabs ul li a:hover {
	/*color: #FF0000; /* This property allows authors to specify the color of  an element. (text) */
	text-decoration:underline;
	}

a:active {
	/*color: #0000FF; /* This property allows authors to specify the color of an element. (text) */
	}
/* EOF link defines */

h1 { /* Defines all h1 elements */
	font-size: 1.5em; /* This property is used to modify the size of the  displayed font. */
	}

h2 { /* Defines all h2 elements */
	font-size: 1.4em; /* This property is used to modify the size of the  displayed font. */
	}

h3 { /* Defines all h3 elements */
	font-size: 1.3em; /* This property is used to modify the size of the  displayed font. */
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{ /* defines
each of these elements */
	font-size: 1.1em; /* This property is used to modify the size of the  displayed font. */
	}

.biggerText {
	/*font-size: 1.2em; /* This property is used to modify the size of the  displayed font. */
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0; /* This property sets the margins of an element */
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif; /* Font families may be assigned by
a specific font name or a generic font family. */
	font-size: 1em; /* This property is used to modify the size of the  displayed font. */
	}

/* BOF form definitions */

FORM, SELECT, INPUT {
	display: inline; /* This property is used to define an element with one of four values:
block, inline, list-item, none */
	font-size: 1em; /* This property is used to modify the size of the  displayed font. */
	margin: 0.1em; /* This property sets the margins of an element */
	}

TEXTAREA {
	float: left; /* This property allows authors to wrap text around an  element. */
	margin: auto; /* This property sets the margins of an element */
	display: block; /* This property is used to define an element with one of four values:
block, inline, list-item, none */
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF; /* This property sets the  background color of an element */
	}

FIELDSET {
	padding: 0.5em; /* The amount of space between  the border and the content of the element. */
	margin: 0.5em 0em; /* This property sets the margins of an element */
	border: 1px solid #D0E57E; /* This property is a shorthand for setting
the width, style, and color of an element's border. */
	}

LEGEND {
	font-weight: bold; /* This property is used to  specify the weight of the font. */
	padding: 0.3em; /* The amount of space between  the border and the content of the element. */
	font-size: 18px;
	letter-spacing: -0.5px;
	}
legend.oraddress {
  font-size: 17px;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em; /* The amount of space between  the border and the content of the element. */
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em; /* This property sets the  margins of an element */
	}

LABEL.inputLabel {
	width: 115px;
	float: left; /* This property allows authors   to wrap text around an element. */
 	}
 
LABEL.inputLabelPayment {
	width: 15em;
	float: left; /* This property allows authors  to wrap text around an element. */
}

label.inputLabelPayment-long {
	width:25em;	
	float: left;
}

label.inputLabelPayment-short {
	width:190px;	
	float: left;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left; /* This property allows authors  to wrap text around an element. */
	}

/* EOF form definitions */
	
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch,
.attribImg {
	float: left; /* This property allows authors  to wrap text around an element. */
	}

#logo {
	float: left; /* This property allows authors  to wrap text around an element. */
	}	

ADDRESS {
	padding: 0.5em; /* The amount of space between  the border and the content of the element. */
	}

ADDRESS {
	font-style: normal; /* This property defines  that the font be displayed in one
of three ways: normal, italic or oblique.  */
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em; /* This property sets the  margins of an element */
	border: none; /* This property is a shorthand  for setting the width,
style, and color of an element's border. */
	border-bottom: 1px solid ##91050D; /* This property is a shorthand for setting the width,
style, and color of an element's border. */
	}

/* BOF warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess,  .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em; /* The amount of space between  the border and the content of the element. */
	border: 1px solid #000000; /* This property is  a shorthand for setting the width,
style, and color of an element's border. */
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000; /* This property  sets the background color of an element */
	color: #ffffff; /* This property allows  authors to specify the color of an element. (text) */
	}

.messageStackSuccess {
	background-color: #99FF99; /* This property  sets the background color of an element */
	color: #000000; /* This property allows  authors to specify the color of an element. (text) */
	}

.messageStackCaution {
	background-color: #FFFF66; /* This property  sets the background color of an element */
	color: #000000; /* This property allows  authors to specify the color of an element. (text) */
	}
/* EOF warnings, errors, messages*/

/* BOF wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff; /* This property  sets the background color of an element */
	text-align: left; /* This property can be  applied to block-level elements (P, H1, etc.)
to align the element's text.  (left, center, right, justify) */
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper,
#ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper,
#popupAdditionalImage, #popupImage {
	margin: 0em; /* This property sets the margins  of an element */
	padding: 0em; /* The amount of space between  the border and the content of the element. */
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto; /* This property sets the  margins of an element */
	} 

#tagline {
	color:#000000; /* This property allows authors  to specify the color of an element. (text)  */
	font-size: 2em; /* This property is used to  modify the size of the displayed font.  */
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca; /* This property is a shorthand for setting the width,
style, and color of an element's border.  */
	float: right; /* This property allows authors  to wrap text around an element.  */
	margin: 0em 0em 1em 1em; /* This property sets  the margins of an element */
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto,
#checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0; /* This property sets the margins of an element */
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em; /* This property sets the margins of an element */
	}

/* EOF wrappers - page or section containers*/

/* BOF navigation*/

.navSplitPagesResult {
	font-size:11px;

}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em; /* This property sets the margins of an element */
	font-size: 0.9em; /* This property is used to modify the size of the displayed font. */
	}
.navNextPrevList {
	display: inline; /* This property is used to define an element with one
of four values: block, inline, list-item, none */
	white-space: nowrap;
	margin: 0; /* This property sets the margins of an element */
	padding:  0.5em 0em; /* The amount of space between the border and the content of the element. */
	list-style-type: none;
	}
 
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em; /* This property sets the margins of an element */
	background-color: #9a9a9a; /* This property sets the background color of an element */
	font-weight: bold; /* This property is used to specify the weight of the font. */
	color: #ffffff; /* This property allows authors to specify the color of an element. (text) */
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0; /* This property sets the margins of an element */
	padding:  0.5em 0em; /* The amount of space between the border and the content of the element.  */
	list-style-type: none;
	text-align: center; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify)  */
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline; /* This property is used to define an element with one
of four values: block, inline, list-item, none */
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;/* This property allows text to be decorated with one
of five values: underline, overline, line-through, blink, or the default, none. */
	padding: 0em 0.5em; /* The amount of space between the border and the content of the element. */
	margin: 0; /* This property sets the margins of an element */
	color: #ffffff; /* This property allows authors to specify the color of an element. (text) */
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold; /* This property is used to specify the weight of the font.  */
	float: right; /* This property allows authors to wrap text around an element.  */
	height: 1%;
	border: 1px solid #000000; /* This property is a shorthand for setting the width,
style, and color of an element's border. */
	}

#navEZPagesTOC ul {
	margin: 0; /* This property sets the margins of an element */
	padding:  0.5em 0em; /* The amount of space between the border
and the content of the element.  */
	list-style-type: none;
	line-height: 1.5em;
	}

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

#navEZPagesTOC ul li a {
	padding: 0em 0.5em; /* The amount of space between the border
and the content of the element. */
	margin: 0; /* This property sets the margins of an element */
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em; /* This property sets the margins of an element */
	}

#navBreadCrumb {
	/*background-color: #cc9900; /* This property sets the background color of an element */
		border-bottom:1px dotted #44610B;
	}

#navEZPagesTop {
	background-color: #ffff33; /* This property sets the background color of an element */
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em; /* This property is used to modify the size of the displayed font. */
	font-weight: bold; /* This property is used to specify the weight of the font. */
	margin:0 10px; /* This property sets the margins of an element */
	padding: 0.5em; /* The amount of space between the border and the content of the element. */
	}

#navColumnOne {
	background-color: #FFCC99; /* This property sets the background color of an element */
	}

#navColumnTwo {
	background-color: #00BFBF; /* This property sets the background color of an element */
	}

/* BOF navigation*/

/* BOF The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents,
.specialsListBoxContents, .categoryListBoxContents, .additionalImages,
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured,
.centerBoxContentsNew, .alert {
	vertical-align: top; /* Sets the vertical alignment of an element.  */
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
       /*font-size: 1.2em;*/
 	padding: 0.5em; /* The amount of space between the border and the content of the element. */
	}

.alert {
	color: #FF0000; /* This property allows authors to specify the color of an element. (text) */
	/*margin-left: 0.5em; /* This property sets the margins of an element */
	font-size:11px;
	}
.advisory {}
.important {
	font-weight: bold; /* This property is used to specify the weight of the font. */
	}
.notice {}
.rating{}
.gvBal {
	float: right; /* This property allows authors to wrap text around an element. */
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:0 0.8em; /* The amount of space between the border and the content of the element. */
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em; /* This property is used to modify the size of the displayed font. */
	}
 
/* EOF The main content classes*/

/* BOF Shopping Cart Display*/

#cartAdd {
	/*float: right; /* This property allows authors to wrap text around an element. */
	text-align: center; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	margin: 1em; /* This property sets the margins of an element */
	/*border: 1px solid #44610B; /* This property is a shorthand for setting the width,
style, and color of an element's border. */
	padding: 1em; /* The amount of space between the border and the content of the element. */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#D0E57E;

	}

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

.tableHeading, #cartSubTotal {
	background-color: #44610B; /* This property sets the background color of an element */
	color:#FFFFFF;
	 }

#cartSubTotal {
	border-top: 1px solid #D0E57E; /* This property is a shorthand for setting the width,
style, and color of an element's border. */
	font-weight: bold; /* This property is used to specify the weight of the font. */
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	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; /* The amount of space between the border and the content
of the element. */
	}
#cartInstructionsDisplay {
  color: black;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right!important; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	/*color: #E4C209;*//*#33CC33; /* This property allows authors to specify the color of an element. (text) */
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	/*color: #660099; /* This property allows authors to specify the color of an element. (text) */
	position: relative; /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	font-weight: bold; /* This property is used to specify the weight of the font. */
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em; /* This property sets the margins of an element */
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em; /* This property sets the margins of an element */
  padding: 0.5em; /* The amount of space between the border and the content
of the element. */
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;/* This property allows text to be decorated with one of five values:
underline, overline, line-through, blink, or the default, none. */
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000; /* This property allows authors to specify the color of an element. (text)  */
	}

.orderHistList {
	margin: 1em; /* This property sets the margins of an element */
	padding: 0.2em 0em; /* The amount of space between the border and the content
of the element. */
	} 

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0; /* This property sets the margins of an element */
	padding: 0.2em 0em; /* The amount of space between the border and the content
of the element. */
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold; /* This property is used to specify the weight of the font. */
  }

.totalBox {
	width: 5.5em;
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify)  */
	padding: 0.2em; /* The amount of space between the border and the content
of the element. */
	}

.lineTitle, .amount {
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	padding: 0.2em; /* The amount of space between the border and the content
of the element. */
	}

.amount {
	width: 5.5em;
	}

/* EOF Shopping Cart Display*/

/* BOF Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage,
#reviewWriteMainImage {
	margin: 0em 1em 1em 0em ; /* This property sets the margins of an element */
	}

.categoryIcon {
	padding:0 0 5px 0;

}

#cartImage {
	margin: 0.5em 1em; /* This property sets the margins of an element */
	}

/* EOF Image Display*/

/* BOF Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em; /* This property sets the margins of an element */
}

.attributesComments {}

/* EOF Attributes*/

/* BOF list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages,
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured,
.centerBoxContentsNew {
	margin: 1em 0em; /* This property sets the margins of an element */
	}

/* EOF list box contents*/ 

/* BOF sideboxes*/

.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em; /* This property is used to modify the size of the displayed font. */
	color: #ffffff; /* This property allows authors to specify the color of an element. (text) */
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em; /* This property sets the margins of an element */
	background-color: #fff; /* This property sets the background color of an element */
	padding: 0.5em 0.2em; /* The amount of space between the border and the content
of the element. */
	}

.leftBoxContainer {
	border: 1px solid #ffffff; /* This property is a shorthand for setting the width,
style, and color of an element's border. */
	margin-top: 1.5em; /* This property sets the margins of an element */
	}

.sideBoxContent {
	background-color: #ffffff; /* This property sets the background color of an element */
	padding: 0.4em; /* The amount of space between the border and the content of the element. */
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em; /* This property is used to modify the size of the displayed font. */
	color: #FFFF00; /* This property allows authors to specify the color of an element. (text) */
	}

.rightBoxHeading {
	margin: 0em; /* This property sets the margins of an element */
	background-color: #663366; /* This property sets the background color of an element */
	padding: 0.2em 0em; /* The amount of space between the border and the content
of the element. */
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33; /* This property allows authors to specify the color of an element. (text) */
	text-decoration: none;/* This property allows text to be decorated with one of five values:
underline, overline, line-through, blink, or the default, none. */
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000; /* This property allows authors to specify the color of an element. (text) */
	text-decoration: none;/* This property allows text to be decorated with one of five values:
underline, overline, line-through, blink, or the default, none. */
	}

.rightBoxContent {
	background-color: #ffffff; /* This property sets the background color of an element */
	margin-bottom: 1em; /* This property sets the margins of an element */
	}

.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;*/ /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify)  */
vertical-align:top;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em; /* This property sets the margins of an element */
	}

#bestsellers ol {
	padding: 0; /* The amount of space between the border and the content of the element. */
	margin-left: 1.1em; /* This property sets the margins of an element */
	}

#bestsellers li {
	padding: 0; /* The amount of space between the border and the content
of the element. */
	margin: 0.3em 0em 0.3em 0em; /* This property sets the margins of an element */
	}

#bannerboxHeading {
	background-color: #0000CC; /* This property sets the background color of an element */
}

#upProductsHeading {
	text-align: left; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	}

#upDateHeading {
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	}

/* EOF sideboxes*/

/* BOF misc*/

.back {
	float: left; /* This property allows authors to wrap text around an element. */
	}

.forward {
	float: right; /* This property allows authors to wrap text around an element. */
	}

.bold {
	font-weight: bold; /* This property is used to specify the weight of the font. */
	}

.rowOdd {
	background-color: #fff; /* This property sets the background color of an element */
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #D0E57E; /* This property sets the background color of an element */
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0; /* This property sets the margins of an element */
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right; /* This property can be applied to block-level elements (P, H1, etc.)
to align the element's text. (left, center, right, justify) */
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #44610B; /* This property sets the background color of an element */
	height: 2em;
	color:#FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right; /* This property allows authors to wrap text around an element. */
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em; /* This property sets the margins of an element */
	}

LABEL#textAreaReviews {
	font-weight: normal; /* This property is used to specify the weight of the font. */
	margin: 1em 0em; /* This property sets the margins of an element */
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp,
#popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background:#E7F2BE; /* This property sets the background color of an element */
	padding:10px;
	}

/* EOF misc*/

.tabTable td{
	padding:10px;
	vertical-align:top;
	/*text-align:center;*/
	border-bottom:1px solid #44610B;
	border-top:1px solid #44610B;
	background:#D0E57E;
}
.tabTable td .descr {
	text-align: left;
}
.tabTable th, .tabTable th a {
	background:#44610B;
	color:#FFFFFF;
}
#cartContentsDisplay td{
	border:1px solid #7BAF15;
	text-align:center;
}
