/**
 * 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 4813 2006-10-23 02:13:53Z drbyte $
 */
/* u-buyrite main colors */
@charset "UTF-8";
html {height:100%}
body {min-height:101%}

#navMainWrapper {
	height:3em;
	}
 
#navEZPagesTop {
	background-color: #ccc6b3; /* ubuy main light color #8c97b5;  steel-blue */
	}
	
#navCatTabsWrapper {
	background: #ccc6b3; /* #8c97b5; */
	}
	
#navBreadCrumb {
	background:#dadad5;
	border-bottom:1px solid #660000;
	}
	
body {
	  background:url(../images/site-bg-ubuy.gif) 0 0 repeat-x; 
	}
	
#mainWrapper { 	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	background:#888373; /* med-gray */

	}
	
#bannerboxHeading {
display:none;
}
#searchHeading {
display:none;
}	
	
	
/*
#manufacturersHeading {
	background:url(../images/brz-slice.gif) 0 0 repeat-x;
	overflow:hidden;
	z-index: -1; 
} */		
	
				
/*eof of main colors */
	
/* eof color and background edits */


#dropMenuWrapper {
	width:70em;
	text-align:center;
	margin:0 auto;
	position:absolute;  
	top:131px; /* 1 pixel taller than site logo */
	}

* {
	margin:0;
	padding:0;
	}

body {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	color:#000000;  /*main site font color*/
	}

a img {
	border:none; 
	}

a:link {
	color:#741602; /*site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none;
	color:#741602; /* deep red */
	}

a:hover {
	color:#C74A0A; /* color when links are hovered over */
	text-decoration:none;
	}
	
ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.3em;
	}

h2 {
	font-size:1.2em;
	}

h3 {
	font-size:1.1em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size:1.0em;
	}
	
LEGEND {
	color:#333;
	}

.biggerText {
	font-size:1.1em;
	}

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

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

FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:0.5em 1% 0.5em 1%;
	}
	
option {
	margin-right:.5em;
	}

INPUT {
	margin:.4em;
	}

input[type=checkbox], input[type=radio] {
	margin:0.3em; /* chadd attrib test */
	float:left;
}

TEXTAREA {
margin: 0.5em auto 0;
display:block;
width: 98%;
	}
	
/* Holly hack for IE. Prevent tpl_checkout_payment_default.php button from sliding under left column \*/
* html .continueFix { width:60% }
/* */

TEXTAREA#enquiry {
	margin:.4em; 
	}

input:focus, select:focus, textarea:focus {
	background-color:#FFCC99; /* chadd */
	}

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

LEGEND {
	font-weight:bold;
	padding:.3em;
	}

h4.optionName {
	line-height:1.5em;
	padding:.2em;
	}
    

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	display:inline;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left; 
	}
	
#logo {
	/*width:100%; 19.1em;   To prevent the logo from resizing, simply delete or comment out this section */
	}
	
#logo img {
	/* width:100%; */

	}

LABEL.inputLabel {
	width:85%;
	float:left;
	margin:0.3em;
	} 
	

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

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

ADDRESS {
	font-style:normal;
	}

.clearBoth {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
	}

.floatright {
	float: right;
	margin: 0;
	clear: right;
}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height:1.8em;
	padding:0.2em;
	}

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

.messageStackSuccess {
	background:#929292;
	}

.messageStackCaution {
	border:1px solid #990000;
	padding:3px;
	background:#FFFFFF;
		}

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

#headerWrapper {
	width:100%; 
	text-align:center;
	margin:0 auto; 
	background-color:#888373; /* ubuy */
	}
	
#logoWrapperOuter {
	margin:0 auto;
	width:100%;
	height: 130px; /* height of u-buy logo */
	overflow:hidden;
/*	background-image:url(../images/royal-info.gif);
	background-repeat: no-repeat;
	background-position: top right; */
	}
	
#logoWrapper {
	margin:0 auto;
	/* background-image:url(../images/royal-info.gif); */
	background-repeat: no-repeat;
	background-position: top right; 

	}

#tagline {
	font-size:1.3em;
	line-height:1em;
	text-align:center;
	padding-top:15px;
	color:#FFFFFF; /* was #424242 chadd */

	}

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

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

.wrapperAttribsOptions {
	margin:0.3em 0;
	}

/*navigation*/

.navPrevCounter {
	margin:0;
	font-size:0.9em;
	}
	
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}
	
#navSuppWrapper {
	height:1%;
	width:70em;
	}
	
#navSupp {
	margin:0 auto;
	text-align:center;
	width:70em; 
	/* border-top:1px solid darkred;  chadd */
}

#navCatTabsWrapper {
	height:1%;
	width:100%;
	text-align:center;
	margin:0 auto;
	}

#navCatTabs {
	width:70em; 
	margin:0 auto;
	text-align:center;
	}
	
#navMain {
	width:70em;
	text-align:center;
	margin:0 auto;
	position:relative;
	}
	
#navMainLinks {
	float:left;
	position:relative;
	list-style-type:none;
	text-align:left;
	font-size:1.2em;
	}

#navSupp ul, #navCatTabs ul, #navMainLinks ul {
	margin:0;
	padding: 0.4em 0;
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	}
	
#navSupp li, #navCatTabs li, #navMainLinks li {
	display:inline;
	padding:0 0.5em;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	margin:0;
	white-space:nowrap;
	display:inline;
	font-weight:bold;
	width:0;
	}

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

#navEZPagesTOC ul {
	margin:0;
	padding: 0.5em 0;
	list-style-type:none;
	line-height:1.5em;
	}

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

#navEZPagesTOC ul li a {
	padding:0 0.5em;
	}

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

#navMainSearch {
	margin:0 auto;
	text-align:right;
	padding:2px 5px;
	}
	
#navMainSearch input {
	text-align:left; 
	/*margin:0 auto;
	padding:2px 5px; */
	}
	
/* #navMainSearch input[type=text] {
   margin: 2px 0 0 1em;
	}

#navMainSearch input.topSearch {
   margin: 0 0 5px 2px;
   padding: 0 0 0 0;
   vertical-align: bottom;
	}
*/

/* ============================================ */

	
#navBreadCrumb {
	text-align:left;
	padding: 5px .5em;
	}
	
#navBreadCrumb a {
	padding: 5px .5em;
	}
	
#navEZPagesTop {
	padding:6px 0;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size:0.95em;
	}

#navColumnTwo, #navColumnOne {
	float:left; /* ubuy main column left */
	clear:left;
	position:relative;
	width:23%;
	margin:0;
	padding:0;
	}

.clear-columns
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
	
#navColumnTwo {
	/* border-right:1px solid #660000; */
	}


	

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

.centerBoxContentsNew {
	vertical-align:bottom;
	}

.shippingEstimatorWrapper {
	padding:0.5em;
	}

#productDescription {
	/* padding:0.5em; */
	}


.important {
	font-weight:bold;
	}

.gvBal {
	float:right;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:0.8em;
	}
	
#contentMainWrapper {
	width:70em; /* chadd - this will be the only 71em width? */
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	padding:0;
	position:relative;	
	}
	

#chaddWrapper3 {
	width:70em; /* inner wrapper */
	margin:0 auto;
	position:relative;
	background:#FFFFFF;
	border:1px solid #631100; /* ubuy border color */
	border-bottom:3px solid #631100; /* ubuy border color */
	}

#centerColumnWrapper {
float:right;
	width:70em; 
	margin:0 auto;
	position:relative;
	margin-top:2.32em; /* chaddz */
	overflow:hidden;
	/*background-color:#00FF66;  chaddz */

	}
    
    
* html #centerColumnWrapper, * html #centerColumnWrapperb  {
  /* background:none!important;  Hides the transparent shadows from older versions of IE */
}


	
#centerColumnOuter {
	/* margin:-.1em .5em 0 .5em; 
	width:70em; 
	height:1.15em;
	position:relative; */
	}




	
.centerColumn {
	/* width:73%; default */
	width:74%;
	float: right; /* ubuy main content on right */
	position:relative;
	padding:0% 1% 1% 1%;   /* top right bottom left */
	text-align:left;
	line-height:1.6em;
	background-color:white;

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

#cartAdd {
	float:right;
	text-align:center;
	margin:1em;
	border:1px solid #990000;
	padding:1em;
	}

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

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

#cartSubTotal {
	border-top:1px solid #cccccc;
	font-weight:bold;
	text-align:right;
	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 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align:right;
	padding-right:0.2em;
	}

#scUpdateQuantity {
	width:2em;
	}

.cartQuantity {
	width:4.7em;
	}

.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;
	}
	
#cartBoxListWrapper {
	font-size:13px;
	padding:5px;
}	

.cartRemoveItemDisplay {
	width:3.5em;
	}

.cartAttribsList {
	margin-left:1em;
	}

#mediaManager {
 	width:50%; 
  	margin:0.2em;
  	padding:0.5em;
  	}

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

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

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

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

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

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 1em 0 ;
	}

#productMainImage {
	float:right; /* attem to fix text alignment - chadd */
}

#cartImage {
	margin:0.5em 1em;
	}

.attribImg {
	width:150px; /* chadd attrib images */
	margin:0.3em 0.3em;
	}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
	}
	
.categoryListBoxContents {
	margin:0;
	padding:0;
}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.2em;
	color: #FFF;
	text-transform:uppercase;
	font-weight:normal;
	padding:0.1em 0;
}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link {
	color:#FFF; /*site links color */
	text-decoration:none;
}
	
h3.leftBoxHeadng a:visited, h3.rightBoxHeading a:visited {
	color:#FFF;
	text-decoration:none;
}	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:#FFF; /* color when links are hovered over */
	text-decoration:none;
}
h3.leftBoxHeadng a:active, h3.rightBoxHeading a:active {
	color:#FFF;
	text-decoration:none;
}	



.centerBoxWrapper {
	/*border: 1px solid #9a9a9a;*/
	height: 1%;
	margin: 0 0; /* 1.1em  0 */
	}

/*  #a09172 - med bronze
	#888373 - med-gray
	#e57620 - orange color
	#741602 - deep red
	#a19273 */
	
.centerBoxHeading {
	margin-top:.2em;
	padding:0.2em 0;
	background:#e3e3df;
	border:1px solid #660000;
	font-size:1.2em;
	font-weight:normal;
	background:url(../images/e70-slice.gif) 0 0 repeat-x; 
	}
	
.leftBoxHeading, .rightBoxHeading {
	margin:0;
	padding:0;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	}



.sideBoxContent {
	font-size:1.1em;
	padding:5px 0;
	background-color:#dadad5;
	}
	
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
	/*
	padding:0 0 0 15px!important;*/
	margin:0!important; 
	}

.sideBoxContent li {
	/*padding:.2em 0;   */
	margin:0;
	padding:0;	
	
	}



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

.attribImg { /* chadd added */
	text-align:left;
	}

/* space & border between listing items */
#productListing .productListing-odd td,  #productListing .productListing-even td {
margin-bottom: 1px;
border-bottom: 1px solid #990000;
}

#productListing .listingDescription, #productListing .itemTitle {
text-align: left;
vertical-align: top;
padding-left:5px;

}
.productListing-rowheading th {
margin-bottom: 1px;
border-bottom: 1px solid #990000;
border-top: 1px solid #990000;
} 

.productListing-odd .col2, productListing-even .col2 {
background:#99000;

}


#upProductsHeading {
	text-align:left;
	}

#upDateHeading {
	text-align:right;
	}

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	background:#E8E8E8;
	height:1.5em;
	vertical-align:top;
	}

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

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

TR.tableHeading {
	background:#cacaca;
	height:2em;
	}

#siteMapList {
	width:90%;
	float:right;
	}

.ratingRow {
	margin:1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background:#ffffff;
	}
	
.information {padding: 10px 3px; line-height: 150%;}


#categoryImgListing {
/* width:150px;
height:90px;
float:left; */
}

#categoryDescription {
/* width:450px;
height:90px;
float:left; */
}

#categoriesContent {
	text-align:left;
	/* margin:0;*/
	padding:0; 
}


#productPrices {
	color:darkred;
}

/*  #a09172 - med bronze
   #888373 - med-gray
	#e57620 - orange color
	#741602 - deep red */
/* background-image:url(../images/black-slice.gif);  */

.chadd_class {
	padding:0;
	margin:0;
}
/* categories box parent and child categories */
a.category-top, a.category-subs, a.category-products {
	display: block;
	padding: 3px 5px 3px 10px; /* top right bottom left */
	color: #000;
	background:#dadad5;
	text-decoration: none;
	text-transform:none;
	font-size:11px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #c6c6c6; 
	margin:0;
}

a.category-top:hover,  a.category-subs:hover, a.category-products:hover {
	color: white; /* text color */
	background:#a09172;
}



/* ====================================================================================== */
#navigation-section {
	/*width: 211px;*/
	margin: 0;
	padding: 0;
	/* float: right; */
	}

#navigation-section ul {
	/* margin: 0 2px 2px 2px;
	border: 1px solid #666;
	width: 185px; */
	}

#navigation-section li {
	list-style: none;
	}

#navigation-section a {
	/* font: 14px verdana, arial, sans-serif; */
	display: block;
	padding: 5px 10px;
	width: 185px;
	border-bottom: 1px solid #555;
	color: #ccc; 
	background: #333; 
	text-decoration: none;
	}

#navigation-section a:hover {
	background: #424242;
	}

#navigation-section li.sub a {
	background: #bbbbbb; 
	color: #333;
	border-bottom: 1px solid #999;
	}

#navigation-section li.sub a:hover {
	background: #ccc;
	}

#navigation-section div {
	display: block;
	padding: 5px 10px;
	width: 185px;
	border: 1px solid red;
	/* border-top: none; */
	color: #ccc; 
	background: #333;
	/* margin: 0 2px; */ 
	}

