
@media (max-width: 601px) {
  .imageBoxMed {
    height: 300px;
  }
  .galBoxMed {
	height: 370px;
	width: 340px;
  }
}

@media (min-width: 601px) {
  .imageBoxMed {
    height:200px;
  }
  .galBoxMed {
	height: 170px;
	width: 140px;
  }
}

.polaroid {
	display: block; 
	margin: auto; 
	background: #fff; 
	border: solid 1px #EFEFEF; 
	padding: 5px; 
	box-shadow: 2px 2px 12px silver
}

.blueBB {
	border: 3px solid #092b5f; 
	border-radius: 15px; 
	background: #828fb0; 
	padding: 10px; 
	width: 100%
}

a {
	text-decoration: none ;
}

.textindent {
	margin-left: 4px;
	margin-right: 4px;
}

.bidinfo {
	width: 160px;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 10px
}

.footlink {
	font-size: small;
}

.footlink a {
	text-decoration: none ;
}

.footlink a:hover {
	text-decoration: underline ;
}

.graygrad {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.whitegrad {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.toplink { 
	display: inline-block;
	text-align: center;
	border: solid 1px #555;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.toplink div {
	width: 85px;
	height: 25px; 
	float: left;
	color: #e9e9e9;
}

.toplink div:hover {
}

.toplink a {
	color: #e9e9e9;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);	
	text-decoration: none;
	font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.centerPic {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}