*{
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a img{
    border:none;
}

.clearfix{
    clear:both;
}

ul{
    list-style:none;
    margin:0;
}

h1{
    font-size:22px;
    font-weight: bold;
    color:#c04057;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
    clear:both;
}

h2{
    font-size:17px;
    font-weight: bold;
    color:#222;
    margin-top:40px;
    margin-bottom:20px;
    clear:both;
}

h3{
    margin-bottom:15px;
}

p{
    line-height:18px;
    clear:both;
    margin-bottom:20px;
}

hr{
    border:1px solid #ccc;
    margin:35px 0;
}

fieldset{
    border:none;
}

table {
    width:100%;
    border:1px solid #aaa;
    text-align:left;
}

table th, table td {
    padding:5px;
    border:1px solid #aaa;
}

table.no-border {
    border:none;
}

table.no-border th, table.no-border td {
    border:none;
}

a{
    color:#c04057;
    text-decoration:underline;
    font-weight:normal;
}

a:link, a:visited {
   
}

a:hover, a:focus {
    color: #550F08;
}

body {
    font-family: "Verdana", Arial, sans-serif;
    color: #550F08;
    font-weight: normal;
    font-size:12px;
    background-color:#f4f4f4;
}

.wrapper {
    position:relative;
    display:block;
    width: 100%;
}

.container{
    position:relative;
    display:block;
    width:1000px;
    margin:auto;
}

#wrapper-header{
    background-color:#fff;
    border-bottom:1px solid #CFCFCF;
}

#container-header{
    height: 50px;
    padding-top:13px;
    padding-bottom:13px;
}

#wrapper-main{
    background-color:#e6e6e6;
    min-height:600px;
}

#container-main{
    
}

#contentpage{
    position:relative;
    display:block;
    padding: 20px 0;
}

#loginpage{
    position:relative;
    display:block;
    padding:50px 0;
}

#wrapper-footer{
    border-top:1px solid #CFCFCF;
}

#container-footer{
    margin-top:20px;
    color:#8E8E8E;
}

#logo {
    position:absolute;
    left:0px;
    width:200px;
    height:50px;
    background-image:url(../images/eHeaven.jpg);
    background-repeat:no-repeat;
    background-position: center;
}

ul#navigation {
    position:absolute;
    padding: 0;
    list-style: none;
    left:240px;
    z-index:6;
}

ul#navigation li{
    display:block;
    height:50px;
    line-height:50px;
    position: relative;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}

ul#navigation li a{
    color:#c04057;
    border-left:1px solid #c04057;
    padding:0 10px;
    text-decoration: none;
}

ul#navigation li:first-child a{
    border-left:none;
    padding:0 10px 0 0;
}


ul#navigation li a:link,
ul#navigation li a:visited {
    -webkit-transition: color 300ms ease-in;
    -moz-transition:color 300ms ease-in;
    -o-transition:color 300ms ease-in;
    transition:color 300ms ease-in;
}

ul#navigation li a:hover, 
ul#navigation li a:focus {
    color: #550F08;
    text-decoration:underline;
}

ul#navigation li a.selected{
    color:#550F08;
}

ul#navigation li a.selected:hover,
ul#navigation li a.selected:focus{
    text-decoration:none;
}

#submenu{
    position:absolute;
    right:0;
    font-size:10px;
    text-transform: uppercase;
    text-align: right;
    color:#550F08;
    line-height:1.2;
}

#loginform_box{
    position:relative;
    margin:auto;
    width:300px;
    padding:20px;
    background-color:#888888;
    border:1px solid #AAAAAA;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#contactForm{
    margin-top:45px;
}

#loginform_box h3{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
}

#loginform_box .error{
    color:#fff;
}

#loginform_box div{
    margin-bottom:5px;
}

#loginform_box label{
    display:block;
    margin-bottom:2px;
    color:#fff;
}

.notification{
    border:1px solid #CFCFCF;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    color:#C04057;
    font-size:11px;
    font-weight:bold;
    padding:10px;
}

.popup{
    padding:10px;
}

.actionIcons.two{
    width:63px;
}

.actionIcons.three{
    width:102px;
}

.actionIcons.four{
    width:141px;
}

.icon{
    float:left;
    display:block;
    width:24px;
    height:24px;
    margin-right:15px;
}

.icon.last{
    margin-right:0px;
}

.editIcon{
    background: url('../images/icon/Modify.png') no-repeat center center;
}

.editIcon.disabled{
    background: url('../images/icon/Modify_disabled.png') no-repeat center center;
}

.deleteIcon{
    background: url('../images/icon/Delete.png') no-repeat center center;
}

.deleteIcon.disabled{
    background: url('../images/icon/Delete_disabled.png') no-repeat center center;
}

.orderIcon{
    background: url('../images/icon/Next.png') no-repeat center center;
}

.orderIcon.disabled{
    background: url('../images/icon/Next_disabled.png') no-repeat center center;
}

.downloadIcon{
    background: url('../images/icon/Save.png') no-repeat center center;
}

.downloadIcon.disabled{
    background: url('../images/icon/Save_disabled.png') no-repeat center center;
}

.closeIcon{
    background: url('../images/icon/Exit.png') no-repeat center center;
}

.closeIcon.disabled{
    background: url('../images/icon/Exit_disabled.png') no-repeat center center;
}

.reopenIcon{
    background: url('../images/icon/Back.png') no-repeat center center;
}

.reopenIcon.disabled{
    background: url('../images/icon/Back_disabled.png') no-repeat center center;
}

.description.descriptionIcon{
    display:inline-block;
    margin-left:10px;
    margin-bottom:-10px;
}

.searchIcon{
    background: url('../images/icon/Search.png') no-repeat center center;
    display:block;
    width:24px;
    height:24px;
}