@import "jquery.fancybox-1.3.0.css";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family: "Verdana", "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:bold;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000; font-weight: bold;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


body {
    background-color: #000;
    color: #ddd;
}

a {
    color: #bbb;
}

a:hover {
    color: #fff;
}

a:focus {
    color: #fff;
}


#its-container {
    width: 950px;
    margin: 0 auto;
}

    #its-utilities {
        width: 950px;
        float: left;
        border-bottom: 1px dotted #444;
        padding: .75em 0;
        font-size: .95em;
    }
    
        #its-utilities ul {
           list-style: none;
           padding: 0;
           margin: 0;
        }
        
            #its-utilities ul li {
                display: inline;
            }
            
                #its-utilities ul li a {
                    text-decoration: none;
                }
    
        #its-header-store-links {
            float: left;
            width: 550px;
        }
        
            #its-header-store-links li {
                margin-right: 10px
            }
            
        #its-tools {
            float: left;
            width: 400px;
            text-align: right;
        }
        
        
        
    #its-header {
        width: 950px;
        padding: 1em 0;
        float: left;
        border-bottom: 1px dotted #444;
    }
        
        #its-logo {
            float: left;
            width: 700px;
            margin-top: 10px;
        }
        
        #its-phone {
            float: left;
            width: 250px;
            font-size: 1.2em;
            text-align: center;
            margin: 10px 0 5px 0;
            line-height: 120%;
        }
    
        #its-search {
            float: left;
            width: 230px;
            margin: 0 0 0 20px;
            text-align: center;
            background-color: #ddd;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding: .1em 0;
        }
        
            #its-search #keyword {
                width: 170px;
                border: 0;
                padding: .3em 0;
                font-size: 1.4em;
                background-color: inherit;
                color: #777;
            }
            
            #its-search #keyword:focus {
                outline: 1;
                color: #000;
            }
        
            #its-search input {
                vertical-align: middle;
            }
            
    #its-bread-crumbs {
        list-style: none;
        padding: 0;
        margin: .3em 0;
        width: 950px;
        float: left;
        color: #aaa;
    }
    
        #its-bread-crumbs li {
            display: inline;
        }
        
            #its-bread-crumbs li a {
                color: inherit;
                text-decoration: none;
            }
            
            #its-bread-crumbs li a:hover {
                color: #fff;
            }
            
    #its-categories {
        float: left;
        width: 950px;
        list-style: none;
        padding: .7em 0;
        margin: 0 0 .5em 0;
        text-transform: uppercase;
    }
    
        #its-categories li {
            display: inline;
        }
        
            #its-categories li a {
                padding: 0 .5em 0 0;
                font-size: 1.2em;
                text-align: center;
                text-decoration: none;
                color: #fff;
            }
            
            #its-categories li:nth-child(even) a {
                font-weight: bold;
                color: #ccc;
            }
            
            #its-categories li a:hover,
            #its-categories li a.active-true {
                color: #fc0303;
            }
            
        
    #its-body {
        width: 950px;
        float: left;
    }
    
    /* White backgrounds for detail and list pages! */
    #its-container.catalogdetail #its-body,
    #its-container.cataloglist #its-body {
        background-color: #fff;
        color: #000;
        padding: 10px;
        width: 930px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
        #its-container.catalogdetail #its-body a,
        #its-container.cataloglist #its-body a {
            color: #000;
        }
        
    #its-container.onlinecatalog #its-body,
    #its-container.compare #its-body,
    #its-container.recentlyviewedproducts #its-body,
    #its-container.checkout #its-body {
        background-color: #fff;
        color: #000;
        padding: 10px;
        width: 930px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
        #its-container.onlinecatalog #its-body a,
        #its-container.compare #its-body a, 
        #its-container.recentlyviewedproducts #its-body a,
        #its-container.checkout #its-body a {
            color: #000;
        }
    
    
    #its-footer {
        width: 950px;
        float: left;
        padding: 2em 0 2em 0;
        border-top: 1px dotted #333;
        color: #aaa;
    }
    
        #its-footer a {
            color: inherit;
            text-decoration: none;
        }
        
        #its-footer a:hover {
            text-decoration: underline;
            color: #fff;
        }
    
        #its-footer ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5em 0;
        }
        
            #its-footer ul li {
                display: inline;
                margin: 0 .5em 0 0;
                font-size: 1.1em;
            }
            
    #its-footer p {
        margin: 0 0 .5em 0;
    }
    
    #its-footer #its-vcard address {
        display: inline;
        margin: 0;
    }
    
    #its-footer #copyright {
        font-weight: bold;
    }
    
    
/*--------------------
    Product Listing Default
----------------------------*/
   
div.product {
    width: 720px;
    margin: 0 0 5em 0;
    float: left;
}

    div.product div.thumb {
        float: left;
        width: 125px;
        height: 125px;
        margin-right: 10px;
    }
    
        div.product div.thumb img {
            border: 1px solid #bbb;
        }
    
    div.product div.information {
        float: left;
        width: 575px;
        
    }

    div.product .name {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 0 .3em 0;
        line-height: 125%;
    }
    
        div.product .name a {
            text-decoration: none;
            border-bottom: 1px solid #ddd;
        }
        
    div.product p.brief {
        margin: 0 0 .5em 0;
    }
    
        div.product p.details { margin: 0 0 .2em 0;}
        div.product p.details a { font-size: 1.2em; color: #f00 !important; font-weight: bold; text-decoration: none; }
         
    ul.pricing {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 1.3em;
        display: inline;
    }
    
        ul.pricing li {
            display: inline;
        }
        
            ul.pricing li.previous-price {
                color: #999;
            }
            
            ul.pricing li.sell-price {
                color: #444;
                font-weight: bold;
                font-size: 1.2em;
            }
    
    div.product ul.actions {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline;
    }
    
        div.product ul.actions li {
            display: inline;
        }
        
            div.product ul.actions li img {
                vertical-align: middle;
            }
            
            
    div.product div.its-compare-snippet {
        color: #555;
    }
    
/*--------------------
    StoreFront
----------------------------*/

#its-container.storefront #its-focus {
    width: 950px;
    float: left;
    height: 270px;
    margin: 0 0 1em 0;
}

    #its-container.storefront #prostores-category-slideshow {
        width: 600px;
        height: 270px;
        float: left;
        margin-right: 10px;
        background-color: #333;
        overflow: hidden;
    }
    
        #its-container.storefront #prostores-category-slideshow div.category {
            width: 600px;
            height: 270px;
        }
        
            #its-container.storefront #prostores-category-slideshow div img {
                border: 2px solid #555;
                width: 596px;
                height: 266px;
                display: block;
            }
    
    #its-container.storefront #its-panels {
        float: left;
        width: 340px;
        height: 270px;
    }
    
        #its-container.storefront #its-panels div.panel {
            float: left;
            width: 165px;
            margin: 0 10px 10px 0;
            height: 130px;
        }
        
        #its-container.storefront #its-panels div.panel.last {
            margin-right: 0;
        }
        
            #its-container.storefront #its-panels div.panel img {
                width: 161px;
                height: 126px;
                display: block;
                border: 2px solid #555;
            }
    
 
    #its-container.storefront #its-welcome {
        line-height: 200%;
    }
    
        #its-container.storefront #its-welcome h1 {
            font-size: 2.5em;
            line-height: 125%;
        }
        
    #its-container.storefront #its-category-browse {
        width: 950px;
        float: left;
    }
    
        #its-container.storefront #its-category-browse h2 {
            margin: 0 0 .2em 0;
        }
    
        #its-container.storefront #its-category-browse ul {
            list-style: none;
            margin: 0 0 1em 0;
            padding: 0;
            float: left;
            width: 950px;
        }
        
            #its-container.storefront #its-category-browse ul li {
                display: inline;
            }
        
                #its-container.storefront #its-category-browse ul li a {
                    display: block;
                    width: 180px;
                    float: left;
                    padding: 7px 5px;
                    background-color: #222;
                    text-decoration: none;
                }


/*--------------------
    Product List
----------------------------*/                
                
#its-container.cataloglist #its-sidebar {
    float: left;
    width: 200px;
    margin-right: 20px;
}

    #its-container.cataloglist #its-sidebar #its-sidebar-categories {
        list-style: none;
        padding: 0;
        margin: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
        #its-container.cataloglist #its-sidebar #its-sidebar-categories li {
            display: inline;
        }
        
    
        #its-container.cataloglist #its-sidebar #its-sidebar-categories a {
            text-decoration: none;
            display: block;
            padding: 0 .5em;
            margin: 0 0 .1em 0;
        }
        
            #its-container.cataloglist #its-sidebar #its-sidebar-categories a img {
                vertical-align: middle;
            }
        
            #its-container.cataloglist #its-sidebar #its-sidebar-categories a.active-true {
                font-weight: bold;
            }
    
        #its-container.cataloglist #its-sidebar #its-sidebar-categories li.tree-level-1 a {
            font-size: 1.3em;
            /*background: transparent url("ruby.gif") repeat-x center;*/
            color: #fc0303;
            padding: .3em .4em;
        }
        
        #its-container.cataloglist #its-sidebar #its-sidebar-categories li.tree-level-2 a {
            padding-left: 2em;
        }
        
        #its-container.cataloglist #its-sidebar #its-sidebar-categories li.tree-level-3 a:hover {
            background-color: #bbb;
        }

#its-container.cataloglist #its-results {
    width: 710px;
    float: left;
    
}    
       
       #its-container.cataloglist #its-results div.category {
           width: 720px;
           float: left;
       }
       
            #its-container.cataloglist #its-results div.category h2 {
                font-weight: bold;
                border-bottom: 1px solid #eee;
            }
            
                #its-container.cataloglist #its-results div.category h2 a {
                    text-decoration: none;
                }
                

p.its-results-pagination {
    margin: 0;
    text-align: right;
}

/*--------------------
    Product Detail
----------------------------*/

#its-container.catalogdetail #its-product-media {
    width: 400px;
    float: left;
    margin-right: 20px;
}

    #its-container.catalogdetail #its-product-media #its-product-photo {
        width: 400px;
        float: left;
    }

        #its-container.catalogdetail #its-product-media #its-product-photo img {
            display: block;
            margin: 0 auto;
        }
    
    #its-container.catalogdetail #its-product-media #its-multiple-product-photos {
        width: 400px;
        border-top: 1px dotted #ccc;
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        float: left;
    }
    
        #its-container.catalogdetail #its-product-media #its-multiple-product-photos li {
            display: inline;
            margin: .3em;
        }
        
            #its-container.catalogdetail #its-product-media #its-multiple-product-photos li img {
            border: 1px solid #ccc;
            height: 65px;
            width: 65px;
            }

#its-container.catalogdetail #its-product-information {
    width: 510px;
    float: left;
}

    #its-container.catalogdetail #its-product-information h1 {
        margin: 0 0 .3em 0;
        font-size: 2.3em;
        padding: 0 0 .3em 0;
    }
    
        #its-container.catalogdetail #its-product-information #call-for-price {
            background-color: #eee;
            border-radius: 5px;
            width: 490px;
            float: left;
            padding: 10px;
        }
        
            #its-container.catalogdetail #its-product-information #call-for-price h2 {
                margin: 0 0 .2em 0;
            }
            
            #its-container.catalogdetail #its-product-information #call-for-price p {
                font-size: 1.3em;
                line-height: 140%;
            }

    #its-container.catalogdetail #its-product-information ul.pricing {
        font-size: 1.8em;
        list-style: none;
        margin: 0 0 .5em 0;
        padding: 0;
        width: 510px;
        float: left;
    }
    
        #its-container.catalogdetail #its-product-information ul.pricing li {
            display: inline;
            margin: 0 .2em 0 0;
        }
        
            #its-container.catalogdetail #its-product-information ul.pricing li.previous-price {
                color: #999;
            }
            
            #its-container.catalogdetail #its-product-information ul.pricing li.sell-price {
                color: #444;
                font-weight: bold;
                font-size: 1.2em;
            }
            
    #its-container.catalogdetail #its-product-information #its-add-to-cart {
        margin: 0;
        background-color: #eee;
        border-radius: 5px;
        padding: 10px;
        width: 490px;
        float: left;
    }
    
        #its-container.catalogdetail #its-product-information #its-add-to-cart div.section {
            margin: 0 0 .5em 0;
        }
        
        #its-container.catalogdetail #its-product-information #its-add-to-cart div.section.last {
            margin: 0;
        }
    
    #its-container.catalogdetail #its-product-information #qty input {
        color: #777;
        font-size: 1.3em;
        border: 1px solid #ccc;
        width: 70px;
        padding: .3em;
    }
    
    #its-container.catalogdetail #its-product-information #qty input:focus {
        border: 1px solid #000;
        color: #000;
    }
    
    #its-container.catalogdetail #its-product-information #its-description {
        margin: 1em 0 0 0;
        float: left;
        width: 510px;
    }


#its-container.catalogdetail #its-related-products {
    width: 930px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    float: left;
    border-top: 1px solid #eee;
}



/* Online Catalog */

#its-container.onlinecatalog #catalogs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #its-container.onlinecatalog #catalogs li {
        display: inline;
    }
    
        #its-container.onlinecatalog #catalogs li a {
            display: block;
            background: #fff url("pdf.gif") no-repeat left;
            padding: 2em 0 2em 70px;
            width: 230px;
            float: left;
            text-decoration: none;
        }
        
            #its-container.onlinecatalog #catalogs li a span {
                display: block;
            }
            
            #its-container.onlinecatalog #catalogs li a span.title {
                font-weight: bold; 
            }
            
            #its-container.onlinecatalog #catalogs li a span.description {
                font-size: .8em;
            }
        


/* Products */

#its-browse div.category {
    float: left;
    width: 180px;
    padding: 5px;
    height: 350px;
}

    #its-browse div.category h2 {
        font-size: 1.2em;
        margin: 0 0 .3em 0;
        border-bottom: 1px dotted #ccc;
    }
    
        #its-browse div.category h2 a {
            text-decoration: none;
            font-weight: normal;
        }
        
    #its-browse div.category ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
        #its-browse div.category ul li {
            padding: 0 0 0 10px;
            background: transparent url("arrow.gif") no-repeat 5px left;
        }
    

/* Product Comparison */
#its-container.compare table {
    width: 100%;
}

#its-container.compare table td,
#its-container.compare table th {
    border-bottom: 1px solid #bbb;
    padding: .5em;
}       

#its-container.compare table td img {
    display: block;
}




/* Home Roots */
#its-browse-roots ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #its-browse-roots li {
        display: inline;
    }
    

     
             #its-browse-roots li a {
                 display: block;
                 width: 180px;
                 float: left;
                 padding: 7px 5px;
                 background-color: #222;
                 text-decoration: none;
             }
