﻿/* MAIN MENU */
.Hotspot3
{
	position: relative;
	width: 177px;
	padding-left: 9px;
	border-bottom: 5px #fff solid;
	border-top: 3px #fff solid;
}
.SubMenu
{
	font-size: 8pt;
	font-family: Trebuchet MS,Verdana;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-left: 0px;
}

.SubMenu li
{
	list-style: none;
}

.SubMenu a
{
	float: Left;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 160px;
	background-image: url(../Images/bgMenuRO.gif);
	background-repeat: repeat-x;
	color: #fff;
	background-position: center bottom;
}

.SubMenu a:hover
{
	text-decoration: none;
	background-image: url(../Images/bgMenu.gif);
	background-repeat: repeat-x;
	color: #aa8c4e;
}

.SubMenu a.current
{
	text-decoration: none;
	background-image: url(../Images/bgMenuCurrent.gif);
	background-repeat: repeat-x;
	color: #aa8c4e;
}

/* END OF MAIN MENU */

div#BlackBox H1
{
	font-size: 1.8em;
}
div#BlackBox H2
{
	font-size: 1.4em;
}

div#MiddlePanel
{
	position: relative;
	left: 0px;
	border-top: solid 3px #fff;
	width: 596px;
}
.ColImage
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 436px;
	height: 208px;
	background-color: #FFF;
}

.ColImageDetails
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 436px;
	height: 90px;
	background-color: #000;
}

div#ColImageLoader
{
	position: relative;
	float: left;
	left: 300px;
	top: 200px;
	width: 15px;
	height: 15px;
}

div#RightTopPanel
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 157px;
	height: 208px;
}

div#RightTopPanelSm
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 157px;
}

.ColImage p
{
	margin-left: 15px;
	font-family: Verdana;
	font-size: 7.5pt;
	color: #FFF;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	width: 200px;
}
.ColImage H3, .ColImageDetails H3
{
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	padding: 20px 0px 2px 15px;
	margin: 0px;
}
.ColImage H1, .ColImageDetails H1
{
	font-size: 1.8em;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 3px 15px;
	margin: 0px;
	width: 200px;
}

div#MainContentMiddle
{
	min-height:550px;
}

div#MiddlePanel #Text
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 424px;
	background-color: #B5B5B5;
}

div#MiddlePanel .PagingTop
{
	width: 441px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	vertical-align: middle;
}

div#MiddlePanel .Paging
{
	width: 441px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	margin-top: 5px;
	vertical-align: middle;
}

.input
{
	border: #313232 1px solid;
	font-family: "Verdana" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313232;
	text-decoration: none;
}

.inputDetails
{
	border: #313232 1px solid;
	font-family: "Verdana" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313232;
	text-decoration: none;
	margin-top: 5px;
}

.inputdropdown
{
	border: #313232 1px solid;
	font-family: "Verdana" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313232;
	text-decoration: none;
	margin-top: 5px;
	width: 165px; #behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}

div#MiddlePanel .ColItem
{
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 75px;
	height: 75px;
	background-color: #999999;
	z-index: 100;
}

div#MiddlePanel #tempButtons
{
	position: absolute;
	float: left;
	left: 431px;
	top: 20px;
	z-index: 100;
}

div#MainPanel
{
	position: relative;
	left: 0px;
	width: 596px;
}

div#MainPanel #PBImage
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 260px;
}

div#MainPanel #PBText
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 341px;
	background-color: #C1B1A4;
	height: 187px;
	padding-top: 20px;
}

div#MainPanel #CNVImage
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 260px;
}

div#MainPanel #CNVText
{
	position: relative;
	float: left;
	top: 0px;
	left: 5px;
	width: 330px;
	height: 215px;
	overflow: hidden;
	background-image: url(../Images/bgCNVMain.gif);
	background-repeat: repeat-x;
	color: #424242;
}

div#MainPanel #CNVText p
{
	font-size: 1.0em;
}

div#MainPanel #CNVText h1
{
	color: #aa8c4e;
	text-transform: uppercase;
	font-size: 14pt;
	height: 15px;
}

div#MainPanel #SubPanel
{
	position: absolute;
	left: 265px;
	top: 212px;
	height: 145px;
	width: 330px;
	float: left;
	overflow: hidden;
	padding-top: 15px;
	background-image: url(../Images/bgViewFrames.jpg);
	background-repeat: no-repeat;
}

div#MainPanel #SubPanel H1
{
	display: inline;
	color: #aa8c4e;
	text-transform: uppercase;
	font-size: 10pt;
	bottom: 5px;
}

div#MainPanel #SubPanel p
{
	display: table;
	color: #424242;
	width: 175px;
	position: relative;
	bottom: 10px;
}

div#MainPanel #SubPanel #FramingOption
{
	color: #424242;
	width: 175px;
	bottom: 10px;
}

div#MainPanel p
{
	color: #000;
}
div#DetailsPanel
{
	position: relative;
	width: 596px;
	top: 2px;
	left: 0px;
}

div#DetailsPanel #Image
{
	position: relative;
	padding: 5px;
	width: 400px;
	top: 16px;
	left: 0px;
	float: left;
}

div#DetailsPanel #Text
{
	position: relative;
	float: right;
	width: 165px;
	top: 20px;
	right: 0px;
}

div#DetailsPanel #Buttons
{
	position: absolute;
	float: right;
	width: 165px;
	top: 410px;
	right: 0px;
}

div#DetailsPanel #Buttons p
{
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

div#DetailsPanel #Text .Item
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
}

div#DetailsPanel #Text .ItemLast
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#DetailsPanel #Cost
{
	font-size: 16px;
	color: #F16021;
}
div.btnBack
{
	position: relative;
	top: 10px;
	clear: both;
	width: 436px;
	height: 20px;
	background-image: url(../Images/bgBackToColl.gif);
	background-repeat: repeat-x;
}

div.btnBack a
{
	padding: 8px 0px 8px 20px;
	background-repeat: no-repeat;
	background-position: left;
	color: #565656;
}

div#DetailsPanel #Nav
{
	position: relative;
	padding: 5px 0px 20px 15px;
	clear: left;
	top: 20px;
}

div#Room
{
	background-color: #676767;
	padding: 5px;
	width: 650px;
}

div#Room #PopClose
{
	position: relative;
	height: 25px;
	float: right;
	clear: both;
}
div#Room #Wall
{
	position: relative;
	padding-top: 5px;
	width: 300px;
	float: left;
}
div#Room #DropDowns
{
	position: relative;
	padding-top: 5px;
	width: 150px;
	float: left;
}

div#Room .Item
{
	padding-bottom: 5px;
	color: #FFF;
}
div#Room #Buy
{
	position: relative;
	float: right;
	top: 30px;
	width: 160px;
}
div#Room H5
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.0em;
	color: #FFF;
	font-weight: normal;
}
div#Room #Size
{
	position: relative;
}
div#Room .CurrentImage
{
	position: absolute;
	top: 75px;
	left: 38px;
	z-index: 100;
}



/*Modal Popup*/
.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.7;
}
div#GPMainPanel
{
	position: absolute;
	left: 192px;
	top: 177px;
	width: 604px;
}
div#GPMainPanel #Image
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 255px;
}
div#GPMainPanel #Text
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 349px;
	background-color: #7BA329;
	height: 233px;
	padding-top: 20px;
}

div#GPMainPanel #Text H1
{
	color: #FFF;
	font-size: 2.1em;
	font-weight: normal;
}

div#MiddlePanelLoader
{
	position: absolute;
	left: 302px;
	top: 100px;
	width: 20px;
}

.ImageHolder
{
	background-image: url(../Images/ImageHolder.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 79px;
	border: 0px;
	padding: 0px;
}

#fixedtipdiv
{
	border: 0px;
	padding: 3px 3px 3px 4px;
	z-index: 100;
	filter: Alpha(opacity=85);
	font: 9px Arial;
	color: #000;
	margin: auto;
	position: absolute;
	float: left;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

/* Rule for the Customize Canvas Page */

div#CustomizeCanvasPanel
{
	position: relative;
	left: 0px;
	top: 2px;
	width: 596px;
}
div#CustomizeCanvasPanel #Text
{
	position: relative;
	top: 0px;
	width: 596px;
	background-image: url(../Images/bgFramesHeader.gif);
	background-repeat: repeat-x;
	height: 127px;
	padding-top: 20px;
}

div#CustomizeCanvasPanel #Text H1
{
	color: #000;
	font-size: 1.9em;
	font-weight: normal;
}


div#CustomizeCanvasPanel #Text p
{
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	width: 380px;
}

div.CustomizeCanvasFrames
{
	position: relative;
	float: left;
	padding: 5px 5px 0px 0px;
}
div.CustomizeCanvasFramesLast
{
	position: relative;
	float: left;
	padding-right: 0px;
	padding: 5px 0px 0px 0px;
}

div.CustomizeCanvasFrames H1, div.CustomizeCanvasFramesLast H1
{
	width: 185px;
	height: 52px;
	background-image: url(../Images/bgFramesItemHeader.gif);
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
}

div.CustomizeCanvasFrames img, div.CustomizeCanvasFramesLast img
{
	width: 195px;
}

/* End rule */

div#headercontainer
{
	width: 604px;
	height: 27px;
	background-image: url(../images/bg-header.jpg);
}

div#linkcontainer
{
	width: 500px;
	height: 27px;
	margin-left: 17px;
	border: 0px red solid;
	float: left;
}

div.active
{
	color: white;
	font-size: 9pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	float: left;
	margin-top: 6px;
}

div.active a
{
	color: white;
	text-decoration: none;
}

div.spacer
{
	color: #b19c71;
	font-size: 12pt;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2px;
}


div.inactive
{
	color: #b19c71;
	font-size: 9pt;
	font-family: Trebuchet MS;
	float: left;
	margin-top: 7px;
}

div.inactive a
{
	color: #b19c71;
	text-decoration: none;
}

.sale {position:absolute; margin: -80px 0 0 -77px;}
