body {
	background-position: 0px 585px;
}

#frameRightImg, #frameBotRightImg, #frameTopRightImg{
	display:none;	
}
#storeContent{
	/*overflow:hidden;*/
}

#contentMask{
	position:relative;
	width: 1000px;
	height:450px;
	text-align:left;
	overflow:hidden;
	clip: rect(0px, 1000px, 450px, 0px);
}
.deptBG{
	background-color:#3b3127;
}
.viewallBG{
	background:#1b140c;
}

#content {
	background:transparent;
}

#deptContent{
	position: absolute;
	top:0;
	left:0;
	width:3000px;
	margin:0px;
	padding:0px;
	background-color:#3b3127;
}
#deptImgs{
	margin-left:20px;
	text-align:center;
	z-index:1;
}
div#deptcontainer{
	text-align:left;
	width:100%;
    position:relative;
    height:450px;
}

.storeNavDept {
	height:438px;
}
.deptProdImg, .prodImgSide{
	display:block;
	margin:0;
	padding:0;
}

.deptCell {
	height:450px;
}

.deptTitleCell {
	top:44px;	
}

.deptImgCell {
	height: 253px;
	width: 253px;
}

td.deptSwatchCell {
	width:253px;
	text-align:center;
	height:101px;
}

.deptPriceCell {
	height:75px;
}

img.deptSwatch{
	margin:0 0 5px 5px;
	display:inline;
	cursor:pointer;
}

img.selected{
	position:relative;
	top:-1px;
	margin:0 -1px 3px 4px;
	border:1px solid white;
}

img.highlight{
	position:relative;
	top:-1px;
	margin:0 -1px 3px 4px;
	border:1px solid white;
}

span.deptDesc{
	font-size:12px;
	color: #CBBBA2;
	margin:0 auto;
	text-transform: none;
	font-weight:bold;
}

span.deptPrice{
	font-size:12px;
	line-height:16px;
}

.deptNamePrice{
	margin-top:44px;
	margin-bottom:19px;
	display:block;
	width:253px;
	height:43px;
	text-align:center;
	padding:0;
}

#viewAll, #viewByStyle{
	position:absolute;
	top:7px;
	left:383px;
	z-index:7;
}

#viewCntnr{
	position:relative;
	margin:0px auto 0 auto;
	height:47px;
	width:460px;
	display:none;
}

#frameBotElements{
	height:44px;
	margin:-44px auto 0;
	position:relative;
	top:44px;
	width:600px;
}

#vaHolder{
	position:relative;
	height:378px;
	margin:40px auto 0 auto;
}

#viewallContainer{
	height:360px;
	margin:0 auto 0 auto;
	position:relative;
	padding:0;
}

#viewallContainer ul{
	float:left;
	margin:0 11px 0 11px;
	padding:0;
	list-style:none;
}
li.vaLiTop{
	width:130px; 
	height:170px;
	margin:0;
	padding:0;
	text-align:center;
}
li.vaLiBot{
	width:130px; 
	height:165px;
	position:relative;
	left:28px;
	margin:0;
	padding:0;
	text-align:center;
}

/*** scroll stuff ***/
#scrollCntnr{
	position:relative;
	top:4px;
	left:0;
	height:26px;
	width:393px;
	display:none;
}
#deptScroller{
	position:relative;
	top:0px;
	left:0px;
	width:342px;
	height:26px;
	z-index:7;
}
#up{
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:8;
}
#track{
	position:absolute;
	top:0;
	left:0px;
	width:342px;
	height:26px;
	background:url('/hol/images/I-departmentScrollBarMid.jpg') no-repeat;
}
#down{
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
	z-index:8;
}
#down img, #up img{
	display:block;	
}
#drag{
	position:absolute;
	top:7px;
	left:0px;
	width:50px;
	height:11px;

	cursor:pointer;
}
#scrollHandleLeft{
	position:absolute;
	top:0;
	left:0;
}
#scrollMidLeft{
	position:absolute;
	top:0;
	left:0;
	padding:0;
}
#scrollHandleCenter{
	display:block;
	margin:0 auto;
	padding:0;
}
#scrollMidRight{
	position:absolute;
	top:0;
	right:0;
}
#scrollHandleRight{
	position:absolute;
	top:0;
	right:0;
	padding:0;
}
#prodTopDS{
	position:absolute;
	top:0;
	left:11px;
	height:11px;
	width:100%;
	background:url('/hol/images/I-globalShadowHorTop.png') repeat-x;
}
#prodBotDS{
	position:absolute;
	bottom:0;
	left:11px;
	height:11px;
	width:100%;
	background:url('/hol/images/I-globalShadowHorBot.png') repeat-x;
}
#prodLeftDS{
	position:absolute;
	top:11px;
	left:0;
	height:428px;
	width:11px;
	background:url('/hol/images/I-globalShadowVertLeft.png') repeat-y;
}
#prodTopLeftDS{
	position:absolute;
	top:0;
	left:0;
	height:11px;
	width:11px;
	background:url('/hol/images/I-globalShadowTopLeft.png') no-repeat;
}
#prodBotLeftDS{
	position:absolute;
	bottom:0;
	left:0;
	height:11px;
	width:11px;
	background:url('/hol/images/I-globalShadowBotLeft.png') no-repeat;
}
#prodBotRightDS, #prodTopRightDS, #prodRightDS{
	display:none;
}
