/* ZEDOnet CSS */

/* --- Tables --- */

/* table with visible frame */

table.visible { margin-bottom: 12px; border-collapse: collapse; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
table.visible th,
table.visible td { padding: 4px 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; vertical-align: middle;}
table.visible th { text-align: left; background-color: #f8f8f8; font-weight: bold; }
table.visible th.center { text-align: center; }
table.visible ul { padding-bottom: 0; }
table.visible td img { vertical-align: middle; }

/* --- Buttons ----------------- */

a.button1blue {
    background: transparent url('http://www.printfab.com/img/button-blue-right.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left; 
    font: bold 12px arial, sans-serif;
    height: 16px;
    /* margin-right: 6px; */ /* ? */
    padding-right: 8px; /* width of right part */
    text-decoration: none;
}

a.button1blue span {
    background: transparent url('http://www.printfab.com/img/button-blue.png') no-repeat;
    display: block;
    line-height: 12px; /* 12 + 2 + 2 = 16 */
    padding: 2px 4px 2px 22px; /* top right bottom left */
} 

a.button2red {
    background: transparent url('http://www.printfab.com/img/button2-red-right.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left; 
    font: bold 13px arial, sans-serif;
    height: 18px;
    /* margin-right: 6px; */ /* ? */
    padding-right: 9px; /* width of right part */
    text-decoration: none;
}

a.button2red span {
    background: transparent url('http://www.printfab.com/img/button2-red.png') no-repeat;
    display: block;
    line-height: 14px; /* 14 + 2 + 2 = 18 */
    padding: 2px 6px 2px 26px; /* top right bottom left */
} 

a.button3clone {
    background: transparent url('http://www.printfab.com/img/clone-button-38r.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left; 
    font: bold 22px "Tebuchet MS", arial, sans-serif;
    height: 38px;
    /* margin-right: 6px; */ /* ? */
    padding-right: 22px; /* width of right part */
    text-decoration: none;
}

a.button3clone span {
    background: transparent url('http://www.printfab.com/img/clone-button-38l.png') no-repeat;
    display: block;
    line-height: 26px; /* 26 + 6 + 6 = 38 */
    padding: 6px 2px 6px 24px; /* top right bottom left */
} 

#clone_nav ul li {
    background: transparent url('http://www.printfab.com/img/clone-button-38r.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 22px "Tebuchet MS", arial, sans-serif;
    height: 38px;
    margin-right: 15px; /* space to next button */
    padding-right: 22px; /* width of right part */
    text-decoration: none;
}

#clone_nav ul li a {
    background: transparent url('http://www.printfab.com/img/clone-button-38l.png') no-repeat;
    color: #fff;
    display: block;
    line-height: 26px; /* 26 + 6 + 6 = 38 */
    padding: 6px 2px 6px 24px; /* top right bottom left */
    text-decoration: none;
} 

#clone_nav ul li.firston {
	display: none;
}

#clone_nav span.off {
    background: transparent url('http://www.printfab.com/img/clone-button-38r.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 22px "Tebuchet MS", arial, sans-serif;
    height: 38px;
    margin-right: 15px; /* space to next button */
    padding-right: 22px; /* width of right part */
    text-decoration: none;
}

#clone_nav span.off a {
    background: transparent url('http://www.printfab.com/img/clone-button-38l.png') no-repeat;
    color: #fff;
    display: block;
    line-height: 26px; /* 26 + 6 + 6 = 38 */
    padding: 6px 2px 6px 24px; /* top right bottom left */
    text-decoration: none;
} 

#clone_nav span.on {
	display: none; /* current page hidden in nav */
}

#clone_nav span.on a {
	display: none; /* current page hidden in nav */
}
