@import url(layout.css);  
/* LAYOUT OF SCREEN */
@import url(panels.css);  
/* LEFT AND RIGHT PANELS & THEIR CONTENT */
@import url(menu.css);  
/* HORIZONTAL TAB-LIKE MENU  */
@import url(body.css);  

/* ALL BODY CONTENTS */

.navpanelbody 
{
display: none;
visibility: hidden;
}

body
{
background-color: #e4ddcc;
background-image: none;
}

.wholepage
{
width:90%;
margin-right: auto;
margin-left: auto;
}

.mainbodyleft
{
background-color: #e4ddcc;
background-image: none;
background-repeat: no repeat;
border-right: 1px solid #652106;
width: 234px;
}

.mainbodyright
{
width:180px;
background-image: url(images/bg-center.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: left top;
background-color:#FFFFFF;
border-right: 1px solid #652106;
}

h1, .heading-main
{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
color: #652106;
font-weight: bold;
text-align: left;
font-size: 16px;
}

.button-rightaligned   { float: right; }

#bottomlinks

{
text-align: center;
color: #652106;
}

/*STORE-WIDE ERRORS*/
.table-error { background: #652106; border-width:thin; width:100%;}
.table-error-td { background: #652106; }
.error-text { background: White; font-size:12px; font-style:italic;}
.error-heading { color: White; font-weight: bold; text-decoration: underline; font-size:12px; }

/* Disables the specials panel from the department and category pages */

#page-department #panel-specials, #page-category #panel-specials {
display: none;
visibility: hidden;
}

/* Custom Tabs content images */

/*
HTML: onmouseover="this.className='on'"
onmouseout="this.className='off'" 

td.tab-text {
background-image: url(images/qho_tab_bg.gif);
}

td.on {
background-image: url(images/qho_tab_bgO.gif);
} */

.tab-table
{
height: 26px;
}

.tab-table td
{
padding-top: 0px;

}

.tab-left
{
background-image: url(images/qho_left_tab.gif); 
width:125px;
}

.tab-parenttable
{
background-image: url(images/qho_tab_bg.gif);
}

.tab-middle
{
background-image: url(images/qho-tab-middle.gif); 
width:20px;
}

.tab-text
{
background-image: url(images/qho_tab_bg.gif);
}

.tab-right
{
background-image: url(images/qho_tab_bg.gif); 
}

/*.tab-link
{
font-family:Verdana, font-size:10pt; font-weight:bold; color:white;
}
*/

/* Defines the color of the search background */

.search-table
{
background-color: #e4ddcc;
HEIGHT: 24PX;
}

.search-table td
{
padding-left: 3px;
background-image: url(images/advancedSearch.gif);
background-repeat: no-repeat;
background-attachment: inherit;
background-position: right;

}

/* Nav panels */

.navpanelleft, .navpanelright
{
color:#e4ddcc;
border-bottom: 1px solid #652106;
border-top: 0px solid #652106;
border-right: 1px solid #652106;
border-left: 1px solid #652106;
}

.navpanelleft
{
width:234px;
}



.navpanelleft, .navpanelright, .productlist-row2, .productlist-row-1
{
background-image: url(images/qho_gradHeader.gif);
}

.navpanelleftheaderleft, .navpanelleftheaderright, .navpanelleftheadercenter, .navpanelrightheaderleft, .navpanelrightheaderright, .navpanelrightheadercenter
{
background-image:none;
}

.navpanelleftheaderleft, .navpanelrightheaderleft
{
width: 5px;
}

/* Shopping Cart image */

.parent-cart .navpanelrightheadercenter img
{
background-image: url(images/qho_cart.gif);
width: 50px;
height: 24px;
}

/* Product Info */

#productbuyinfo table
{
background-color: #e4ddcc;
border-bottom: 1px solid #652106;
border-top: 1px solid #652106;
border-right: 1px solid #652106;
border-left: 1px solid #652106;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-left: 10px;
padding-right: 10px;
width: 315px;
}

#productbuyinfo .text-availabilitytext
{
color: BLACK;
font-size: 12px;
}

#productbuyinfo .text-price

{
font-weight: bold;
color: Black;
font-size: 14px;
}

.heading-product

{
color: #652106;
font-weight: bold;
font-size: 21px;
padding-top: 5px;
}

#tell-a-friend-link
{
padding-top: 10px;
height: 20px;
margin-left: 20px;
font-weight: bold;
font-style:italic;
color: #652106;
font-size: 10px;
width: 250px;
}

.link-category-select
{
border-bottom-color: #652106;
}