/* RESOURCES PAGE FORMATTING */


div.resources {
    padding : 3px;
}

table.panel {
    width : 95%;
    border-collapse : collapse;
    border : none;
    margin : 0;
    padding : 0;
}

table.panel tr td {
    margin : 0;
    padding : 0;
    width : 46%;
    vertical-align : top;
}

table.panel tr td.left {
    padding-right : 10px; 
    padding-bottom : 1em; 
}

table.panel tr td.right {
    padding-left : 10px; 
    padding-bottom : 1em; 
}



div.resources h1 {
    line-height : 100%;
    margin-bottom : 6px;
}

div.resources h2 {
    margin-top : 6px;
}

div.resources div.image {
    width : 100px;
    float : left;
    text-align : center;
}

div.resources div.image img {
    display : inline;
}

div.resources div.info {
    margin-left : 110px;
}

div.resources div.info form {
    display : inline; 
    margin : 0; 
    padding : 0;
}

div.resources div.info form input.qty {
    position : relative; 
    top : -4px; 
    width : 25px;
    height : 16px; 
    font-size : 9pt; 
    border : 1px solid black; 
    margin : 0; 
    padding : 0;
}

div.resources div.info span.addtocart {
    white-space : nowrap;
    vertical-align : middle;
}



/* IN-PAGE SHOPPING CART FORMATTING */

table.cart {
    width : 100%; 
    margin : 0; 
    padding : 0;
    border-collapse : collapse;
}

table.cart td {
    padding : 2px;
    text-align : left;
    font-size : x-small;
}

table.cart td.title {
     border-bottom : 1px solid #0099FF;
     font-weight : bold;
     padding-bottom : 0;
     font-size : small;
}

table.cart td.foot_title {
     text-align : right;
     padding-bottom : 0;
     font-weight : bold;
}