@CHARSET "ISO-8859-1";

/*
USED FOR THE HEADER (COMPONENTS)	
*/

.input1{
    width:245px;
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
    border: #999999 thin 1px;
    color: rgb(153, 153, 153);
}

#header {
    border: 0px solid #393939;
}
#header #logo {
    float: left;
    height: 33px;
}
#header #header_basket,
#header #header_controls {
    clear: right;
    float: right;
    padding-top: 8px;
    margin-right: 10px;
}
#header #header_basket {
    height: 25px;
}
#header #header_navigation_wrapper {
    clear: both;
}
#header_navigation_wrapper #header_navigation {
    margin: 5px;
}
#navigation_search {
    clear: both;
}

#navigation_search { height: 60px;
                     padding: 0px 10px 0px 10px;}
#navigation_search .sb-border { background: #bfbfbf; }
#navigation_search .sb-shadow { background: #999999; }
#navigation_search, #navigation_search .sb-inner { 
	background: #CCCCCC url('/images/components/search_bg.jpg') repeat; 
}

.navigation_tab { 
    background: #a6a6a6 url('/images/components/nav_red_bg.jpg') repeat;
    height: 38px;
    width: 152px;
    line-height: 40px;
	color:#CCCCCC;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float: left; 
    margin-right: 1px;
}
.navigation_tab_last { width: 155px; }
.navigation_tab .sb-border { background: #393939; }
.navigation_tab, .navigation_tab .sb-inner { background: #ababab url('/images/components/nav_red_bg.jpg') repeat; }
.navigation_tab:hover { cursor: hand; }
.navigation_tab:hover .sb-inner { background: #c8c8c8 url('/images/components/nav_red_bg_hover.jpg') repeat; }
.navigation_tab:hover .sb-border { background: #d0d0d0; }
.navigation_tabs_wrapper { padding: 1px 0px 0px 1px; }

.navigation_side_top_border { background: #9c9c9c;
                               width: 1px; 
                               height: 10px;}
.navigation_side_border { background: #bfbfbf;
                               width: 1px; 
                               height: 100%;}
                               
#header_navigation_cats, #header_navigation_cats .sb-inner { background: white; }
#header_navigation_cats {
    height: 90px; 
    clear: both; 
    padding: 0px 1px 0px 1px;
}

.navigation_cat {
    float: left; 
    width: 142px; 
    height: 70px; 
    padding: 10px 5px 10px 5px;
    margin-right: 1px; 
    overflow: hidden;
    color: #393939;
}
.navigation_cat_first {
    width: 141px;
}
.navigation_cat_last {
    width: 144px;
    margin-right: 0px;
}
.navigation_cat div a {
    color: #393939; 
    font-size: 1.2em;
}
.navigation_cat div a:hover {
    color: #b7b7b7;
    text-decoration: none;
}