/* Breadcrumbs */
div.breadcrumb
{
    margin: 0.5em 0 1em;
    font-size: 11px;
    font-weight: normal;
}
    div.breadcrumb a:visited
    {
        color: blue;
    }
/* Free shipping notice */
div.freeshippingnotice
{
    margin-top: 15px;
    margin-bottom: 8px;
    color: red;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
}
    div.freeshippingnotice span.title
    {
        font-weight: bold;
        text-decoration: underline;
    }
    div.freeshippingnotice div.savingsautomatic
    {
        font-size: 11px;
        color: black;
    }
/* Headings */
div.headingcontainer
{
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 9px;
    border: 0 solid rgb(104,104,104);
    border-bottom-width: 1px;
    width: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
    div.headingcontainer .mainheading
    {
        font-size: 22px;
        float: left;
        border: 0;
        margin: 0;
        width: 65%;
    }
    div.headingcontainer .middleheading
    {
        font-size: 19px;
        float: left;
        border: 0;
        margin: 0;
        width: 65%;
    }
    div.headingcontainer .subheading
    {
        font-size: 16px;
        float: left;
        border: 0;
        margin: 0;
        width: 65%;
    }
    div.headingcontainer .headingright
    {
        font-size: 12px;
        float: right;
        border: 0;
        margin: 0;
        text-align: right;
        width: 30%;
        position: absolute;
        bottom: 4px;
        right: 0;
    }
        div.headingcontainer .headingright a:visited
        {
            color: blue;
        }

/* Pricing box */
div.pricingbox
{
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;;
    font-size: 12px;
    text-align: center;
    width: 180px;
}
    div.pricingbox div.title
    {
        background-color: #DDDDDD;
        border: 0;
        padding: 5px;
        font-weight: bold;
        color: black;
    }
    div.pricingbox div.prices
    {
    }
    div.pricingbox div.quantityprice
    {
        border: 1px solid #cccccc;
        border-top-width: 0px;
        text-align: left;
        padding: 3px 0;
    }
    div.pricingbox div.quantityprice div.quantity
    {
        /*background-color: #dddddd;*/
        font-style: italic;
        float: left;
        width: 59px;
        text-align: right;
        color: black;

        clear: both;
    }
    div.pricingbox div.quantityprice div.price
    {
        color: red;
        font-style: normal;
        font-weight: bold;
        display: inline;
        padding-left: 10px;
        font-size: 12px;
    }
/* Index home */
#page_index div.categorylisting2
{
    width: 850px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
    #page_index div.categorylisting2 div.categoryrow
    {
        clear: both;
    }
    #page_index div.categorylisting2 div.category
    {
        width: 424px;
        float: left;
        text-align: left;
        margin-bottom: 28px;
    }
        #page_index div.categorylisting2 div.category div.categoryimage
        {
            width: 130px;
            float: left;
        }
            #page_index div.categorylisting2 div.category div.categoryimage img
            {
                border: 0;
                width: 130px;
                height: 90px;
            }
        #page_index div.categorylisting2 div.category div.categorylinks
        {
            float: left;
            width: 220px;
            margin: 0 0 0 25px;
        }
            #page_index div.categorylisting2 div.category div.categorylinks h3
            {
                font-size: 10px;
                font-family: arial;
                font-weight: normal;
                margin: 0;
            }
                #page_index div.categorylisting2 div.category div.categorylinks h3 a,
                #page_index div.categorylisting2 div.category div.categorylinks h3 a:visited
                {
                    color: #0000C7;
                    font-size: 12px;
                    font-family: Verdana,Arial,Helvetica,sans-serif;;
                    font-weight: normal;
                }
                #page_index div.categorylisting2 div.category div.categorylinks h3 a:hover
                {
                    text-decoration: none;
                    color: red;
                }


            #page_index div.categorylisting2 div.category div.categorylinks h3.mainlink
            {
                font-size: 14px;
                font-family: arial;
                font-weight: bold;
                text-decoration: none;
            }
                #page_index div.categorylisting2 div.category div.categorylinks h3.mainlink a,
                #page_index div.categorylisting2 div.category div.categorylinks h3.mainlink a:visited,
                #page_index div.categorylisting2 div.category div.categorylinks h3.mainlink a:hover
                {
                    font-size: 14px;
                    font-family: Verdana,Arial,Helvetica,sans-serif;;
                    font-family: sans-serif;
                    text-decoration: none;
                    color: #c60;
                    font-weight: bold;
                    margin-bottom: 4px;
                }
                #page_index div.categorylisting2 div.category div.categorylinks h3.mainlink a:hover
                {
                    text-decoration: underline;
                }
    #page_index div.categorylisting2 div.bottom
    {
        clear: both;
    }
/* privacy */
#page_privacypolicy #pagebodycontentholder ul
{
    margin: 1em 0 1em 2.5em;
}
#page_privacypolicy #pagebodycontentholder li 
{
    margin: 0.5em 0;
}

/* category listing */
#page_categoryview div.categorylisting
{
    width: 850px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
    #page_categoryview div.categorylisting div.category
    {
        width: 424px;
        float: left;
        text-align: left;
        margin-bottom: 28px;
    }
        #page_categoryview div.categorylisting div.category div.categoryimage
        {
            float: left;
            width: 140px;
            border: 1px solid #999999;
            text-align: center;
        }
            #page_categoryview div.categorylisting div.category div.categoryimage img
            {
                border: 0;
                padding: 6px 5px;
            }
        #page_categoryview div.categorylisting div.category div.categorylinks
        {
            width: 229px;
            float: left;
            margin: 0 0 0 25px;
        }
            #page_categoryview div.categorylisting div.category div.categorylinks h3
            {
                font-size: 10px;
                font-family: arial;
                font-weight: normal;
                margin: 0;
            }
                #page_categoryview div.categorylisting div.category div.categorylinks h3.mainlink a,
                #page_categoryview div.categorylisting div.category div.categorylinks h3.mainlink a:visited
                {
                    font-size: 14px;
                    font-family: Verdana,Arial,Helvetica,sans-serif;;
                    font-family: sans-serif;
                    color: #0000C7;
                    font-weight: bold;
                    margin-bottom: 4px;
                }
                #page_categoryview div.categorylisting div.category div.categorylinks h3.mainlink a:hover
                {
                    color: red;
                    text-decoration: none;
                }
            #page_categoryview div.categorylisting div.category div.categorylinks h4
            {
                font-size: 11px;
                font-family: verdana;
                font-weight: normal;
                margin: 0;
                text-align: justify;
            }
    #page_categoryview div.categorylisting div.bottom
    {
        clear: both;
    }

/* Keyboard skins */
#page_keyboardskins #keyboardskinimagepricecontainer
{
    width: 875px;
    margin: 0 auto;
}
    /* Grandfathered */
    /*#page_keyboardskins #images div.thumb
    {
        border: 1px solid #9F9898;
        margin-bottom: 4px;
    }
    #page_keyboardskins #images div.thumb img
    {
        padding: 2px;
    }
    #page_keyboardskins #keyboardskinimagepricecontainer div.images
    {
        width: 59%;
        float: left;
        text-align: center;
    }
    #page_keyboardskins #keyboardskinimagepricecontainer div.pricing
    {
        width: 39%;
        float: left;
        text-align: center;
    }*/
    #page_keyboardskins #keyboardskinimagepricecontainer div.pricing div.pricingbox
    {
        margin: 40px 0;
    }
    #page_keyboardskins #keyboardskinimagepricecontainer div.pricing div.freeshippingnotice
    {
        margin-top: 40px;
    }
/*#page_keyboardskins div.productimages
{
    width: 890px;
    margin: 0 auto;
}
#page_keyboardskins div.productimage
{
    width: 440px;
    float: left;
    text-align: center;
}
    #page_keyboardskins div.productimage a
    {
        font-size: 10px;
        font-family: Verdana,Arial,Helvetica,sans-serif;;
    }
    #page_keyboardskins div.productimage img
    {
        border: 0;
    }*/
#page_keyboardskins #keyboardskinproductinfo
{
    clear: both;
}
#page_keyboardskins div.productinfo
{
    clear: both;
    padding-top: 1.5em;
}
#page_keyboardskins span.highlightsearch
{
    color: #D00000;
    font-weight: bold;
}
div.keyboardskinsearch
{
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    /*background-image: url(/images/msn_welcome_entry.png);*/
    background-color: #FFFFCC;/*white;#feff90;*/
    background-repeat: repeat-x;
    border: 2px black solid;
    padding: 5px 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;;
    margin-bottom: 1.5em;
}
div.keyboardskinsearchcart
{
}
    div.keyboardskinsearch div.searchtitle
    {
        color: black;
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 5px;
        padding-top: 2px;
        text-align: center;
    }
    div.keyboardskinsearch div.searchtitle3
    {
        color: black;
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 2px;
        padding-top: 2px;
        text-align: center;
    }
    div.keyboardskinsearch div.searchtitle2
    {
        font-size: 14px;
        text-align: left;
        padding-left: 60px;
    }
    div.keyboardskinsearch div.searchbox
    {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 60px;
        font-size: 14px;
    }
        div.keyboardskinsearch div.searchbox span.searchhelp
        {
            font-size: 10px;
            font-style: italic;
            padding-left: 70px;
        }
    div.keyboardskinsearch div.titlebrowse
    {
        margin-top: 6px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }
    div.keyboardskinsearch div.browsemanufacturer
    {
        margin-top: 4px;
        font-size: 10px;
    }
    div.keyboardskinsearch div.listmanufacturers
    {
        margin-top: 4px;
        font-size: 10px;
    }
    div.listmanufacturers
    {
        width: 550px;
        margin-right: auto;
        margin-left: auto;
    }
        div.listmanufacturers table
        {
            width: 100%;
            border-collapse: collapse;
            width: 400px;
            margin-right: auto;
            margin-left: auto;
        }
            div.listmanufacturers table td
            {
                font-size: 11px;
                width: 19%;
                text-align: left;
            }
            div.listmanufacturers table td.link
            {
                /*color: blue;
                text-decoration: underline;
                cursor: pointer;*/
            }
            div.listmanufacturers table td.browseall
            {
                width: 22%;
            }

            div.listmanufacturers table td.browse
            {
                width: 20%;
                text-align: left;
                padding-left: 4px;
                text-decoration: none;
                color: black;
                font-weight: bold;
            }
    div.keyboardskinsearch div.entermanually
    {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 80px;
        font-size: 11px;
    }
        div.keyboardskinsearch div.entermanually div.dataenter
        {
            height: 50px;
        }
        div.keyboardskinsearch div.entermanually div.dataenter div.manufacturer,
        div.keyboardskinsearch div.entermanually div.dataenter div.modelnumber
        {
            clear: both;
            padding: 4px 0;
        }
        div.keyboardskinsearch div.entermanually div.dataenter div div.id
        {
            width: 115px;
            float: left;
        }
        div.keyboardskinsearch div.entermanually div.dataenter div div.input
        {
            width: 150px;
            float: left;
        }
        div.keyboardskinsearch div.entermanually div.dataenter div div.quantity
        {
            width: 150px;
            float: left;
            text-align: center;
        }
        div.keyboardskinsearch div.entermanually div.dataenter div div.addtocart
        {
            width: 150px;
            float: left;
            text-align: center;
        }
        div.keyboardskinsearch div.entermanually div.dataenter input
        {
            font-size: 11px;
        }
        div.keyboardskinsearch div.entermanually div.dataenter input.submit
        {
            font-size: 12px;
            padding: 0.5px 6px;
        }
        div.keyboardskinsearch div.entermanually div.addtocartmanual
        {
            float: left;
            width: 125px;
        }
            div.keyboardskinsearch div.entermanually div.addtocartmanual input
            {
                /*margin-top: 10px;*/
            }
    div.keyboardskinsearch div.clearspacer
    {
        font-size: 1px;
        clear: both;
    }
    /* Model listing table */
    #page_keyboardskins th.quantity
    {
        width: 200px;
    }
/* Product view */
div#productid
{
    display: none;
}
#page_productview .breadcrumbholder div.othersincategory
{
    float: right;
    width: 250px;
    text-align: right;
    font-size: 11px;
}
    #page_productview .breadcrumbholder div.othersincategory a,
    #page_productview .breadcrumbholder div.othersincategory a:visited
    {
        color: blue;
    }



div.topproductsection
{
    /*margin: 20px 0 0; Restore after new design */
    margin: 20px auto 0 auto;
    width: 850px;
    clear: both;
    position: relative;
    /*overflow: hidden;*/
}
div.tworowspics
{
    height: 460px;
}
div.threerowspics
{
    height: 550px;
}
div.productsummary
{
    width: 380px;
    padding-left: 15px;
    float: right;
    /*border-left: 1px solid #AAA;*/
    color: #333333;
    text-align: left;
    position: relative;
}
div.productimages
{
    padding: 0;
    margin: 0 0 0 60px;
    width: 380px;
    /*overflow: hidden;*/
    text-align: center;
}
    div.productimages div.mainimage
    {
        margin: 0;
        width: 360px;
        height: 255px;
        /*overflow: hidden;*/
        border: 1px solid #999999;
    }
        div.productimages div.mainimage a
        {
            margin: 0 auto; /* For Magic Zoom */
        }
        div.productimages div.mainimage img.mainimage
        {
            border: 0;
            width: 275px;
            height: 255px;
        }
        div.productimages div.mainimage div.picid
        {
            display: none;
        }
    div.productimages div.additionalpictures
    {
        margin-top: 13px;
        width: 390px;
        overflow: hidden;
    }
        div.productimages div.additionalpictures img
        {
            border: 0;
            width: 72px;
            height: 66px;
        }
        div.productimages div.additionalpictures div.thumb
        {
            float: left;
            width: 76px; /* account for 1px border x 2 */
            height: 71px;
            border: 1px solid #999999;
            overflow: hidden;
            margin-right: 16px;
            margin-bottom: 16px;
            cursor: pointer;
        }
        div.productimages div.additionalpictures div.last
        {
            margin-right: 0;
        }








        #page_productview div.productinfo
        {
            /*border-top: 1px dotted #555555;*/
            clear: both;
            padding-top: 1em;
        }
            #page_productview div.productinfo p
            {
                margin: 1em 0;
            }
            #page_productview div.productinfo ul,
            #page_productview div.productinfo ol
            {
                padding-left: 40px;
            }
            #page_productview div.productinfo li
            {
                margin: 0.3em 0 0.3em 1.5em;
            }

    div.productnamespace
    {
        font-size: 1px;
    }
    h1.productname
    {
        padding: 1px 0;
        font-family: Verdana,Arial,Helvetica,sans-serif;;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        color: #333333;
    }
    #page_productview div.price
    {
        margin-top: 20px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        color: #CC0000;
    }
        #page_productview div.price div.pricingbox /* For quantity discounts */
        {
            margin: 0.5em 0 0.5em 0;
            color: black;
            display: none;
        }
            #page_productview div.price div.pricingbox div.price
            {
                font-size: 12px;
            }
    #page_productview div.showquantitydiscounts
    {
        color: #444444;
        text-decoration: underline;
        font-size: 11px;
    }
    #page_productview div.chooseoptionradio
    {
        margin-top: 25px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        border: 1px solid #cccccc;
        border-bottom-width: 0;
        float: left;
    }
        #page_productview div.chooseoptionradio .optionname
        {
            background-color: #DDDDDD;
            padding: 4px 6px;
            text-align: center;
        }
        #page_productview div.chooseoptionradio .optionvalues
        {
            font-size: 13px;
        }
            #page_productview div.chooseoptionradio .optionvalues div
            {
                border-bottom: 1px solid #cccccc;
                padding: 3px 13px;
            }
            #page_productview div.chooseoptionradio .optionvalues input
            {
                margin-right: 10px;
            }

    #page_productview div.chooseoptiondropdown
    {
        margin-top: 25px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        border: 1px solid #cccccc;
        float: left;
        background-color: #DDDDDD;
        padding: 4px 6px;
    }
    #page_productview div.erroroption div.optionname
    {
        color: red;
    }
        #page_productview div.erroroption .optionvalues
        {
            color: black;
        }
    #page_productview div.addtocartholder
    {
        clear: both;
        padding-top: 20px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
        #page_productview div.addtocartholder div.addtocartimage
        {
            margin-top: 13px;
        }
        #page_productview div.addtocartholder .quantity
        {
            width: 3em;
        }
    #page_productview div.otherproductinfo
    {
        margin-top: 20px;
        color: #444444;
        font-size: 10px;
        text-align: left;
    }
        #page_productview div.otherproductinfo p
        {
            margin: 4px 0;
        }
    #page_productview div.productlinks
    {
        font-size: 12px;
        text-align: right;
        margin: 20px 0 0 0;
        padding-right: 30px;
        position: absolute;
        right: 0;
        bottom: 15px;
    }
        #page_productview div.productlinks img
        {
            border: 0;
            padding: 1px 0;
            cursor: pointer;
        }

/* Product listing */
#page_productlisting div.productlistingcontainer
{
    font-size: 12px;
}
    #page_productlisting div.productlistingcontainer div.product
    {
        clear: both;
        padding: 0 0 1em 0;
        border-top: 1px solid #666666;
        width: 855px; /* Remove with new layout */
    }
    #page_productlisting div.productlistingcontainer div.first
    {
        border-top: 0 solid transparent;
        padding-top: 0.5em;
    }
        #page_productlisting div.productlistingcontainer div.productinfo
        {
            float: left;
            width: 600px;
            font-family: Verdana,Arial,Helvetica,sans-serif;
        }
            #page_productlisting div.productlistingcontainer div.productinfo div.heading
            {
                margin-bottom: 4px;
                margin-left: 8px;
            }

            #page_productlisting div.productlistingcontainer div.productinfo h3
            {
                margin: 1em 0 6px;
                font-size: 14px;
                font-weight: bold;
            }
                #page_productlisting div.productlistingcontainer div.productinfo h3 a,
                #page_productlisting div.productlistingcontainer div.productinfo h3 a:visited
                {
                    color: #0000c7;
                }
                #page_productlisting div.productlistingcontainer div.productinfo h3 a:hover
                {
                    text-decoration: underline;
                }

            #page_productlisting div.productlistingcontainer div.productinfo div.image
            {
                clear: left;
                float: left;
                width: 190px;
                text-align: center;
            }
            #page_productlisting div.productlistingcontainer div.productinfo div.image a,
            #page_productlisting div.productlistingcontainer div.productinfo div.image a:visited
            {
                font-size: 10px;
                color: #0000C7;
                font-family: Verdana,Arial,Helvetica,sans-serif;
            }
            #page_productlisting div.productlistingcontainer div.productinfo div.bullets
            {
                float: left;
                width: 400px;
                font-size: 11px;
                margin-top: 6px;
            }
                #page_productlisting div.productlistingcontainer div.productinfo div.image img
                {
                    border: 0;
                }
            #page_productlisting div.productlistingcontainer div.productinfo ul
            {
                font-weight: normal;
                margin-left: 20px;
                display: block;
            }
            #page_productlisting div.productlistingcontainer div.productinfo div.details
            {
                margin: 0 0 0 20px;
                padding: 7px 0 0 0;
            }
                #page_productlisting div.productlistingcontainer div.productinfo div.details a,
                #page_productlisting div.productlistingcontainer div.productinfo div.details a:visited
                {
                    color: blue;
                }
            #page_productlisting div.productlistingcontainer div.addtocart
            {
                margin-top: 15px; /* Same as heading margin */
                float: left;
                width: 250px;
                text-align: center;
            }
                #page_productlisting div.productlistingcontainer div.addtocart div.price
                {
                    font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 16px;
                    font-weight: bold;
                    text-align: center;
                    color: #CC0000;
                    margin: 0 auto;
                }
                #page_productlisting div.productlistingcontainer div.addtocart div.quantitydiscounts
                {
                    font-size: 10px;
                    font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-style: italic;
                }
                #page_productlisting div.productlistingcontainer div.addtocart div.quantity
                {
                    margin-top: 16px;
                    font-size: 12px;
                    font-weight: bold;
                    font-family: Verdana,Arial,Helvetica,sans-serif;
                }
                    #page_productlisting div.productlistingcontainer div.addtocart div.quantity input
                    {
                        font-size: 12px;
                    }
                #page_productlisting div.productlistingcontainer div.addtocart input.submitbutton
                {
                    margin-top: 10px;
                }

            #page_productlisting div.productlistingcontainer div.option
            {
                margin-top: 15px;
                margin-left: 7px;
            }

        #page_productlisting div.productlistingcontainer div.clearboth
        {
            font-size: 1px;
            clear: both;
        }
/* Contact Us */
#page_contactus div.datafield
{
    clear: both;
    font-family: Verdana,Arial,Helvetica,sans-serif;;
    margin: 5px 0;
    height: 28px;
}
    #page_contactus #contactuscontainer
    {
        width: 500px;
        margin: 0 auto;
    }
    #page_contactus div.datafield label
    {
        display: block;
        width: 120px;
        text-align: right;
        font-weight: bold;
        font-size: 11px;
        float: left;
        margin: 3px 10px 0 0;
        padding: 6px 3px 0 0;
    }
    #page_contactus div.datafield input,
    #page_contactus div.datafield select
    {
        margin: 5px 2px;
        float: left;
    }
    #page_contactus div.datafield input
    {
        font-family: fixed;
    }
    #page_contactus div.callback
    {
        margin: 23px 0;
        font-weight: bold;
        font-size: 11px;
        font-family:Verdana,Arial,Helvetica,sans-serif;
    }
    #page_contactus #phoneholder,
    #page_contactus #timetocallholder
    {
        display: none;
    }
    #page_contactus #comments
    {
        text-align: center;
    }
    #page_contactus div.traditional
    {
        margin-top: 30px;
        text-align: center;
    }
    #page_contactus #commentslabel
    {
        font-weight: bold;
        font-size: 11px;
        font-family:Verdana,Arial,Helvetica,sans-serif;
    }
    #page_contactus #recaptcha_widget_div
    {
        width: 320px;
        margin: 10px auto;
    }
    #page_contactus span.required
    {
        color: #CF1902;
    }
    #page_contactus input.bf
    {
        width: 200px;
    }
    #page_contactus input.mf
    {
        width: 130px;
    }
    #page_contactus input.sf
    {
        width: 75px;
    }
    #page_contactus .submitholder
    {
        text-align: center;
    }
    #page_testimonials .testimonial
    {
        border: 1px solid #444444;
        border-width: 0 0 1px;
        padding: 0.9em 0;
    }
        #page_testimonials .testimonial p
        {
            margin: 0.9em 0;
        }
#page_faqindex ul.faq
{
    margin: 0 0 0 2em;
}
    #page_faqindex ul.faq li
    {
        margin: .2em 0;
    }
    #page_faqindex ul.faq li a,
    #page_faqindex ul.faq li a:visited
    {
        color: blue;
    }
#page_faqreturnpolicy h1.mainheading
{
    width: 95%;
}

/* Cart */
#cartcontentstable
{
    width: 850px;
    margin: 0 auto;
    border-collapse: collapse;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
#page_cartcheckoutconfirm #cartcontentstable
{
    width: 700px;
}
    #cartcontentstable th,
    #cartcontentstable td
    {
        padding: 0.5em;
    }
    #cartcontentstable thead tr th.itemcol
    {
        border-left: 1px solid #BBBBBB;
    }
    #cartcontentstable thead tr th.totalpricecol
    {
        border-right: 1px solid #BBBBBB;
    }
    #cartcontentstable .itemcol { width: 14%; }
    #cartcontentstable .productcol { width: 40%; }
    #cartcontentstable .removecol { width: 10%; }
    #cartcontentstable .quantitycol { width: 10%; }
    #cartcontentstable .unitpricecol { width: 13%; }
    #cartcontentstable .totalpricecol { width: 13%; }

    #cartcontentstable th
    {
        padding: 7px 5px;
        background-color: #BBBBBB;
    }
    #cartcontentstable tbody tr td.itemcol
    {
        border-left: 1px solid #BBBBBB;
    }
    #cartcontentstable tbody tr td.totalpricecol
    {
        border-right: 1px solid #BBBBBB;
    }
    #cartcontentstable tbody td
    {
        height: 50px;
        background-color: #F6F6F6;
    }
    #cartcontentstable tbody tr.itemrow td,
    #cartcontentstable tbody tr.itemcoupon td,
    #cartcontentstable tbody tr.cartcoupon td
    {
        border-top: 1px solid #DDDDDD;
    }
    #cartcontentstable tbody tr.itemrow td.first,
    #cartcontentstable tbody tr.itemcoupon td.first,
    #cartcontentstable tbody tr.cartcoupon td.first
    {
        border-top-width: 0;
    }
    #cartcontentstable tbody .itemcol
    {
        text-align: center;
    }
        #cartcontentstable tbody .itemcol div
        {
            background-color: #FFFFFF;
            border: 1px solid #999999;
            padding: 4px 8px;
            width: 35px;
            margin: 0 auto;
        }
        #cartcontentstable tbody .itemcol img
        {
            border: 0;
        }
    #cartcontentstable td.productcol
    {
        text-align: left;
    }
        #cartcontentstable td.productcol a
        #cartcontentstable td.productcol a:visited
        {
            color: blue;
        }
        #cartcontentstable td.productcol a:hover
        {
            color: red;
        }
        #cartcontentstable td.productcol div.attrib
        {
            clear: both;
        }
        #cartcontentstable td.productcol div.name
        {
            float: left;
            width: 30%;
            min-width: 80px;
            margin-left: 5%;
        }
        #cartcontentstable td.productcol div.val
        {
            float: left;
            width: 50%;
            margin-left: 3%;
        }

    #cartcontentstable td.removecol
    {
        text-align: center;
    }
        #cartcontentstable td.removecol img
        {
            border: 0;
        }
    #cartcontentstable td.quantitycol
    {
        text-align: center;
    }
    #cartcontentstable td.unitpricecol
    {
        text-align: center;
    }
    #cartcontentstable td.totalpricecol
    {
        text-align: center;
    }
    #cartcontentstable tr.cartcoupon td
    {
        height: 40px;
        padding: 0;
    }
    #cartcontentstable tr.totalrow td
    {
        height: 25px;
        background-color: #F6F6F6;
        padding: 0;
    }
    #cartcontentstable tr.totalrow td.couponspace
    {
        /*font-weight: bold;*/
    }
    #cartcontentstable tr.totalrow td.totalspace
    {
        background-color: white;
    }
    #cartcontentstable tr.totalrow td.unitpricecol
    {
        border-left: 1px solid #BBBBBB;
    }
    #cartcontentstable tr.totalrow td.totalpricecol
    {
        border-right: 1px solid #BBBBBB;
    }
    #cartcontentstable #totalrow
    {
        font-weight: bold;
    }
    #cartcontentstable #totalrow td.unitpricecol,
    #cartcontentstable #totalrow td.totalpricecol
    {
        border-bottom: 1px solid #BBBBBB;
    }
    #cartcontentstable #subtotalrow td
    {
        border-top: 1px solid #DDDDDD;
    }
    #cartcontentstable #subtotalrow td.totalspace
    {
        border-top: 1px solid #BBBBBB;
    }
    #cartcontentstable .cartbutton
    {
        cursor: pointer;
    }
#cartnotices
{
    width: 600px;
    margin: 25px auto 0 auto;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
#cartsecure
{
    border: 1px gray solid;
    width: 575px;
    padding: 1em 2em;
    margin: 25px auto 0 auto;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    background-color: #FFFFEE;
}
    #cartsecure .title
    {
        font-weight: bold;
    }
    #cartsecure img
    {
        border: 0;
        float: left;
        width: 40px;
        height: 40px;
    }
/* Custom Products */
div.datainputholder
{
    width: 375px;
    background-color: #FFFFCC;/*white;#feff90;*/
    background-repeat: repeat-x;
    border: 2px black solid;
    padding: 5px 10px;
    margin: 20px auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
div.datainputholder div.datafield
{
    clear: both;
    height: 28px;
    margin: 5px 0;
}
div.datainputholder div.datafield label
{
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin:3px 10px 0 0;
    padding:6px 3px 0 0;
    text-align:right;
    width:170px;
}
div.datainputholder div.datafield input
{
    font-family: fixed;
    float: left;
    margin: 4px 2px 5px;
    width: 150px;
}
div.datainputholder div.datafield input#quantitytextbox
{
    width: 50px;
}
div.datainputholder div.submitbutton
{
    text-align: center;
}

/* For Lang */
div.foreignlanguage-forlangpicmain
{
    text-align: center;
}
#page_foreignlanguage .headingright
{
    font-size: 10px;
}

/* Dust Covers */
    /* Grandfathered */
    #page_dustcovers #images
    {
        margin: 0 auto;
    }
    #page_dustcovers #images div.thumb
    {
        border: 1px solid #9F9898;
        margin-bottom: 4px;
    }
    #page_dustcovers #images div.thumb img
    {
        padding: 2px;
    }
    #page_dustcovers #dustcoverimagepricecontainer
    {
        width: 875px;
        margin: 0 auto;
    }
    #page_dustcovers #dustcoverimagepricecontainer div.images
    {
        width: 59%;
        float: left;
        text-align: center;
        /*text-align: center;
        margin: 0;
        width: 200px;*/
    }
    #page_dustcovers #dustcoverimagepricecontainer div.pricing
    {
        width: 39%;
        float: left;
        text-align: center;
        /*width: 200px;
        text-align: center;
        float: right;
        margin: 0;*/
    }
    #page_dustcovers div.pricingbox
    {
        margin-top: 10px;
    }
    #page_dustcovers div.freeshippingnotice
    {
        margin-top: 10px;
    }
/*#page_dustcovers div.productimages
{
    width: 890px;
    margin: 0 auto;
}
#page_dustcovers div.productimage
{
    width: 440px;
    float: left;
    text-align: center;
}
    #page_dustcovers div.productimage a
    {
        font-size: 10px;
        font-family: Verdana,Arial,Helvetica,sans-serif;;
    }
    #page_dustcovers div.productimage img
    {
        border: 0;
    }*/
#page_dustcovers #dustcoverproductinfo
{
    clear: both;
}
#page_dustcovers div.productinfo
{
    clear: both;
    padding-top: 1.5em;
}

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	/*border:			1px solid #91b817;*/
	border:			1px solid #999999;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
