.thank-you-page {
    min-height: 90px;
    text-align: center;
    margin-bottom:100px;
}
.thank-you {
    color: #808080;
    font-size: 51px;
    font-weight: bold;
}
.thank-you-page img {
    max-width: 126px;
}
.thank-you-success {
    color: #db7093;
    font-size: 22px;
}
.add-listing li {
     line-height: 30px;
     list-style: outside none none;
     font-size: 16px;

 }
.post-title-preview {
    text-transform: uppercase;
}

.add-listing input, .add-listing textarea {
    border: 1px solid red;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    height:30px;
}

.add-listing textarea {
    height: 255px;
    width: 100%;
}

.listing img {
    width: 184px;
}

.lisitng {
    margin-bottom:30px;
}



.list-submit {
    background: #009ed8 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px !important;
    padding: 8px 33px;
    height:auto !important;
    border:none !important;
}

.list-submit:hover {
    opacity: 0.5;
}

.admin-listing input , .admin-listing textarea{
    font-size: 15px;
    height: 100%;
    width: 100%;
}

#fileToUpload {
    border:none;
}

.list-title {
    padding: 0 15px;
    width: 486px;
    float:left;
    text-transform: uppercase;
   word-wrap: break-word;
}

.list-image {
    text-align: center;
    width: 100px;
}
.list-price {
    text-align: center;
    width: 125px;
    float:left;
   word-wrap: break-word;
}

.promote-list {
    background: #f08080 none repeat scroll 0 0;
    color: #ffffff;
    margin: 20px 0;
    padding: 1px;
    text-decoration: none;
}
.buy-this-now {
    background: #ff0000 url("/images/listing/buy-icon.png") no-repeat scroll left center / 28px 21px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px;
    text-align: center;
    width: 127px;
}

.recently-sold {
    background: #4169e1 url("/images/listing/sold-icon.png") no-repeat scroll 0 -6px / 51px auto;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px;
    text-align: right;
    width: 127px;
}

.sell-it-now {
    background-color: #009ed8;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px;
    text-align: center;
    width: 127px;
}
.promote {
    position: absolute;
    right: 0;
    top: 36%;
}
.promote-options input {
    height: auto;
    width: auto;
}
.list-image img {
          width:50px !important;
    }

.classified-list {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
.list-header {
    width: 1200px !important;
}

.list-date {

    line-height: 46px;
    float:left;
    text-align: center;
    padding:0 6px;

}
.post-preview p, .post-preview h3 {
    margin-bottom: 5px;
}

.classified-list img {
    width:100%
}

.listing.view-list > p {
    font-size: 17px;
    margin-bottom: 16px;
   text-transform: uppercase;
}

.listing.view-list img {
    width: auto;
}

.admin-list p {
    font-size:14px;
    word-wrap: break-word;
}

.admin-list {
    overflow:hidden;
    margin-bottom:5px;
    position: relative;
}
.admin-header {
    width: 1260px !important;
}

.post-image img {
    height: 69px !important;
    width: auto;
}

.left-description-area {
    float: left;
    width: 50%;
}

.right-image-upload {
    float: left;
    margin-left: 102px;
    width: 30%;
}

.image-container {
    height: 224px !important;
}

.item-image {
    height: 100%;
}

.overflow-hidden {
    overflow:hidden;
    width:100%;
}
.error {
    color:red;
}

*::-webkit-input-placeholder {
    color: red;
    font-size:17px;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
    font-size:17px;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: red;
    font-size:17px;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
    font-size:17px;
}

.post-image-preview {

    max-width:500px !important;
    width:auto;

}

.post-preview {
    font-size:17px;
    line-height:40px;
}

.item-preview {
    background: orange none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    height: auto !important;
    line-height: 20px;
    padding: 6px 10px;
    text-decoration: none;
    width: 125px !important;
}

.listing-table {
    border-collapse: collapse;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
    color:#000;
   margin:0 auto;
}


.listing-table tr {
    border: 4px solid #009ed8;
}

.listing-table td {
    border:4px solid #009ed8;
}

.listing-image {
    background-size:100% 100% !important;
    background-repeat: no-repeat !important;
    width:123px;
    height:72px;
}

.user-login input {
    border: 1px solid #ccc;
    height: 22px;
}

.user-login td {
    display: inline-block;
    margin-left: 11px;
}

.user-login table {

    margin: 0 auto;


}

.login-title {
    text-align: center;
    padding:10px 0;
}

.user-login tr {
    height: 36px;
    text-align: center;
}

.login-logout {
    height: 25px;
    text-align: right;
}

.search-area form {

    margin: 0 auto;
    width: 645px;
}

.search-area form .search-input {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 8px;
    width: 79%;
}

.search-area form .search-submit {

    background: #009ed8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 9px 31px;
}

.publish-list {
     color: #ff0000;
 }

.classified-page #main-navigation {

    height: 61px;

}

.search-area {
    height: 82px;
}

.post-image-preview > img {
    max-width: 600px;
}

.loading{
    display:none;
}

.ui-dialog {

    bottom: 0 !important;
    width: 814px !important;
    height: 826px !important;
    margin: 0 auto !important;
    top: 224px !important;


 }

.ui-dialog-titlebar-close {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #e6e6e6 !important;
    background-image: url("/images/close.png") !important;
    background-origin: padding-box !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px !important;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}

.ui-widget-header {
    background: #009ed8 repeat-x scroll 50% 50% !important;

}

.dialog p {
margin-bottom: 16px;
word-wrap: break-word;
text-transform: uppercase;
font-size: 17px;
}

.dialog-preview-image {

max-height:450px !important;
}
.dialog {
    display: none;
}
.dialog-preview-title {
    text-transform: uppercase;
}