/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/

html, body {
    margin: 0;
    padding: 0;
}
/*
body {
    font-size: 12px;
    color: #3f3f3f;
    background-color: #ffffff;
    text-decoration: none;
    }

body a:hover { color: #3f3f3f; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; text-decoration: none }
body a:visited { color: #3f3f3f; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; text-decoration: none }
body a:link { color: #3f3f3f; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; text-decoration: none }
*/
/* TOP AREA of the page: store description, store name, search box, navigation */

        #pcHeader {
            width: 900px;
            height: 90px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 5px;
            margin-bottom: 5px;
            padding: 0;
            background-color: #e5e5e5;
            font-size: 12px;
            color: #666666;
            border-collapse: collapse;
            border: 0;
        }
        
        #pcHeader td {
            padding: 3px;
            vertical-align: bottom;
        }
        
        #pcStoreDescription {
            border-bottom: 1px solid #FFFFFF;
            font-size: 13px;
            text-align: left;
        }
        
        #pcStoreName {
            font-size: 28px;
            font-weight: bold;
            text-align: left;
        }
        
        #pcStoreSearch {
            text-align: right;
        }
        
        #pcTopNav {
            border-top: 1px solid #FFFFFF;
            text-align: right;
        }
        
        #pcStoreSearch a {
            text-decoration: none;
            color: #999999;
            font-size: 11px;
        }
        
        #pcStoreSearch a:hover {
            color: #000000;
        }
        
        #pcTopNav ul {
            list-style: none;
            margin: 0;
        }
        
        #pcTopNav li {
            display: inline;
            padding-right: 10px;
        }
        
        #pcTopNav a:link, #pcTopNav a:visited {
            text-decoration: none;
            font-size: 14px;
            color: #999999;
        }
        
        #pcTopNav a:hover {
            color: #000000;
        }

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
    /* Define the wrapper and the three columns: */
    
    /* For CSS-based layout */
    
        #wrapper-main-area {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5px;
            padding: 0;
            border: 0;
        }
        #wrapper-left {
            width: 188px;
            padding: 0;
            text-align: left;
            overflow: hidden;
        }
        #wrapper-center {
            width: 791px;
            padding: 0 0 0 0;
            text-align: left;
            float: left;
        }
    
    
    /* For table-based layout */
        
        #home-pcMainArea {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5px;
            padding: 0;
            border: 0;
            border-collapse: collapse;
        }
        
        #pcMainArea {
            width: 980px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5px;
            padding: 0;
            border: 0;
            border-collapse: collapse;
        }
    
        #pcLeft {
            width: 188px;
            padding: 0;
            text-align: left;
            vertical-align: top;
            overflow: hidden;
        }

        #pcCenter {
            width: 789px;
            padding: 0 0 0 0;
            text-align: left;
            vertical-align: top;
        }

        #pcRight {
            width: 150px;
            text-align: left;
            vertical-align: top;
            overflow: hidden;
        }
        
        .pcColumnSpacer {
            width: 10px;
            background-image:url(images/dotted_spacer_vert.gif);
        }

    /* Define the left column */
    
        #pcLeft h3 { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 0px; font-family: helvetica; font-weight: bold; text-decoration: none
         }
        #pcLeft h3 a:hover { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; font-weight: bold; text-decoration: none
         }
         #pcLeft h3 a:visited { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; font-weight: bold; text-decoration: none
         }
         #pcLeft h3 a:link { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 2px; font-family: helvetica; font-weight: bold; text-decoration: none
         }
        
        #pcLeft h4 { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica; font-weight: bold; text-decoration: none
         ; font-weight: normal; text-decoration: none; }
        #pcLeft h4 a:link { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica; font-weight: bold; text-decoration: none
         ; font-weight: normal; text-decoration: none; }
        #pcLeft h4 a:hover { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica; font-weight: bold; text-decoration: none
         ; font-weight: normal; text-decoration: none; }
        #pcLeft h4 a:visited { color: #3F3F3F; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica; font-weight: bold; text-decoration: none
         ; font-weight: normal; text-decoration: none; }  

        #pcLeftCatLinks {
            background-color: white;
            padding: 5px 5px 0px 0px;
            margin: 0 0 5px 0;
        }
        
        #pcLeftPriceLinks {
            background-color: #E1E1E1;
            color: #999999;
            padding: 5px 5px 1px 10px;
            margin: 0 0 5px 0;
        }
        
        #pcLeftStoreLinks {
            background-color: #F5F5F5;
            color: #999999;
            padding: 5px 5px 1px 10px;
            margin: 0 0 2px 0;
        }
    
        #pcLeft ul {
            list-style-type: none;
            margin: 0 0 10px 5px;
            padding: 0;
        }
    
        #pcLeft li {
            margin: 2px 0 0 0;
        }
        
        #pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
            color: black;
            text-decoration: none;
        }
        
        #pcLeftCatLinks a:hover {
            color: #FFFFFF;
        }
        
        #pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
            color: #666666;
            text-decoration: none;
        }
        
        #pcLeftPriceLinks a:hover {
            color: #FF6600;
        }
        
        #pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
            color: #777777;
            text-decoration: none;
        }
        
        #pcLeftStoreLinks a:hover {
            color: #FF6600;
        }


    /* Define the right column */
    
        #pcShowCart {
            color: #666;
            padding: 0;
            margin-bottom: 0;
        }
         #pcShowCart a:link{
            color: #666;
            padding: 0;
            margin-bottom: 0;
        }
         #pcShowCart a:hover{
            color: #red;
            padding: 0;
            margin-bottom: 0;
        }
         #pcShowCart a:visited{
            color: #666;
            padding: 0;
            margin-bottom: 0;
        }
    
        #pcCustomerLogin {
            background-color: #FFFFCC;
            color: #0066FF;
            padding: 5px 5px 1px 10px;
            margin: 0 0 5px 0;
        }
        
        #pcAffiliateLogin {
            background-color: #FFEE99;
            color: #0066FF;
            padding: 5px 5px 1px 10px;
            margin: 0 0 5px 0;
        }
        
        #pcRight h3 {
            font-size: 13px;
            margin: 0px;
            padding-bottom: 2px;
            color: #999999;
        }
        #pcRight h3 a:hover { color: #666; font-size: 16px; margin: 0; padding-bottom: 2px; font-family: helvetica
        }
        #pcRight h3 a:visited { color: #666; font-size: 16px; margin: 0; padding-bottom: 2px; font-family: helvetica
        }
        #pcRight h3 a:link { color: #666; font-size: 16px; margin: 0; padding-bottom: 2px; font-family: helvetica
        }
        #pcRight h4 { color: #c00; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica
         ; font-weight: normal; text-decoration: none; }
        #pcRight h4 a:link { color: #c00; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica
         ; font-weight: normal; text-decoration: none; }
        #pcRight h4 a:hover { color: #c00; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica
         ; font-weight: normal; text-decoration: none; }
        #pcRight h4 a:visited { color: #c00; font-size: 12px; margin: 0; padding-bottom: 0; font-family: helvetica
         ; font-weight: normal; text-decoration: none; }
    
        #pcRight ul {
            list-style-type: none;
            margin: 0 0 10px 5px;
            padding: 0;
        }
    
        #pcRight li {
            margin: 2px 0 0 0;
        }
        
        #pcCustomerLogin a:link, #pcCustomerLogin a:visited {
            color: #666666;
            text-decoration: none;
        }
        
        #pcCustomerLogin a:hover {
            color: #333333;
        }
        
        
        #pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
            color: #777777;
            text-decoration: none;
        }
        
        #pcAffiliateLogin a:hover {
            color: #000000;
        }

/* End MAIN AREA */

/* START Footer */
    
        #pcFooter {
            background-color: #FFFFFF;
            font-size: 11px;
            color: #666666;
            text-align: right;
            padding: 5px;
        }
        
        #pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
            text-decoration: none;
            color: #666666;
        }
        
        #pcFooterSpacer {
            background-image:url(images/dotted_spacer_left.gif);
            height: 5px;
        }
    
/* END Footer */
#headsmall { color: #333; font-size: 15px; font-family: helvetica; width: 180px; text-align: left; vertical-align: top; }
