p {
  display: table-cell;
  vertical-align: middle;
}


body {
  /*  margin: 0;*/
    
}




img.top-trim {
	width:100%;
	height:15px;
	padding:0px;
	border:0px solid #eee4e5;
/*background-color:#ffffff;*/  /*colours the area inside pic border*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 2px 7px 0px #888888;
	-moz-box-shadow:    0px 2px 7px 0px #888888;
	-webkit-box-shadow: 0px 2px 7px 0px #888888;
	z-index:6;
	}





#container-item-gallery {
	width:100%;
	z-index: 0;
	padding-bottom:50px;
/*background-color:blue;*/
	float:left;
	border-top: 0px solid #eee4e5;    /*row border right*/
	margin: 0 auto;
	max-width: auto;
	}


.product-size{
	display:block;
	text-align:center;
	font-family: myfirstfont;     
	font-size: 20px;
	color:#808080;
/*background-color:green;*/
	}


.photo-price{
	display:block;
	text-align:center;
	font-family: mysecondfont;     
	font-size: 32px;
	line-height:45px;
	color:#808080;
/*background-color:pink;*/
	}


.away-message-box{
	text-align:center;
	padding:0px 10px 0px 10px;
	}


span.away-message::after {content: "";
	font-style: none;
	font-size: 18px;
	color: red; 
	display: inline;
	font-family: mysecondfont;
	}


/*PLEASE NOTE: This product is available to buy but due to me being away I wont be able to deliver it until I return.  If you wish to place the order anyway and wait that is fine. I shall be home on October 21st 2018.*/




.cart-options-posn-lower-2{
	position:relative;                         /*position relative to its normal position */
	top:0px; 
	margin: 20px auto 10px;

	width:250px;
	height:35px;
	margin-bottom:15px;
/*background:red*/
	}


.cart-options-posn-lower-2:hover{
	opacity: 1;    
/*background:#66dd66;*/
	}


.cart-options-posn-lower-3{
	position:relative;                         /*position relative to its normal position */
	top:0px; 
	margin: 20px auto 10px;
	opacity: 0.7;
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	width:250px;
	height:35px;
	margin-bottom:15px;
/*background:red*/
	}


.cart-options-posn-lower-3:hover{
	opacity: 1;    
/*background:#66dd66;*/
	}


.add-cart-button-2{		/*Alternative PayPal table I modified and stylised*/

	opacity: 0.7;
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */


	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #555;
	-webkit-box-shadow: #777 1px 1px 5px;
	-moz-box-shadow: #777 1px 1px 5px;
	box-shadow: #777 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding: 3px 14px 3px 14px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
	background-image: -webkit-linear-gradient(top, #777, #555);
	background-image: -moz-linear-gradient(top, #777, #555);
	background-image: -ms-linear-gradient(top, #777, #555);
	background-image: -o-linear-gradient(top, #777, #555);
	background-image: linear-gradient(to bottom, #777, #555);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#777, endColorstr=#555);
	}

.add-cart-button-2:hover{
	opacity: 1;    
/*background:#66dd66;*/
	}


/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {
	
.product-size{
	font-size: 16px;
	}

	}


