/* SHOWROOM LIST */
body {
	background-color: #674025;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../site-images/showrooms/showroom-bg.jpg);
	background-repeat: no-repeat;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.showrooms {
	width: 520px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}
.showrooms ul {
}
.showroom_bg {
	overflow: auto;
	width: 985px;
	background-color: #FFF;
	background-image: url(../site-images/showrooms/products-bg.gif);
	background-repeat: repeat-y;
}
.breadcrumb {
	color: #cf8845;
	font-size: 14px;
	margin-bottom: 20px;
}
.breadcrumb a {
	color: #cf8845;
	font-size: 18px;
}
.breadcrumb a:hover {
	color: #FFFFFF;
}
.container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.inner-container {
	margin-left: 20px;
}
.showroomfooter {
	background-color: #330D00;
	height: 130px;
	width: 1000px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	border: 3px double #5b3021;
}
.showroomfooter2 {
	background-color: #330D00;
	height: 100px;
	width: 1000px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	border: 3px double #5b3021;
}
.description {
	background-color: #73321b;
	border: 1px solid #b95e3e;
	width: 683px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
br {
	line-height: 0px;
}

a {
	color: #cf8845;
}
a:hover {
	text-decoration: none;
}
.showroom_categorylist {
	width: 220px;
	background-color: #330d00;
	margin-right: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	overflow: hidden;
	padding: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b95e3e;
	border-right-color: #b95e3e;
	border-left-color: #b95e3e;
}
.showroom_categorylist h3 {
	color: #C63;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 3px;
	font-weight: normal;
}
.showroom_categorylist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.showroom_categorylist li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.showroom_categorylist li a {
	display: block;
	padding: 3px;
}
.showroom_categorylist li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5b3021;
}
.showroom_vendordivs ul {
	padding: 0px;
	list-style-type: none;
}
.showroom_vendordivs li {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.showroom_vendordivs li img {
	border: 1px solid #674025;
}
.showroom_vendordivs li img:hover {
	border: 1px solid #cf8845;
}
.showroom_vendordivs {
	overflow: auto;
	float: left;
	width: 700px;
}
.showroom_vendordivs h1 {
	color: #330d00;
	font-size: 20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.showroom_name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #cf8845;
}

.showroom_address {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.showroom_list {
	cursor: pointer;
	list-style: none;
	margin:0px;
	padding:0px;
	margin-top: 10px;
	margin-bottom:5px;
}
.showroom_list a {
	cursor: pointer;
}
.showroom_list a .preview {
	display: none;
}
.showroom_list a:hover .preview {
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}
.showroom_list img {
	border-color:#b95e3e;
	border-style: solid;
	border-width: 1px;
	height:156px;
	width:240px;
}
.showroom_list li {
	border-width: 1px;
	display: inline;
	float: left;
	position: relative;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.showroom_list .preview {
	border-color: #b95e3e;
	padding:0px;
}
.showroom_list a {
	position: relative;
}
.showroom_list a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.showroom_list a:hover .preview {
	top: -35px;
	left: -35px;
	height:235px;
	width:360px;
}
.showroom_list li {
	position: static;
}
.showroom_main_photo img {
	height: 463px;
	width: 701px;
	border: 1px solid #b95e3e;
	float:left;
	margin-right: 10px;
}
/* LEFT COLUMN */
ul.showroom_left {
	width: 130px;
	float:left;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.showroom_left {
	margin:0px;
	padding:0px;
}
.showroom_left a {
	cursor: pointer;
}
.showroom_left a .preview {
	display: none;
}
.showroom_left a:hover .preview {
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}
.showroom_left img {
	background: #b95e3e;
	vertical-align: top;
	height:83px;
	width:128px;
	border: 1px solid #b95e3e;
	margin-bottom: 10px;
}
.showroom_left li {
	padding: 0px;
}
.showroom_left .preview {
	border-color: #b95e3e;
	padding:0px;
}
.showroom_left a {
	position: relative;
}
.showroom_left a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.showroom_left a:hover .preview {
	top: -35px;
	left: -35px;
	height: 131px;
	width: 200px;
}
.showroom_left li {
	position: static;
}
/* RIGHT COLUMN */
ul.showroom_right {
	width: 140px;
	float:left;
}
.showroom_right {
	cursor: pointer;
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.showroom_right a {
	cursor: pointer;
}
.showroom_right a .preview {
	display: none;
}
.showroom_right a:hover .preview {
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}
.showroom_right img {
	padding: 0px;
	vertical-align: top;
	height:83px;
	width:55px;
	border: 1px solid #b95e3e;
	margin-bottom: 10px;
}
.showroom_right li {
	display: inline;
	float: left;
	padding: 0px;
	position: relative;
	margin-right: 10px;
}
.showroom_right .preview {
	border-color: #b95e3e;
	padding:0px;
}
.showroom_right a {
	position: relative;
}
.showroom_right a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.showroom_right a:hover .preview {
	top: -35px;
	left: -35px;
	height: 179px;
	width: 120px;
}
.showroom_right li {
	position: static;
}
