/*=============================================================
	Print style for South Perth Antiques and Collectables
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body { font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif;  color: #333; background: #fff; }


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 750px; height: auto; display: block; clear: both; }
#mainpage { width: 750px; height: auto; display: block; clear: both; }
#right-contents { width: 750px; height: auto; float: left; margin: 20px 0; display: block; }
.contents p { padding-right: 30px; }
.contents .text { font-size:1.2em; }
#footer { width: 750px; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }
#footer p span { display: none; margin-right: 15px; }
#footer p span.downsize { display:block; margin-top:-20px; }

/*=============================================================
	Extras
=============================================================*/

#header, #left-contents, #flash, .heading img { display: none; }
.features li, .listings li, a.send1, .send { border: 1px solid #666; }
.breadcrumb { padding-left: 0; }
.thumbs { 
	float: left;
	width:360px; 
	display: inline-block;
	height: auto;
}
.thumb-placeholder { 
	float:left; 
	margin:3px; 
	position:relative; 
	text-align:center; 
	width:350px; 
	height: auto;
	display: inline-block;
}
.thumb-placeholder img,
.thumb-placeholder img:hover {
	
	border:4px solid #38A3E1;	
}
