/* image viewer */
#ProductPageTop
{
	margin-bottom: 10px;
}
#imageViewer
{
	float: left;
	margin: 0px 0px 8px 0px;
	display: inline;
}
#imageViewerTop
{
    margin-bottom: 8px;
}
#productImageWrap
{
	background: #fff;
	text-align: center;
	border: solid 1px #ccc;
}
#viewLarger
{
	float: left;
	height: 50px;
	width: 50px;
}
#viewControlsWrap .linkWrap, #showLarger .linkWrap
{
	float: left;
	border: solid 1px #ccc;
	display: inline;
	margin: 4px 4px 0px 0px;
}
#viewControlsWrap img, #showLarger .showLargerLink
{
	width: 50px;
	height: 50px;
}
.showLargerLink
{
    display: block;
    background: url(CustomImages/zoomButton.gif) no-repeat left top;  
}
/* end image viewer */

#productRightCol
{
	width: 423px;
	float: right;
}
#colorControls
{
	margin: 10px 0px;
}
#colorControls .linkWrap
{
	float: left;
	border: solid 1px #ccc;
	margin: 0px 4px 4px 0px;
	display: inline;
}
#colorControls .linkWrap img
{
	width: 50px;
	height: 50px;
}
#colorOptionsLabel, #viewOptionsLabel
{
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
.ProductHeader
{
	font-size: 16px;
	font-weight: bold;
}
#productPriceWrap
{
	margin-bottom: 5px;
	font-weight: bold;
}
#productOptionsWrap
{
	margin-bottom: 5px;
}


/*----------------------- cloud zoom styles-------------------- */


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
/*--------------------  end cloud zoom styles-------------------- */

