/* 
    Document   : print
    Created on : 21-May-2011, 19:52:28
    Author     : tasa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.mainMenuContainer, .headingBar, .subMenuContainer, .loginContainer {
    display: none;
}

th, td {
    border: 1px solid black;
}

ul li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: black;
}

.bigItemContainer {
    text-align: center;
}

.relatedItemsLinkContainer {
    display: none;
}

.askdjfashdfkjashfkasfd {
    display: none !important;
}

.doNotPrintThis {
    display: none !important;
}