/*
** RAE: German overrides
*/

/*Grey tab UI for product spec pages. Each is a two-state sprite, so only need to be declared once.*/

#t-overview {
	background:transparent url('../images/bg_product_nav_overview.png') no-repeat 0 0 !important;
}

#t-features {
	background:transparent url('../images/bg_product_nav_features.png') no-repeat 0 0 !important;
}

#t-specs {
	background:transparent url('../images/bg_product_nav_specs.png') no-repeat 0 0 !important;
}

#t-applications {
	background:transparent url('../images/bg_product_nav_applications.png') no-repeat 0 0 !important;
}

#t-downloads {
	background:transparent url('../images/bg_product_nav_downloads.png') no-repeat 0 0 !important;
}

/*"Next steps" background image, also shrink width of link tags to force content to wrap (FR only)*/

#next-steps {
	background:transparent url("../images/bg_prod_next_steps.png") 0 0 no-repeat !important;
}

/*H1 header image replacements*/

.page-products h1.title {
	background:transparent url('../images/bg_header_products.jpg') 0 0 no-repeat !important;
}

.page-markets h1.title {
	background:transparent url('../images/bg_header_markets.jpg') 0 0 no-repeat !important;
}

.page-technology h1.title {
	background:transparent url('../images/bg_header_technology.jpg') 0 0 no-repeat !important;
}

/* set the language: */
#util-nav li#util-nav-country {
	cursor:pointer;
	background:transparent url(http://de-rae.onelink-translations.com/sites/all/themes/zen/rae/images/bg_util_nav_flag_germany.png) 20px 4px no-repeat;
	padding:0 0 0 42px;
	_padding:2px 0 0 42px;
}

/* decrease padding of product divs to prevent text overlap */
#ind-prod-wrap .cat-product p {
	padding:0 5px;
}
#shop-by-category .cat-product p {
	padding:0 5px;
}
