﻿
.soldCar{
    clear: both;
    float: left;
    display: block;
    padding: 10px 0px 0px 0px;
    width: 700px;
}

.soldCar h1{
    color: #6e9c44;
    font-size: 1.4em;
    font-weight: bold;
}

.soldCar p{
    font-size: 0.8em;
    margin: 10px 0px 0px 0px;
}

/* UsedSectionLeft */

#usedSectionLeft{
    float: left;
    display: block;
    width: 355px;
    margin: 10px 10px 0px 0px;
    background: url(../../images/used-details-images-bg.jpg) no-repeat 0px 0px;
    padding: 5px 0px 0px 5px;
}


        /*#usedSectionLeft .disclaimer{
            font-size: 0.7em;
            color: #666;
            margin: 5px 0px 0px 0px;
        }


*/


/* UsedSectionRight */

#usedSectionRight{
    float: left;
    display: block;
    width: 390px;
     margin: 10px 0px 0px 0px;
}


        #usedSectionRight #usedHeader h1{
            color: #000;
            font-weight: bold;
            font-size: 1.0em;
            margin: 0px 0px 3px 0px;
            text-transform: capitalize;	
        }
        
        #usedSectionRight #usedCarPrice h1{
            float: right;           
            margin: 0px 0px 0px 0px;	
            width: 60px;
            text-align: center;
            font-size: 1.1em;
            color: #638D3C;
            font-weight: bold;
            font-family: Arial, Verdana, sans-serif;
        }
        
         #usedSectionRight .usedType{
           clear: both;
           display: block;
           width: 320px;
           margin: 5px 0px 0px 0px;
         }
                
        #usedSectionRight .usedType span{
            clear: both;
            display: block;
            background-color: #fff;		
            font-weight: bold;
            font-size: 0.6em;
            color:#669040;
            border: solid 1px #85B25C;
            margin: 2px 0px 0px 0px;
            padding: 4px 2px 0px 2px;          
            text-transform: uppercase;
            width: 310px;
            line-height: 90%;
        }
        
         #usedSectionRight .usedType .usedTypeIcons{
            float: left;
            clear: both;
            display: block;           
            width: 350px;
            margin: 10px 0px 0px 0px;
         }
         
      
        #usedSectionRight #usedOtherInfoTable{           
            float: left;          
            width: 220px;
            margin: 10px 0px 0px 0px;
            font-size: 0.7em;            
            color: #666;
        }
        
                  #usedSectionRight #usedOtherInfoTable table{
                    width: 220px;
                  }
        
                 #usedSectionRight #usedOtherInfoTable table td{
                   border-top: solid 1px #E6EAED;                 
                   padding: 5px 0px 5px 0px;
                }
                
                
         #usedSectionRight #usedIconLinks{      
            float: left;
            margin: 5px 0px 0px 15px;
            width:150px;
         
         }
         
         #usedSectionRight #usedIconLinks p{
            clear: both;
            display: block;           
            margin: 5px 0px 5px 0px;
         } 
        
        /* #usedSectionRight #usedIconLinks p.usedContactGroup{
               clear: both;
            display: block;           
            margin: 5px 0px 10px 0px;
         }
         
         #usedSectionRight .usedContactGroup{
            clear: both;
             float: left;
            display: block;
            width: 400px;           
            margin: 10px 0px 0px 0px;
            background-color: #f2f4f6;
            border: solid 1px #B7BDC8;           
         }
         
          #usedSectionRight .usedContactGroup a{
            float: left;
            padding: 16px 8px 16px 8px; 
          }*/
          
          #usedSectionRight #equipment{
            clear: both;
            float: left;
            display: block;
            margin: 10px 0px 10px 0px;
            font-size: 0.7em;
            width: 390px;
            color: #333;
          }
          
          #usedSectionRight #equipment table{
            width: 390px;
          }  
            
          #usedSectionRight #equipment h3{
            font-size: 1em;
            border-bottom: dotted 1px #666;
            margin: 0px 0px 8px 0px;
            padding: 0px 0px 5px 0px;
            color: #669040;
            font-weight: bold;
          }
                