@charset "UTF-8";
/* CSS Document */

.product_title {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
#wrapper {
	text-align: center;
	position: relative;
	width: 100%;
	top: 0px;
}
#main_content {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 35px;
}
#item_info {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
/*	border-right-width: thin;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #999999;  */
	position: relative;
	width: 450px;
	bottom: -15px;
	height: auto;
	text-align: center;
	z-index: 900;
	margin-right: auto;
	margin-left: auto;
}
#purchase_box {
	position: relative;
	width: 425px;
	left: 0px;
	z-index: 950;
	text-align: center;
	bottom: -10px;
	margin-right: auto;
	margin-left: auto;
}
#nav_set {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 25px;
	width: 350px;
	top: -2px;
	margin-right: auto;
	margin-left: auto;
}

/* There are 2 different versions of the image_box and captions styles,
   depending on whether the image is portrait or landscape. In the portrait
   case, the image is moved to the left and the caption material set to the 
   right, rather than below the image as in landscape.  */
#image_boxl {
	position:relative;
	top:10px;
	width:auto;
	z-index:100;
	height: auto;
	border: thin none #333333;
	margin-right: auto;
	margin-left: auto;
}
#image_boxp {
	position:relative;
	top:10px;
	width:450px;
	z-index:100;
	height: auto;
	border: thin none #333333;
	margin-right: 10px;
	margin-left: auto;
	float: left;
}
#image_boxp img {
	float: right;
}
#captionsl {
	position:relative;
	width: auto;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#captionsp {
	position:relative;
	float: right;
	width: 540px;
	left: 20px;
	top: 100px;
}
#captionsp #item_info {
}


.image_border {
	border: medium solid #000000;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_record_number {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 25px;
	color: #CCCCCC;
	height: 25px;
}

.gallerytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}

.buyline {
	color: #CCCCCC;
	font-family: Helvetica, Arial;
	font-size: 14px;
	margin-top: 20px;
}
