body {
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFFFFF;

    color: #452801;
}
h1 {
    font-family: verdana;
    font-size: 14px;
    text-transform: uppercase;
}
h1.head {
    font-family: verdana;
    font-size: 30px;
    padding-left: 12px;
    color: #d62161;
}
a.head:link {
    font-family: verdana;
    font-size: 30px;
    padding-left: 12px;
    color: #d62161;
}
a.head:visited {
    font-family: verdana;
    font-size: 30px;
    padding-left: 12px;
    color: #d62161;
}
a.head:active {
    font-family: verdana;
    font-size: 30px;
    padding-left: 12px;
    color: #d62161;
}
h2.head {
    font-family: verdana;
    font-size: 12px;
    padding-left: 10px;
    color: #000000;
}
a:link {
    color: #3188FF;
    text-decoration: none;
    }
a:visited {
    color: #3188FF;
    text-decoration: none;
    }
a:hover {
    color: #3188FF;
    text-decoration: underline;
    }
a:active {
    color: #3188FF;
    text-decoration: underline;
    }
.error {
    color: #FF0000;
    font-weight: bold;
    font-size: 11px;
}
.green {
    color: #009900;
    font-weight: bold;
}
.errorpost {
    color: #FF0000;
    font-weight: normal;
    font-family:verdana;
    font-size: 11px;
}
.greenpost {
    color: green;
    font-weight: normal;
    font-family:verdana;
    font-size: 11px;
}
.gerrorpost {
    color: #00CC00;
    font-weight: normal;
    font-family:verdana;
    font-size: 11px;
}

.success {
    color: #339966;
    font-weight: bold;
    font-size: 11px;
}
.headerwrap {
    background-color: #ffffff;
    height: 100px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C68488;
}
.logowrap {
    height: 60px;
    width: 200px;
}
.textInput {
    color: #395A99;
    border: #ffffff 1px solid;
    background-image: url(images/login_input_bg.jpg);
}
.navwrap {
    background-color: #383838;
    height: 40px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    background-image: url(images/topbg.gif);
    background-repeat: repeat-x;
}
#navstyle{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-top:0px;
}
#navstyle a{font-family:verdana;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;}
#navstyle a:hover{font-family:verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;}

.leftnavwrap {
    background-color: #FFFFFF;
    width: 180px;
}
#leftnavstyle{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    margin-top:0px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.contentpad {
    padding: 10px;
}
#leftnavstyle a{font-family:Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: normal;}
#leftnavstyle a:hover{font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFF99;
    text-decoration: underline;
    font-weight: normal;}

#footerwrap {
    background-color: #F7F7F7;
    height: 50px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #B3E3F4;
    font-family: verdana;
    font-size: 11px;
    color: #4B4B4B;
    text-decoration: none;

}
#footerwrap a{font-family:verdana;
        font-size: 11px;
        color: #4B4B4B;
        text-decoration: underline;
        font-weight: normal;}
#footerwrap a:hover{font-family:verdana;
    font-size: 11px;
    color: #C68488;
    text-decoration: underline;
    font-weight: normal;}
.contentwrap {
    height: 100%;
    background-color: #FFFFFF;
}
.adsplace {
    padding-right: 45px;
}
.headerwrap .logowrap img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.loginAreaWrap {
    background-color: #383838;
    width: 75px;
    height: 40px;
    background-image: url(images/topbg.gif);
    background-repeat: repeat-x;
}
.requiredfield {
    font-weight: bold;
}
.regformfield {
    width: 250px;
}

.forsale {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #F9E714;
}
.forsale2{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #4579EE;
}
.accountTablewrap {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.accountTableborder {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-color: #F7F7F7;
    font-weight: bold;
}
.accountTableborderright {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-color: #F7F7F7;
}
.myaccountWrap {
    background-color: #FFFFFF;
}
.standardtableWrap {
    margin: 2px;
    padding: 2px;
    border: 1px solid #FBF2E9;
    font-family: verdana;
    font-size: 11px;
}
.inputPrice {
    width: 60px;
}
.standardrowWrap {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #5D3B0D;
    background-color: #FBF2E9;
    border: 1px solid #FBF2E9;
}
.errortableWrap {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FF0000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FF0000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF0000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FF0000;
}
.errorrowWrap {
    background-color: #FFFFFF;
}
.defaultField {
    width: 200px;
}
.row1 {
    background-color: #F7F7F7;
    font-weight: normal;
    font-family: verdana;
    font-size: 12px;
}
.row2 {
    background-color: #FFFFFF;
    font-weight: normal;
    font-family: verdana;
    font-size: 12px;
}
.indexrow1 {
    background-color: #F7F7F7;
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
    text-transform: uppercase;
}
.indexrow2 {
    background-color: #FFFFFF;
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
    text-transform: uppercase;
}
.boldFont {
    font-weight: normal;
}
.domtables {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    font-size: 12px;
}
.domtablessale {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    font-size: 12px;
    color: #009900;
}
.domtables a{
        font-family:verdana;
        font-size: 11px;
        color: #0059D2;
        text-decoration: none;
        font-weight: normal;
}
.domtables a:hover{
        font-family:verdana;
        font-size: 11px;
        color: #0059D2;
        text-decoration: underline;
        font-weight: normal;
}
.domtables a:visited{
        font-family:verdana;
        font-size: 11px;
        color: #0059D2;
        text-decoration: none;
        font-weight: normal;
}
.domtabhead {
    background-color: #FBF2E9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D3B0D;
    font-weight: normal;
}
.searchwrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #F7F7F7;
    border: 0px solid #FB5D20;
    background-image: url(images/searchwrap.gif);
    width: 350px;
    height: 109px;
}
.regwrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #F7F7F7;
    border: 0px solid #FB5D20;
    background-image: url(images/regwrap.gif);
    width: 350px;
    height: 109px;
}
.searchwrap a{
    font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #3A5A99;
        text-decoration: none;
        font-weight: normal;
}
.searchwrap a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3A5A99;
    text-decoration: underline;
    font-weight: normal;
}
.searchtop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #5D3B0D;

}
.indexBold {
    font-family: verdana;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    color: #D34112;
}
.catTableWrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
}
.catrowWrap {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.sellerWrap {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    padding: 6px;

}
.catrowrightWrap {

    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.bigcatHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #006600;
}
.navbox {
    border-right: #ffffff 0px solid;
    border-top: #ffffff 3px solid;
    margin-bottom: 11px;
    margin-left: 11px;
    margin-top: 11px;
    border-left: #ffffff 1px solid;
    width: 150px;
    border-bottom: #ffffff 1px solid;
    background-color: #F7F7F7;
    font-family: Arial, Helvetica, sans-serif;
}
.navbox .content {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-align: left;
}
.navbox .top {
    font-family: verdana;
    padding-right: 0px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 4px;
    color: #5F5F5F;
    padding-top: 4px;
    background-color: #ffffff;
    height: 14px;
    text-align: left;
}

.navbox UL.menu {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 3px;
    list-style-type: none;
}
.navbox UL.menu A.menulink:link {
    padding-right: -7px;
    border-top: #ffffff 1px solid;
    display: block;
    padding-left: 15px;
    padding-bottom: 3px;
    width: 90%;
    color: #000000;
    padding-top: 3px;
    text-decoration: none;
    font-family: verdana;
    font-size: 12px;
}
.navbox UL.menu A.menulink:visited {
    padding-right: -7px;
    border-top: #ffffff 1px solid;
    display: block;
    padding-left: 15px;
    padding-bottom: 3px;
    width: 90%;
    color: #000000;
    padding-top: 3px;
    text-decoration: none;
    font-family: verdana;
    font-size: 12px;
}
.navbox UL.menu A.menulink:active {
    padding-right: -7px;
    border-top: #ffffff 1px solid;
    display: block;
    padding-left: 15px;
    padding-bottom: 3px;
    width: 90%;
    color: #000000;
    padding-top: 3px;
    text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    background-image: url(images/navboxhover.gif);
}
.navbox UL.menu A.menulink:hover {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: underline;
    font-family: verdana;
    font-size: 12px;
}
.welcomeParagraph {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.searchTableHead {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #5D3B0D;
    background-color: #FBF2E9;
    border: 1px solid #FBF2E9;
}
.infoPageBox {
    border: 1px none #008DBD;
    list-style-type: circle;

}
.infoTable {
    border: 1px solid #CCCCCC;
    font-size: 12px;
}
.biggerFont {
    font-size: 12px;
}
.adminsettingshead {
    background-color: #CCCCCC;
}
.row2ss {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    color: #666666;
}
.uppercasestandard {
    text-transform: uppercase;
}
.install_table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    border-left: 1px solid #008DBD;
    border-right: 1px solid #008DBD;
    border-top: 1px solid #008DBD;
    border-bottom: 1px solid #008DBD;
    width: 500px;
    padding: 5px;
}
.install_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}
.install_standard {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
