/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

/*
default styles for butchsbeachburritos.com (store area)
Created:        Jun 29 2006
Last Modified:	Jul 11 2006
-----------------------------  
ryan masuga, masugadesign.com
ryan@masugadesign.com | Copyright 2006
===========================================*/

/*
not sure this is working...but would make updating styles much easier
*/
@import url("../../../../../css/style.css");

body#store #content{
	padding: 20px;
	width: 486px;
	position:relative;
}


/* =SIDEBAR styles
===========================================*/
#sidebar {
	border:0;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 170px;
	float: right;
	display: inline;
}

#content h2#title-salsa {
	background: transparent url('../images/salsa_salsa.jpg') 0 0 no-repeat;
	display: inline;
	float: left;
	margin:0;
	height: 155px;
	width: 150px;
	color: #333;
	padding: 155px 0px 0px 0px; 
	height: 0px !important;
	height /**/:155px;
	overflow:hidden;
	font-size: 1px;
	}


#product-mainimage {
	float:left;
	margin:0 10px 10px 0;
	text-align:left;
	padding-bottom:5px;
	background: #F0EAC0;
}

#product-mainimage img {
	border: none;
	margin-bottom:5px;
}

#product-mainimage a.image-enlarge {
	background: transparent url('../images/icons/icon_enlarge.gif') 5px 50% no-repeat;
	padding-left:24px;
}

/* =md= PRODUCT RESULT DIV/TABLE
====================================================== */
#productListing { /* div surrounding table */
	clear:both;
	}

table#cat1Table {
	margin-bottom:5px;
}

table#cat1Table td {
	padding:8px 3px;
	border-bottom:1px solid #ddd;
	}

/* hides the main row listing in the product results table */
#content tr.productListing-rowheading, #content th.productListing-heading {
	display: none;
	}

h3.itemTitle {
	text-align: left;
	margin-bottom:.25em;
	font-size: 120%;
	}

.listingDescription {
	text-align:left;
	font-size: 90%;
}

.price {
	color:#48A725;
	font-weight: bold;
	font-size: 120%;
	display:block;
	margin-bottom:.25em;
}


/* =md= Product info page
====================================================== */
h2#productName {
	margin:5px 0 10px;
	}

h2#productPrices {
	color:#48A725
	}

/* =md= SHOPPING CART (main cart page)
====================================================== */
#shoppingcart {
	padding:0 10px 10px;
	width:150px;
	margin-top:20px;
	background: #FFFFE0;
}

#shoppingcartContent ul li {
	font-size: 90%;
	}
	
h3#shoppingcartHeading {
	text-align:left;
	padding:6px 0 6px 26px;
	margin:0 -10px 8px -10px;
	background: #f0eac0 url('../images/cart_sidebox.gif') 4px 55% no-repeat;
	color:#333;
	}

#cartBoxListWrapper {
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px solid #CACACA;
}

#cartBoxListWrapper ul {
	margin:0;
	padding:10px 0;
	list-style-type: none;
	}

#cartBoxListWrapper ul li {
	margin-bottom:5px;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	color:#666;
	margin:0;
	}

.cartBoxTotal .totalprice {
	color:#48A725;
	}


th#seProductsHeading {
	text-align: left;
}

th#seTotalHeading {
	text-align: right;
}


/* ================= ORIGINAL STORE STYLES BELOW THIS LINE ====================== */

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

form, select, input {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

legend {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages
These are the boxes that pop up when actions are successful or not
make this like hydro - also, where are the images defined?
------------------------------------------------------------------ */
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	border: 1px solid #E66455;
	padding: 10px;
	margin: 12px 0;
	}

.messageStackWarning, .messageStackError {
	background-color: #ffcdcd;
	color: #C61313;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

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






/*wrappers - page or section containers*/


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

#tagline {
	padding-top:10px;
	color:#000;
	font-size: 2em;
	text-align : left;
	vertical-align: middle;
	}

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

/*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: #E5EDF5;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#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 {
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #3300ff;
	}

/* ================================================ 
Navigation - Sidebox
================================================== */
ul#store-subnav {
list-style: none;
padding: 0;
margin: 0;
/*width: 160px;*/
}

ul#store-subnav li {
display: inline;
margin: 0;
padding: 0;
text-align:left;
}

ul#store-subnav li a
{
display: block;
/*width: 150px;*/
padding: 2px 0 2px 10px;
border-width: 1px;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #ddd;
color: #66A1C5;
font-weight:bold;
text-align:left;
text-decoration: none;
background: #ebecec;
}

ul#store-subnav li a.first {
border-top: 1px solid #d2d2d2;
}

ul#store-subnav li a.last {
border-bottom: 1px solid #d2d2d2;
}

#navMain>ul#store-subnav li a { width: auto; }

ul#store-subnav li#active a {
background: #ebecec;
color: #f66013;
}

ul#store-subnav li a:hover, ul#store-subnav li#active a:hover {
color: #f66013;
background: #f2f2f2;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #ddd;
}

ul#store-subnav li a.first:hover, ul#store-subnav li#first a.last:hover {
border-top: 1px solid #d2d2d2;
}

ul#store-subnav li a.last:hover, ul#store-subnav li#active a.last:hover {
border-bottom: 1px solid #d2d2d2;
}
/* ================================================ */



#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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 {
	margin: 0.5em;
	}

#category-desc {
	float:right;
	margin:0;
	padding:0;
	width:320px;
}

#navBreadCrumb {
	margin-top:16px;
	background-image:url(../images/centercolumn_capsule.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 1.5em;
	}

#navEZPagesTop {
	background-image:url(../images/fullwidth_capsule.gif);
	background-repeat:no-repeat;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0 0.5em 1.5em;
	}

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


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

#productDescription {
	padding: 0.5em;
	}

.shippingEstimatorWrapper {
	padding:10px;
}

.alert {
	color: #f00;
	margin-left: 0.5em;
	}
	
.important {
	font-weight: bold;
	}

.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 90%;
	}

#siteinfoLegal {
	padding-top:36px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 10px 0 10px 0;
	border: 1px solid #dadada;
	padding: 10px;
	background:#FFFFE0;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding: 8px 16px 8px 8px;
	}

.cartTotalsDisplay {
	float:left;
	margin-bottom:5px;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, 
.cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay  {
	padding: 0.5em 0em;
	}

td.cartProductDisplay #cartProdTitle {
	font-size: 90%;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 10px;
	}

.cartUnitDisplay {
	
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #666;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartRemoveItemDisplay {

	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

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

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

#ezPageBoxList li, {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

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

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



/* =m= SIDEBOXES
====================================================*/

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, 
h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1em;
	color: #ffffff;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #FFFF33;
	text-decoration: none;
	} 




/* =m= END SIDEBOXES ====================================================*/





.centeredContent, TH, #cartBoxGVButton, #navCatTabsWrapper, 
#navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  
#bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, 
.cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartBoxGVBalance, 
.leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, 
.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, 
#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;
	}

/*misc*/
.empty {
	color:#C61313;
	}
	
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.productListing-odd {
	background-color: #E8E8E8;
	vertical-align: top;
	}

.productListing-even {
	background-color: #F0F0F0;
	vertical-align: top;
	}

caption {
	/*display: none;*/
	}

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

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

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

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

tr.tableHeading th {
	padding:3px 5px;
	}

#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 {
	background-color: #ffffff;
	}