/*  ===== PRINT Notes =====   /
    This CSS is to include and exclude items from the print view,
    
    Template for printing. Disables all information not whated to print.
    More advanced printing can prepare a special printview. 
    e.g. order summary, order history, account information.
*/

.layer *,
input[type='submit'] {
    display:none!important;
}

/* Splits because its make trouble in IE6 */
.layer,
#user,
.navigation,
#minicart,
#recommendations,
.linktocompletelook,
.noHover .boxbttm a,
.prodviews,
.bttnbox,
.dropdown,
.linktosizetable,
.ddCont,
#footer,
.linktoback,
#sectionNav,
.linktocancel,
.linktodel,
.bttncheckout2,
.noprint,
.contentasset,
.txtbutton,
#header {
    display:none!important;
}
body {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 98%;
    border: 1px solid white;
}
#header {
    height: 70px;
    position: static;
}
#headerNav {
    height: 70px;
    width: 100%;
}
#header #logo {
    float: right;
    margin-right: 50px;
}
#container {
    position: static;
    height: auto!important;
    overflow: visible!important;
    margin-top: 30px!important;
}
p.pagebreak {
    display: block;
    page-break-after: always;
}
.errorMsg {
    display:none;
}

/* productdetails */
.productview .careinstruct {
    float:left;
}
.productview .infobox,
.contentbox {
    border:none;}

.imgbox {
  width:282px!important;}

.imgbox img {
  width:282px!important;
  height:363px!important;
}

.box395,
.headtable {
    width:340px!important;
}

/* orderview */
.boxbttm .price {
    float:right;
}

/* order confirmation page */
#order_printstyle_div {
    display: block!important;
}
*html .box581x296 {
    height: 225px;
    width: 450px;
}
*html .box185x296 {
    height: 225px;
    width: 150px;
}
*html .box779x296 {
    height: 225px;
}
*html .box383x296 {
    width: 330px;
}
*html .productdata {
    top:175px;
}
*html .boxcnt img {
    height: 175px;
    width: 136px;
}
*html #header #logo {
    margin-right: 5px;
}
.box383x296 .boxcnt {
    height: 130px !important;
}
