﻿/* LAYOUT OF SCREEN */
@import url('layout.css');
/* LEFT AND RIGHT PANELS & THEIR CONTENT */
@import url('panels.css');
/* HORIZONTAL TAB-LIKE MENU  */
@import url('menu.css');
/* ALL BODY CONTENTS */
@import url('body.css');
/*  */
.button-rightaligned {
	float: right;
}
/* -------------------------------------- */
/*  -- layout overrides -- */
.tab-parenttable  {
	background: black;
	width: 100%;
}


/* -------------------------------------- */
/*  -- layout overrides -- */
/* body - set the background behind it */
body {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/BackgroundPattern.jpg');
	margin: 0;
	padding: 0;
}
/*WHOLEPAGE - wholepage is a class assigned to a DIV encompassing the entirepage after the body element, see #page id's for individual page config */
/*  set page to fixed width  */
.wholepage {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
}
/* left vertical panels */
.mainbodyleft   { border-left: solid 1px #E3E3E5; padding-top:35px; width: 185px; vertical-align: top; background: #E2DCC4}

/* right vertical panels */
.mainbodyright  { border-right: solid 1px #E3E3E5; padding-top:35px; width: 178px; vertical-align: top; background: #E2DCC4 }

/* body center - child of mainbody*/
.mainbodycenter { vertical-align: top; padding: 5 5 0 10px; font-size:11px; background:white; }

/* hide specials on both department and category pages */
#page-department #panel-specials {
	display: none;
	visibility: hidden;
}
#page-category #panel-specials {
	display: none;
	visibility: hidden;
}
#page-product #panel-specials {
	display: none;
	visibility: hidden;
}
#page-about .heading-main {
	visibility:hidden;display:none
}
/*HORIZONTAL SEARCH TABLE - at top of screen below header potentially containg brands and type*/
/*  override background color */
.search-table {
	width: 100%;
	background: #E2DCC4;
}
/* child of navpanelleftheader - the left of the left header */
.navpanelleftheaderleft { background: #5E2F00; }
/* child of navpanelleftheader - the center of the left header */
.navpanelleftheadercenter { color:white;
	background: #5E2F00;
}
/* child of navpanelleftbody containing actual contents of the panel */
.navpanelleftcontent{ background: #E2DCC4; }

/* child of navpanelrightheader - the left of the right header */
.navpanelrightheaderleft { background: #5E2F00; }

/* child of navpanelrightheader - the center of the right header */
.navpanelrightheadercenter { color:white;
	background: #5E2F00; }

/* child of navpanelrightbody containing actual contents of the panel */
.navpanelrightcontent{ background: #E2DCC4; }

.heading-main { margin:0; 
/* reset all margins */
 color: #996633; font-weight: bold; text-align:left; font-size:16px; }


/* category header   */
.cathead{
	font-weight: bold;
	font-size: 14px;
	color: #996633;
	margin-bottom: 10px;
}
/*  reset colors in headers and other text fields   */

#tell-a-friend-link { padding-top:10px; display:block; height:25px; margin-left:20px; font-weight:bold; color:#996633; font-size:14px; width:450px; }
#relatedproducts{ border-top: solid 1px #996633; margin-left:20px; margin-right:20px; }
#relateditemheading b{ color: #996633; text-transform: lowercase; font-size:14px; padding-left:5px; }
.text-related { border-top: solid 1px #996633; margin-left:20px; font-size:12px; color: #996633; font-weight:bold; font-size:14px; }
.searchtheme{ font-weight:bold; color:#996633; font-size:14px; }
/*     Department Page*/
#select-category-heading{ color: #996633; font-weight: bold; text-align:left; font-size:16px; margin:0; padding:0; }
.cattablebody{ padding:0; border-bottom: solid 1px #996633; }


/* PRODUCT SEARCH*/
.parent-findprod .navpanelleft { margin-bottom:5px; }
.parent-findprod .navpanelleftbody{  margin-bottom:8px; }
.parent-findprod .navpanelleftcell { padding-right:10px; }
.parent-findprod .navpanelleftheader{ background: #D3D3D3 top right; height:40px; padding-top:5px; }

/* -------------------------------------- */
/*  -- panels overrides -- */
/*  navigation bar settings and colors */
.link-department-select {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: #5E2F00;
}
.link-department:hover {
	color: #5E2F00;
	font-weight: bold;
	text-decoration: none;
	background: white;
}
.link-category-select {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: #5E2F00;
}
.link-category:hover {
	color: #5E2F00;
	font-weight: bold;
	text-decoration: none;
	background: white;
}
.link-subcategory-select {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: #5E2F00;
}
.link-subcategory:hover {
	color: #5E2F00;
	font-weight: bold;
	text-decoration: none;
	background: white;
}
/*  shopping cart background */
.parent-cart .navpanelrightcontent {
	height: 35px;
	padding-left: 10px;
	background: #FFFFCC url('images/bg-cartpanel.gif') repeat-y left top;
}
/* -------------------------------------- */
/*  -- body overrides -- */
/* multi-store stock check */
div#stockcheck {
	display: none;
	visibility: hidden;
}
/* all product desc text*/
.text-product-desc {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.text-product-subdesc1 {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.text-product-subdesc2 {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.text-product-code {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.button-text {
	font-family: Arial, sans-serif;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -27px;
	height: 27px;
	padding: 0;
	line-height: 25px;
	text-align: center;
}
#productbuyinfo table{
	background: #D5D8E1;
	padding-left: 10px;
	padding-right: 10px;
	width: 230px;
}
#productbuyinfo .text-availabilitytext {
	color: Gray;
	font-size: 12px;
}
#productbuyinfo .text-availabilitytitle {
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
#showmeothertable {
	visibility:hidden; display:none
}

/* Added by NitroSell - do not remove! */
label { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000; font-weight: bold; }