﻿
html
{
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family: font-family:"Raisonne Demibold", 'Century Gothic', Verdana, sans-serif; 
    font-size-adjust:0.5; 
    font-weight:600; 
    font-style:normal;
    letter-spacing: 0.001em;
    color: black;
    line-height: 16px;
    min-height: 101%;
    word-spacing: 0.001em;
    vertical-align: top;
    background-color:#f1f1f2;
}


body, #wrapper
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family:"Raisonne Demibold", 'Century Gothic', Verdana, sans-serif; 
    font-size-adjust:0.5; 
    font-weight:600; 
    font-style:normal;
    vertical-align: top;
}

#wrapper
{
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}

.txtBox
{
    text-align: left;
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
    border-style: none;
}

.simpledropBox
{
    border-style: none;
    font-size: 12px;
}

.chkBox
{
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: #a6dad4;
    width: 20px;
    height: 20px;
}

.txtCont
{
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #a6dad4;
    padding-left: 4px;
    font-size: 12px;
}

.Sbutton
{
    cursor:pointer;
 }
   
.magnify
{
    width: 500px;
    height: auto;
    cursor: crosshair;
}

.lazy
{
    display: none;
}

.quickline
{
    height: 1px;
    background-color: #7d8084;
    border-style: none;
    width: 254px;
    left: 0px;
}


.trigger
{
    color: black;
    display: block;
    cursor: pointer;
    cursor: hand;
}


.blue_box
{
    border-style: solid;
    border-width: 1px;
    border-color: #a6dad4;
}

.red_box
{
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
    text-align: center;
}

.buttons
{
     font-family:"Raisonne Demibold", 'Century Gothic', Verdana, sans-serif; 
    font-size-adjust:0.5; 
    font-weight:600; 
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    display: block;
    width: 85px;
    height: 20px;
    color: black;
}

.cell_blue
{
    background-color: #daede7;
    font-size: 12px;
    height: 24px;
}

.color_box
{
    text-decoration: none;
    height: 80px;
    width: 80px;
    display: block;
}

.color_text
{
    padding-top: 4px;
}

#toTop
{
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    overflow: hidden;
    width: 82px;
    height: 136px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.png) no-repeat left top;
    z-index: 1001;
}

#toTopHover
{
    background: url(../images/totop.png) no-repeat left -51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus
{
    outline: none;
}

#slides .pagination
{
    display: block;
    float: right;
}

#slides .pagination li
{
    float: left;
    width: 22px;
}

#slides .pagination li a
{
    color: black;
    text-decoration: none;
    font-size: 12px;
    width: 12px;
}

#slides .pagination li.current a
{
    color: #9A743C;
    font-weight: bold;
    font-size: 12px;
}

.slides_container
{
    width: 700px;
    overflow: hidden;
    position: relative;
    display: none;
}

.slides_container div.slide
{
    width: 700px;
    height: 820px;
    display: block;
}

.prime
{
 color:#9395a1;
}

.prime:hover
{
 background-color: Black;
 color: white;
 padding:2px;
}

.primeselected
{
 background-color: Black;
 color: white;
 padding:2px;
}

.sec
{
 color: black;
 background-color:transparent;
 padding:2px;
}

.sec:hover
{
 border:1px solid black;
 padding:2px;
 color: black;
}

.secselected
{
border:1px solid black;
 padding:2px;
 color: black;
}

.third
{
 color: black;
 text-decoration: none; 
 padding:2px;
}

.third:hover
{
 text-decoration:underline;
 padding:2px;
 color: black;
}

.thirdselected
{
 text-decoration:underline;
 padding:2px;
 color: black;
}

.enterbut
{
 height:42px;
 width:42px;
 background-image : url(../images/button.gif);
 background-repeat: no-repeat;
}