@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Cinzel);

.pictureboximagecontainer
{
/*border:3px solid blue;*/
	margin-top:0px;
	margin-left:0px;
/*	width:680px;*/
	width:64%;
	height:93%;
/*	width:64%;*/
/*	height:93%;*/
	position:absolute;
	
}

.pictureboximage
{
	margin-top:0px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
/*	margin-left:0px;*/
/*	width:680px;*/
/*	max-width:64%;
	max-height:93%;
/*	width:64%;*/
/*	height:93%;*/
/*height:90%;*/
/*width:100%;*/
/*display:block;*/
max-height:95%; max-width:95%;
display:block;
position:relative;
/*	position:absolute;*/

}

.pictureboxadditionalimages
{
/*	margin-bottom:100%;/*was 36%*/
	bottom: 0;
	margin-left:65.5%;
	width:32%;
	height:25%;
	position:absolute;
/*	border:5px solid blue;	*/
	overflow:auto;
}

.pictureboxtexttitle
{
/*border-bottom:3px solid black;*/
margin-top:40px;
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-weight: bold;
	font-size:16px;	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:0px solid blue;
	height:30px;
	white-space:nowrap;

} 
.pictureboxtextdescription
{

	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-weight: bold;
	font-size:14px;	
	text-align:center;
	margin-left:auto;
	margin-right:auto;

} 

.pictureboxtext
{
	margin-top:-2%;
	margin-left:65.5%;
	width:32%;
	height:85%;
	position:absolute;
/*	border:5px solid red;*/
	font-family: 'Cinzel', serif;
	color: black;
	font-size:18px;
	
} 


.leftbox
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
	text-align:right;
	position:absolute;
	border:0px solid red;
	right:73%;
	top:74%;
	height:10%;
	width:23%;
/*	border:3px solid green;*/
	
	
}
.rightbox
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
	text-align:left;
	position:absolute;
/*	border:5px solid red;*/
border-left:3px solid black;
	right:0%;
	top:73%;
	height:9%;
	width:70%;
	
	
}


.leftboxpreview
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
	text-align:right;
	position:absolute;
	border:0px solid red;
	right:73%;
	top:85%;
	height:9%;
	width:23%;
	padding-bottom:0px;
/*	border:3px solid green;*/
	
	
}

.rightboxpreview
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
	text-align:left;
	position:absolute;
	border:0px solid red;
border-left:3px solid black;
	right:0%;
	top:85%;
	height:10%;
	width:70%;
	
	
}



.leftmedium
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
	text-align:right;
/*	position:absolute;*/
position:inherit;
/*	border:5px solid red;*/
	right:73%;
	top:59%;
	height:15%;
	width:23%;
	vertical-align:middle;
	
}
.rightmedium
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:13px;
	font-weight: bold;
	text-align:left;
/*	position:absolute;*/
position:inherit;
/*	border:5px solid green;*/
	border-left:3px solid black;
	right:0%;
	top:60%;
	height:11%;
	width:70%;
	overflow:hidden;
	letter-spacing: 0.05em;
	vertical-align:middle;

	
	
}

.descriptionbox
{
/*	font-family:"Arial Black", Gadget, sans-serif;*/
/*	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: black;*/
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-weight: bold;
	font-size:12px;
	
/*	position:absolute;*/
position:inherit;
	border:3px solid black;
	left:0%;
	top:17%;
	height:36%;
	max-height:36%;
	overflow:auto;
	width:100%;
	color: black;
	font-size:15px;
	
}

.buybox
{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: black;
	position:absolute;
/*	border:5px solid red;*/
	left:0%;
	margin-top:63%;
	height:20%;
	width:95%;
	color: black;
	font-size:15px;
	
}
.buylink
{

/*	border:2px solid blue;*/
/*	position:absolute;*/
	position:inherit;
	right:45%;
	top:83%;
	width:140px;
	height:20px;

	
}
.buylinktext
{
	color: black;
	font:papyrus;
	font-family:papyrus;
	font-face:papyrus;
	font-size:15px;
	font-weight: bold;
}



::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(left, black, gray);
	border: 1px solid #333;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}


.wrapper { text-align:center; }
h2 { padding-bottom: 10px; }