/* FFS 1.1.40 */

div#productoptions {
	width: 554px;
	min-height:125px;
	height:auto;
	margin: 2px 0 10px 6px;
}

div#options {
	width: 63px;
	float:left;
	min-height:115px;	 
	height:auto;
	margin:7px 2px 7px 1px; 
	padding:0 0 5px 0;
	background:#f1f1f1 url(../img/optionsBG.jpg) bottom left;	
	border:1px solid #d8d6d6;
	border-spacing: 0;
	border-collapse:collapse;
}

div#options img {
	padding-left: 2px; 
	padding-right: 2px;
}
div#optionDetails {
	min-height:24px; 
	float: left;
	margin:0 auto;
	padding:4px 1px 0 5px;
}

div#optionDetails input.radio {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

/**************************************************************************
* DHTML Viewer
**************************************************************************/

div#productImage {
	float: left;
	position: absolute; 
	/*top: 181px; */
	
	z-index: 15;
	width: 370px; 
	left: 8px;
	height: 370px;
	border: 1px solid;
}

body div#container div#primary div#izView img {
	top: 0 ! important;
}
body div#container div#primary div#izView img#waitIconSjElement4_img {
	top: 0 ! important;	
}
p#imageAltText {
	float: left;
	position: absolute;
	top: 549px;
	left: 16px;
	z-index: 15;
	width: 90px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
p#imageAltView {
	float: left;
	position: absolute;
	top: 599px;
	left: 16px;
	z-index: 15;
	
}
div#imageNavigator {
	float: left;
	position: absolute; 
	top: 551px; 
	right: 660px;
	z-index: 15;
	margin-top: 3px;
}
div#imageNavigator ul {
	list-style-type: none;
}
div#imageNavigator ul li {
	float: left;
	border: 1px solid #333333;
	margin-left: 1px;
}
div#imageNavigator div {
	float: left;
}
div#imageNavigator a {
 	cursor: pointer;
	color: #333;
}
div#imageNavigator a:focus, 
div#imageNavigator a:active {
	outline: none;
}

/* image controls  */

ul#imageController {
	list-style: none;
	display: inline-block;
	float: left;
	width: 24px;
	height: 72px;
	background: transparent;
}
ul#imageController li {
	position: absolute;
}
ul#imageController img {
	display: block;
	border: none;
}
ul#imageController a {
	position: absolute;
	left: 0;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: default;
}
ul#imageController a#zoomInButton {
	top: 0;
	color: #fff;
	background: #333 url(../img/btn_zoomin.gif);
	cursor: pointer;
}
ul#imageController a#zoomOutButton {
	top: 24px;
	height: 24px;
	color: #000;
	background: #ccc url(../img/btn_zoomout.gif);
}
ul#imageController a#resetButton {
	top: 49px;
	color: #000;
	background: #ccc url(../img/btn_reset.gif);
}

/* zoomed in  */

ul#imageController.zoomedIn a {
	cursor: pointer;
}
ul#imageController.zoomedIn a#zoomOutButton {
	background: #333 url(../img/btn_zoomout_a.gif);
}
ul#imageController.zoomedIn a#resetButton {
	background: #333 url(../img/btn_reset_a.gif);
}

/* max zoom */

ul#imageController a#zoomInButton.maxZoom {
	background: #333 url(../img/btn_zoomin_i.gif);
	cursor: default;
}

/* slide */

div#imageSlide {
	width: 550px;
}
div#imageSlideInner {
	height: 72px;
	background: #fff;
}
div#imageSlideInner a {
	float: left;
	padding: 1px;
}
div#imageSlideInner a:hover {
	background: #ec118f;
}
div#imageSlideInner a img {
	display: block;
}
a#openButton, a#closeButton {
	float: left;
}
a#openButton {
	position: absolute;
	top: -99999em;
}

/* img */

div#productDetail img#productImage {
	position: absolute;
	/*removed for USC-1012 top: 10px;*/
	left: -100px;
	z-index: 14;
}

/* logo */

#productBrandLogo {
	float: left;
	position: relative;
	top: 24px;
	left: 40px;
	z-index: 20;
	line-height: 1em;
	font-family: helvetica, arial, clean, sans-serif;
	font-weight: bold;
	background: transparent;
}
