/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 September 2010 18:38:55
*/


/* Snap-on - inside.css */

/* ------------------------ CONTENT ------------------------ */

#breadcrumb {
    float:left;
    padding:10px;
}

#breadcrumb a {
    font-weight:bold;
}

.left_column {
    width:232px;
    float:left;
    padding: 0 0 80px;
    text-align:left;
}

.left_column ul {
    float:left;
    width:100%;
    background:#b7b7b7;
    padding-bottom:5px;
}

.left_column li {
    width:190px;
    text-align:left;
    padding:0 0 10px 15px;
    margin:10px 0 3px 10px;
    list-style-type:none;
    float:left;
    border-bottom:1px solid #cecdce;
    background:url(http://www.snapontools.com.au/__data/assets/image/0003/5916/left_menu_bullet.gif) no-repeat 0 2px;
}

.left_column li li {
    list-style:none;
    /*margin:5px 0 5px 0;*/
    color:#fff;
    border-top:1px solid #cecdce;
    border-bottom:none!important;
    margin:5px 0 0;
    padding:8px 0 3px 14px;
    width:175px;
    background:url(http://www.snapontools.com.au/__data/assets/image/0003/5916/left_menu_bullet.gif) no-repeat 0 11px;
}

.left_column li li a {
    color:#fff;
}

.left_column li.hierarchy {
    background:url(http://www.snapontools.com.au/__data/assets/image/0020/5915/left_menu_bullet_expand.gif) no-repeat 0 4px;
    list-style-type:none;
    
}

.left_column li.selected {
    text-decoration:underline;
}

.content_inner {
    float:left;
    width:720px;
    text-align:left;
    padding:10px 0 30px 10px;
}

.content_inner ol, .content_inner ul, ul.bullet_type1 {
    margin:10px 0 10px 0;
    line-height:17px;
}

.content_inner ol li { 
    padding:0px 0px 0px 10px;
    list-style:decimal; 
    list-style-position:inside;
    font-size:1.2em;
}

.content_inner ul li {
    padding:0px 0px 0px 12px; 
    list-style:inside; 
    list-style-position:inside;
    font-size:1.2em; 
}

ul.bullet_type1 li {
    background:url(http://www.snapontools.com.au/__data/assets/image/0004/5197/bullet_type1.gif) no-repeat 0 5px;
    font-size:1.2em;
    list-style:none;
    margin-left:12px;
    padding-left:13px;
    text-align:left;
}

.content_wrapper {
    background:url(http://www.snapontools.com.au/__data/assets/image/0019/5077/left_column_bg.gif) repeat-y top left;
    float:left;
}

.content_inner a {
    color:#A00000; /* was #807f80 */
    font-size:1.1em;
    font-weight:bold;
}

/* ------------------------ TABLE ------------------------ */

table {
    font-size:1.2em;
    border:1px solid #000;
    width:100%;
}

table th {
    background:#cccccc;
    padding:10px;
    text-align:left;
}

table td {
    border:1px solid #000;
    padding:10px;
}

td.cell_colour {
    background:#a3a4a4;
    font-weight:bold;
}

/* ------------------------ FOOTER ------------------------ */

.footer {
    margin:0 12px 0 12px;
    padding-bottom:5px;
    text-align:center;
    width:205px;
    clear:left;
    float:left;
}

.footer_content {
    color:#ffffff;
}

.footer_content a.condtions {
    display:block;
    color:#ffffff;
    margin-top:10px;
}

.footer_content p.copyright {
    font-size:10px;
    margin:10px 0 0 0;
}

.equipment .content_inner img {
    float:right;
}

/* ------------------------ IE Fixes ------------------------ */

* html ul.bullet_type1 li {
    padding-left:0px;
}

*+ html ul.bullet_type1 li {
    padding-left:0px;
}

* html .footer {
    margin:0px 7px 0 7px;
}