@media screen {

.shopContent{
	width:875px;
	font-family:Arial;
	font-size:12px;
	color:#656565;
	margin-left:10px;
	margin-right:10px;
	}
	
	.shopContentSuche{
	font-family:Arial;
	font-size:12px;
	color:#656565;
	}

.shopNavigationContainer{
	width:870px;
	height:52px;
	}

.contentFooterShop{
	height:15px;
	background-color:#FFFFFF;
	width:860px;
	margin-left:10px;
	}

.contentLowerGreyLineShop{
	margin-top:5px;
	height:1px;
	width:860px;
	font-size:1px;
	background-color:#EAEAEA;
	float:left;
	margin-left:10px;
	}


table.artikelsucheWarenkorb th{
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
color:#454545;
border:1px solid #d7d7d7;
padding:2px 2px 2px 2px;
}


div.tableContainerShop {
	width: 872px;		/* table width will be 99% of this*/
	height: 430px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	margin-left: 10px;
	}

table.artikelsuchedyn {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	/*background-color: #454545;*/
	}
	
table.artikelsuchedyn>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 295px;
	overflow-x: hidden;
	}
	
thead tr {
	position:relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	background-color:#FFFFFF;
	
	}
	
thead td, thead th {
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
border:1px solid #d7d7d7;
padding:2px 2px 2px 2px;
	}	
	
table.artikelsuchedyn td{
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
color:#454545;
border:1px solid #d7d7d7;
padding:5px 2px 5px 2px;
	}
	
	table.artikelsucheWarenkorb td{
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
color:#454545;
border:1px solid #d7d7d7;
padding:5px 2px 5px 2px;
	}
	
tr.artikelsuchedyn{
background-color:#f0f0f0;
height: 10px;
left: 0px;
}

tr.artikelsuchedyn:hover{
background-color:#d7d7d7;
}

td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/

}



@media print {
#shop1, #shop2, #shop3, .headercontainer, .header_logo, .header_navigation, .content_rightspacer_grey_shop {
 display:none;
}

thead td, thead th {
font-family:Arial,Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
border:1px solid #d7d7d7;
padding:2px 2px 2px 2px;
	}	
}