/*Template Blue Showroom Stylesheet*/

.showroomContainer {
   /*background-color: #FFFFFF;
   border: 1px solid #AAACC0;*/
   margin: 10px auto 10px auto;
   padding: 0;
   width: 530px;
}

.showroomTitle {
   background-color: #1A4D91;/*#5EA1D8;*/
   border: 1px #8F9091 solid;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   padding: 2px;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-align: center;
}

.showroomContent {
   width: 530px;
}

.showroomVehicle {
   float: left;
   margin: 0;
   padding: 5px 3px 5px 3px;
   text-align: center;
   width: 125px; /*image width: 125px or 250px*/
   height: 120px;
}

.showroomVehicleHover {
   float: left;
   margin: 0;
   padding: 5px 3px 5px 3px;
   text-align: center;
   width: 125px; /*image width: 125px or 250px*/
   height: 120px;
}

.showroomVehicleHover a:link, .showroomVehicleHover a:visited {
   color: #e9830a;
}

#showroomLinks {
   width: 186px; /*216px*/
   padding: 5px 15px 0 15px;
}

#showroomLinks .heading {
   background-image: url(images/sidebar/click-any-blank.gif);
    background-repeat: no-repeat; 
    background-position: bottom; 
    height: 110px; 
    text-align: center;
}

#showroomLinks .heading h5 {
   margin: 0 0 3px 0;
   color: #F39500;
}

#showroomLinks p {
   margin: 0;
   text-align: center;
   font-weight: bold;
}

#showroomLinks ul {
   margin-left: 4px; 
   padding-left: 4px; 
   list-style: none;
}

#showroomLinks li {
   margin: 5px 0 0 0;   
}

#showroomLinks a {
   display: block;
}

.showroomBNP{
	margin-top: 20px;
	padding-right:2px;
	text-align:right;
}
