
span.tut_date {
        font-family: arial;
        font-size: 10px;
        color: #fff;
        position: absolute;
        right: 8px;
        top: -9px;
        padding: 1px 3px 1px 3px;
        background-color: #bbb;
        border: 1px solid #336699;
}
div.google_tut_table {
        position: relative;
        width: 100%;
        border: 1px solid #99CCFF;
        background-color:#F4F8FF;
        margin: 15px 0px 15px 0px;
        padding: 10px 0px 0px 0px;
}

span.google_tut_cat {
        font-family: arial;
        font-size: 10px;
        color: #fff;
        position: absolute;
        left: 8px;
        top: -8px;
        padding: 1px 3px 1px 3px;
        background-color: #336699;
	z-index: 2;
}
a.category, a.category:hover {
        text-decoration: none;
        color: #fff;
}
table.tut_content {
        width: 100%;
        text-align: left;
        border-bottom: 1px dashed #336699;
        margin: 0px 0px 5px 0px;
	z-index: 1;
}
img.tut_img {
        width: 50px;
        height: 50px;
        border: 1px solid #336699;
        margin: 0px 3px 2px 2px;
	z-index: 50;
}

