#whiteContent {
	padding: 26px 40px 20px 40px;
	position: relative;
	top: 0px;
	left: 0px;
}

#pageHeader {
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 25px;
	
	width: 100%;
	height: 60px;
}	
	#pageName {
		position: absolute;
		bottom: 26px;
		left: 295px;
	}

#breadcrumb {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#productLeft {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
}

	#productImage {
		padding-top: .5em;
		padding-left: 0px;
		padding-bottom: 3px;
	}

#productRight {
	float: right;
	padding-left: 40px;
	width: 385px;
	padding-bottom: 20px;
}

#productLeft #instructions {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;

	text-align: center;

	padding-top:7px;
	color: rgb(144,144,144);
	padding-bottom:7px;
}

ul.detailOptions {
	padding-left: 5px;
	list-style: none;
	margin: 0px;
}

/* Product detail text */

#text h1 {
	font-size: 14px;
	font-family: Georgia,Verdana, Arial, Helvetica;
	padding-bottom: .25em;
	color: #444;
}

#searchHolder {
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
}

.detailOptions li {
	padding-left: 0px;
	padding-bottom: .5em;
}

	.detailOptions img {
		vertical-align: middle;
	}
	
	.detailOptions #enlarge, .detailOptions #tearSheet, .detailOptions #email {
		background: none;
	}
		
	.detailOptions #tearSheet img {
		padding-right: 4px;
	}
	
	.detailOptions #email img {
		padding-right: 7px;
	}

.MagicZoom img {
border: none !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: url(graphics/zoomin.cur), pointer;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(img/ajax-loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

#thumbnails {
	width: 213px;
	margin: 0;
	padding: 0px 0px 20px 0;
	text-align: center;
}
#thumbnails li {
	display: inline;
}
#thumbnails li.selected {
	border-bottom: 2px solid rgb(189,190,192);
	margin: 0;
	padding: 0;
}

#thumbnails li:hover {
	border-bottom: 2px solid rgb(144,144,144);
	margin: 0;
	padding: 0;
}

#thumbnails img {
	border: 1px solid rgb(189,190,192);
}
