/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */

body {
	
/*  background-image: url("https://www.goodfellas.net/images/main-bg.jpg ");*/
background-repeat: repeat-x;
background-color: #ea7700;
width: 95%;
/*padding-left: 9%; */
margin:0;
	font-family: Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#3e3e3e;
}

a img {border: none; }

a {

  color:#E8E1B3;

  text-decoration: none;
  font-family: Arial;
  font-size:20px;

}
a:visited {
	color: #E8E1B3;
	text-decoration: none;
}
a:hover {
	color: #E8E1B3;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma;
}
h1 {
	margin: 0px 0px 15px 0px;
	/*text-align: center;*/
	font: 140% tahoma, helvetica, sans-serif;
	color: #931;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}
fieldset input, fieldset select {
font-size: 13px;
	margin: 0.5em;
    -webkit-border-radius: 0.65em;
-webkit-border-top-right-radius: 0.65em;
-webkit-border-bottom-left-radius: 0.65em;
-moz-border-radius: 0.65em;
-moz-border-radius-topright: 0.65em;
-moz-border-radius-bottomleft: 0.65em;
border-radius: 0.65em;
border-top-right-radius: 0.65em;
border-bottom-left-radius: 0.65em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
    padding:2px;
}
/* 
#centerColumn FORM, SELECT, INPUT {
	font-size: 13px;
	margin: 0.5em;
    -webkit-border-radius: 0.65em;
-webkit-border-top-right-radius: 0.65em;
-webkit-border-bottom-left-radius: 0.65em;
-moz-border-radius: 0.65em;
-moz-border-radius-topright: 0.65em;
-moz-border-radius-bottomleft: 0.65em;
border-radius: 0.65em;
border-top-right-radius: 0.65em;
border-bottom-left-radius: 0.65em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
    padding:2px;
	}
    */
/* joe removed below in favor of one above   
form, select {
	display: inline;
	margin: 0.1em;
}
*/
textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #e8e1b3;
}

legend {
	font-weight: bold;
	padding: 0.3em;
    color:#990000;
    /* joe added below for shopping cart pages */
    border:1px solid #e8e1b3;
    background-image: url(../images/bgd-legend.jpg);
background-repeat: repeat-x;
-webkit-border-radius: 0.75em;
-webkit-border-top-right-radius: 0.75em;
-webkit-border-bottom-left-radius: 0.75em;
-moz-border-radius: 0.75em;
-moz-border-radius-topright: 0.75em;
-moz-border-radius-bottomleft: 0.75em;
border-radius: 0.75em;
border-top-right-radius: 0.75em;
border-bottom-left-radius: 0.75em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
}

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;
}
input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}
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;
}

address {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	/*padding: .2em .5em;
	border: 0px solid #000;*/
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #ff8800;*/
	/*text-align: left;*/
	width: 1020px;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 0px solid #fff;	 
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
}
#contentMainWrapper {
	width:100%;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom:5px solid #fff;
    border-top:5px solid #fff;
	background-color: #ff8800;
    /* joe added below for rounded, drop shadow on main area */
	-moz-border-radius: 0.75em; -webkit-border-radius: 0.75em; border-radius: 0.75em; -moz-box-shadow: 5px 5px 15px #080808; -webkit-box-shadow: 5px 5px 15px #080808; box-shadow: 5px 5px 15px #080808; 
    position:relative;
    top:7px; 
	}


#headerWrapper {
 /* joe removed this and replaced with below   background-image:url(../images/americas-most-wanter.png); */
 background-image:url(../images/header.jpg);
 background-repeat: no-repeat;
}

#logoWrapper{
	background-color: #ffffff;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
}
	
#tagline {
	padding: 1em 0 0 0;
	text-align : center;
	background-color:#D14A00;
}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	/* joe updated line below for attributes font size */
    font-size:12px;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper */{
/* joe added below for the very top navigation area.  note: the above was already commented out.
this assures it floats over top of the header background image in IE.
*/
position:relative;
z-index:999999;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 0.5em;
	margin: 0;
    font-size:14px;
    color:#3e3e3e;
}

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

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}

#navBreadCrumb {
	background-color: #f5f5f5;
	padding: 3px 0;
	border: 1px solid #ccc;
}

#navEZPagesTop {
	/*background-color: #C40001;*/
	padding: 0.5em;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	line-height:30px;
    /* joe added below for top nav bar styling - original borders below
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff; */    
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
   /* -moz-border-radius: 4em 0.75em 4em 0.75em; -webkit-border-radius: 4em 0.75em 4em 0.75em; border-radius: 4em 0.75em 4em 0.75em; */
-webkit-border-radius: 4em;
-webkit-border-top-right-radius: 0.75em;
-webkit-border-bottom-left-radius: 0.75em;
-moz-border-radius: 4em;
-moz-border-radius-topright: 0.75em;
-moz-border-radius-bottomleft: 0.75em;
border-radius: 4em;
border-top-right-radius: 0.75em;
border-bottom-left-radius: 0.75em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
}

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

/*The main content classes*/
#navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}
.alert {
	color: #c00;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}

.centerColumn {	
/* joe edited the width. Leave as is or the home page width breaks.  Look below for the centerColumnproductpage class at the bottom */
	width:700px;
	float:left;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	border: 1px solid #000;
	padding: 1em;
}
#cartAdd a {
	color:#663300;
}
.tableHeading th {
	border-bottom: 1px solid #ccc;
    /* joe added lines below */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333
}

.tableHeading, #cartSubTotal {
	background-color: #eee;
    /* joe added below for shopping cart contents page */
    background-image: url(../images/bgd-shopping-cart.gif);
background-repeat: repeat-x; 
}

#cartSubTotal {
	border-top: 1px solid #747474;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
    /* joe added below */
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
    -webkit-border-radius: 0.75em;
-webkit-border-top-right-radius: 0.75em;
-webkit-border-bottom-left-radius: 0.75em;
-moz-border-radius: 0.75em;
-moz-border-radius-topright: 0.75em;
-moz-border-radius-bottomleft: 0.75em;
border-radius: 0.75em;
border-top-right-radius: 0.75em;
border-bottom-left-radius: 0.75em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
}

.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;
    /* joe added below */
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

#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;
    /* joe added below */
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}

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

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

.orderHistList {
	margin: 0 1em;
	padding: 0.2em 0em;
} 

#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 ;
}
/* joe modified categoryIcon below */
.categoryIcon {
    margin-bottom:10px;
    }
.categoryIcon a {
	font-size: 12px;
	color: #333333;
    }
    
#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;*/
	border: 0;
	margin: 1.1em 0;
	height: 1%;
}

#whatsNew .centerBoxWrapper {
	border: 0;
	margin: 1.1em 0;
	height: 1%;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-style: italic;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	/*background-color: #f5f5f5;*/
	border-bottom: 0px solid #000;
}
.leftBoxContainer, .rightBoxContainer {
	/*border: 1px solid #ccc;
	margin: 0 0 1em 0;*/
}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	/*background-color: #d14a00;*/
}
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward {
	float: right;
}
/* joe added below for help link */
#shoppingCartDefault .forward a {
   /*  font-size:12px;
    color:#000000;*/
    display:none;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
}

.rowEven {
	background-color: #fff;
	vertical-align: top;
}
/* joe added below so the shopping cart contents area looks nice */
#cartContentsDisplay {
	background-color: #fff;
	vertical-align: top;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #747474;
    -webkit-border-radius: 0.75em;
-webkit-border-top-right-radius: 0.75em;
-webkit-border-bottom-left-radius: 0.75em;
-moz-border-radius: 0.75em;
-moz-border-radius-topright: 0.75em;
-moz-border-radius-bottomleft: 0.75em;
border-radius: 0.75em;
border-top-right-radius: 0.75em;
border-bottom-left-radius: 0.75em;
-moz-box-shadow: 3px 3px 5px #080808; -webkit-box-shadow: 3px 3px 5px #080808; box-shadow: 3px 3px 5px #080808; 
}

caption {
	/*display: none;*/
}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

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

tr.tableHeading {
	background-color: #eee;
}

/* joe added below for shopping cart contents page */
#cartContentsDisplay {
	background-color: #eee;
    background-image: url(../images/bgd-shopping-cart.gif);
background-repeat: repeat-x;
}

#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #eee;
}
.productListing-data {
	padding: .5em 0;
}
.productListing-data h3 {
	margin: 0 0 1em 0;
}
#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;
}

/* joe modified productAttributes below */
#productAttributes{
	width: 650px;
}
/* joe modified logoWrapper below */
#logoWrapper {
padding-left: 25%;
margin-top:-55px;
height:152px;
background:transparent;
}

#navEZPagesTop ul {padding: 0; margin: 0;}

h1#ezPagesHeading {
    color: White;
    font-size: 150%;
    padding:5px;
}
#navEZPagesTop {
text-align: center;
font-size:50%;
font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* joe added below */
h1#checkoutOrderHeading {
    color: #990000;
    font-size: 150%;
    padding:5px;
}

/* joe added below */
.headings {
	font-size: 18px;
	font-weight: bold;
	color: #ff5a00;
}

.content {
	font-size: 12px;
	color: #000;
	line-height: 20px;
    text-align:left;
}
.legalCopyright {
	font-size: 12px;
	color: #333333;
    padding:10px;
}
.cartTotalsDisplay {
	font-size: 14px;
	color: #333333;
}
#cartProdTitle {
	font-size: 14px;
	color: #cc3300;
}
#shoppingCartDefault {
    /*border:1px solid black; -moz-border-radius: 0.65em; -webkit-border-radius: 0.65em; border-radius: 0.65em; -moz-box-shadow: 3px 3px 5px #2c2c2c; -webkit-box-shadow: 3px 3px 5px #2c2c2c; box-shadow: 3px 3px 5px #2c2c2c; */
margin:10px 0 20px 0;
}
#shoppingCartDefault .centerColumn {
    background-color:#ffffff;
	float:left;
    
}
.buttonRow {
    margin:10px;
    padding:10px;
}
#cartDefaultHeading {
    padding:8px;
    }
#checkoutLoginDefaultPasswordForgotten {
	font-size: 12px;
	color: #cc3300;
}
.buttonRow a {
	font-size: 12px;
	color: #cc3300;
}
.information {
	font-size: 12px;
	color: #333333;
}
.imgLink {
	font-size: 12px;
	color: #333333;
}
.attribsCheckbox  {
	font-size: 12px;
	color: #333333;
}

.centerColumnproduct {	
/* joe edited the width. Leave as is or the home page width breaks */
	width:730px;
	float:left;
    position:relative;
    left:-20px;
}
input.attrib-grid-cell {
    width:15px;
}
#otshipping {display:none;}
.gplusurl{display:none;}
.addcont {
    padding: 10px 20px;
}
.margtop {
    margin-top: -25px;
}
.margbtm{margin-bottom:-15px;}



