/* overwriting jquery mobile settings */
.ui-header {
	border: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.ui-footer {
	border: 0;
	border-top: 1px solid #767676;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 15px;
}
.ui-input-search {
	margin: 21px 15px 6px 15px;
}
.ui-link, .ui-link:active, .ui-link:visited, .ui-link:hover {
	color: #000 !important;
}
.ui-focus {
	-webkit-box-shadow: 0px 0px 12px rgb(235, 140, 0);
	box-shadow: 0px 0px 12px rgb(235, 140, 0);
}
.ui-content {
	padding: 130px 15px 120px 15px; /* to avoid underlay of content, because header is fixed and footer is absolute */
}
.ui-select {
	margin-right: 43px /* 11px+32px */
}


/* Default Settings */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}


/* Header & Footer */
#top-spacer {
	background-color: #eb8c00;
	height: 32px;
}
#menu {
	height: 32px;
}
#logo {
	float: left;
	width: 197px;
	height: 32px;
	background: transparent url('themes/images/logo.png') no-repeat left center;
}
#footer-links {
	margin: 5px 15px;
}
#copyright {
	text-align: center;
	min-width: 100px;
	white-space: nowrap;
}
#switcher {
	margin-right: 7px;
}
#query {
	color: #767676;
}


/* language select */
#langSelectionWrapper {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
#langSelect {
	border: 1px solid #b9b9b9;
	border-radius: 2px;
	margin: 0;
	width: 90px;
}


/* Product Page */
#product-picture {
	height: 100px;
	width: 100px;
	margin-right: 11px;
	float: left;
}
table.products {
	width: 100%;
	margin-top: 11px;
}
table.products, table.products tr, table.products td {
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.products td {
	padding: 1px 0;
}
table.products td.ListLabel {
	padding-right: 12px;
}
table.products tr.even {
	background-color: #b9b9b9;
}

/* Technical Info Node Page */
#inhalt .headline {
	font-size: 16px;
	font-weight: bold;
}
#inhalt .ListHeadline {
	font-size: 14px;
}


/* Search Result Page */
.product {
	height: 100px;
	margin-bottom: 6px;
	padding-top: 6px;
	border-top: 1px solid #767676;
	overflow: hidden;
}
.product:first-child{
	border-top: 0;
}
.product a {
	text-decoration: none;
}
.product-picture {
	float: left;
	height: 100px;
	margin-right: 6px;
}
.product-headline h2 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-pdf {
	width: 32px;
	height: 34px;
	float: right;
	margin-left: 11px;
	background: transparent url('themes/images/pdf.png') no-repeat left center;
}

/* Pagination */
#pagination {
	border-top: 1px solid #767676;
	padding-top: 11px;
	position: relative;
	text-align: center;
}
.previousPageLink {
	position: absolute;
	left: 0;
	padding-left: 13px;
	background: transparent url('themes/images/arrow_left.png') no-repeat left center;
}
.pageCount {}
.nextPageLink {
	position: absolute;
	right: 0;
	padding-right: 13px;
	background: transparent url('themes/images/arrow_right.png') no-repeat right center;
}


/* Suggest */
#suggestLayer {
	display:none;
	margin-bottom: 15px;
}
table.suggestLayer {
	background-color:white;
	color:#173553;
	cursor:pointer;
	font-size:11px;
	border-collapse: collapse;
	border:1px solid #b9b9b9;
	table-layout: fixed;
}
.product-number-col {
	width: 90px;
}
.product-text-col {
	width: auto;
}
td.suggestTextQuery {
	padding: 5px;
}
td.suggestTextType {
	padding: 0 15px 5px 5px;
}
td.suggestText {
	padding: 0 5px 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
tr.suggestRow2 {
	border-bottom: 1px solid #b9b9b9;
}

td.myListValue.productLifeCycle, td.oddproductLifeCycle, 
div.listAttributeValue.productLifeCycle, .productBodyMain.productLifeCycle {
	color: red !important;
	font-weight: bold;
}

table.products a {
    font-weight: bold;
    color: #767676;
}


