/*
** RAE: Dutch overrides
*/

/* First, reposition tab windows for sprite to match new location and dimensions of tabs in nav_tabs.png*/
#nav-support, #nav-support a, #nav-support a.over {
width:108px;
}
	
#nav-technology, #nav-technology a, #nav-technology a.over {	
width: 165px;
}
	
#nav-technology a {
background:transparent url("../images/nav_tabs.png") -289px 0 no-repeat;
}
	
#nav-technology a.over {
background:transparent url("../images/nav_tabs.png") -289px -35px no-repeat;
}

/* Then, reposition tab drop downs where necessary to get them to align with the newly positioned tabs */
/* also, load revised tab drop down graphics that have been edited to align with the modified tab buttons */

#nav-sub-support {
	background:transparent url("../images/nav_support_content.png") 0 0 no-repeat;
	*background:transparent url("../images/nav_support_content.gif") 0 0 no-repeat;
}

#nav-sub-technology {
	background:transparent url("../images/nav_technology_content.png") 0 0 no-repeat;
	*background:transparent url("../images/nav_technology_content.gif") 0 0 no-repeat;
}
	
#nav-sub-support-four-right  {
width: 280px !important;
}

#nav-sub-support-four-right p span {
width: 140px !important;
}
		

/*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 flag: */
#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_holland.png) 20px 4px no-repeat;
	padding:0 0 0 42px;
	_padding:2px 0 0 42px;
}

/* decrease padding to prevent text overlap in titles on product pages */
#shop-by-category .cat-desc h2 {
	padding:3px 10px;
}
#shop-by-category .cat-product p {
	padding:0 5px;
}

/* decrease padding of table on products page to prevent text overlap */
.tab-content-inner {
	padding:0 1px;
}
#content-area td {
	padding:4px 4px 5px;
}

