
#imgdiv{
width: 320px;
height: 300px;
display: inline-table;
position: relative;
}
@media screen
  and (min-width: 220px) and (max-width:320px)
  {
	#imgdiv{
      width: 280px;
    }
  }
.mainimg{
width: 320px;
height: 300px;
position: absolute;
right: 0;
top:0;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.mainimg:hover{

}

.sideimg{
height: 70px;
margin-top:300px;
display: inline-block;
width: 75px;
text-align: left;
background-position: top left;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.imgshared {

}
.imgcontain {
max-width: 300px;
max-height: 300px;
overflow: scroll;
}
#zoomshadow {
display:block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
}
#zoombox {
display:block;
position: fixed;
width: 100%;
height: 100%;
z-index: 99;
top: 0;
background-color: rgba(0, 0, 0,0.5);
}
#zoomcontain {
position: fixed;
display: block;
/* height: var(--zoombox-height); */
width: var(--zoombox-width);
overflow: overlay;
left: 50%;
margin-left: var(--zoombox-marg-left);
top: 97px;
box-shadow: 0px 0px 21px;
cursor: all-scroll;
max-width: 802px;
max-height: 602px;
}
.addrpad {
	padding-right:5px;
}

#zoomcontain::-webkit-scrollbar {
width: 10px;
height: 10px;
}

#zoomcontain::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.1);
}

#zoomcontain::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

#imgzoom {
display: block;
position:relative;
/*height: 200%;
width: 400%;*/
/* height: 600px; */
width: 800px;
background-size: contain;
border: 1px solid black;
z-index: 1;
background-position: center;
}
.closebtn {
position: absolute;
text-align: center;
background: white;
width: 20px;
height: 20px;
border: 3px solid black;
font-family: monospace;
font-size: 1.5em;
font-weight: bold;
padding: 0;
margin: 0;
cursor: pointer;
top: 1px;
right: 1px;
z-index: +100;
}
.sidedesc {
text-align: left;
vertical-align: top;
margin-right: 10px;
max-width: 80%;
}
.sidedesc .cell {
	min-width: 100px;
	max-width: 100px;

}
.oprice {
text-decoration: line-through;
}
.ititle {
font-family: helvetica;
font-size: var(--font4-size);
font-weight: bold;
text-align: center;
}
.ibottom {
width: 900px;
text-align: left;
padding-top: 22px;
max-width: calc(100% - 10px);
margin-right: 10px;
}
.ibottom p {
	/* width: 800px; */
  text-align: left;
  /* max-width: 75%; */
	font-family: arial;
  text-align: justify;
  font-weight: bold;
}
.cell1 {
 display:table-cell;
 width: 85px;
 padding-right:25px;
}
.ibox{
  vertical-align: top;
  display: inline-block;
  width: 310px;
  max-width: 300px;
}

.related_items {
  vertical-align: top;
  width:150px
}
.related_box {
  min-width: 500px;
  max-width: calc(100% - 170px);
}
.relfrm {
border: 0;
overflow: hidden;
width: 164px;
height: 650px;
}
