/*
* Header
*************************************************************************** */


/*
* Content
*************************************************************************** */

/* End Use List */
body#end_use_list #content #primary div h2 {
	color: #777;
}
body#end_use_list #content #primary div h3 {
	color: #777;
}
body#end_use_list #content #primary div p {
	color: #777;
}

body#end_use_list #content #secondary div.scroll_down_button{
	background-color: #777;
	background-image: url(../images/scroll_down_button.gif);
}
body#end_use_list #content #secondary div.scroll_up_button{
	background-color: #777;
	background: url(../images/scroll_up_button.gif);
}
body#end_use_list #content #secondary div.scroll_slide_area{
	background-color: #ddd;
	background: url(../images/scroll_area.gif);
}
body#end_use_list #content #secondary div.scroll_slider{
	background-color: #bbb;
	background-image: url(../images/scroll_slider.gif);
	border-top-color: #aaa;
	border-bottom-color: #aaa;
}


/* Products listing */
ul li.product {
	color: #777;
	border-bottom-color: #ddc;
}
ul li.product h4 {
	color: #d90;
}


/* Product Page */
#content #content_heading {
	border-bottom-color: #ddc;
}
#content #content_heading h2 {
	color: #444;
}
#content #content_heading h2 span {
	color: #d90;
}

/* Product */
#product_page #product {
	color: #777;
}

#product_page #product h3 {
	color: #d90;
}

#product #overview {
	color: #444;
}

#other_views {
	border-color: #ddc;
}

#other_views ul li {
	background-image:url(../images/arrow_guide.gif);
}
#other_views ul li.selected {
	background-image:url(../images/arrow_guide_on.gif);
}

#other_views ul li a {
	color:#666;
}
#other_views ul li.selected a {
	color:#000;
}
#other_views ul li a:hover, #other_views ul li.selected a:hover {
	color: #bb7700;
}
#overview #related_products h4 {
	color:#d90;
}

#content #secondary.panel_set div.scrollbar_wrapper ul.products h5,
#overview #related_products h5 {
	color:#444;
}
#secondary.panel_set ul.products ul,
#overview #related_products ul {
	color:#666;
}

.magnify {
	border-color: #CECECE;
	background-image: url(../images/icon_zoom.gif);
}

#product #overview ul li.gtfabric {
	color:#333;
}
 	
#product #overview ul li.printproductinfo {
	background-image:url(../images/bg_print_button.gif);
	border-color:#D3C297;
} 	

#product #overview ul li.printproductinfo a {
	color:#444;
}
#product #overview ul li.printproductinfo a:hover {
	color:#bb7700;
}

#product_information h3#t_description,
#product_information h3#t_technologies,
#product_information h3#t_ordering,
#product_information h3#t_care_comfort {
	color: #666;
	background-color: #fff;
}

#product_information h3#t_description.active,
#product_information h3#t_technologies.active,
#product_information h3#t_ordering.active,
#product_information h3#t_care_comfort.active  {
	color: #d90;
	border-color: #d8d8d8;
	border-bottom-color: #fff;
}

#product ul.panel_ref li a {
	color: #666; 
	background-color: #fff;
	border-color: #DEDCCD;
	outline: none;
}
#product ul.panel_ref li a:hover {
	color: #bb7700;
}

#product ul.panel_ref li a.active {
	color: #d90;
	border-color: #DEDDCB;
	border-bottom-color: #fff;
}

#product_information #product_description,
#product_information #technologies,
#product_information #ordering,
#product_information #product_care_comfort {
	border-color: #deddcb;
	border-bottom-color: #deddcb;
}


#product_description #benefits_features h4, 
#ordering #order_procedure h4 {
	color:#444;
}



ul li.technology {
	border-color:#ddc;
}

#product #technologies ul li.technology h4 {
	color:#444;
}

#product #product_care_comfort dt {
	color:#444;
}


#product_information #product_care_comfort div h4 {
	color:#444;
}


#product_description #benefits_features p,
#product_description #benefits_features ul{
	color:#666;
}

#ordering #order_procedure p.order_reference a {
	color:#666;
}



