/* 
    Document   : global.css
    Created on : Apr 15, 2010, 5:56:54 PM
    Author     : davidchiu
    Description:
        Purpose of the stylesheet follows.
*/  

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.category-header {
    position: relative;
    width: 926px;
    height: 87px;
    display: block;
    margin-bottom: 14px;
}

.category-header .subnav {
    position: absolute;
    list-style: none;
    right: 10px;
    bottom: 10px;
    margin: 0px;
    padding: 0px;
}

.category-header .subnav li {
    color: #fff;
    float: left;
    margin: 0px auto;
    padding: 0px 4px;
    font-size: 12px;
}

.category-header .subnav li a, .category-header .subnav li a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
    display: block;
    text-align: center;
	float:none;
}

.category-header .subnav li a:hover {
    font-weight: bold;
}

.category-header .subnav li a.featured {
    width: 60px;
}

.category-collection .category-header .subnav li a.featured {
    font-weight: bold;
}

.category-header .subnav li a.epack {
    width: 50px;
}

.category-epack .category-header .subnav li a.epack {
    font-weight: bold;
}

.category-header .subnav li a.heather-heron {
    width: 215px;
}

.category-heather-heron .category-header .subnav li a.heather-heron {
    font-weight: bold;
}

.category-era .category-header .subnav li a.era {
    font-weight: bold;
}

.call-tab {
    position:absolute;
    top:0;
    right:15px;
    width:83px !important;
    height:83px;
}


.category-view .toolbar, #block-related .regular-price, .products-grid .regular-price, .products-list .regular-price {
	display: none;
}

.results-view .toolbar:first-child {
	display: none;
}

.bottom-toolbar .toolbar {
display: block !important;
}



