﻿.ShowcaseItem
{
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
}

.ShowcaseButton
{
	height: 25px;
	border: solid 1px #CCCCCC;
	background-color: Transparent;
	font-family: Times New Roman;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.ShowcaseButton:hover
{
	color: Red;
	cursor: pointer;
}

.DesignerButton
{
	height: 25px;
	border: solid 1px #CCCCCC;
	background-color: Transparent;
	font-family: Times New Roman;
	font-size: 11px;
	font-weight: bold;
}
.showcaseNavButton
{
	font-family: Times New Roman;
	border: none;
	background: none;
	color: #333333;
	text-transform: capitalize;
}
.showcaseNavButtonDesignGallery
{
	font-family: Times New Roman;
	border: none;
	background: none;
	color: #333333;
	text-transform: capitalize;
	width: 80px;
}
.showcaseNavButtonDesignSpotlight
{
	font-family: Times New Roman;
	border: none;
	background: none;
	color: #333333;
	text-transform: capitalize;
	width: 160px;
}
.showcaseNavButtonDesignFeaturedHomes
{
	font-family: Times New Roman;
	border: none;
	background: none;
	color: #333333;
	text-transform: capitalize;
	width: 120px;
}
.designerLeft
{
	vertical-align: top;
	padding-right: 10px;
}
.designerContent
{
	width: 100%;
	border-left: solid 1px #CBCBCB;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

.bgkFeaturedHomes
{
	width: 830px;
	height: 610px;
	background-image: url(  "../Images/Showcase/bgkFeaturedHomes.jpg" );
	background-repeat: no-repeat;
	vertical-align: middle;
}

.bgkGalleryTop
{
	width: 970px;
	height: 20px;
	background-image: url(  "../Images/Showcase/bgkGalleryTop.jpg" );
	background-repeat: no-repeat;
}
.bgkGalleryLeft
{
	width: 20px;
	background-image: url(  "../Images/Showcase/bgkGalleryLeft.jpg" );
	background-repeat: repeat-y;
}
.bgkGalleryRight
{
	width: 20px;
	background-image: url(  "../Images/Showcase/bgkGalleryRight.jpg" );
	background-repeat: repeat-y;
}
.bgkGalleryBottom
{
	width: 970px;
	height: 20px;
	background-image: url(  "../Images/Showcase/bgkGalleryBottom.jpg" );
	background-repeat: no-repeat;
}
.hotSpotPopup
{
	background-color: White;
	position: absolute;
	border: solid 10px #D9CEC8;
	display: none;
}

.galleryRight
{
	border: solid 1px #CCCCCC;
	vertical-align: top;
	width: 190px;
}

/*.off
{
	display: block;
	padding: 7px 30px 7px 40px;
	text-decoration: none;
	background-color: #EAEAEA;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
}
.off:hover
{
	background-color: White;
}

.on
{
	display: block;
	padding: 7px 30px 7px 40px;
	text-decoration: none;
	background-color: White;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}*/

.on
{
	width: 190px;
	height: 30px;
	text-align:center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	background-color: White;
	border-bottom: solid 1px #CBCBCB;
}

.off
{
	height: 30px;
	text-align:center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: solid 1px #CCCCCC;
}

.galleryProductName
{
	font-weight: bold;
	text-transform: uppercase;
}

#divCloak
{
	background-color: Black;
	visibility: hidden;
	width: 100%;
	height: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	opacity: 0.35;
}
.divCloak
{
	background-color: Black;
	visibility: hidden;
	width: 100%;
	height: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	opacity: 0.35;
}

.divPopup
{
	width: 680px;
	height: 580px;
	background-image: url(../Images/Showcase/divPopup.png);
	background-repeat: no-repeat;
	top: 350px;
	left: 320px;
	position: absolute;
	visibility: hidden;
}