/*
©2012 Bam Creative

Title : print.css
Author : NAME | Bam Creative

Description : Print Stylesheet
*/

.no-print {
    display: none;
}

/* ELEMENTS TO HIDE ---------------------------------------------- */

div#admin-menu,
div#nav,
div#sub_nav_box,
div#breadcrumbs,
div#footer,
table.db_log,
header,
.popular,
.manufacture,
.consultation-wrapper,
.rfoot,
.subnav,
.inventory,
.section-title,
.shop-nav,
.back-to,
#buy-now,
.credits,
.copyright,
.row-fluid.border	
 
 {
    display: none !important;
}
.span9{
width:100% !important;	
}
/* ELEMENTS TO MODIFY ---------------------------------------------- */

body {
    margin-top: 0;
}

hr {
    background: #ccc;/*NS FF OP */
    color: #ccc;/*IE*/
    border-top: 1px solid #ccc;/*FF NS OP*/
    height: 1px;/*FF NS OP*/
    width: 100%;
}

div#print-footer {
    text-align: right;
}
a:link:after,
a:visited:after {
       content: "";
   }