﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
/*	font-family: verdana, helvetica, arial;
	font-size: .9em;
*/
/* borrowing font from hcc.com */
	font: 12px Verdana;
	color: #474943;
	line-height: 13px;
	}

img {
	margin: 0px;
	padding: 0px;
	}

#headerDiv {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 740px;
	height: 45px;
	background: #333 url(../images/HickoryChair/_common/topbg.jpg) top left no-repeat;
	}

#itemnamediv {
	position: absolute;
	top: 2px;
	left: 10px;
	height: 22px;
	color: #fff;
	}

#itemnumdivBU {
	position: absolute;
	top: 2px;
	left: 10px;
	height: 22px;
	color: #fff;
	}

#tabsdiv {
	position: absolute;
	top: 24px;
	left: 15px;
	height: 22px;
	vertical-align: bottom;
	}

#logobox {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 45px;
	text-align: right;
	vertical-align: middle;
	}

#extwrapper {
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
	width: 779px; 
/*	height: 634px; */
	height: 799px;
	background: #ffffff;
	border: 1px solid #572502;
	}

#intwrapper {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
	width: 740px;
	height: 590px;
	background: #ecddc6;
	border: 1px solid #8c6338;
	}

#leftside {
	position: absolute;
	top: 0;
	left: 0;
	width: 401px;
	text-align: left;
	vertical-align: top;
	}

#leftcontainer {
	padding: 10px;
	}

#fininstr {
	display: block;
	margin: 0;
	padding: 5px;
/*	font-size: .9em;
*/
/* borrowing font from hcc.com */
	font: 12px Verdana;
	color: #474943;
	line-height: 13px;
	}

.GroupText {
	display: block;
	margin: 0;
	padding: 5px;
	font: 12px Verdana;
	color: #474943;
	line-height: 13px;
}

#menulabel {
	float: left;
	width: 130px;
	padding: 2px 0px 0px 0px;
	border: 1px solid #8c6338;
	}

#menuitem {
	margin-left: 132px;
	width: 192px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	border: 1px solid #8c6338;
	}

#menuMask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 635px;
	}

.finishswatchdiv {
	display: inline;
	float: left;
	margin: 0;
	padding: 0px;
	width: 80px;
	height: 90px;
	text-align: center;
	font-size: .9em;
	}

.swatchholder {
	margin: 2px;
	padding: 0px;
	width: 60px;
	height: 30px;
	border: 1px solid #000;
	background-color: #fff;
	}

.finishMenuPopUp {
	position: absolute;
	left: 30px;
	top: 80px;
	display: none;
	padding: 10px;
	max-width: 675px;
	min-width: 420px;
/*
	height: 490px;
*/
	background-color: #eee;
	border: 1px solid #000;
	}

.swatchholder2 {
	margin: 2px auto;
	padding: 0px;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	background-color: #fff;
	}

#rightside {
	position: absolute;
	top: 0;
	left: 400px;
	width: 380px;
	text-align: left;
	vertical-align: top;
	}

#extimgdiv {
	width: 400px;
	height: 400px;
	/*background: url(../images/HickoryChair/_common/itembg.jpg);*/
	border-right: 1px solid #572502;
	border-bottom: 1px solid #572502;
	}

#extimg {
	margin: 0px !important;
	margin: -3px;
	}

#intimgdiv {
	width: 400px;
	height: 400px;
	/*background: url(../images/HickoryChair/_common/itembg.jpg);*/
	border-left: 1px solid #8c6338;
	border-bottom: 1px solid #8c6338;
	}

#intimg {
	margin: 0px !important;
	margin: -3px;
	}

#pricediv {
	position: absolute;
	top: 490px;
	left: 0px; /*Old DH layout*/
	width: 400px;
	font-size: 1em;
	text-align: center;
	}

label {
	display: block;
	width: 160px;
	float: left;
	margin: 3px 0px;
/* borrowing font from hcc.com */
	font: 12px Verdana;
	color: #474943;
	line-height: 13px;	
	}

input {
	display: block;
	/*width: 150px; Taken out because checkboxes cannot be styled directly in .NET*/
	float: left;
	margin: 3px 0px;
	}

select {
	display: block;
	width: 150px;
	float: left;
	margin: 3px 0px;
	}

img.helpbutton {
	margin: 3px 0px 0px 0px;
	cursor: pointer;
	}

#helpMenu {
	display: none;
	position: absolute;
	left: 169px;
	top: 120px;
	width: 380px;
	height: 280px;
	padding: 20px;
	border: 1px solid #000;
	background-color: #fff;
	}

#helpMenuText {
	height: 260px
	}

#helpMenuButton {
	cursor: pointer;
	float: right;
	display: block;
	width: 120px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	}


#nextButton {
	cursor: pointer;
	display: block;
	margin: 5px auto;
	padding: 3px;
	width: 140px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	clear: left;
	}

#prevButton {
	cursor: pointer;
	display: block;
	margin: 5px auto;
	padding: 3px;
	width: 140px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	clear: left;
	}

#viewconfigButton {
	cursor: pointer;
	display: block;
	margin: 5px auto;
	padding: 3px;
	width: 140px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #eee;
	color: #999;
	border: 1px solid #999;
	clear: left;
	}

#returnButton {
	cursor: pointer;
	display: block;
	margin: 5px auto;
	padding: 3px;
	width: 140px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	clear: left;
	}

#lineartDiv {
	margin: auto;
	text-align: center;
	}

br {
	clear: left;
	}

.listgroupName 
{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	width:100%;
	clear:both;
}

.ImgBtnFinishTxt {
	font-size:0.8em;
	height:34px;
	vertical-align:top;
	width:70px;
	display:block;
}

.ImgSmallBtnFinishTxt {
	font-size:0.8em;
	height:34px;
	vertical-align:top;
	width:70px;
	display:block;
	font-family:Veranda
}

.divImgBtnFinish 
{
	display:inline;
	float:left;
	font-size:0.9em;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	text-align:center;
	width:75px;
	height:95px;
}

.divImgBtnAllFinish {
    display: inline;
    float: left;
    font-size: 0.9em;
    min-height: 49px;
    padding: 0;
    text-align: center;
    width: 75px;
}

.div_DropDowns
{
	clear:left;
	display:block;
	height:24px;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}

.lbl_DropDowns 
{
	-x-system-font:none;
	color:#474943;
	display:block;
	float:left;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13px;
	margin:3px 0;
	width:160px;
}
.DD_Dropdowns
{
	display:inline;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:195px;
}

.PrintSummaryBody 
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
}

.Printdisclaimer
{
	text-align:justify;
}

.PrintTitle
{
	font-size:15px;
	font-weight:bold;
}

.PrintSubTitle
{
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

.PrintItemName
{
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
}

.PrintItemValue
{
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
}

.PrintItemSpacer
{
	width:20px;
}

.ThumbsBody
{
	background-color:#EEEEEE;
	padding:10px;
}

.divMasterTieLine
{
	background: transparent url(/images/_common/tielines/left.gif) no-repeat scroll 0% 0%;
	width: 75px;
	height: 15px;
	text-align: center;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

.divBlankMasterTieLine
{
	background: transparent url(/images/_common/tielines/blank.gif) no-repeat scroll 0% 0%;
	width: 75px;
	height: 15px;
	text-align: center;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

.divFullTieLine
{
	background: transparent url(/images/_common/tielines/full.gif) no-repeat scroll 0% 0%;
	width: 75px;
	height: 15px;
	text-align: center;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

.divFullTieLine Input
{
	margin:0px auto;
	float:none;
}

.divHalfTieLine
{
	background: transparent url(/images/_common/tielines/half.gif) no-repeat scroll 0% 0%;
	width: 75px;
	height: 15px;
	text-align: center;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

.divHalfTieLine Input
{
	margin:0px auto;
	float:none;
}

/*
Areas for declaring for print only and screen only classes
*/
@media print
{
	.printonly 	{
	}

	.screenonly {
		display:none;
	}
}

@media screen
{
	.printonly {
		display:none;
	}
	
	.screenonly {
	}}
