﻿html
{
	height: 100%;
	_height: 100%;  /* ie hack */
	overflow-y: scroll;
}
body
{
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	background-color: #D0D0D0;
	height: 100%;
	_height: 100%;  /* ie hack */
}
.search_panel select /* is not inherited from body */
{
	font-size: 10px;
	width: 100%;
}
.search_panel .label {
	width: 40%;
}
.search_panel .dropdown {
	width: 60%;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img, a:hover img {
	text-decoration: none;
	border: none 0 white;
}
.container
{
	width: 1064px;
	min-height: 100%;
	_height: 100%;  /* ie hack */
	padding: 0px;
	margin: 0 auto;
	background-image: url(pics/Background.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.search_panel
{
	width: 240px;  /* 250 - 2*5px padding */
	padding: 150px 5px 0px 5px;
	float: left;
	background-image: url(pics/Left_Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.result_view
{
	width: 562px;
	padding: 60px 1px 0px 1px;
	float: left;
	position: relative;
}
#result
{
	padding: 0px 10px 0px 10px;	
}
.right_panel
{
	background-image: url(pics/world_map.jpeg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #747378;
	width: 250px;
	padding: 0;
	float: left;
}
.right_panel a
{
	text-decoration: none;
	color: #747378;
}
.right_panel a:hover
{
	text-decoration: underline;
}
.title
{
	padding: 5px 0px;
}
.title_line
{
	background-color: #98989B;
	color: #FAFAFA;
	font-weight: bold;
	font-size: 1.1em;
	/*padding: 3px 10px;*/
	border-bottom: solid 1px white;
	height: 21px;  /* IE 6 hack */
}
.title_line a, .title_line a:link, .title_line a:visited, .title_line a:focus
{
	text-decoration: none;
	color: #FAFAFA;
	font-weight: bold;
	padding: 3px 7px;
	display: block;
	float: left;
	border-left: 1px solid #B8BABD;
}
.title_line a:hover, .title_line a:active
{
	background-color: Black;
}

.title_line .active
{
	background-color: Black;
}
.title_bottom_line
{
	color: #747378;
	background-color: #DBDCDE;
	margin: 3px 0 3px 0;
	text-align: right;
	padding-right: 1em;
}
.title_bottom_line a
{
	color: #6C6C6C;
	text-decoration: none;
	padding: 0 5px;
}
.panel_header
{
	margin-top: 5px;
	background-color: #98989B;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #FAFAFA;
	cursor: pointer;
}
.panel_header_active
{
	margin-top: 5px;
	background-color: Black;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: White;
	cursor: pointer;
}
.panel_content
{
	background-color: White;
	overflow: hidden;
}
#A1_search_VDI_header, #A1_search_SPR_header, #A1_search_ArticleNumber_header
{
	margin-top: 15px;
}
.clear
{
	height: 0px;
	clear: both;
}
.resultTable
{
	margin: 10px 0 25px 0;
	border-collapse: collapse;
}
.resultTable th
{
	text-align: left;
	font-weight: bold;
	padding: 1px 5px;
}
.resultTable td
{
	padding: 5px;
	vertical-align: top;
	border-width: 1px;
	border-color: #808080;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
.resultTableInner
{
	padding: 0px;
	border-style: none;
}
.resultTableInner td
{
	padding: 0px;
	padding-right: 5px;
	border: solid 0px black;
	border-collapse: collapse;
}
.resultTableHeading
{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0.25em;
}
.orderTable 
{
	border-collapse: collapse;
}
.orderTable td 
{
	padding: 5px;
	border-width: 1px;
	border-color: #808080;
	border-top-style: dotted;
	border-bottom-style: dotted;
	vertical-align: top;
}
.customerInfo
{
	margin-top: 10px;
}
.customerInfo .flat
{
	border: 1px solid #808080;
}
.result_view h1
{
	font-size: 175%;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #98989B;
	clear: both;
}
.result_view h2
{
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.result_view h3
{
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.result_view ul
{
	list-style-type: square;
	padding-left: 1.5em;
	margin: 0px;
}
.result_view li
{
	padding: 0.25em 0 0.25em 0;
}
.downloads ul
{
	/*display: inline;*/
	padding: 0px;
}
.downloads li
{
	/*display: inline;*/
	padding-left: 25px;
	background: transparent url(http://www.index-werke.de/mediadata/arrow.gif) no-repeat scroll 0 0.2em;
}
.pdf
{
	background: transparent url(http://www.index-werke.de/mediadata/arrow.gif) no-repeat scroll 0 0.2em;
}
.content
{
	width: 500px;  /* avoid table reflow if content is larger than image */
	position: absolute;
	padding: 5px;
	border-top: none 0 white;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #fafafa;
	z-index: 2;
	box-shadow: 3px 3px 5px #B0B0B0;
	-moz-box-shadow: 3px 3px 5px #B0B0B0;
	-webkit-box-shadow: 3px 3px 5px #B0B0B0;
}
.content_hidden
{
	cursor: pointer;
}
.content_hidden .content
{
	display: none;
}
.content_shown
{
	cursor: pointer;
}
.content_shown .content
{
	display: block;
}
.details
{
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	font-weight: bold;
	color: #747378;
}

#UpdatePanel1
{
	padding: 0px 5px;
}

.date_header
{
	font-style: italic;
	margin-bottom: 0;
}
.news_body
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.floating_picture
{
	float: right;
	margin: 0 15px 5px 5px;
}

.news_separator
{
	clear: both;
	height: 1px;
	background-image: url(pics/separator_line.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.infobox
{
	margin: 20px 50px 10px 20px;
	display: block;
	box-shadow: 3px 3px 5px #B0B0B0;
	-moz-box-shadow: 3px 3px 5px #B0B0B0;
	-webkit-box-shadow: 3px 3px 5px #B0B0B0;
}
.infobox_headline
{
	padding: 5px 10px;
	background-color: #98989B;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
}
.infobox_content
{
	background-color: White;
	padding: 10px;
}
.infobox_content p
{
	margin: 0;
	padding: 5px 0px;
	color: #747378;
}
.basket 
{
	margin: 20px 0px 10px 0px;
	display: block;
}
.basket_headline
{
	padding: 5px;
	background-color: #98989B;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
}
.basket_content
{
	background-color: White;
	padding: 10px 3px;
}
.language_select
{
	margin-top: 90px;
	margin-left: 20px;
	margin-bottom: 50px;
}
.legend
{
	border-collapse: collapse;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1em;
}
.legend td
{
	border-collapse: collapse;
	text-align: center;
	border-style: none solid;
	border-width: 0 1px 0 0;
	border-color: #A0A0A0;
	padding: 5px;
}

.hidden
{
	display: none;
}

#searchByVDI_count
{
	font-size: 130%;
}
#searchByTNL_count
{
	font-size: 130%;
}
#searchByHSK_count
{
	font-size: 130%;
}
#searchByMS_count 
{
	font-size: 130%;
}
input[type='text']
{
	border: solid 1px grey;
	padding: 1px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type='text']:focus 
{
	box-shadow: 0px 0px 2px 1px gold;
	-moz-box-shadow: 0px 0px 2px 1px gold;
	-webkit-box-shadow: 0px 0px 2px 1px gold;
}
input[type='submit'] {
	padding: 1px 2px;
}
input[type='button'] {
	padding: 1px 2px;
}
.index-traub-logo
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#cycle01
{
	position: relative;
	height: 260px;
	width: 185px;
	float: right;
	margin: 0 5px;
	box-shadow: 3px 3px 5px #B0B0B0;
	-moz-box-shadow: 3px 3px 5px #B0B0B0;
	-webkit-box-shadow: 3px 3px 5px #B0B0B0;
}
#cycle01 img 
{
	background-color: transparent;
	border: solid 1px #B0B0B0;
	padding: 5px;
	width: 175px;
	height: 250px;
}
#cycle02
{
	width: 135px;
	height: 100px;
}
#cycle02 img
{
	width: 135px;
	height: 100px;
}
#cycle03
{
	width: 135px;
	height: 100px;
}
#cycle03 img
{
	width: 135px;
	height: 100px;
}
#tree, #tree ul, .tree, .tree ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#result .treeview li
{
	padding: 0.25em 0 0.25em 0px;
	margin: 0;
}
#result .treeview ul
{
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
.treeview .hitarea
{
	height: 16px;
	width: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea 
{
	display: inline;
	float: none;
}
.treeview .expandable-hitarea
{
	background-image: url(pics/plus.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.treeview .collapsable-hitarea
{
	background-image: url(pics/minus.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.treeview .hover
{
	cursor: pointer;
}
.treeview img
{
	vertical-align: middle;
}


#cycle10 {
	display: block;
	position: relative;
	width: 532px;
	height: 200px;
	background-color: white;
}
#cycle10 img {
	float: right;
	margin-left: 10px;
	padding: 5px;
	background-color: white;
	border: solid 1px #B0B0B0;
	box-shadow: 3px 3px 5px #B0B0B0;
	-moz-box-shadow: 3px 3px 5px #B0B0B0;
	-webkit-box-shadow: 3px 3px 5px #B0B0B0;
}
#nav {
	margin-top: 5px;
	padding-left: 270px;
	margin-bottom: 15px;
}
#nav a {
	border: 1px solid #bbb;
	background: #f0f0f0;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	color: #444;
}
#nav a.activeSlide {
	background: #d0d0d0
}
#nav a:focus {
	outline: none;
}


/* ----- */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 480px;
	height:120px;
	border: solid 1px #cccccc;
	background-color: white;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	border: none;
	float:left;
	width: 150px;
	height: 114px;
	padding: 5px;
	
}
.items div img {
	width: 144px;
	height: 90px;
	border: solid 1px white; /*#cccccc;*/
	padding: 2px;
}
.items a {
	text-decoration: none;
}

#ticker {
	margin-top: 75px;
	background-color: #eeeeee;
	padding: 5px 0;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:18px;
	height:18px;
	float:left;
	margin:52px 3px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
	background-image: url(/pics/right.png);
	background-position: 0 0;
	clear:right;
	/*margin-right: 0px;*/
}
a.right:hover 		{ background-position: 0 -18px; }
a.right:active 	{ background-position: 0 -18px; } 


/* left */
a.left				{ 
	background-image: url(/pics/left.png);
	background-position: 0 0;
	/*margin-left: 0px;*/
	} 
a.left:hover  		{ background-position: 0 -18px; }
a.left:active  	{ background-position: 0 -18px; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}


fieldset {
	border-radius: 5px;
	padding: 5px 10px;
}
#spr_calculator fieldset {
	border: none;
}

#spr_calculator {
	margin-bottom: 2ex;
}
.slider_control {
	text-decoration: underline;
	color: #303080;
	cursor: pointer;
	margin-top: 0.5ex;
}
#shape {
	width: 150px;
}
#unit_text {
	margin-left: 1ex;
}
