/**
 * Listing item
 */
h2#listing-title {
    font-size: 2.4em;
}

    h2#listing-title span {
        font-weight: normal;
        margin-left: 10px;
        font-style: italic;
        color: #ccc;
    }
    
    h2#listing-title span:hover {
        color: #000;
    }

#listing-page h3 {
    clear: both;
    margin: 15px 0 10px 0;
    padding-bottom: 2px;
    border-bottom: 4px solid #6c0;
}

#primary-image-container {
    float: left;
    border: 1px solid #cf9;
    width: 320px;
    height: 240px;
    padding: 20px;
    background: url(../media/images/no-image.png) no-repeat 50% 50%;
}

#listing-information {
    float: left;
    margin-left: 10px;
    padding: 10px;
    width: 308px;
    min-height: 262px;
    background-color: #FFF0B2;
    overflow: hidden;
    position: relative;
}

    #listing-information a#toggle-watch-item {
        position: absolute;
        top: 13px;
        right: 10px;
    }

    #listing-information h3 {
        margin: 0;
        clear: left;
        padding-bottom: 1px;
        border-bottom: 2px solid #efdd95;
    }
    
    #listing-information dl {
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    #listing-information dl#about-seller {
        margin-bottom: 0;
    }

    #listing-information dl dt {
        font-weight: bold;
        float: left;
        clear: left;
        margin: 5px 5px 0 0;
        min-width: 100px;
    }
    
    #listing-information dl dd {
        margin-top: 5px;
        float: left;
    }

p#listing-notice {
    background: #CF8181 url(../media/icons/exclamation.png) no-repeat 8px 10px;
    padding: 10px 10px 10px 30px;
    margin-bottom: 10px;
    border: 1px solid #a00;
}

p#listing-notice.error {
    background: #CF8181 url(../media/icons/exclamation.png) no-repeat 8px 10px;
    border: 1px solid #a00;
    color: #fff;
}
    
ul#listing-attributes {
    clear: both;
    float: left;
    width: 100%;
    background-color: #eee;
}

    ul#listing-attributes li {
        margin: 10px;
        float: left;
        width: 213px;
    }
    
    ul#listing-attributes li span.attribute-label {
        font-weight: bold;
        display: block;
    }
    
    ul#listing-attributes li span.attribute-value {
        display: block;
        margin-top: 3px;
    }
    
table#bid-history thead tr th {
    border-bottom: 0;
}

table#bid-history tbody tr td {
    border-bottom: 0;
}

    table#bid-history tbody tr.odd {
        background-color: #eee;
    }

dl#qna abbr {
    font-weight: bold;
    border: 0;
}

dl#qna dt {
    font-weight: bold;
    margin-bottom: 2px;
}

dl#qna dd {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#pending-images-container,
#images-container {
    float: left;
    clear: both;
    width: 700px;
    min-height: 264px;
    margin-bottom: 10px;
    position: relative;
}

    #images-container img.image-preview {
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cf9;
        width: 320px;
        height: 240px;
        padding: 12px 20px;
        cursor: pointer;
    }

    #images-container #listing-thumbnails {
        float: right;
        width: 338px;
        min-height: 230px;
    }
	
    #pending-listing-thumbnails li,
    #images-container #listing-thumbnails li {
        float: left;
        width: 80px;
        height: 60px;
        padding: 10px;
        border: 1px solid #cf9;
        margin: 0 0 10px 10px;
    }

    #pending-listing-thumbnails li
	{
		margin: 0 10px 0 0;
	}


ul#listing-operations {
    float: right;
    margin-top: 10px;
}

ul#listing-operations li {
    display: inline;
    margin-left: 10px;
}