﻿* {
overflow: visible !important;
}

/*** start: general styles and templating information ***/
body
{
    background: none;
}

        #header
        {
            display: none;
        }

        #body-content {
            overflow: visible !important;
        }


            #body-content-column-left
            {
                 display: none;
            }

            #body-content-column-middle
            {
                overflow: visible !important;
            }

            #body-content-column-middle-wide
            {
              overflow: visible !important;
            }

            #body-content-column-right
            {
                display: none;
            }


        /* start breadcrumb */

            #breadcrumb
            {
                display: none;
            }

        /* end breadcrumb */


/*** start product page ***/

                #product-details {
                    display: block !important;
                    overflow: visible !important;
                }

                #product-detail-tabs {
                    display: none;
                }

                .product-details-panel {

                }

                .link-print {
                    display: none;
                }

                .footer-subscribe-share-print
                {
                    display:none;
                }


/*** end product page ***/



        #footer
        {
            display: none;
        }


/*** end: general styles and templating information ***/