﻿#testDiv {/*display:none;*/}
.mainArea
{
}

.genButton
{
    background:transparent url('/checkout/images/mtx/btn_gen.gif') no-repeat top left;
    border:0px;
    color:#fff;
    cursor:pointer;
    width:133px; height:26px;
}
.plTitle
{
    color:#fff;
    font-weight:bold;
}
    .plTitle:hover
    {
      color:#912222;
    }

.plPrice
{
    font-size:1.2em;
}
.plFreeShip
{
    background:url('/checkout/images/mtx/btn_freeship.gif') no-repeat top left;
    display:block;
    font-weight:bold;
    color:Orange;
    width:133px; height:17px;
    margin:4px 0px;
}
    .plFreeShip span 
    {
        display:none;
    }

.plMsrp
{
    text-decoration:line-through;
    color:Gray;
    font-weight:bold;
    }
.plImage
{
    background:#fff;
    border:solid 3px #464446;
    min-height:110px;
    width:150px;
    text-align:center;
    }
    .plImage img
    {
        margin:5px auto;
    }

#testDiv
{
    width:500px;
    }
h1.title 
{
    margin:0px auto;
    padding:0px;
    }
body {
    background:#0b090a url('/checkout/images/mtx/bg.jpg') repeat-x top left;
    color:#D9D9D9;
}
/* Product List */
ul.productlist
{
    clear:both;
    margin-top:10px;
    margin-left:0px;
    min-height:200px;
}
ul.productlist li
{
    width:220px;
    float:left;
}
table.productlist
{
     font-size:.9em;
     margin-top:10px;
    }
a.plTitle 
{
    font-size:.8em;
    text-decoration:none;
}
    a.plTitle:hover
    {
        text-decoration:underline;
    }

ul.page-nav
{
    height:32px;
    margin:0px auto;
    
    text-align:center;
}

    ul.page-nav li
    {
        background:#000 url('/checkout/images/mtx/bg_page-nav.gif') repeat-x top left;
        float:left;
        list-style:none;
        padding:0px 5px;
        margin-left:0px;
        margin-right:0px;
       
    }

    ul.page-nav li a
    {
        background:transparent url('/checkout/images/mtx/bg_page-nav-li.gif') no-repeat top left;
        color:#6fb3de;
        display:block;
        font-weight:bold;
        padding-top:7px;
        text-align:center;
        text-decoration:none;
        width:21px; height:25px;
    }

        ul.page-nav li a:hover
        {
            text-decoration:underline;
            color:#fff;
        }

    ul.page-nav li a.active
    {
        background:transparent url('/checkout/images/mtx/bg_page-nav-active.gif');
        color:#fff;
    }
        ul.page-nav li a.active:hover
        {
            text-decoration:none;
            cursor: default;
        }

    ul.page-nav li.prev,
    ul.page-nav li.prev a,
    ul.page-nav li.next,
    ul.page-nav li.next a
    {
        padding:0px;
        width:15px; height:32px;
    }
        ul.page-nav li.prev a
        {
            background:transparent url('/checkout/images/mtx/bg_page-nav-prev.gif');
            cursor: pointer;
        }
            ul.page-nav li.prev a span {display:none;}
        
        ul.page-nav li.next a
        {
            background:transparent url('/checkout/images/mtx/bg_page-nav-next.gif');
            cursor: pointer;
        }
            ul.page-nav li.next a span {display:none;}

            div.pageNav .next a.active:hover
            {
            cursor: pointer;
            }
            div.pageNav .prev a.active:hover
            {
                cursor:pointer;
            }

/* Container width */
.hdr,
ul.topnav,
.contentArea,
.relatedProd,
.ftr,
.mainArea,
.prodTable,
form
{
    margin:0px auto;
    text-align:left;
    width:965px;
}
.addtocartDiv {
    text-align:center;
}
.addToCartButton
{
    background:#000 url('/checkout/images/mtx/btn_addtoCart.gif') no-repeat center center;
    border:0px;
    color:#fff;
    display:block;
    font-weight:bold;
    font-size:11px;
    margin:20px auto;
    
    padding:0px;
    width:304px; height:68px;
}
    .addToCartButton:hover
    {
        background:#000 url('/checkout/images/mtx/btn_addtoCart-over.gif') no-repeat center center;
    }
    .addToCartButton span
    {
        display:none;
    }

h3 {margin:5px;}

a {color:#D9D9D9;}
a:hover {color:#fff;}

.hdr {
    background:#000 url('/checkout/images/mtx/bg_hdr.jpg') no-repeat top left;
     border:solid 1px #545454;
     border-bottom:0px;
    }
    .hdr .logo
    {
        background:url('/checkout/images/mtx/mtxstoreLogo.png') no-repeat top left;
        width:389px; height:58px;
        margin-left:20px;
        margin-top:5px;
    }
    .hdr .logo span
    {
        display:none;
    }

    .hdr .search
    {
        float:right;
        margin:0px 0px 0px 0px;
        text-align:center;
        width:260px;
    }

    .hdr .search label {
        color:#d3d2d2;
    }

    .hdr .search input {
        background:url('/checkout/images/mtx/bg_input.gif') repeat-x top left;
        border:solid 1px #fff;
    }

    .hdr .search label,
    .hdr .search input
    {
        margin-top:11px;
    }
    .hdr .search .searchRBTN
    {
        display:block;
        text-align:center;
        font-size:12px;
        padding:0px; margin:5px;
        }
    .hdr .search .searchRBTN input
    {
        background:transparent;
        padding:0px; margin:0px 5px;
        border:0px;
        }
/* Left menu */
.menuCell
{
        border-right:solid 1px #545454;
        width:200px;
    }
ul.menu {
    font-size:.9em;
    border:0px;
    width:200px;
    padding:0px;
    margin-top:10px;
    min-height:300px;
}
    ul.menu li.category
    {        
        font-weight:normal;
    }
    ul.menu li.category span
    {
       background:#000 url('/checkout/images/mtx/bg_menuhead.gif') repeat-x top left;
       color:#aeaeae;
       display:block;
       padding:5px; 
    }
    ul.menu li
    { 
        font-weight:bold;
        margin:0px;
    }
    
    ul.menu li ul li
    {
        font-weight:normal;
        font-size:11px;
        margin:3px 0px;
        padding:0px 0px 0px 3px;
    }
        ul.menu li ul li:last-child
        {
            margin-bottom:10px;
        }
        ul.menu li ul li a
        {
            text-decoration:none;
        }
        ul.menu li ul li a:hover
        {
            text-decoration:underline;
        }

ul.topnav
{
    background:#5a5b5e url('/checkout/images/mtx/bg_headerRow.png') repeat-x top left;
    border-left:1px solid #545454;
    border-top:1px solid #545454;
    height:25px;
    padding:2px 0px;
}
    ul.topnav li
    {   

        display:block;
        float:left;
        padding:0px;
        height:25px;
    }
    
    ul.topnav li a 
    {               
        color:#D9D9D9;
        display:block;
        height:21px;
        text-decoration:none;
        padding:2px 10px 0px 10px;
    }
        ul.topnav li a:hover
        {
            text-decoration:underline;
        }
        ul.topnav li.active a
        {
            background:#000 url('/checkout/images/mtx/bg_activeTab.png') repeat-x top left;
            border:solid 1px #545454;
            color:#fff;
        }
        ul.topnav li.active a:hover
        {
            text-decoration:none;
        }
    ul.topnav .cartlink
    {
        float:right;
        margin:0px 10px 0px 0px;
        }
    ul.topnav .cartlink a {
        background:url('/checkout/images/mtx/bg_cartLink.gif') no-repeat top right;
        display:block;
        font-weight:bold;
        font-size:.8em;
        height:22px;
        margin:1px 0px 0px 0px;
        padding:2px 40px 0px 0px;
        text-decoration:none;
    }
    ul.topnav .cartlink a:hover
    {
        text-decoration:underline;
    }
        
.contentArea
{
    background:#000;
     border:solid 1px #545454;
     border-top:0px;
     min-height:200px;
}
.mainflash
{
    padding:0px;
}
    .mainflash a
    {
       display:block;
       background:#000 url('/checkout/images/mtx/mainFlashImage.jpg') no-repeat top left;
       width:973px; height:352px; 
    }


.breadcrumbs {
    background:transparent;
    color:#fff;
    float:left;
    padding:5px;    
}
    .breadcrumbs a {
        color:#fff;
    }
    .breadcrumbs a:hover {
        color:#545454;
    }


/* Product Page */

.relatedProd {
    background:#000;
}
h1.title,
div.panel {
    background:#1e1c1c url('/checkout/images/mtx/bg_h1.gif') repeat-x top left;
    color:#c6c6c6;
    font-size:1em;
    font-weight:normal;
    padding:5px;
}

div.panel {
    width:953px;
}
ul.ftr 
{
    font-size:.8em;
    color:#545454;
    margin:10px 0px 0px 0px;
}
    .ftr a
    {
        color:#545454;
        text-decoration:none;
    }
    .ftr a:hover
    {
        color:#fff;
        text-decoration:underline;
     }

table.prodTable {
    width:900px;
    margin:10px auto;
}
table.prodTable td
{
    padding:10px;
    
}
    
.prodTable .largeImg
{
    border:solid 10px #000;
    background:#fff;
    padding:0px;
    width:320px;
    height:320px;
}
.priceTable .largeImg img
{
    border:solid 1px #545454;
    
}
.prodTable .thumbImg
{
    width: 30px;
    height: 30px;
    background:#fff;
    border:solid 2px #000;
    text-align:center;
    float: left;
}

.priceTable label {color:#e2e2e2;}

.prodTable h2 {
    border-bottom:solid 1px #545454;
    margin:20px 0px 10px 0px;
}

.prodTable .model
{
    border:solid 1px #545454;
    font-size:12px;
    margin-top:10px;
    width:150px;
}
    .prodTable .model strong
    {
        background:url('/checkout/images/mtx/bg_h1.gif') repeat-x top left;
        border-bottom:solid 1px #545454;
        display:block;
        padding:3px;
    }
    .prodTable .model ul li
    {
        padding:2px;
    }
    
.prodTable .thumbs
{
    border:solid 1px #464446;
}
.prodTable .thumbs a
{
    display:block;
    border:solid 1px red;
    float:left;
    margin:2px;
}
    .prodTable .thumbs a
    {
        border:solid 1px #fff;
    }

.socialLinks
{
    margin:10px 0px 10px 10px;
}
/* shopping Cart*/
.scList th
{
    background:#000 url('/checkout/images/mtx/bg_h1.gif') repeat-x top left;
}
.accordion h3
{
    background:url('/checkout/images/mtx/bg_h1.gif') repeat-x top left;
}
.accordion .cpanel
{
    background:#e5e5e5 url('/checkout/images/mtx/bg_cpanel.gif') repeat-x top left;
}
/*
.accordion .cpanel table th,
.accordion .cpanel table td
{
    border-collapse:collapse;
    border-spacing:0px;
    border:0px;
    border:solid 1px #000;
    padding: 0px 3px 0px 3px;
}
*/
.accordion .cpanel a
{
    color:#000;
}
.accordion .cpanel a:hover
{
    color:#912222;
}
.masterWorking
{
    background: #fff;
    width: 300px;
    height: 150px;
    color:#000;
    font-size: 14pt;
    border: solid 2px black;
}

.masterWorking table
{
    width: 300px;
    height: 150px;
}

div.sort
{
    background:#000000 url(/checkout/images/mtx/bg_menuhead.gif) repeat-x scroll left bottom;
}
