html,
body {
    margin:0;
    padding:0;
    font:11px/155% Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
    background:#FFF;
    color:#555;
    width:100%;
    height:100%;
    overflow:inherit;
    /*text-align: center;*/
}
div {
    display: block;
}
a{
    color:#555;
    text-decoration: none;
}
h2{
    /*text-align: center;*/
    font-size: 250%;
}
#main {
    background:#FFF;
    width:100%;
    min-height:100%;
    position:relative;
}
#second-header{
    height:57px;
    background: #162e6e;
    width:100%;
    margin:0 auto;
    color:#DDD;
    text-align:center;
    border-top-style: double;
}
#second-header a{
    color:#DDD;
}
#header {
    height:120px;
    width:100%;
    margin:0 auto;
}
#header-back{
    height:100px;
    width:100%;
    background: #162e6e; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162e6e', endColorstr='#0079b4'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#162e6e), to(#0079b4)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #162e6e, #0079b4); /* for firefox 3.6+ */
    color:#DDD;
    text-align:center;
    border-top-style: double;
    border-bottom-style: double;
}
#header-back a{
    color:#DDD;
}  
#header-none{
    height:20px;
}
#header-title{
    height:200px;
    width:400px;
    float: left;
}
#search{
    height:98px;
    width:548px;
    right:0px;
    top:0px;
    float:right;
    background-color: #DDD;
    /*border:1px solid #DDD;*/
}
#message{
    height:98px;
    width:348px;
    right:0px;
    background-color: #DDD;
    float:right;
    border:1px solid #DDD;
    text-align:center;
}
#items{
    height:98px;
    width:98px;
    right:0px;
    background-color: #DDD;
    float:right;
    /*border:1px solid #DDD;*/
}
#cart{
    height:98px;
    width:98px;
    right:0px;
    float:right;
    text-align: center;
    vertical-align: middle;
    background-color: #DDD;
    /*border:1px solid #DDD;*/
}
#top-nav-back{
    height:80px;
    width:100%;
    margin:0 auto;
    background: #162e6e; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162e6e', endColorstr='#162e6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#162e6e), to(#162e6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #162e6e, #162e6e); /* for firefox 3.6+ */ 
}
#top-nav-back h1{
    left: -9999px;
    position: absolute;
}
#top-nav{
    height:80px;
    width:948px;
    margin:0 auto;
    background: #162e6e; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162e6e', endColorstr='#162e6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#162e6e), to(#162e6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #162e6e, #162e6e); /* for firefox 3.6+ */ 
}
#top-nav-right{
    color:#FFF;
    float: right;
}
#content {
    background:none repeat scroll 0 0 #FFF;
    margin:auto;
    padding:10px;
    width:928px;
    padding-bottom:100px;   /* Height of the footer */
}
#login{
    padding: 0;
    margin: 0;
    float: right;
    width: 200px;
    height: 200px;
    background-color: red;
}
#bottom {
    position:absolute;
    bottom:0px;
    width:100%;
    height:80px;   /* Height of the footer */
    background:#0079b4;
    color: #DDD;
    font:11px/155% Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
    border-top-style: double;
}
* html #bottom {
    position:fixed;
    bottom:0px;
    left:0px;
}
#bottom-content {
    width:928px;
    margin:0 auto;
    font:11px/155% Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
}
#bottom a{
    color: #DDD;
    font:11px/155% Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
}
#bottom table{
    color: #DDD;
    font:11px/155% Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
}
ul.top-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul.top-nav li{
    float: left;
}
ul.top-nav li a{
    font: 18px/76px Caibri,"Lucida Grande",Tahoma,Arial,sans-serif;
    display: block;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    margin: 0;
    padding: 2px 10px;
    color: #FFF;
    /*text-shadow: -1px -1px 0px #CCC,  1px 1px 0px #DDD;*/
    background: #162e6e; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162e6e', endColorstr='#162e6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#162e6e), to(#162e6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #162e6e, #162e6e); /* for firefox 3.6+ */ 
    text-decoration: none;
}
ul.top-nav li a.first{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
}
ul.top-nav li a:hover{
    background: #162e6e; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162e6e', endColorstr='#162e6e'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#162e6e), to(#162e6e)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #162e6e, #162e6e); /* for firefox 3.6+ */ 
}
li.time{
    padding: 22px 10px;
    text-align: center;
}
ul.top-nav li.login a{
    border-right-width: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
ul.top-nav li.login a.last{
    border-right-width: 1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
}
input.username{
    background: url(images/bginputusr.gif) no-repeat right top;
    height:17px;
    color: #333;
    font-size:10px;
    border:solid;
    border-color:gray;
    border-width:1px;
    width:138px;
}
input.password{
    background: url(images/bginputpwd.gif) no-repeat right top;
    height:17px;
    color: #333;
    font-size:10px;
    border:solid;
    border-color:gray;
    border-width:1px;
    width:138px;
}
.error{
    border: 1px;
    border-style: solid;
    border-color: #FF0000;
}
.normal{
    border: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}
.catalog{
    font-size: 200%;
}
#searchInfos{
    position: absolute;
    z-index: 99;
    left:50%;
    top: 180px;
    border: 1px black solid;
    background-color: #0079b4;
    color: #FFF;
    display: none;
}
#searchInfos table{
    color: #FFF;
}
.registerDiv{
    position: relative;
    z-index: 1;
    height: 90px;
    width: 100%;
    text-align: right;
    border-bottom: #000000;
    border-bottom-style: solid;
    overflow: hidden;
    /*padding-bottom: 5px;
    padding-top: 5px;*/
}
.subGroup{
    position: relative;
    height: 100px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    border-bottom: #000000;
    border-bottom-style: solid;
    border-bottom-width: thin;
    overflow: hidden;
    cursor: pointer;
}
.registerLink{
    text-align: left;
    vertical-align: middle;
    background-image: url("../images/cat/group/registerBackgroundArrow.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0px;
    left: -250px;
    display: block;
    z-index: 88;
}
.registerArrow{
    cursor: pointer;
    background-image: url("../images/cat/group/registerArrowRight.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 30px;
    height: 30px;
    z-index: 89;
}
.registerAlink{
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
}
.registerAlink:Hover{
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
}
.linkButton{
    left: 26px;
    height: 40px;
    width: 178px;
}
.buttonLink{
    border: 0px;
}
.searchTable{
    width: 100%;
}
.searchTrGray td{
    background-color:#cce4f1;
}
.searchTr td{
    background-color:#FFFFFF;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.table100{
    width: 100%;
}
.top{
    vertical-align: top;
}