#MainNav, #footer, .SecondaryNav, #ShowRoomPanel, #col7-wrap, .col2, #tagline {
	display: none;
}
body { font-family: arial, verdana, sans-serif; font-size: 12px; line-height: 16px; }
h2 {
	margin: 20px 0;
}
#details .col2 {
    display:block;
}
.showrooms {
	display: block;
}
.showroom-entry {
		/*width: 121px;
		height: 135px;*/
		margin-right: 12px;
		margin-bottom: 12px;
		overflow:hidden;
	}
	.showroom-entry h3 {
		border-top: 1px solid #999;
		border-bottom: none;
		margin-top: 0;
	}
	.showroom-entry h3 a{		
		border-bottom: none;
		margin-top: 0;
		text-decoration:none !important;
		color:#000;
	}
	.showroom-entry h3 a:hover{
		color: #ed008c;
	}
	.fourth-entry {
		margin-right: 0;
	}
	.showroom-details {
		width: 240px;
		height: 260px;
		background-color: orange;
	}
	.showroom-entry p{
		padding: 0 0 0 0!important;
		margin: 0 0 0 0!important;
	}
	
	.showroom-entry p.categories{
	    padding: 5px 0 10px 0 !important;
	}
