/*
print.css
*/
html, body,.box .title h2,table thead tr th, table tfoot tr th,a, a:link, a:active, a:visited{
        color:#000;
}
html, body{
        background:none;
        
}
table thead,table thead tr th.header,table tbody td,table tbody tr.odd td{
    background:none;
    border:1px solid #AAAAAA;
}
.container, .search, .filterform{
	display:none;
}
.box, .box .title,.box .content{
        background:none;
        border: none;
        padding: 0;
        margin: 0:
}


/*
h2{color:#000 !important;}
#print_filterform, #menu, .container, .search{
	display:none;
}

.items_list thead tr th, .items_list tbody tr td,table tbody tr.odd td{
	border:1px solid #AAAAAA !important;
	color:#000 !important;
        background: none !important;
}

.items_list td a, .items_list td a:link{
	text-decoration:none !important;
	color:#000 !important;
}
.box,.box .content,table,table thead{
    border: none !important;
}
*/