/* PCI Net Product Page Styles -- By Ray Yates 10/2008 */
#product_content {
    color: darkgreen;
    font-family: Georgia, Times, serif;
    font-size: 13px;
}

#products_table  {
    margin: 12px 0;
    color: darkgreen;
    font-family: Georgia, Times, serif;
}
#products_table td {
    font-size: 13px;
}
#products_table h1 {
    font-size: 21px;
}

.other_products {
    font-family: Georgia, Times, serif;
}
.other_products td {
    font-size: 13px;
    padding: 2px;
    width: 33%;
}
.other_products td div {
    width: 176px;
    min-height: 220px;
    overflow: visible;
    color: darkgreen;
    border: 3px solid #d3d9c2;
    border-left: 3px solid #e5e9dc;
    border-top: 3px solid #e5e9dc;

    background-color: #f4f6eb;
    padding: 0 2px 10px 2px;
}
.other_products td div img {
    border: 1px solid #e5e9dc;
    border-left: 1px solid #d3d9c2;
    border-top: 1px solid #d3d9c2;
    margin: 10px;
}

.other_headline {
    color: #2e391b;
    background-color: #d3d9c2;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px;
    width: 90%;
    text-align: left;
}

.floatleft { float: left; }
.clear { clear: both }

.btnlink {
    width: 100px;
    border: 2px solid #a7b387;
    background-color: #f5f29c;
    color: black;
    cursor: pointer;
    padding: 0 8px;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
}
.btnsubmit100 {
    width: 100px;
    border: 2px solid #a7b387;
    background-color: #f5f29c;
    color: black;
    cursor: pointer;
    padding: 0 8px;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
}

form {
    margin: 0;
}

/* Product pages */
#tabs {
    position:relative;
    display:block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    z-index:3;
    list-style:none;
    height:20px;
    color: #6c5420;
    margin:0;
    padding:0;
}
#tabs li {
    float:left;
    background: url('/media/bg_tabright.gif') no-repeat right top;
    margin:0;
    padding:0;
}
#tabs li a:link, #tabs li a:visited {
    display:block;
    float:left;
    background: url('/media/bg_tableft.gif') no-repeat left top;
    font-weight:bold;
    text-decoration:none;
    height: 18px;
    padding:5px 12px 0 12px;
    color: #2e391b;
}
#tabs li a:hover {
    color: #719a24
}
#tabs li.disable a {
    color: #556388;
}
#tabs li.disable a:hover {
    color: #719a24
}
#tabs li.current {
    position:relative;
    height:30px;
    top: -7px;
    z-index:1;
    background: url('/media/bg_tabright.gif') no-repeat right -31px;
}
#tabs li.current a {
    text-transform: uppercase;
    padding:12px 12px 0 12px;
    color: #2e391b;
    background: url('/media/bg_tableft.gif') no-repeat left -31px;
}
#tabs li.current a:hover {
    color: #2e391b;
}
#tab_content {
    border: 3px solid #d3d9c2;
    border-left: 3px solid #e5e9dc;
    border-top: 3px solid #e5e9dc;
    background: #f4f6eb url('images/bg_tabcontent.gif') repeat-x;
    color: darkgreen;
    margin: 0;
    padding: 0;
}

#tab1_content, #tab2_content, #tab3_content, #tab4_content, #tab5_content {
    padding: 12px;
}


