﻿#visualizerwrapper {
  width: 900px;
  margin: 5px auto 5px auto;
  position: relative;
  top: 0;
  left: 0;
}
#leftmenu {
  position: absolute;
  top: 35px;
  left: 7px;
  width: 353px;
  height: 292px;
  background-color: #a18e6a;
  background-image: url("../images/leftmenu_gradient_bg.gif");
}
#leftmenutextcontrols {
  position: absolute;
  top: 180px;
  left: 10px;
  color: white;
  font: 12px sans-serif;
  line-height: 16px;
}
#visualizerappliedswatch {
  position: absolute;
  top: 6px;
  left: 10px;
  color: white;
  font: 12px sans-serif;
}
#visualizerappliedswatch img {
  background-image: url("../images/visualizer_productswatch_bg.gif");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 6px 6px 3px;
}
#leftmenutextcontrols a {
  color: white;
  text-decoration: underline;
}
#subnavcontrols {
  position: absolute;
  top: 342px;
  left: 0;
  width: 138px;
  height: 197px;
}
#productarea {
  position: absolute;
  top: 123px;
  left: 150px;
  width: 224px;
  height: 388px;
  border: solid 6px #553232;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 3;
  font-family: sans-serif;
  font-size: 11px;
  color: black;
}
#roomphoto {
  position: absolute;
  top: 30px;
  left: 393px;
  width: 500px;
  padding: 5px;
  background-color: #FFFFFF;
}
.interfaceproduct {
  font: 9px sans-serif;
  color: black;
  text-align: center;
  overflow: hidden;
  width: 64px;
}
.interfacesearchbutton {
  display: block;
  width: 136px;
  height: 65px;
  background-image: url("../images/button_vissearch.gif");
  position: relative;
  top: 0px;
  left: 5px;
  z-index: 1;
}
.interfacesearchbutton a {
  width: 136px;
  height: 65px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
}
.interfacesearchbutton .buttontext {
  display: block;
  width: 122px;
  height: 48px;
  position: absolute;
  font-family: sans-serif;
  font-size: 12px;
  color: black;
  top: 10px;
  left: 7px;
  z-index: 2;
}
.interfacepullout a {
  color: black;
  text-decoration: underline;
}

/* Tab Control Styles */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url("../shade.png") top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url("../shadeactive.png");
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 98%;
margin-bottom: 1em;
height: 700px;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/*////////////////////////////////////////////////////////*/

.AddRegionPullout {
  visibility: hidden;
  position:absolute;
  top: 0px;
  left: 0px;
  border: solid 3px #CCCCCC;
  background-color: #EFEFEF;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 11px;
  color: black;
  z-index: 2;
}

.AddRegionPullout .AddRegionPulloutInner {
  width: 200px;
  height: 85px;
  overflow: auto;
}

.DeleteRegionPullout {
  visibility: hidden;
  position:absolute;
  top: 200px;
  left: 0px;
  width: 0px;
  height: 85px;
  border: solid 3px #CCCCCC;
  background-color: #EFEFEF;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 11px;
  color: black;
  z-index: 2;
}

.DeleteRegionPullout .DeleteRegionPulloutInner {
  width: 200px;
  height: 80px;
  overflow: auto;
}

.perspectivedropdown {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 300px;
  width:auto;
  margin:0px;
  border: solid 1px #CCCCCC;
  background-color: #FEFEFE;
  overflow:hidden;
  font-family: sans-serif;
  font-size: 11px;
  color: black;
  z-index: 2;
  text-align:right;
}

.perspectivedropdown .perspectivedropdowninner {
  width: auto;
  height: auto;
  margin:0px;
  overflow: hidden;
}

.ScaleDropDown
{
	visibility: hidden;
	position:absolute;
	top:0px;
	left:350px;
	margin:2px;
	overflow:hidden;
	border: solid 1px #CCCCCC;
	background-color: #FEFEFE;
	font-family: sans-serif;
	font-size: 11px;
	width:auto;
	color: black;
	z-index:2;
}

.ScaleDropDown .ScaleDropDownInner 
{
  width: 180px;
  height: 120px;
  margin:5px;
  overflow:auto;
}
