/* PCI Products Styles */
#tabs {
    position:relative;
    z-index:2;
    list-style:none;
    height:20px;
    color: #000033;
    margin:0;
    padding:0;
    display:block;
}
#tabs li {
    float:left;
    background: url('/images/bg_righttab.gif') no-repeat right -30px;
    margin:0;
    padding:0;
}
#tabs li a {
    display:block;
    float:left;
    color: black;
    background: url('/images/bg_lefttab.gif') no-repeat left -30px;
    font-weight:bold;
    text-decoration:none;
    height: 16px;
    padding:4px 8px;
}
#tabs li a:hover {
    color: white;
}
#tabs li.current {
    background: url('/images/bg_righttab.gif') no-repeat right top;
}
#tabs li.current a {
    color: black;
    background: url('/images/bg_lefttab.gif') no-repeat left top;
}
#tabs li.current a:hover {
    color: black;
}

#tab_content {
    position:relative;
    top: -2px;
    z-index:1;
    width: 100%;

    border: 1px solid silver;
    background: #e2e9ec url('/images/bg_tabcontent.gif') repeat-x;
    margin: 0;
    padding:0;
}
#tab_content div {
    border: 1px solid #e2e9ec;
    padding: 5px;
}
.smallpic img {
    border: none;
}
#bigpic {
    position: absolute;
    z-index:3;
    width: 100%;
    top: 25px;
    left: 50px;
    border: none;
}
#bigpic img {
    border: 4px ridge #3f7fc7;
    background: #cccccc;
    padding: 4px;
    cursor: pointer;
}
#bigpic a {
    position: relative;
    top: -20px;
    left: 120px;
}

/* Product Thumbnails */
#thumbs {
    width: 570px;
    margin-bottom: 6px;
}
#thumbs .wrap {
    position: relative;
    float: left;
    width: 58px;
    height: 76px;
    border:2px outset #ccc;
    text-align: center;
    margin-right: 6px;
    padding: 0;
}
#thumbs .wrap a {
    display: block;
    width: 100%;
    text-decoration: none;
}
#thumbs .wrap img {
    border: none;
}
#thumbs .wrap div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    background-color: #E2E9EC;
    text-align: center;
    margin: 0;
    padding-top: 1px;
}