.linertype {
    position: absolute;
    width: 118px;
    height: 116px;
    padding: 14px;
    cursor: pointer
}

.linertype a {
    position: absolute;
    width: 13px;
    height: 13px;
    padding: 118px 143px 13px 0;
    top: 0;
    left: 0;
    z-index: 3;
    text-decoration: none;
    color: #000;
    line-height: 13px;
    font-size: 10px;
    text-align: right
}

.linertype .over {
    position: absolute;
    width: 142px;
    height: 140px;
    top: 2px;
    left: 2px;
    visibility: hidden;
    z-index: 2
}

.linertype.square .over {
    background: url(/images/linertype_over_square.png) no-repeat;
}

.linertype.Lshape .over {
    background: url(/images/linertype_over_lshape.png) no-repeat;
}

.linertype.round .over {
    background: url(/images/linertype_over_circle.png) no-repeat;
}

.linertype:hover .over {
    visibility: visible
}

.linertype .outer {
    position: relative;
    width: 114px;
    height: 112px;
    border: 2px solid #000
}

.linertype.Lshape .corner {
    position: absolute;
    width: 35px;
    height: 34px;
    bottom: -2px;
    right: -2px;
    background-color: #fff;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    z-index: 2
}

._01, ._02, ._03, ._07, ._08, ._09, ._13, ._14 {
    top: 34px
}

._04, ._05, ._06, ._10, ._11, ._12 {
    top: 198px
}

._01, ._04, ._07, ._10, ._13 {
    left: 22px;
}

._04 .inner {
    position: absolute;
    width: 79px;
    height: 77px;
    top: -1px;
    left: -1px;
    border: 1px solid #000
}

._10 .inner {
    position: absolute;
    width: 54px;
    height: 100%;
    top: -1px;
    left: 34px;
    border: 1px solid #000
}

._13 .inner {
    position: absolute;
    width: 142px;
    height: 140px;
    top: 2px;
    left: 2px;
    background: url(/images/circle13.png) no-repeat
}

._02, ._05, ._08, ._11, ._14 {
    left: 168px
}

._02 .inner {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 79px;
    background-color: #000
}

._05 .inner {
    position: absolute;
    width: 44px;
    height: 77px;
    top: -1px;
    left: 34px;
    border: 1px solid #000
}

._08 .inner {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 89px;
    background-color: #000
}

._11 .inner {
    position: absolute;
    width: 79px;
    height: 77px;
    top: 34px;
    left: 34px;
    border: 1px solid #000
}

._14 .inner {
    position: absolute;
    width: 142px;
    height: 140px;
    top: 2px;
    left: 2px;
    background: url(/images/circle14.png) no-repeat
}

._03, ._06, ._09, ._12 {
    left: 314px
}

._03 .inner {
    position: absolute;
    width: 44px;
    height: 100%;
    top: -1px;
    left: 34px;
    border: 1px solid #000
}

._06 .inner {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 34px;
    left: 34px;
    border: 1px solid #000
}

._09 .inner {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 34px;
    background-color: #000
}

._12 .inner {
    position: absolute;
    width: 64px;
    height: 62px;
    top: 24px;
    left: 24px;
    border: 1px solid #000
}

._12 .inner .corner {
    bottom: -1px;
    right: -1px;
    border-width: 1px
}




