body
{    
    font-size: 9pt;  
    font-family: arial; 
    padding: 0;
    margin: 0px; 
    border: 0;
    background-color: #968A70; 
}

td, p, li{ font-size: 9pt; font-family: arial; color: #000000; } 

.salepending { color:#FF6633; font-family: Arial; font-size: 16px; font-weight: bold; }
.sold { color:#FF0000; font-family: Arial; font-size: 16px; font-weight: bold; }
.newprice { color:#009900; font-family: Arial; font-size: 16px; font-weight: bold; } 

#Page, #PageBottom, #PageHeader{
    clear: both;
    text-align:center;     
}

a:link {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

.textbox{
    border-width: 1px;
    border-color: #000000;
    border-style: groove;  
}

.left{
    float: left;
    margin: 2px;
}

.textcenter { text-align: center; }

.right{
    float: right;
}

.buttonsmall{
    background-color: transparent;
    border-width: 0px;
    width: 29px;
    height: 22px;
    cursor: pointer;
    color: #00000;
    font-weight: bold;
    background: url(/images_main/buttonsmall.gif) no-repeat center;
}

.button{
    background-color: transparent;
    border-width: 0px;
    width: 86px;
    height: 22px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    background: url(/images_main/button1.gif) no-repeat center;
}

.buttonlong{
    background-color: transparent;
    border-width: 0px;
    width: 128px;
    height: 22px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    background: url(/images_main/buttonlong.gif) no-repeat center;
}

.buttonlonger{
    background-color: transparent;
    border-width: 0px;
    width: 148px;
    height: 22px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    background: url(/images_main/buttonlonger.gif) no-repeat center;
}

.scrollline{
    float:left;  
    width: 3px;
    height: 90%;
    background: url(/images_main/separator2.gif) repeat-y right;   
}

.line{
    clear: both;
    float: left;
    background: url(/images_main/line.gif) repeat-x center; 
    width: 100%;   
    height: 8px;
}

.linenone{ background: url(/images_main/line.gif) repeat-x; height: 15px; width: 181px; }

h3{ font-size: 14px; color: #000000; }

.ItemName{ font-size: 14px; font-weight: bold; }      
.ItemName2{ font-size: 14px; font-weight: bold; }
.ItemName3{ font-size: 12pt; font-weight: bold; }  
.ItemName4{ font-size: 10pt; font-weight: bold; }  
.ItemName5{ font-size: 11pt; }  
.CateName {  font-size: 13pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; }  
.CateName2 { font-size: 10pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; } 
.SmallCate { color: #000000; font-size: 7pt; } 
.SmallCate2 { color: #000000; font-size: 7pt; font-weight: bold; } 
.BoldFont { font-weight: bold; }
.FontItalic { font-style: italic; }
.FontColorRed { color: red; }
.FontColorWhite { color: #FFFFFF; }
.rowbg { background-color: #f5f5f5; }    

.linktext { text-decoration: underline; cursor: pointer; }
.cursor { cursor: pointer; }  

.ShowItem
{
    VISIBILITY: visible;
}

.HidItem
{
    DISPLAY: none;
    VISIBILITY: hidden
} 

.pedigreebox
{
    display: -moz-inline-box; /*firefox supprot*/
    display:inline-block; /*IE support*/
    padding: 2px; 
    height: 23px;  
    width: 150px;
    border: 1px solid #999999;
    text-align: left;
}

.pedigreeboxlong
{
    display: -moz-inline-box; /*firefox supprot*/
    display:inline-block; /*IE support*/
    padding: 2px; 
    height: 23px;  
    width: 180px;
    border: 1px solid #999999;   
    text-align: left;
}

.scrollBar
{
    padding-right: 5px; 
    padding-left: 5px; 
    scrollbar-face-color: #cccccc;
    padding-bottom: 0px; 
    scrollbar-highlight-color: #ffffff; 
    overflow: auto;
    width: 99%; 
    scrollbar-shadow-color: #919192; 
    color: blue; 
    scrollbar-3dlight-color: #ffffff;
    line-height: 100%; 
    scrollbar-arrow-color: #919192; 
    padding-top: 0px; 
    scrollbar-track-color: #ffffff;
    font-family: arial; 
    scrollbar-darkshadow-color: #ffffff; 
    letter-spacing: 1pt;
    height: 450; 
    text-align: left;
}