/* Main form */

.customerForm h3 {
    border-bottom:1px solid #ddd;
    margin-bottom:12px;
}
.customerForm small {
    font-size:9pt;
}
.customerForm p {
    clear:both;
}

.customerForm div {
    float:right;
    width:400px;
}

.customerForm .desc {
    width:150px;
    padding:0 10px 0 0;
    float:left !important;
    
    color:#777;
    text-align:right;
}

body.sb2 .customerForm .desc {
    width:140px;
}

.customerForm .text {
    position:relative;
    float:left;
    
    margin-bottom:5px;
    width:162px;
    padding:4px;
    font-size:8pt;
    color:#555;
    border:1px solid #ccc;
    background:#fff url(../ogs-images/bg-form-txt.png) top left repeat-x;
}
.customerForm textarea {
    background:#fff url(../ogs-images/bg-form-txt.png) top left repeat-x;
    border:1px solid #ccc;
}
.customerForm .cImage {
    border:3px solid #eee;
}

/* Sidebar */
#sidebarCustomerMenuStart {
    position:absolute;
    top:0;
    left:0;
    width:35px;
    height:41px;
    background:url("../ogs-images/bg-cmenu-top.png") 0px 0px no-repeat;
}
#sidebarCustomerMenu {
    position:relative;
    background:url("../ogs-images/bg-cmenu-body.png") 0px 0px repeat-y;
}
#sidebarCustomerMenu li {
    position:relative;
    margin: 0 0 0 12px;
    padding: 7px 5px 3px 40px;
    width:148px;
    height:20px;
    
    cursor:pointer;
    background:url("../ogs-images/bg-cmenu-li.png") left repeat-y;
}

#sidebarCustomerMenu li.activeElement a {
    color:#000 !important;
    font-weight:bold;
}
#sidebarCustomerMenu li.activeElement {
    background:#ecf8ff;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
}
#sidebarCustomerMenu li:hover {
    background:#ecf8ff;
    color:#033154;
}

#sidebarCustomerMenu li.menuHead {
    padding-left: 15px;
    width:173px;
    
    color:#fff;    
    background:url("../ogs-images/bg-cmenu-li-head.png") left no-repeat;
}

#sidebarCustomerMenu li.menuEnd {
    padding:0;
    width:188px;
 
    background:url("../ogs-images/bg-cmenu-li-bottom.png") top no-repeat;
}

#sidebarCustomerMenu li img {
    display:none;
}

#sidebarCustomerMenu li img.icon {
    display:inline;
    position:absolute;
    left:10px;
    top:5px;
}

#sidebarCustomerMenu li.active {
    background-position:40px -38px;
}
#sidebarCustomerMenu li a {
    font-size:8pt !important;
    color:#333;
}
#sidebarCustomerMenu .head a {
    font-weight:bold;
}
#sidebarCustomerMenuEnd {
    width:48px;
    height:40px;
    background:url("../ogs-images/bg-cmenu-bottom.png") 0px 0px no-repeat;
}