﻿		.carsContainer .topleft
        {
            background: url("images/grayContainer/left_top_container.png" ) 0 0 no-repeat;
            position: relative;
        }
        .carsContainer .topright
        {
            background: url("images/grayContainer/top_slice_contatiner.png" ) 100% 0 no-repeat;
            height: 100%;
           
         }
         .carsWatermark
         {
         	  background: url("images/grayContainer/carrefinish_watermark.png" ) no-repeat;
         	  float:right;
         	  width:43px;
         	  height:29px;
         }
        .carsContainer .bottomleft
        {
            background: url("images/grayContainer/bottom_left_container.jpg" ) 0 100% no-repeat;
        }
        .carsContainer .bottomright
        {
            background: url("images/grayContainer/bottom_right_container.jpg" ) 100% 100% no-repeat;
        }
        .carsContainer 
        {
            background: url("images/grayContainer/top_slice_contatiner.png") 0 0 repeat-x;
            background-color: White;
            height: 100%;
            margin-top:0px;
            margin-right:0px;
        }
        .carsContainer .bottom
        {
            background: url("images/grayContainer/bottom_container.jpg") 0 100% repeat-x;
        }
        .carsContainer .left
        {
            background: url("images/grayContainer/left_container.jpg") 0 0 repeat-y;
        }
        .carsContainer .right
        {
            background: url("images/grayContainer/right_container.jpg") 100% 0 repeat-y;
        }
 
 .carsContainer .TitleHead
 {
 	margin:0; 
	margin-left:5px;
 	padding:0;
 }
.carsContainer .LargeContentPane
{
	padding:10px;
}