@media screen{ 
#prodData {
	background-color: #656666;
	color: #fff;
	margin: 5px 0 0 0;
}
dl.tabbed{
 position: relative;
 width: 560px;
 }
dl.tabbed dt.dltab-active, dl.tabbed div.wrap{
 color: #000;
 background: #ccc; 
 }
dl.tabbed div.wrap{
 position: relative;
 top: 0;
 height: 270px;
 overflow: auto;
 padding: 10px;
 margin: 0;
 clear:both;
 width: 540px;
 }
dl.tabbed dt{
 /*display: inline;*/
 float:left;
 white-space: nowrap;
 display:block;
 /*padding: .2em 1.2em .2em .4em;*/
 padding: .2em 2.2em;
 margin: 0;
 font-weight: normal;
 font-size: 115%;
 background: #656666 url(/images/design/bg-tab-separator.gif) top right no-repeat;
 }
dl.tabbed dt.dltab-active{
 position: relative;
 z-index: 5;
 color: #000;
 /*background: #ccc;*/
 /*padding: .2em 1.2em .2em .4em;*/
 background: #ccc url(/images/design/bg-tab-separator.gif) 100% -25px  no-repeat;
 }
dl.tabbed dt a, dl.tabbed dt a:hover {
 display:block;
 color: #fff;
 text-decoration: none;
 white-space: nowrap;
 margin: 0;
/* padding: .2em 1.2em .2em .4em;*/
 }
dl.tabbed dd {
 clear:left;
 margin-bottom: 10px;
}
/*dl.tabbed dt a:hover{
 color: #933;
 background: #FFF;
 text-decoration: none;
 }*/
 
 
/* styles for dl-tabbed content */
dl.tabbed table.items th {
	font-weight:bold;
	text-align:left;
	padding:5px 20px 5px 0;
	vertical-align:top;
}
dl.tabbed table.items td {;
	text-align:left;
	padding:5px 20px 5px 0;
}
} /*end media:screen */



@media print{ 
dl.tabbed div{
 display: none;
 }
}


