html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
}

#site {
    min-height: 100%;
    position: relative;
}

#content {
    clear: both;
    margin: 0px auto;
    width: 976px;
    font-family: arial;
    z-index: 6;
    height: 100%;
    padding-bottom: 100px;
    overflow: hidden;
}

body {
    font-family: arial;
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#header {
    width: 100%;
    background: #dddddd;
    height: 42px;
    font-family: arial;
    font-size: 12px;
    position: relative;
    margin: 0 0 188px 0;
}

#header-width {
    width: 976px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 19px;
}

#menu {
    clear: both;
}

#menu #language {
    width: 150px;
    float: right;
    position: relative;
    right: 200px;
}

#menu #language a {
    padding: 2px;
    text-decoration: none;
    color: #000;
}

#menu #login {
    position: relative;
    top: -15px;
    display: block;
    width: 100px;
    float: right;
    clear: right;
    text-align: right;
    z-index: 6;
}

#menu #login a {
    color: #000;
    text-decoration: none;
}

#menu #login a:hover {
    color: #000;
    text-decoration: underline;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    *padding: 10px 0px 10px 0px;
    *margin: -10px 0 0 0;
}

#menu ul li a {
    text-decoration: none;
    color: #000;
    padding: 9px 10px 9px 40px;
    margin: 6px 10px 0 0;

}

#menu-index a {
    background: url('../images/menu-index.png') no-repeat 10px 7px #e5e5e5;
}

#menu-index a:hover {
    background: url('../images/menu-index.png') no-repeat 10px -29px #f2f2f2;
}

#menu-addnewitem a {
    background: url('../images/menu-addnewitem.png') no-repeat 10px 7px #e5e5e5;
}

#menu-addnewitem a:hover {
    background: url('../images/menu-addnewitem.png') no-repeat 10px -29px #f2f2f2;
}

#menu-signup a {
    background: url('../images/menu-signup.png') no-repeat 10px 7px #e5e5e5;
}

#menu-signup a:hover {
    background: url('../images/menu-signup.png') no-repeat 10px -29px #f2f2f2;
}

#menu-admin a {
    background: url('../images/menu-admin.png') no-repeat 10px 7px #e5e5e5;
}

#menu-admin a:hover {
    background: url('../images/menu-admin.png') no-repeat 10px -29px #f2f2f2;
}

#menu-account a {
    background: url('../images/menu-admin.png') no-repeat 10px 7px #e5e5e5;
}

#menu-account a:hover {
    background: url('../images/menu-admin.png') no-repeat 10px -29px #f2f2f2;
}

#menu ul li #menu-active {
    background-color: #fff;
    background-position: 10px -29px;
    font-weight: bold;
}

#logo a img {
    width: 353px;
    height: 105px;
    position: absolute;
    top: 60px;
}

#header-img {
    background: url('../images/header.png') no-repeat;
    width: 444px;
    height: 211px;
    position: absolute;
    top: -1px;
    right: 20px;
}

#central, #addItem {
    position: relative;
}

.content-banner {
    background: url('../images/banners.jpg') repeat-x;
    width: 100%;
    height: 51px;
}

.content-banner h1 {
    font-family: arial;
    color: #fff;
    padding: 15px;
}

.content-text, #addItem {
    border: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 20px 15px;
}

.content-text p {
    padding-left: 40px;
}

#contact-content, .content-text ul li, .content-text ol li {
    margin: 8px 0;
    line-height: 18px;
}

/* form*/

.gwt-RichTextArea {
    background-color: white;
    width: 100%;
}

.gwt-Label {
    display: block;
    color: #000;
    font-size: 12px;
    float: left;
    width: 100px;
    text-align: right;
    padding: 5px 20px 0 0;
}

.gwt-ListBox, .gwt-TextBox {
    border: 1px solid #929191;
}

.gwt-ListBox {
    margin: 2px 2px;
}

#addItem {
    position: relative;
}

.ditemFile div .gwt-Anchor {
    margin-left: 95px;
    color: #2e95ff;
}

.ditemFile div div div input {
    border: 1px solid #929191;
    padding: 3px;
    color: #646464;
    margin: 10px 0;
}

.ditemFile div div div {
    width: 530px;
    margin: 15px auto;
}

#addItem form {
    width: 550px;
}

.submit, input[type="submit"] {
    float: right;
}

.submit-none, .submit, input[type="submit"] {
    background-color: #2e95ff;
    border: none;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

#navigation div div form fieldset #dsubmit .submit {
    background-color: #2e95ff;
    border: none;
    color: #fff;
    padding: 5px 10px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.ditemDescriptin label {
    clear: both;
}

#fnotes, #ftext, #fmessage {
    border: 1px solid #929191;
    width: 300px;
    padding: 6px;
    color: #646464;
    font-family: arial;
    font-size: 13px;
}

.ditemPrice #fitemCurrency {
    width: 96px;
    padding: 3px;
    margin-left: 3px;
}

.ditemFile div .gwt-Anchor {
    margin-left: 215px;
    font-size: 12px;
}

#central div div form fieldset div label {
    margin-bottom: 0px;
    display: block;
    width: 200px;
    clear: both;
    float: left;
    padding: 5px;
    margin-left: 210px;
    font-size: 12px;
}

#main div form fieldset div label,
#main div div form fieldset div label {
    margin-bottom: 0px;
    display: block;
    width: 200px;
    clear: both;
    float: left;
    padding: 5px;
    margin-left: 90px;
    font-size: 12px;
}

.ditemDescription .richTextAreaWidget {
    border: 1px solid #929191;
    clear: both;
    margin: 20px auto;
}

#main div form fieldset {
    margin-bottom: 30px;
}

#main div form fieldset div,
#central div div form fieldset div {
    clear: both;
    margin-bottom: 10px;
}

#main div form fieldset,
#central div div form fieldset {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #f2f2f2;
}

#main div form fieldset div select,
#central div div form fieldset div select {
    border: 1px solid #929191;
    padding: 3px;
    color: #646464;
}

#fitemPrice {
    width: 200px;
}

#fitemCurrency {
    width: 100px;
}

#fitemType, #fitemTypes, #fitemStatus, #fcountry, #fitemProductionYear, #fstatus {
    width: 312px;
}

#fitemFileNames,
#fitemUserName {
    width: 300px;
}

#fitemTitle, #fitemProducer,
#fthicknessMinMax, #fcuttingLength,
#fitemEntryDate, #fitemStartDate,
#fitemEndDate, #fitemStartDate,
#fuserName, #femail,
#fcompanyName, #ffirstName, #flastName, #fstreet,
#fpostCode, #fcity, #fphoneNumber,
#ftitle, #fname, #fitemName, #fcontact, #fentryDate,
#fupdateStatusDate, #fpassword, #frePassword,
#foldPassword, #frepassword, .ditemLabelField {
    width: 300px;
}

#frePassword.fieldErrorMessage, #fitemPriceTo.fieldErrorMessage, #fitemPriceFrom.fieldErrorMessage, #fitemProductionTo.fieldErrorMessage, #fitemProductionFrom.fieldErrorMessage, #fname.fieldErrorMessage, #fcontact.fieldErrorMessage, #fmessage.fieldErrorMessage, #fitemType.fieldErrorMessage, #fitemTitle.fieldErrorMessage, #fitemProducer.fieldErrorMessage, #fitemPrice.fieldErrorMessage, #fitemCurrency.fieldErrorMessage, #fitemProductionYear.fieldErrorMessage, #fthicknessMinMax.fieldErrorMessage, #fcuttingLength.fieldErrorMessage, #fitemStatus.fieldErrorMessage, #fitemEntryDate.fieldErrorMessage, #fitemStartDate.fieldErrorMessage, #fitemEndDate.fieldErrorMessage, #fitemCorrelated.fieldErrorMessage, #fuserName.fieldErrorMessage, #fcredentialsNonExpired.fieldErrorMessage, #faccountNonExpired.fieldErrorMessage, #faccountNonLocked.fieldErrorMessage, #fuserEnabled.fieldErrorMessage, #femail.fieldErrorMessage, #fcompanyName.fieldErrorMessage, #ffirstName.fieldErrorMessage, #ffirstName.fieldErrorMessage, #fstreet.fieldErrorMessage, #fpostCode.fieldErrorMessage, #site.fieldErrorMessage, #fcountry.fieldErrorMessage, #fphoneNumber.fieldErrorMessage, #fuserFake.fieldErrorMessage, #fitemType.fieldErrorMessage, #fitemTitle.fieldErrorMessage, #fitemProducer.fieldErrorMessage, #fitemPrice.fieldErrorMessage, #fitemCurrency.fieldErrorMessage, #fitemProductionYear.fieldErrorMessage, #fthicknessMinMax.fieldErrorMessage, #fcuttingLength.fieldErrorMessage, #fcompanyName.fieldErrorMessage, #ffirstName.fieldErrorMessage, #flastName.fieldErrorMessage, #fstreet.fieldErrorMessage, #fpostCode.fieldErrorMessage, #fpostCode.fieldErrorMessage, #fcity.fieldErrorMessage, #fcountry.fieldErrorMessage, #femail.fieldErrorMessage, #fphoneNumber.fieldErrorMessage, #foldPassword.fieldErrorMessage, #fpassword.fieldErrorMessage, #frepassword.fieldErrorMessage {
    border: 1px solid #f59999;
}

.ditemLabelField {
    margin-bottom: 0px;
    display: block;
    width: 400px;
    clear: both;
    float: left;
    padding: 5px;
    margin-left: 210px;
    font-size: 12px;
}

#main div form fieldset div input,
#central div div form fieldset div input {
    border: 1px solid #929191;
    padding: 5px;
    color: #646464;
}

/* table */

#auctionItemsContainer table {
    border-collapse: separate;
    width: 100%;
}

#auctionItemsContainer table thead tr th div {
    font-family: arial;
    color: #fff;
    padding: 15px 15px;
    font-size: 14px;
}

#auctionItemsContainer table tbody tr td,
#auctionItemsContainer table tbody tr td span a b {
    font-size: 12px;
    cursor: pointer;
}

#auctionItemsContainer table tbody tr .auctionItemsGrid-price {
    border-top: 1px solid #e7e3e3;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #e7e3e3;
    border-left: 1px solid #fff;
    background-color: #f6f6f6;
    padding: 7px;
    color: #3c3b3b;
    margin: 0;
}

#auctionItemsContainer table tbody tr .auctionItemsGrid-name {
    border-right: 1px solid #e7e3e3;
    border-top: 1px solid #e7e3e3;
    border-bottom: 1px solid #fff;
    background-color: #f6f6f6;
    padding: 7px;
    color: #3c3b3b;
    font-size: 12px;
}

#auctionItemsContainer table tbody tr .auctionItemsGrid-name span a {
    color: #3c3b3b;
    text-decoration: none;
    display: block;
    font-size: 12px;
    cursor: auto;
}

#auctionItemsContainer table thead tr .auctionItemsGrid-price div {
    border-right: 1px solid #5fadfe;
    border-left: 1px solid #9fcefe;
}

#auctionItemsContainer table thead tr .auctionItemsGrid-name div {
    border-right: 1px solid #5fadfe;
}

.gridTableTFoot {
    border-top: 1px solid #e7e3e3;
    border-bottom: 1px solid #e7e3e3;
    background-color: #f6f6f6;
    display: block;
    margin-bottom: 30px;
    padding: 7px;
    color: #3c3b3b;
    text-align: center;
}

label.mandatoryField a,
.login a {
    color: #2e95ff;
}

.pagingWidget {
    margin: 10px 0;
    font-size: 12px;
    color: #2e95ff;
}

a.arrow, #pagingFirstLink, #pagingPreviousLink, #pagingNextLink, #pagingLastLink {
    color: #2e95ff;
}

.pagingWidget a {
    margin: 0 10px;
    color: #2e95ff;
}

.pagingWidget a:hover {
    text-decoration: none;
    color: #2e95ff;
}

.pagingWidget #pagingLabel {
    display: inline;
    margin: 0 10px;
}

#content div div table thead tr, thead {
    background: url('../images/banners.jpg') repeat-x;
    width: 100%;
    height: 51px;
    width: 726px;
}

#userItemsContainer table {
    font-size: 12px;
}

/* footer */

#footer {
    position: absolute;
    bottom: 0;
    clear: both;
    color: #6f6e6e;
    font-size: 12px;
    width: 100%;
    margin: 0;
}

#footer-content {
    color: #6f6e6e;
    font-size: 12px;
    width: 100%;
    height: 55px;
    margin: 30px 0 0 0;
    background: url('../images/footer-top.jpg') repeat-x top #f2f0f0;
}

#footer-width {
    width: 954px;
    margin: 0 auto;
    text-align: center;
}

#footer-info {

    margin: 0 0 0 130px;
}

#footer-info ul li {
    display: block;
    float: left;
    margin: 20px 25px 0 0;
}

#footer-info ul li a, #footer-userAgreement a {
    color: #2e95ff;
}

#footer-info ul li a:hover, #footer-userAgreement a:hover {
    color: #007eff;
    text-decoration: none;
}

#footer-userAgreement {
    float: left;
    display: block;
    width: 320px;
    margin: 20px;
}

#footer-webdesign {
    float: left;
    display: block;
    width: 190px;
    margin: 20px;
}

#footer-webdesign a {
    color: #6f6e6e;
}

.color-blue {
    color: #2e95ff;
}

table tbody tr td .gwt-Label {
    width: 704px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #e7e3e3;
    border-bottom: 1px solid #fff;
    background-color: #f6f6f6;
    font-weight: bold;
}

#form {
    border: 1px solid #e7e3e3;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 13px;
    color: #3c3b3b;
    position: relative;
}

#form fieldset .dj_username, #form fieldset .dj_password {
    margin: 20px auto;
}

.dj_username label, .dj_password label {
    width: 80px;
    padding: 7px;
    margin: 0 0 0 340px;
    display: block;
    float: left;
}

#form fieldset .dj_username #j_username, #form fieldset .dj_password #j_password {
    border: 1px solid #929191;
    padding: 5px;
    color: #646464;
    width: 180px;
}

#form fieldset button {
    background-color: #2e95ff;
    border: none;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: 555px;
}

#central {
    text-align: justify;
    margin-bottom: 25px;
}

#central a {
    font-size: 12px;
}

#central a:hover {
    text-decoration: none;
}

#central ol li {
    list-style-type: decimal;
    margin-left: 40px;
}

#central ul li b {
    background: none;
    color: #000;
}

#central ul li {
    list-style-type: lower-alpha;
    margin-left: 40px;
}

#central h2 {
    font-family: arial;
    color: #fff;
    padding: 15px;
    background-color: #636363;
}

#central h3 {
    background: none;
    color: #2e95ff;
    margin: 40px 0 20px 20px;
}

#central #itemPanel #itemDetailsPropertiesContainer, #itemDetailsDescriptionContent, #itemClientInformationHidden,
#itemClientInformationContainer {
    border: 1px solid #e7e3e3;
    background-color: #f6f6f6;
    padding: 10px;
    margin-bottom: 30px;
}

#itemClientInformationHidden {
    width: 440px;
}

#registredMessage,
#emailConfirmation,
.formMessage {
    padding: 10px;
    line-height: 25px;
    background-color: #d3f5b9;
    color: #498b18;
    border: 1px solid #95d16a;
    text-align: center;
    font-weight: bold;
}

#generalError,
#emailConfirmationError,
.formErrorMessage {
    padding: 10px;
    line-height: 25px;
    background-color: #ffe6e6;
    color: #6b0707;
    border: 1px solid #ffbcbc;
    text-align: center;
    font-weight: bold;
}

#itemImagesContainer {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

#itemImages {
    position: relative;
    bottom: 20px;
}

#itemImages ul, #itemImages ul li {
    list-style: none;
    display: block;
}

#itemImages ul {
    text-align: center;
    margin: auto;
}

#itemImages ul li a img {
    padding: 7px;
    border: 1px solid #e5e5e5;
    margin: 14px;
}

#itemImages ul li {
    float: left;
    margin: 0;
}

#continueLink {
    padding: 6px;
    background: #2e95ff;
    color: #fff;
}

#itemDetailsPropertiesContainer, #itemClientInformationContainer {
    width: 440px;
}

#itemDetailsTitle, #itemClientInformationTitle {
    width: 447px;
    background: url('../images/banners.jpg') repeat-x;
    padding: 15px 0 22px 15px;
    font-family: arial;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#itemDetailsDescriptionTitle {
    background: url('../images/banners.jpg') repeat-x;
    padding: 15px 0 22px 15px;
    font-family: arial;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#itemDetailsPropertiesContainer, #itemClientInformationContainer {
    padding-left: 10px;
}

#itemDetailsPropertiesContainer div #itemDetailsProperties tbody tr .itemDetailsPropertiesName div,
#itemClientInformationContainer div #itemClientInformationProperties tbody tr .itemClientInformationName div{
    font-weight: bold;
    width: 120px;
    padding: 10px 10px 10px 20px;
}

#itemDetailsPropertiesContainer div #itemDetailsProperties tbody tr .itemDetailsPropertiesValue div,
#itemClientInformationContainer div #itemClientInformationProperties tbody tr .itemClientInformationValue div
{
    width: 270px;
    padding: 10px;
}

#itemDetailsPropertiesContainer div #itemDetailsProperties tbody tr,
#itemClientInformationContainer div #itemClientInformationProperties tbody tr
{
    border-bottom: 1px dotted #e7e3e3;
}

#leftSite {
    width: 468px;
    float: left;
}

#rightSite {
    width: 485px;
    float: right;
}

.clear {
    clear: both;
}

#auctionItemsContainer #auctionItemsGrid thead tr th {
    background: url('../images/banners.jpg') repeat-x;
}

.auctionItemsGrid-name {
    width: 75%;
}

/** new **/

#companiesContainer table,
#userItemsContainer table,
#adminUsersContainer table,
#adminItemsContainer table {
    width: 100%;
    width: 724px;
    border-collapse: separate;
}

#adminUsersContainer table tbody tr .adminUsersGrid-name span a,
#adminItemsContainer table tbody tr .adminItemsGrid-name span a {
    color: #3c3b3b;
    text-decoration: none;
    display: block;
}

#userItemsGrid tbody tr td div,
#adminUsersGrid tbody tr td div,
#adminItemsGrid tbody tr td div {
    cursor: pointer;
}

.cellTableTFoot {
    border: 1px solid #e7e3e3;
    border-left: 1px solid #fff;
    background-color: #f6f6f6;
    display: block;
    margin-bottom: 30px;
    padding: 7px;
    color: #3c3b3b;
}

#itemsImagesContainer {
    margin-left: 90px;
    width: 512px;
}

#itemsImagesGrid {
    width: 512px;
}

/* lewe menu */

#navigation {
    width: 239px;
    float: left;
}

#itemtTypesList .navigation-header {
    background: url('../images/banners.jpg') repeat-x;
    width: 207px;
    height: 19px;
    color: #fff;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    padding: 16px;
}

#navigation div .navigation-header p {
    background: url('../images/banners.jpg') repeat-x;
    width: 207px;
    height: 19px;
    color: #fff;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    padding: 16px;
}

#itemtTypesList {
    margin-bottom: 10px;
}

#navigation div {
    background-color: #f2f2f2;
}

#navigation div div form fieldset {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #3c3b3b;
}

#navigation div div form fieldset .labelField {
    font-weight: bold;
    clear: both;
}

#navigation div div form fieldset .ditemPriceTo,
#navigation div div form fieldset .ditemProductionTo {
    float: right;
}

#navigation div div form fieldset .ditemPriceFrom,
#navigation div div form fieldset .ditemProductionFrom {
    float: left;
}

#navigation div div form fieldset .labelField,
#navigation div div form fieldset .ditemPriceFrom,
#navigation div div form fieldset .ditemPriceTo,
#navigation div div form fieldset .ditemProductionFrom,
#navigation div div form fieldset .ditemProductionTo {
    padding: 5px;
}

#navigation div div form fieldset #fitemCurrency {
    float: right;
}

#navigation div div form fieldset div select {
    width: 60px;
}

#navigation div div form fieldset div input {
    width: 58px;
}

#navigation div div form fieldset div input,
#navigation div div form fieldset div select {
    padding: 3px;
    margin-left: 10px;
    border: 1px solid #d8d6d6;
    font-size: 13px;
}

#navigation div .listContent ul li #account-menu-active,
#navigation div .listContent ul li #admin-menu-active,
#navigation div .listContent ul li #item-types-active {
    background-color: #edecec;
    font-weight: bold;
    padding: 10px 11px;
    border-left: 4px solid #2d96ff;
}

#navigation div .listContent ul li a {
    color: #3c3b3b;
    text-decoration: none;
    font-size: 12px;
    border-top: 1px solid #e7e3e3;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 10px 15px;
}

#navigation div .listContent ul li a:hover {
    border-left: 4px solid #686767;
    background: #fafafa;
    padding: 10px 11px;
    color: #000;
}

/* right */

#main {
    width: 724px;
    margin-bottom: 15px;
    float: right;
}

div.gridOuterTableHead {
    background: url('../images/banners.jpg') repeat-x;
    width: 100%;
    height: 51px;
}

.statute table {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.statute table thead {
    height: 30px;
    background: transparent;
    font: bold;
    text-align: center;
}

.statute table thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.statute table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
}

.statute table, .statute table tr, .statute table td {
    border: 1px solid black;

}