/**
 * Main CSS 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 {
  background: #FFF;
	margin: 0;
	font-family: georgia;
	font-size: 62.5%;
	color: #000000;
	width: 1014px;
	padding-top: 10px; /*50px;*/
	height: 100%;
}

a img {border: none; }

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

a:active {
	color: #CC0000;
	}

h1 {
	font-size: 1em;
	color: #000;
	padding-left: 11px;
	padding-bottom: 6px;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

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

FORM, SELECT, INPUT {
	display: inline;
	}

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

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

FIELDSET, .floatingBox {
  background: #cccccc;
  margin: 0px;
  padding: 0px;
	}

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

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: 16em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 0em;
	}

#checkoutNewAddress LABEL.inputLabel {
 width: 13em;
}

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-bottom: 10px;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
  margin-bottom: 10px;
	padding: 10px;
	}

.messageStackWarning, .messageStackError {
	background-color: #CC0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #D2D2D2;
	color: #4B4B4B;
	}

.messageStackCaution {
	background-color: #D2D2D2;
	color: #4B4B4B;
	}
	
	.messageStackError ul {
	  margin: 0px;
	  padding: 0px;
	}
	.messageStackError li {
	  margin: 0px;
	  margin-left: 20px;
	  padding: 0px;
	  padding-top: 5px;
	  padding: bottom; 5px;
	}

#header-message {
	padding-left: 10px;
	padding-top: 10px;	
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding:0px;
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

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

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

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

#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: #CC0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0px;
	}

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

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

#cartContentsDisplay {
  width: 100%;
}

.tableHeading TH {
  background: #222;
  border-bottom: 1px solid #000;
	padding: 0.9em;
	text-align: left;
	}

#cartContentsDisplay td, #prevOrders td, #downloads td, #myAccountOrdersStatus td, #orderContentsDisplay td {	
	background: #EEE;
  border-bottom: 1px solid #000;
  color: #000;
  margin: 0px;
  padding: 0px;
  padding: 0.9em;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
  text-align: left;
}
#prevOrders td {
  padding-bottom; 5px;
  padding-top: 5px;
}
#cartContentsDisplay td a, #prevOrders td a, #downloads td a {
  color: #C00;
}

#cartContentsDisplay td.cartTotalDisplay {
  color: #999;
}
#cartContentsDisplay td.cartRemoveItemDisplay a, #cartContentsDisplay td.cartRemoveItemDisplay a:link {
  color: #999;
  text-decoration: underline;
}
#cartContentsDisplay td.cartRemoveItemDisplay a:hover {
  color: #C00;
}

#scSizeHeading {
  width: 130px;
}
#scUnitHeading {
  width: 90px;
}
#scRemoveHeading {
  width: 90px;
}

#cartSubTotal, .cartTotals {
  color: #C00;
	/*font-size: 1.4em;*/
}
#cartSubTotal td, .cartTotals td, #cartContentsDisplay .cartTotals td, #orderContentsDisplay .cartTotals td {
  background: #222;
}

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

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

.amount {
	width: 5.5em;
	}
	
	#checkoutOrderTotals .lineTitle, #checkoutOrderTotals .amount {
	  font-size: 1.2em;
	}

/*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, .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: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

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

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, #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 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: #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: #CC0000;
	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 {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

.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: 10px 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;
}

/* Virusfonts specific */

.centerColumn {
  padding-left: 10px;
  padding-top: 50px;
}

form {
  margin: 0px;
  padding: 0px; 
}

#font-table {
  float: left;
  width: 805px;
}
#font-table td, #font-table th {
  padding-bottom: 2px;
  padding-right: 2px;
}
#font-sidebar {
  float: right;
}
#font-sidebar div {
  margin-bottom: 2px;
}
#font-details {
  padding-left: 30px;
}

#font-purchase-options {
  width: 100%;
}
#font-purchase-options tr {
  margin: 0px;
  padding: 0px;
}
#font-purchase-options th {
  background: #333;
  border-bottom: 1px solid #000;
  margin: 0px;
  padding: 0.9em;
  text-align: left;
  font-weight: normal;
}
#font-purchase-options td {
  background: #131313;
  border-bottom: 1px solid #000;
  color: #C00;
  margin: 0px;
  padding: 0.9em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.font-sample {
  display: block;
  
}

#font-table #font-family-table th.header {
  background: #3F3F3F;
}

#font-overview p, #ezPageDefault p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-indent: 0em;
}

#font-overview p + p, #ezPageDefault p + p {
	text-indent: 1em
}

#font-overview .column, #ezPageDefault .column {
	margin-top: 10px;
  float: left;
  width: 50%;
}

#font-overview .column p, #ezPageDefault .column p {
  margin: 0px;
}

#font-overview .column-right p, #ezPageDefault .column-right p .column-right h2 {
padding-left: 10px;
}


.category-block {
  border-top: 10px solid #000;
}
.category-block-top {
  border-top: 0px;
}
.category-heading {
  padding: 8px;
  padding-bottom: 3px;
}
.category-heading h2 {
  color: #900;
  margin-bottom: 0px;
}
.category-heading p {
  padding: 0px;
}

.category-block .category-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-block-top .category-heading {
  padding-top: 0px;
}
.category-block .category-heading h2, .category-block .category-heading p {
  display: none;
}

.product-cell {
  border-top: 1px solid #000;
  padding-bottom: 10px;
}
.product-left {
  margin-top: 10px;
}
.product-right {
  border-left: 1px solid #000;
  margin-top: 10px;
}
.product-image {
  text-align: center;
  width: 226px;
  padding-bottom: 20px;
}
.product-purchase {
  border-left: 1px solid #000;
  padding-left: 50px;
}
.product-details h3 {
  border-top: 1px solid #000;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 10px;
}
.product-details p {
  margin: 0px;
  padding: 10px;
  padding-bottom: 50px;
  padding-top: 0px;
}
.product-right .product-details h3 {
  margin-left: 5px;
  margin-right: 0px;
}

.leftColumn {
  width: 147px; /* 120px */
}
.leftColumn ul {
  margin: 0px;
  padding: 0px;
}
.leftColumn li {
  list-style: none;
  border-bottom: 1px solid #FFF;
  font-size: 1.2em;
  
}
.leftColumn li a, .leftColumn li span {
  color: #000;
  background: #CCC;
  display: block;
  padding: 8px;
}
.leftColumn li a:hover {
  background: #C00;
  color: #111;
}
.leftColumn li a.selected {
  background: #CCC;
  color: #C00;
}
.leftColumn li ul {
  
}
.leftColumn li ul li {
  border-bottom: 0px;
  font-size: 1em;
}

.fontColumn, .middleColumn {
  float: left;
  padding-left: 30px;
}
.fontColumnInner, .middleColumnInner {
  width: 650px; /* 596px; */
}

#font-characters {
  
}

.rightColumn {
  float: right;
  width: 147px; /*174*/
}

.rightColumn ul {
  margin: 0px;
  padding: 0px;
}
.rightColumn li {
  background: #EEE;
  border-bottom: 1px solid #333;
  font-size: 1.2em;
  list-style: none;
  
}
.rightColumn li span {
  display: block;
  padding: 8px;
}
.rightColumn li a {
  color: #333;
  display: block;
  padding: 8px;
}
.rightColumn li a:hover, .rightColumn li a.selected {
  color: #999;
}

#shopping-cart-sidebar-contents {
  color: #999;
}

/** Login page **/

fieldset {
  border: 0px;
  margin: 0px;
  padding: 15px;
}
fieldset h2 {
  padding-bottom: 10px;
}
fieldset .login-page-block {
  height: 10em;
}
fieldset .content {
  padding: 0px;
}
fieldset .content p, .content p {
  padding-left: 0px;
}
#loginDefault fieldset {
  height: 16em;
}
fieldset input[type="text"], fieldset input[type="password"] {
  border: 0px;
  background: #FFF;
  color: #000;
  font-family: georgia;
  width: 330px; /* 330 */
  padding: 5px;
}
.ccinfo input[type="text"], #checkoutNewAddress input[type="text"] {
  width: 290px;
}

#createAcctDefault fieldset input[type="text"], #createAcctDefault fieldset input[type="password"] {
  width: 270px;
}

#addressBookDefault fieldset input[type="text"] {
  width: 180px;
}
#addressBookDefault fieldset select {
  width: 190px;
}

fieldset legend {
  display: none;
}
fieldset label {
  display: block;
  width: 100px;
}
#createAcctDefault fieldset label {
  width: 163px;
}

#loginDefault fieldset label, #passwordForgotten fieldset label, #timeoutDefault fieldset label {
  width: 100px;
}
#addressBookDefault fieldset label {
  width: 90px;
}
#accountPassword fieldset label {
  width: 230px;
}
.login-page-row {
  clear: both;
  padding-bottom: 4px;
  padding-top: 4px;
}
.login-page-row label {
  float: left;
  padding-top: 4px;
}
.login-page-row input, .login-page-row select {
  float: right;
}

.content-split {
  clear: both;
  background: url('/images/fonts/solidlines.gif') no-repeat;
  background-position: 0px 10px;
  display: block;
  height: 40px;
  width: 100%;
}

/* cart attributes */

.cartAttribsList ul, .cartAttribsList ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* checkout success */

#checkoutSuccessOrderNumber {
  font-size: 2em;
  font-weight: normal;
}

/* checkout license page */

#checkoutLicenseDocument p {
  padding-left: 0px;
}

/* forms */

.login-page-row input.no-float, .login-page-row label.no-float {
  display: inline-block;
  float: none;
  margin: 5px;
  padding: 0px;
  width: auto;
} 

/* checkout shipping page */

#shippingMethodSelect label {
  width: auto;
}
#shippingMethodSelect textarea {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: #C00;
  color: #FFF;
}

/* checkout payment page */

.ccinfo select {
  float: none;
  margin-left: 5px;
}

/* checkout confirmation page */

#checkoutConfirmDefault .totalBox, #checkoutConfirmDefault .lineTitle {
  font-size: 2.1em;
}
#checkoutConfirmDefaultPaymentTitle {
  font-size: 1.1em;
  font-weight: normal;
}

/* order viewing page */

#orderHistoryDetailedOrder, #orderHistoryStatus {
  background: #141414;
  color: #C00;
  margin: 0px;
  margin-bottom: 1px;
  padding: 15px;
}
#orderContentsDisplay .tableHeading th, #orderContentsDisplay td, #myAccountOrdersStatus .tableHeading th, #myAccountOrdersStatus td {
  padding-left: 15px;
}