/*
  	$Id: dynamic_mopics.css,v 1.1 2005/05/14 06:45:54 Michael Sasek Exp $
	
  	Dynamic MoPics version 3.000, built for osCommerce MS2
	
  	Copyright (c) 2004-2005 Josh Dechant
	
  	Released under the GNU General Public License
*/

BODY.popupImage {
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0;
}

.screenshotsBlock {
	border-top-width: 1px;
  	border-right-width : 1px;
  	border-bottom-width : 1px;
  	border-left-width : 1px;
  	border-style: solid;
  	border-color: #b6b7cb;
  	border-spacing: 0px;
  	text-align: center;
  	margin-bottom: 0.5em;
}

.screenshotsHeaderText {
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  	font-weight: bold;
  	color: #000000;
	text-align: left;
	padding: 0 0 0 2px;
	margin: 0;
}

.screenshotsHeader {
  	background: #587CBE;
  	padding: 2px;
	margin: 10px 0 0 0;
  	background-image : url(../../images/section_heading.gif);
}

.screenshots {
	float: left;
	width: 25%; /* the width sets the number of images per row (i.e., 50% = 2 per row, 33% = 3 per row, 25% = 4 per row, 20% = 5 per row, etc) */
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
}

.screenshots a:hover {
	text-decoration: none;
}

.screenshots IMG {
	border: 3px double #bbc3d3;
}

.clearScreenshots {
	clear: both;
	height: 1px;
	width: 100px;
}

.clearScreenshots hr {
	display: none;
}

.noScreenshots {
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0;
}
