/* MixMatch.css */

.mixMatchCategory {
	clear:both;
	width:950px;
	height:300px;
	position:relative;
}

.leftPane {
	/*dims should match product image size*/
	width:300px;
	height:300px;
	padding: 0 44px;
	float:left;
	display:block;
	cursor:pointer;
	/*background-position:44px 0;
	background-repeat:no-repeat;*/
}

.rightPane {
	clear:none;
	display:block;
	float:left;
	width:458px;
	padding:18px 32px;
	z-index:2;
}

.subCatProdThumbnail {
	cursor:pointer;
	display:none;
}

.activeImg {
	display:inline;
	width:132px;
	height:132px;
	float:left;
}

.prevBtn, .nextBtn {
	cursor:pointer;
	position:absolute;
	top:136px;
	width:32px;
	height:28px;
}

.prevBtn {
	left:388px;
	background: url('/hol/images/buttons/B-bottomPrevBtn.jpg');
}

.nextBtn {
	left:814px;
	background: url('/hol/images/buttons/B-bottomNextBtn.jpg');
}

#selectSetBtnDiv {
	height:37px;
	left:44px;
	position:absolute;
	top:300px;
	width:300px;
	background: url('/hol/images/swim/I-divider1.jpg');
	text-align:center;
}

#selectSetBtn {
	cursor:pointer;
	width:120px;
	height:37px;
}

.notFirst {
	margin-top:37px;
}

.purchaseOverlay {
	background: url('/hol/images/swim/I-productPanelBackground.jpg') no-repeat;
	width:458px;
	height:300px;
	margin-left:388px;
	display:none;
	z-index:3;
}

.prodInfo {
	padding-top:26px;
	padding-left:30px;
	padding-right:30px;
	color:#9f8d71;
}

.prodName {
	font-size:15px;
	padding:0px;
	text-transform:none;
	color:#9f8d71;
}

.prodColorName {
	padding-top:10px;
	padding-bottom:0px;
	text-transform:none;
	color:#9f8d71;
}

.prodListPrice {
	padding:0px;
	display:none;	
}

.prodOfferPrice {
	padding:0px;
	display:inline;
	margin-right:10px;
}

.prodCopy {
	padding-top:10px;
	padding-bottom:0px;
}

.sizeBox {
	display:block;
}

.addToBagBtn {
	display:inline;
}

.viewBagBtn {
	margin-left: 10px;
	display:inline;
}

.prodUtils {
	position:absolute;
	bottom:31px;
	height:12px;
	float:left;
	clear:both;
}

.sizeChartBtn {
	display:block;
	float:left;
	cursor:pointer;
	margin-top:14px;
}


.utilIcon {
	cursor:pointer;
}

.utilMessage {
	padding-left:10px;
}	

.itemAddedBtn, .processingBtn, .addToBagBtn, div.prodInfo .viewBagBtn, .sizeBox  {
	margin-top:15px;
}

.waitDisplay {
	display:none;	
}

.closePurchaseOverlayBtn {
	cursor:pointer;
	float:right;
	margin-right:15px;
	margin-top:15px;
}

#deptContent {
	background: url('/hol/images/swim/I-swimBackground.jpg') no-repeat;
	width:890px;
	height:637px;
}

#storeContent {
	background-color: #0c0805;
}




/* Base style overrides */
body {
	background-position:0 735px;
}

#storeContent, .storeNavDept, #storeNav {
	height: 637px;
}

#prodLeftDS, #prodRightDS {
	height: 578px; /*this will always be #storeContent height - 22px*/
}

#storeNav {
	background:transparent url(/hol/images/I-multipageSideNavExt.jpg) repeat-y scroll 0 0;
	height:100%;
	overflow:visible;
}



/* XL ZOOM */
#xlZoomFDC{
	margin:20px auto;
	border:1px solid #575345;
	background:#3b3127;
	overflow:hidden;
	display:none;
	width:900px;
}

#xlZoomImgCntnr{
	position:relative;
	margin:0 auto;
	width:900px;
	/*height:500px;*/
	overflow:hidden;
}

#xlZoomColor{
	margin:5px 0 0 20px;
	font-size:12px;
	line-height:13px;
	font-style:italic;
}

#xlZoomImgFrame{
	position:absolute;
	top:0;
	left:0;
	clip:rect(0px, 900px, 400px, 0px);
}

#xlZoomImg{
	position:relative;
	display:block;
}

#xlZoomScroll{
	position:absolute;
	top:45px;
	right:12px;
	width:19px;
	height:330px;
	z-index:5;
	visibility:hidden;
}

#xlzsDrag{
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:16px;
	background:#413c2d;
}

#track{
	position:absolute;
	top:15px;
	left:0px;
	width:19px;
	height:300px;
	background:url('/hol/images/I-globalVertScrollMid.jpg') repeat-y;
}

#down{
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
	z-index:8;
}
#down img, #up img{
	display:block;	
}

#scrollHandleTop{
	position:absolute;
	top:0;
	left:0;
}

#scrollHandleBottom{
	position:absolute;
	bottom:0;
	left:0;
}

#scrollHandleCenter{
	position:absolute;
}

#drag{
	position:absolute;
	top:0px;
	left:0px;
	width:19px;
	background:url('/hol/images/I-globalVertScrollTab2.gif') repeat-y;
	cursor:pointer;
}


#xlZoomInfo{
	position:absolute;
	top:20px;
	left:20px;
	width:900px;
	margin:0;
	z-index:5;
}

#xlZoomPrev, #xlZoomNext{
	cursor:pointer;
}