/**
 * shop.undersanction.com stylesheet
 */
 
input#searchTop {
    background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
    background:url("../images/red/header.gif");
}
h3.leftBoxHeading, h2.alsoHeading, h3.rightBoxHeading {
    background: url("../images/red/sideboxbg.gif");
}
#navMain a {
    background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
    background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
    background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */

/* other background color or image changes */
html {
    scrollbar-3dlight-color:#aa0000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-darkshadow-color:#200000;
    scrollbar-face-color:#5a0000;
    scrollbar-highlight-color:#5a0000;
    scrollbar-shadow-color:#5a0000;
    scrollbar-track-color:#2d0000;
}
body {
    background:#000000; /* main site background color, blue default */
    background-image:url(../images/noiseback.gif);
}
html, body {
    height: 100%;
    margin:0;
    padding:0;
}
* html #backer {
    height: 100%;
}
#backer {
    background-image:url(../images/siteback2.gif);
    background-repeat:repeat-x;
    background-position:50% 155px;
    min-height: 100%;
}
#headerWrapper {
    background:#a40000;  /* background color behind logo and sales text, white default */
    border-bottom:2px solid #300000; 
}
input[type="text"], textarea, select, input[type="password"] {
    background-color:#1f1f1f;
    color:#ffffff;
    border:1px solid #686868;
    padding:2px;
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
}
input[type="password"] {
    color:#c00000;
}
INPUT {
    margin:2px 4px;
}
input:focus, select:focus, textarea:focus {
    background:#111111;/* background color for input boxes, light blue default */
}
.messageStackCaution, .messageStackWarning, .messageStackError, .messageStackSuccess {
    background:#fefdb3;  /* background color for caution messages, yellow default */
    border:1px solid #ffc200;
}
#cartSubTotal {
    background:#484848; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
TR.tableHeading, TR.productListing-rowheading, .cartTableHeading {
    border-bottom:1px solid #686868;
    background-color:#484848;
    height:2em;
    text-align:left;/* background color for various table headings (including shopping cart heading), medium grey default */
}
TR.tableHeading TH, TR.productListing-rowheading TH {
    border-bottom:1px solid #686868;
}
#navEZPagesTop {
    background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
}
#contentMainWrapper {
    /* background:url("../images/sidebox.gif") 100% 0 repeat-y; */ /* This is the right column background "faked" with an image. */
    background:#a40000;
    border:1px solid #a40000;
}
#contentMainWrapperb {
    background: url("../images/ampback.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
    background-color:#1d1d1d; /*background color for the main "content" of the site */
    margin:4px;
    margin-top:0px;
    border:1px solid #300000;
    border-top:2px solid #300000;
}
input.search {
    background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
}
/* font color changes */

body {
    color:#000000;  /* main site font color*/
}
a:link {
    color:#a90000; /* main site links color */
    text-decoration:none;
}
a:visited {
    text-decoration:none; /* color of links after customer has visited them */
    color:#a90000;
}
a:hover {
    color:#c80000; /* color when links are hovered over */
    text-decoration:underline;
}
#productDescription a {
    background:transparent url("../images/external-link.png") no-repeat scroll 100% 0;
    padding-right:10px;
}
#alsoPurchased a, #productDescription a, .rowEven a, .rowOdd a, .productListing-heading a, h3.itemTitle a, #downloadFooter a, #featuredProducts a {
    color:#FFFFFF;
    font-weight:bold;
}
#alsoPurchased a img {
    border:1px solid #686868;
    margin-top:5px;
}
h3.leftBoxHeading, h3.rightBoxHeading {
    color:#ffffff; /* right and left box heading color */
}
.leftBoxHeading a, .rightBoxHeading a {
    color:#ffffff; /* right and left box LINK heading color */
}
#accountDefault a {
    color:#999999;
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
    color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
}
#navMain a span {
    color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
    color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#tagline {
    color:#333333; /* tagline text color */
}
#productPrices {
    color:#b40000; /* color of price */
    margin-top:-5px;
    margin-bottom:9px;
    font-size:1.4em;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
    color:#c10000; /* color of sale prices and alerts */
}
/* end of site font color changes */


/* site and main content width section */
    
html>body {
    width: auto;
}
#nw {
    padding-top:10px;
    width:900px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
    max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
    min-width:900px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/

/* * html #nw {
    width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "900px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
/*  }
/* end IE only */
/* end site and main content width section */


/*wrappers - page or section containers*/
#nw {
    text-align:left;
    vertical-align:top;
    margin:0 auto;
}
#headerWrapper {
    float:left;
    width:896px;
}
#navMainWrapper {
    height:32px;
    width:100%;
    font-size:12px;
}
#logoWrapper {
    width:auto;
}
#logo {
    float:left;
    padding:0px 0px 0px 15px;
    margin:0px;
    text-align:center;
}
#taglineWrapper {
    width:75%;
    float:left;
    display:none;
}
#tagline {
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    padding:25px 8px 35px 8px;
}
#navEZPagesTop {
    font-weight:bold;
    width:auto;
    padding:7px 0;
}
#navEZPagesTop a {
    padding:0 8px;
}
#contentMainWrapper {
    line-height:1.4;
    min-height: 100%;
}
#contentMainWrapperb {
    min-height: 100%;
}
* html #contentMainWrapper {
    height: 100%;
}
.outer {
    padding-left: 165px; /* Same width as margin-left for the float-wrap div */
    padding-right: 0px; /* Our right column width - def 150px */
}
#navColumnTwo {
    display:none;
} /*hide right column */
.inner {
    width: 100%;
    min-height:610px;
}
.float-wrap {
    float: left;
    width: 98%;
    margin-left: -165px; /* Same length as .outer padding-left but with negative value */
}
#content {
    float: right;
    margin-right: -165px; /* Same length as .outer padding-left but with negative value */
    width: 100%;
    line-height:1.6;
    position: relative; /* IE needs this  */
    margin-bottom:10px;
}
.contentWrap {
    padding: 5px 0px 5px 5px;
}
#navColumnOne {
    float: left;
    position: relative; /* IE needs this  */
}
#navColumnTwo {
    float: right;
    margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
    position: relative; /* IE needs this  */
}
* html #navColumnTwo {
    margin-right: -170px !important; /* Fixes IE6 Issue */
}
/* end wrappers - page or section containers*/


* {
    margin:0;
    padding:0;
}
body {
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
    font-size:73.5%;
    color:#ffffff;
}
a img {
    border:none;
}
ul, ol {
    text-align:left;
    padding-left:25px;
    margin-left:10px;
    margin-bottom:10px;
}
#navMain ul {
    margin-bottom:0px;
}
h1 {
    font-size:1.3em;
}
h2 {
    font-size:1.1em;
}
h3 {
    font-size:1.1em;
}
h4, h5, h6, LEGEND, ADDRESS, .sideBoxContent, .larger {
    font-size:1.0em;
}
LEGEND {
    color:#ffffff;
}
.biggerText {
    font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
    margin:.3em 0;
}
CODE {
    font-family:tahoma, arial, verdana, helvetica, sans-serif;
    font-size:1em;
}
FORM, SELECT {
    display:inline;
    font-size:1em;
}
option {
    padding-right:.5em;
}
html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
    float:left;
    clear:both;
}
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
    margin:0 .2em .5em 0;
    float:left;
}
.ratingRow input[type=radio] {
    float:none;
    margin:0 .5em;
}
TEXTAREA {
    margin:auto;
    display:block;
    width:95%;
}
FIELDSET {
    padding:5px;
    border:1px solid #686868;
    background-color:#333333;
}
LEGEND {
    font-weight:bold;
    padding:.3em;
}
h4.optionName {
    position:relative;
    bottom:1px;
    padding-right:.95em;
    font-size:11px;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
}
LABEL.inputLabel {
    color:#b9b9b9;
    width:90%;
    float:left;
    margin-top:2px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:-2px;
}
LABEL.inputLabelPayment {
    width:15em;
    float:left;
    padding:.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width:12em;
    float:left;
}
ADDRESS {
    font-style:normal;
    padding-right:40px;
}
.clearBoth {
    clear:both;
    height:0;
    font-size:0;
    line-height:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

HR {
    height:1px;
    margin:.5em 0;
    border:none;
    border-bottom:1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    padding:.5em;
    color:#000000;
}
/* product info page css */

#cartAdd {
    width:300px;
    text-align:left;
    margin:10px auto auto -1px;
    float:left;
}
#cartAdd input {
    margin:.3em 0 0 0;
}
#productDescription {
    clear:both;
    background-color:#363636;
    border:1px solid #686868;
    padding:6px;
}
#rightFloat {
    float:left;
    width:400px;
}
#leftFloat {
    float:left;
    text-align:center;
}
#productDetailsList {
    float:left;
}
ul#productDetailsList {
}
#productAttributes {
    min-width:240px;
    float:left;
    background-color:#363636;
    border:1px solid #686868;
    padding:0px 10px 0px 10px;
    margin:0px;
    clear:both;
}
#productImage {
    margin:0 auto;
    text-align:center;
}
.imgLink {
    text-align:center;
    margin:0px 0px 0px 2px;
    width:100%;
    background:transparent url("../images/larger.gif") no-repeat scroll 0% 2px;
    padding-left:18px;
    position:relative;
    bottom:4px;
}
#friendReview {
    width:200px;
    padding:15px 0 10px 0;
    float:left;
    clear:left;
    text-align:left;
    display:none;
}
.reviewCount {
    float:left;
    padding-left:2px;
}
#productReviewLink {
    padding:5px 0;
}
.wrapperAttribsOptions {
    line-height:2em;
    width:auto;
    float:left;
    padding-top:7px;
    padding-bottom:8px;
}
.wrapperAttribsOptions label {
    position:relative;
    bottom:4px;
}
.wrapperAttribsOptions h4 {
    padding-right:15px;
}
/* end product info page css */


/* css for top menu tabs */

#navMain {
    float:right;
    width:750px;
    line-height:normal;
}
#navMain ul {
    float:right;
    list-style:none;
}
#navMain li {
    display:inline;
}
#navMain a {
    float:left;
    text-decoration:none;
}
#navMain a span {
    float:left;
    display:block;
    padding:7px 15px 10px 15px;
    text-align:center;
    width:90px;
    cursor:pointer;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
    float:none;
}
/* End IE5-Mac hack */

#navMain a:hover {
    background-position:0% -32px;
}
#navMain a:hover span {
    background-position:100% -32px;
}
/* end css for top menu tabs */

    
.navNextPrevWrapper {
    margin-bottom:1em;
}
.navPrevCounter {
    font-size:.9em;
}
.navNextPrevList {
    display:inline;
    white-space:nowrap;
    padding:0 1em;
    list-style-type:none;
    position:relative;
}
#navSuppWrapper {
    width:100%;
    margin:0 auto;
    float:left;
    display:none;
}
#navSupp {
    margin:0 auto;
    text-align:center;
    padding-top:1em;
}
#navSupp ul {
    list-style-type:none;
    text-align:center;
    line-height:1.5em;
    padding: .3em 0;
}
#navCatTabs ul {
    list-style-type:none;
    text-align:center;
}
#navSupp li, #navCatTabs li {
    display:inline;
    padding:0 .5em;
}
#navSupp ul li a, #navCatTabs ul li a {
    text-decoration:none;
    white-space:nowrap;
    display:inline;
    font-weight:bold;
    width:0;
}
#navEZPagesTOCWrapper {
    font-weight:bold;
    float:right;
    height:1%;
    border:1px solid #000000;
}
#navEZPagesTOC ul {
    padding: .5em 0;
    list-style-type:none;
    line-height:1.5em;
}
#navEZPagesTOC ul li {
    white-space:nowrap;
}
#navEZPagesTOC ul li a {
    padding:0 .5em;
}
#navCategoryIcon, #indexProductListCatDescription {
    margin:.5em;
}
.buttonRow {
    padding-top: 5px;
}
#navMainSearch {
    float:left;
    width:120px;
}
input.search {
    border: 0;
    width: 100px; /* width of text-display area */
    padding: 3px 15px 4px 20px;
    font-size: 11px;
}
input#searchTop {
    border: 0;
    width: 115px; /* width of text-display area */
    padding: 4px 15px 5px 20px;
    font-size: 12px;
}
* html input#searchTop {
    background-attachment: fixed;
}
#navBreadCrumb {
    text-align:left;
    line-height:1.6em;
    font-size:.95em;
    padding:.2em 0;
    color:#999999;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align:top;
}
.shippingEstimatorWrapper {
    padding:.5em;
}
.important {
    font-weight:bold;
    padding:.5em;
}
.gvBal {
    float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding:.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus {
    font-size:.9em;
}
#siteinfoLegal {
    padding:3px 0px 10px 0px;
    clear:both;
    color:#770000;
    width:900px;
    margin:0 auto;
}
#siteinfoLegal a {
    color:#840000;
    font-weight:700;
}
#cartSubTotal {
    border:1px solid #686868;
    border-top:0px;
    font-weight:bold;
    text-align:right;
    padding:2px;
    padding-right:.5em;
    margin-bottom:4px;
}
.tableRow {
    height:2.2em;
}
#checkoutSuccess .tableRow {
    background-color:#222222;
}
#featuredProducts table {
    background-color:#222222;
    border:1px solid #686868;
    border-top:none;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding:.5em 0 0;
}
.cartTotalsDisplay {
    display:none;
}
#cartInstructionsDisplay, #indexDefaultMainContent {
    padding-bottom:5px;
}
#cartContentsDisplay .cartProductDisplay, #cartContentsDisplay #ccProductsHeading, .tabTable, #downloadFooter, #upProductsHeading, th, .productListing-data, #prevOrders h2 {
    text-align:left;
}
#cartContentsDisplay, .tabTable, #prevOrders {
    background-color:#363636;
    border:1px solid #686868;
    line-height:1.4;
}
#cartProdTitle {
    text-align:center
}
.cartUnitDisplay, .cartTotalDisplay, #ccTotalHeading {
    text-align:right;
    padding-right:.6em;
}
.cartRemoveItemDisplay input[type=checkbox] {
    float:none;
    margin-bottom:1em;
}
#scUpdateQuantity {
    width:1.8em;
}
#scProductsHeading {
    padding-left:5.4em;
    text-align:left;
}
.cartQuantity {
    width:4em;
}
.cartNewItem {
    position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
    position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
    text-align:right;
    font-weight:bold;
    padding-right:10px;
}
.cartRemoveItemDisplay {
    width:5em;
}
.cartRemoveItemDisplay a {
    vertical-align:middle;
}
.cartAttribsList {
    margin-left:4.5em;
    font-size:.85em;
}
#attribsOptionsText {
    font-size:.95em;
    margin-bottom:0px;
    padding-bottom:0px;
    display:none;
}
#mediaManager {
    width:50%;
    margin:.2em;
    padding:.5em;
}
.mediaTitle {
    float: left;
}
.mediaTypeLink {
    float: right;
}
.normalprice, .productSpecialPriceSale {
    text-decoration:line-through;
}
.orderHistList {
    margin:1em;
    padding:.2em 0;
}
#ezPageBoxList li {
    padding:.2em 0;
}
#cartBoxEmpty, #cartBoxVoucherBalance, #checkoutSuccessContactLink a {
    font-weight:bold;
}
.totalBox {
    width:3.0em;
    text-align:right;
    padding:.2em;
    padding-right:0.6em;
}
.lineTitle, .amount {
    text-align:right;
    padding:.2em;
}
.amount {
    width:5.5em;
}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin:.5em 1em 0 0;
}
#cartImage {
    margin:0em 1em;
}
.attribImg {
    width:20%;
    margin:.3em 0;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin:1em 0;
}
.centerBoxContentsProducts {
    margin:0 auto;
    text-align:center;
    width:95%
}
h3.leftBoxHeading, h3.rightBoxHeading {
    font-size:.95em;
    font-weight:bold;
    height:20px;
    padding:.2em 0 0 0;
    display:inline-block;
    width:150px;
    margin:4px 0px !important;
    margin:4px 0px;
}
h2.centerBoxHeading {
    margin:0px;
    padding:.5em 0;
    padding-left:5px;
    border:1px solid #686868;
    line-height:normal;
    background-color:#484848;
    text-align:left;
}
h2.alsoHeading {
    display:inline-block;
    width:150px;
    font-size:.95em;
    font-weight:bold;
    height:20px;
    padding:.2em 0 0 0;
    margin:0px;
    margin:0px !important;
}
#alsoPurchased {
    margin-top:6px;
    float:left;
    width:150px;
    margin-top:-319px;
    font-size:.95em;
    text-align:center;
}
.centerBoxContentsAlsoPurch {
    background-color:#303030;
    border:1px solid #646464;
    border-left:0px;
    border-top:0px;
    width:149px;
    width:149px !important;
    padding-bottom:9px;
    padding-top:3px;
}
.sideBoxContent {
    font-size:1.1em;
    padding:5px;
    color:#cdcdcd;
}
.sideBoxContent a {
    color:#cdcdcd;
}
.sideBoxContent ul {
    text-align:left;
    list-style-type:none;
    padding:0 0 0 10px!important;
    margin:0!important;
}
.sideBoxContent li {
}
#categoriesContent, #documentcategoriesContent {
    text-align:left;
    padding:0px;
    margin-right:1px;
}
a.category-top {
    background-color:#272727;
    display:block;
    margin-bottom:4px;
    padding:3px 3px 3px 6px;
}
a.category-top:hover {
    text-decoration:none;
    background-color:#161616;
    color:#FFF;
}
.buttonRow a:hover {
    text-decoration:none;
}
.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align:center;
}
.productListing-data a img, #featuredProducts table a img {
    margin:10px;
    border:1px solid #686868;
}
#upDateHeading, #siteinfoLegal, .alignRight {
    text-align:right;
}
#scQuantityHeading, #ccQuantityHeading, #dlFileNameHeading, #checkoutSuccessContactLink {
    padding-left:8px;
}
#scUnitHeading, #scTotalHeading, #listCell0-0, #prevOrders h2, .downloadProductlink a {
    padding-left:5px;
}
/*misc*/
.back {
    float:left;
}
.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}
.bold, #featuredProducts table a {
    font-weight:bold;
}
.rowOdd, .rowEven {
    height:1.5em;
    vertical-align:top;
}
.rowEven, .productListing-odd {
    background-color:#2f2f2f;
}
.rowOdd, .productListing-even {
    background-color:#3b3b3b;
}
tr.rowOdd, tr.rowEven {
    border-top:1px solid #686868;
    border-top:1px solid #686868 !important;
}
.hiddenField {
    display:none;
}
.visibleField {
    display:inline;
}
#accountLinksWrapper li {
    padding:.5em 0;
    display:block;
    list-style:none;
}
.accountTotalDisplay, .accountTaxDisplay {
    width:20%;
    text-align:right;
}
.accountQuantityDisplay {
    width:10%;
    vertical-align:top
}
#siteMapList {
    width:90%;
    float:right;
}
.ratingRow {
    margin:1em 0 1.5em 0;
}
LABEL#textAreaReviews {
    font-weight:normal;
    margin:1em 0;
}
.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;
}
.smallProductImage {
    padding:1em;
}
#sendSpendWrapper {
    border:1px solid #cacaca;
    float:right;
    margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    width:46%;
}
#infoShoppingCart, #popupShippingEstimator {
    background-color:#FFFFFF;
    background-image:none;
    padding:20px;
}
table#downloads, #downloadFooter {
    border:1px solid #686868;
}
#downloadFooter {
    border-top:0px;
    padding:4px 4px;
    background-color:#2E2E2E;

}
tr.tableRow td {
    padding:9px 4px;
}
/* my hides */
.hide {
    display:none;
}
#checkoutComments, #checkoutCoupons, #checkoutPaymentHeading, #checkoutShippingHeading, #checkoutShippingContentChoose, div.advisory, div.information, #cartUpdateBelow, #buttclear {
    display:none;
}
#uspaypal, #usfree {
    margin-top:10px;
    font-size:12px;
    background-color:#202020;
    padding:5px 7px;
    border:1px solid #686868;
}
#checkoutShoppingCart, #checkoutPayment {
    padding-top:0px;
    margin-top:0px;
}
#usCheckoutConfirmation {
    padding-top:10px;
    font-weight:bold;
    font-size:12px;
}
#processingImage {
    text-align:center;
    padding-top:20px;
    padding-left:110px;
}
#usDownloadText {
    border:1px solid #686868;
    border-bottom:0px;
    padding:4px 2px;
    background-color:#2e2e2e;
}
#estimateShipping {
    display:inline;
}
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
    float:left;
    background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
    background: url("../images/shadow.gif") no-repeat bottom right;
    margin: 10px 0 0 3px !important;
    margin: 10px 0 0 3px;
}
#productMainImage img {
    display: block;
    position: relative;
    background: #363636;
    margin: -3px 6px 6px -3px;
    border: 1px solid #5d5d5d;
    padding: 4px;
}
/* end css for product image drop shadow */

#prevOrders th, #prevOrders td {
    padding:3px 5px;
}
#loginDefaultHeading {
    display:none;
}
h2.greeting {
    font-size:.95em;
}
#fecconfirmationBody #navColumnOne, #checkoutConfirmDefaultHeadingComments, #checkoutShippingSelection {
    display:none;
}
#paypalcert {
    margin-top:-162px;
    float:left;
}
#fecconfirmationBody #paypalcert {
    margin-left:5px;
    margin-top:-167px;
}
/* under sanction albums */
.albumTable {
    table-layout:fixed;
    empty-cells:show;
    border-collapse:collapse;
}
.albumRowSpacer {
}
.albumRowEven {
    height:28px;
    background-color:#4b4b4b;
}
.albumRowOdd {
    height:28px;
    background-color:#545454;
}
.albumBottomRow {
    height:28px;
}
.albumDigital, #checkoutLinks {
    background-color:#202020;
    padding:5px 7px;
    border:1px solid #686868;
}
.albumFooter {
    padding-left:26px;
}
.trackNo {
    text-align:center;
    font-size:1.1em;
}
.runtime {
    text-align:center;
}
.spacertd {
    height:1px;
}
.spacertdBig {
    height:8px;
}
/* end under sanction albums */
#cartAdd input.cart_qty {
    margin-right:5px;
}
