#showroom{
	width: 750px;
	margin: 10px auto 0 auto;	
}
#showroom_samples{
	width: 800px;
	height: 400px;	
}
#showroom_left{
	width: 150px;
	height: 400px;
	border-right: #ccc dashed 1px;
	float: left;	
}
#showroom_left ul{
	margin: 0;

}
#showroom_left a{
	text-decoration:none;
	color: #29b8e5;
	font-size: 12px;
}
#showroom_left td{
	border: #ccc solid 1px;
	text-align:center;		
}
#showroom_left h2{
	padding-left: 10px;	
	font-size: 12px;
	color:#2c539e;
}
#showroom_left li{
	list-style:circle;
	margin: 2px;	
}
#showroom_left a:hover{
	color: #cc3300;
	border-bottom: dashed 1px;
}

#showroom_left .client_menu{
	overflow-y: auto;
	height: 400px;
}

#showroom_right{
	width: 600px;
	height: 350px;
	float: right;
	padding: 10px;	
	
}
#showroom_right a{
	color: #29b8e5;
}
#samples{
	width: 400px;
	height: 300px;
	text-align:center;	
}

#showroom_right_nav ul li{
	display: inline;
	padding: 2px;
	border-right: #ccc dashed 1px;
}
#showroom_right_nav{
	float: right;
	margin-top: -50px;
}
#showroom_right a:hover{
	color:#cc3300;
	border-bottom: dashed 1px;		
}
#showroom_right h3{
	font-size: 13px;
	font-weight: normal;
}

#showroom_right img{
	border: #ccc solid 1px;	
	padding: 2px;
}


