/**
 * 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 {
	margin: 10px;
	font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #444;
    background: #999999
    
}

a img {border: none; }

a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	/*font-family: georgia;*/
	color: #444;
}
h1 {
	margin: 0px 0px 15px 0px;
	/*text-align: center;*/
	font: 140% georgia, helvetica, sans-serif;
	color: #444;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
}
h2 {
	font-size: 130%;
	margin: 0;
}
h3 {
	font-size: 100%;
}
p, ul, ol {
	margin: 0 0 1.5em 0;
}





}
/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.aside { width: 220px; float: left; margin: 45px 0 0 30px; padding: 0; }




/* Sub-header */
#sub-header-container { /*height: 55px;*/ width: 1025px; background-color: #ccc; margin: 0 auto; padding-top: 16px;overflow:hidden; padding-bottom:15px; }
#sub-header { width: 1025px; background-color: #ccc; margin: 0 auto; }
#sub-header .sub-header-left{ display:block;float:left;margin-left: 20px;line-height:32px;}
#sub-header .sub-header-right{ min-height:37px;	min-width:200px;	overflow:hidden; position:relative;}
#sub-header h2 { float: left; font-weight: bold; font-size: 30px; height: 31px; padding: 0; margin-right: 30px; letter-spacing: -0.04em; }
#sub-header .meta { float: left; margin-left: 20px; font-weight: bold; font-size: 16px; margin-top: 5px;/*width:800px;*/ }
#sub-header .meta_search{ padding-right:295px;}

.ie7 #sub-header .meta {  margin-top: 8px; }
.ie8 #sub-header .meta {  margin-top: 6px; }

/* Sub-header Search*/
#sub-header-search {  width: 180px; right:0;}
#sub-header-search .search { position: absolute; left: 0; top: 0; width: 167px; height: 20px; font-size: 13px; margin: 0; padding: 2px 120px; border: 0; }
.ie8 #sub-header-search .search { padding-top: 2px; padding-bottom: 0; height: 22px; }
.chrome #sub-header-search .search,
.safari #sub-header-search .search { width: 165px; }
#sub-header-search button { position: absolute; right: 0; top: 0; border: 0; font-size: 13px; padding: 3px 13px; cursor: pointer; }
.ie7 #sub-header-search button { padding: 0; width: 73px; }
.ie8 #sub-header-search button { padding: 2px 16px; }
.chrome #sub-header-search button,
.safari #sub-header-search button { top: -2px; }
.chrome #sub-header-search button { padding: 4px 16px; }
#mainWrapper {
	background-color: #444;
	text-align: left;
	width: 1025px;

}



#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
    width: 1025px;
    margin: auto;
	background-color: #fff;
}

#logoWrapper{
	/*background-color: #444;*/
	text-align: center;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em;
}
	
#tagline {
	/*padding: 1em 0 0 0;*/
	text-align : center;
	color: #ccc;
background-color: #000000;
	font-style: italic;
}

#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;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	margin: 0;
	padding: 0.5em 0;
	background-color: #444;
	/*border-bottom: 1px solid #222;*/
}
#navCatTabsWrapper {
	background-color: #333;
	/*display: none;*/
	border-top: 1px solid #222;
}
#navMain {
	margin-top: -1px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
	position: relative;
}

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

#navMain ul li a/*, #navSupp ul li a*/ {
	padding: 0.5em;
	margin: 0;
	background-color: #393939;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

#navMain ul li a:hover/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	background-color: #333;

}

#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: #fff;
	padding: 3px;
	
}

#navEZPagesTop {
	background-color: #444;
	padding: 0.5em;
	border-top: 1px solid #222;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	margin: auto;
	padding: 0 3px;
	width: 700px;
	background-color: #FFF;
	border: 1px solid #cecece;
	color: #444;
	font: inherit;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cecece;
}

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

label, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
    color: #444;
}

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}
input[type="text"], input[type="password"] {
	background-color: #fff;
	border: 1px solid #cecece;
	font: inherit;
	color: #444;
	padding: 0 3px;
}
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 #cecece;
}
/* Widgets */
 

.widget h3 { border-bottom: 4px solid #cecece; }
.widget h3 a { color: #272727; }
.widget h3 a:hover { color: #cf2587; }
.widget ul li ul { border-top: 1px solid #cecece; }
.widget li { border-bottom: 1px solid #cecece; }
.widget li a { color: #666; }
.widget li a:hover { color: #000; }
.widget li a:hover li { color: #666 }

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

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

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

/*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: #ff0000;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	padding: 3px;
 width: 800px;


}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

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

.tableHeading th {
	border-bottom: 1px solid #222;
    color: #000;
    background-color: #e5e5e5;
}

.tableHeading, #cartSubTotal {
	background-color: #e5e5e5;
    color: #000;

}

#cartSubTotal {
	border-top: 1px solid #222;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
    color: #000;
}

.tableRow, .tableHeading, #cartSubTotal {
	/*height: 2.2em;*/
      background-color: #e5e5e5;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
 background-color: #fff;
 color: #000;
 link: #000;
a {
	color: #000;
	text-decoration: none;
}
}

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


}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

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

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

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
	font-weight: bold;
}

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

.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;
    color: #999999;
}

.centerBoxWrapper {
	border: 1px solid #222;
	margin: 1.1em 0;
	height: 1%;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0; padding: 0 0 0 20px;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}


.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #cecece;
	margin: 10px 0 1em 10px;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0 0 0 5px;
}

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

.bold {
	font-weight: bold;
}

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

.rowEven {
	background-color: #494949;
	vertical-align: top;
}

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: #333;
}
#prevOrders td {
	border-bottom: 1px solid #222;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #ffff80;
}
.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: #444;
}

.homepage-top {
  width: 800px;
  height: 7px;
  background: url("http://www.bcinteriors.co.uk/images/index-top.gif") no-repeat;
}
.homepage-bottom {
  width: 800px;
  padding-bottom: 4px;
  background: url("http://www.bcinteriors.co.uk/images/index-bottom.gif") no-repeat bottom;
}
.homepage {
  width: 760px;
  padding: 20px;
  margin: 0;
  display: inline-block;
  background: url("http://www.bcinteriors.co.uk/images/index-bg.gif") repeat-y;
}
.homepage-post {
  width: 230px;
  float: left;
}
.homepage-spacer {
  width: 2px;
  height: 313px;
  margin-left: 13px;
  margin-right: 13px;
  float: left;
  background: url("http://www.bcinteriors.co.uk/images/spacer.gif") no-repeat;
}
.homepage .borderimg img {
  width: 224px;
  height: 92px;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background: url("http://www.bcinteriors.co.uk/images/index-img.gif") no-repeat;
}
.homepage .entry-title {
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: normal;
  color: #535353;
}
.homepage .entry-title a, .entry-title a, .entry-title a {
  color: #535353;
}

.homepage-top {
  width: 800px;
  height: 7px;
  background: url("http://www.bcinteriors.co.uk/images/index-top.gif") no-repeat;
}
.homepage-bottom {
  width: 800px;
  padding-bottom: 4px;
  background: url("http://www.bcinteriors.co.uk/images/index-bottom.gif") no-repeat bottom;
}
.homepage {
  width: 760px;
  padding: 20px;
  margin: 0;
  display: inline-block;
  background: url("http://www.bcinteriors.co.uk/images/index-bg.gif") repeat-y;
}
.homepage-post {
  width: 230px;
  float: left;
}
.homepage-spacer {
  width: 2px;
  height: 313px;
  margin-left: 13px;
  margin-right: 13px;
  float: left;
  background: url("http://www.bcinteriors.co.uk/images/spacer.gif") no-repeat;
}
.homepage .borderimg img {
  width: 224px;
  height: 92px;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background: url("http://www.bcinteriors.co.uk/images/index-img.gif") no-repeat;
}

.post {
  display: inline-block;
  margin-bottom: 25px;
}

.post-wrap {
  width: 760px;
  padding: 20px;
  display: inline-block;
  background: url("http://www.bcinteriors.co.uk/images/index-bottom.gif") no-repeat bottom;
}
.post-top {
  width: 800px;
  height: 9px;
  background: url("http://www.bcinteriors.co.uk/images/index-top.gif") no-repeat;
}
.post-bottom {
  width: 800px;  
  display: inline-block;
  float: left;
  background: url("http://www.bcinteriors.co.uk/images/index-bg.gif") repeat-y;
}




.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(http://www.bcinteriors.co.uk/images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/

padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #666;
}

.smalltext1 {
	font-family:Tahoma;
	text-align: center;
	color:#000000;
	font-weight:bold;
	}

.save {
	font-family:Tahoma;
	text-align: center;
	color:#636466;
	font-weight:bold;
	}
	
.norm {
	font-family:Tahoma;
	text-align: center;
	color:#981B1E;
	font-weight:bold;
	}
#largeImage {
	position:absolute;
	padding:0.5em;
	background:#e3e3e3;
	border: solid 1px #bfbfbf;
	}


