﻿#ObjectListForSale
{
    width:1010px;
    margin-top:10px;
    }
    
    #ObjectListForSale #ObjectListContentContainer
    {        
        width:925px;    
        min-height:400px;
        margin:auto;
        }
        
        #ObjectListForSale #ObjectListContentContainer #ObjectListItemHolder
        {   
            width:925px;        
            
            }
                    
        .ObjectListItem
        {
            background:url(/functions/ObjectListForSale/Images/ObjectListBackground_small.jpg) no-repeat;
            width:925px;
            height:250px;
            margin-bottom:5px;            
            margin:auto;
            position:relative; 

            }
            
            .ObjectListItemContent
            {
                width:925px;
                height:250px;
                margin:auto;
                display:block;
                
                }
                
                .ObjectListItemImages
                {
                    display:table;
                    width:935px;
                    position:relative;
                    top:8px;
                    
                    }
                    
                    .ObjectListItemImages .ObjectImage1, .ObjectImage2
                    {                                                
                        background:url(/functions/objectListForSale/images/ObjectListImageHolderBackground.png) no-repeat;
                        width:332px;
                        height:226px;
                                                                        
                        }
                    
                    .ObjectListItemImages .ObjectImage1
                    {
                        position:absolute;
                        left:10px;
                        }
                        
                    .ObjectListItemImages .ObjectImage2
                    {                           
                        position:absolute;
                        right:5px;                        
                        }
                        
                    .ObjectListItemImages .ObjectInfo
                    {
                        position:relative;
                        margin:auto;
                        width:260px;                        
                        text-align:center;
                        }
                    
                                            
                        .ObjectListItemImages div.img
                        {                            
                            vertical-align:middle;
                            position:absolute;
                            left:14px;
                            top:14px;
                            width:304px;
                            height:198px;                            
                            overflow:hidden;
                            }
                            
            .ObjectListItemDescription
            {
                width:270px;
                height:225px;
                
                position:absolute;
                right:0px;
                top:0px;
                }
                
                .ObjectListItemDescriptionContent
                {
                    padding:15px;
                    
                    
                    }