@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

	
	#nav, #nav_main {
		background-color: #172ea7;
		height: 30px;
		border: 0px;
		vertical-align: middle;
	}
	
	#page_margins, #page, #layoutContainer, .clearfix {
		margin: 0px;
		padding: 0px;
		border: 0px; 
	}
	
	#col2 {
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 20;
		width: 542px;
		height: 375px;
		overflow: auto;
		visibility: visible;
	}

	#col3 { 
		position: relative;
		top: 0px;
		left: 0px;
		margin:0px; 
		z-index: 20;
		overflow: hidden;
		visibility: visible;
		height: 375px;
		width: 228px;
	}

	#col2_content { 
		z-index: 20;
		padding: 23px 23px;
		min-height: 329px;
		border: 0px;
		color: black;
		visibility: visible;
		background-color: green;
	}
	#col3_content { 
		width: 192px;
		padding: 21px 16px 16px 16px;
		min-height: 343px;
		border: 0px;
		color: #fff;
		border-left: #fff solid 2px;
		border-right: #fff solid 2px;
		background-color: red;
	}

	#col2_content * {
		color: black;
	}
	.NavigationElementNO a span {
		text-decoration: none;
		font-weight: normal;
		line-height: 30px;
		padding: 0px 5px 0px 5px;
		vertical-align:bottom;
	}

	.NavigationElementCUR a span {
		line-height: 30px;
		text-decoration: none;
		font-weight: normal;
		padding: 0px 5px 0px 5px;
		vertical-align:bottom;
	}

	#nav_main ul {
		border: 0px;
		padding-left: 170px;
	}
	
	.NavigationElementNO, .NavigationElementCUR, .NavigationElementCUR a, .NavigationElementCUR a:hover, .NavigationElementCUR a:focus, .NavigationElementNO a {
		text-decoration: none;
		font-weight: normal;
		background-image: url();
		background: transparent;
		border: 0px;
		float: left;
		height: 30px;
		line-height: 15px;
		list-style-type: none;
		margin: 4px 0 0 0;
		padding: 0px;
		vertical-align: bottom;
	}
	
	.NavigationElementNO, .NavigationElementCUR a, .NavigationElementCUR a:hover, .NavigationElementCUR a:focus { border: 0px; }
	.NavigationElementCUR a, .NavigationElementCUR a:hover, .NavigationElementCUR a:focus  { 
		font-weight:bold;
	}

	.NavigationTitle {
		font-weight:bold;
		float: left;
		padding: 5px 0 0 10px;
		width: 158px;
	}
	
	.HiddenNavigation, #ParentNavigationTitle, div #NavID107, div #NavID115, div #NavID83, div #NavID90, div #NavID96, div #NavID100 {
		display: none;
	}

	.news-list-menu, .news-catmenu {
		display: none;
	}	
	
	.news-list-counter {
		padding-left: 1px;
	}
	
	.news-list-item {
		height: 17px;
	}

	TABLE.Products TD.newProduct, .newProduct {
		background-color: #F6F6F6;
	}
	
	.RoHS {
		padding: 0 0 0 5px;
	}
	
	.LegendRoHS {
		padding: 9px 0 0 0;
		vertical-align: top;
	}
	
	.LegendNEW {
		margin: 9px 0 16px 0;
	}
	
	.LegendRoHS .RoHS {
		padding: 0 2px 0 0;
	}
	
	.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
		display: none;
	}

	.tx-indexedsearch-result-number, .tx-indexedsearch-percent {
		background-color: #eeeeee;
	}
	
	.tx-indexedsearch-browsebox ul li {
		text-decoration: none;
		display: block;
		float: left;
		padding-bottom: 5px;
	}
	
	.break, .tx-indexedsearch-res {
		display: block;
		clear: both;
		float: none;
	}
}
