﻿#wrapper {
    top:100%; 
    left:0; 
    width:942px;
    text-align:center; 
    margin: 0 auto; 
    position: fixed; 
    z-index:10;
}
#footer2 {
    position: relative;
    bottom: 0; 
    left:0; 
    height:49px;
    top:-52px;
    width: 100%;
    border: 1px solid #000; 
    background-color:Aqua;
} 
.wrapper_detail
{
    padding: 15px;
}
.navbar
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CFD2D7;
    padding: 5px 5px 5px 5px;
    background-color: #E6EAF1;
    display: block;
    width: 100%;
}

.navbartable
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CFD2D7;
    color:Black;
    padding: 5px 5px 5px 5px;
    background-color: #E6EAF1;
}

.navbar2
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CFD2D7;
    height:10px;
    padding: 0px;
    background-color: #E6EAF1;
    display: block;
    width: 100%;
}
.navbar3
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CFD2D7;
    color:Black;
    padding: 4px 6px 4px 6px;
    background-color: #E6EAF1;
    display: block;
    
}

.stock_product
{
    display: block;
    float: left;
    width: 180px;
    height: 170px;
    padding: 12px 12px 12px 12px;
    text-decoration: none;
    font-weight: normal; 
    line-height: 130%;   
}

 a.stock_product
{
    border-style: dashed;
    border-width: 1px;
    border-color: #FFFFFF #cccccc #cccccc #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

 a:hover.stock_product
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ED8C18;
    text-decoration: none;
    font-weight: normal;
}

.stock_product .imagecontainer{
    display: block;
    clear:both;
    height:130px;
    width:170px;
    border:0;
    vertical-align: middle;
    text-align: center;
}
.grey_font{
    color: #333333;
}
.stock_product .imagecontainer img
{
    border:0;
}

.pr_detail_line
{
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: #CECECE;
    border-left-color: inherit;
}

#feat_opt_box
{
    background-color: #E6EAF1;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CFD2D7;
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px 10px 10px 10px;
    font-size: small;
    width:300px;
}
#feat_opt_box ul
{
    font-size: small;
    margin-top:-1px;
}
#feat_opt_box li
{
    font-size: 90%;
    margin-left: -20px;
    list-style-position: outside;
}

#displaybox{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: white;
    padding: 10px 10px 10px 10px;
    font-size: small;
    width:300px;
}

.stains{
    display: block;
    float:left;
    border:0;
    vertical-align: top;
    text-align: right;
    font-size:small;
    padding-right:5px;
}
.selected_stain{
    color:#EC8408;
    font-weight:bold;
    font-size:100%;
}
.not_selected_stain{
    color:#666666;
    font-weight:bold;
    font-size:100%;
}
.stains img{
    padding-top:3px;
    padding-right:10px;
    border:0;
        
}

.w20{
    width:20px;
}

.paging{
    display:block;
    padding:0px 0px 0px 10px;
    text-align:right;
    float:left;
}
