﻿/*
 * This file is the style sheet for the enlarged picture and information pages.
 */
 
/*
 * Container for large hortizontal bracelet pictures
 */

#lgPictContainer {
	top: 10px;
	width:360px;
	height: 240px;
}
 
/*
 * Container for large necklace pictures
 */

#lgNeckContainer {
	top: 10px;
	width:360px;
	height: 600px;
}
 
/*
 * Layers for swapping/displaying large hortizontal pictures
 */

#lgHorizPict1 {
	z-index: 1;
}

#lgHorizPict2 {
	top: 10px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

#lgHorizPict3 {
	top: 10px;
	position: absolute;
	z-index: 3;
	visibility: hidden;
}

/*
 * Container for horizontal thumbnails
 */

#thumbnails {
	position: absolute;
	top: 275px;
	width: 425px;
	height: 115px;
	padding-right: 10px;
	margin: 5px 0;
	
}

#thumbnails img {
	width: 150px;
	height: 100px;
	border: 1px gray solid;
	margin: 0 2px;
	cursor: pointer;
}

/*
 * Container for necklace thumbnails
 */

#neckThumbnails {
	position: absolute;
	top: 615px;
	width: 495px;
	height: 255px;
	padding-right: 10px;
	margin: 5px 0;
	
}

#neckThumbnails img {
	width: 150px;
	height: 250px;
	border: 1px gray solid;
	margin: 0 2px;
	cursor: pointer;
}
 
/*
 * Container for large vertical pictures
 */

#lgVertPictContainer {
	top: 10px;
	width:360px;
	height: 459px;
}
 
/*
 * Layers for swapping/displaying large vertical pictures
 */

#lgVertPict1 {
	z-index: 1;
}

#lgVertPict2 {
	top: 10px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

#lgVertPict3 {
	top: 10px;
	position: absolute;
	z-index: 3;
	visibility: hidden;
}

/*
 * Container for vertical thumbnails
 */

#vertThumbnails {
	position: absolute;
	top: 480px;
	width: 495px;
	height: 115px;
	padding-right: 10px;
	margin: 5px 0;
	
}

#vertThumbnails img {
	width: 150px;
	height: 191px;
	border: 1px gray solid;
	margin: 0 2px;
	cursor: pointer;
}
 
#pict {
	float:left;
	width:63%;
	height:100%;
}

#pict img {
	float:left;
	border-color: #660066 #660066 #660066 #660066;	
	border-width: 1px;
	border-style: inset;
	margin-top: 5px;
}

#desc {
	float:right;
	width: 35%;
	height:100%;
	padding-left: .5em;
}

#fixed_desc {
	position: absolute;
	top: 10px;
	left: 490px;
	width: 380px;
	height:420px;
	padding-left: 5px;
}

#fixed_desc p {
	text-align: left;
	vertical-align: middle;
	margin: 5px 2px 25px;
}

#fixed_desc h2 {
	margin: 2px 2px 15px 5px;
}

#fixed_desc h5 {
	margin: 3px 1px 25px 5px;
}

#fixed_footer {
	clear: both;
	position: absolute;
	top: 483px;
	background: #F4DDFF;
	padding: 5px;
	margin-top: 10px;
	font-style: italic;
	text-align: center;
	width: 850px;
}

#fixedVert_footer {
	clear: both;
	position: absolute;
	top: 680px;
	background: #F4DDFF;
	padding: 5px;
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	width: 850px;
}

#fixedNeck_footer {
	clear: both;
	position: absolute;
	top: 890px;
	background: #F4DDFF;
	padding: 5px;
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	width: 850px;
}

