/*common style*/
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img {
    margin: 0;
    padding: 0;
}

#footer {
    position: relative;
    margin: 0 auto;
    height: 40px;
    margin-top: -40px;
    width: 100%;
}

.fullheight {
    height: 100%;
}

#middlebg {
    height: 100%;
    min-height: 100%;
}

.bottom {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.inp, .inpm {
    border: 1px solid #999999;
}

.inpm {
    border-left: 2px solid #CC0000;
}

.error {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #CC0000;
}

.inp, .inpm {
    border: 1px solid #6a8888;
}

.inpm {
    border-left: 2px solid #CC0000;
}

.errorMsg {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

/* Common styles*/
.text {
    font-family: Arial, Helvetica, sans-serif, Tahoma, serif;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    text-align: justify;
}

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.logout:link, a.logout:visited, a.logout:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #262626;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
}

.formFieldHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #003399;
    text-align: right;
    vertical-align: top;
}

/*local site css*/
.toptable {
    width: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.logo {
    margin-top: 18px;
    margin-bottom: 18px; /*	margin-right: 150px;*/
}

.topbg {
    background-image: url(img/topbg.png);
    background-repeat: repeat-x;
    height: 63px;
}

.menubg {
    background-image: url(img/menubg.jpg);
    background-repeat: repeat-x;
    height: 36px;

}

.shopCat {
    background-image: url(img/img_41.jpg);
    background-repeat: repeat-x;
    width: 154px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold
}

.bbc {
    background-color: #86b8db;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff
}

.subbbc {
    background-color: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #262626
}

.wishlist {
    width: 339px;
    height: 289px;
    border: 0;
    background-image: url(img/notebg.png);
    overflow: auto;
    font-size: 16px;
    line-height: 29px;
    padding-top: 4px
}