/*
$Id: dynamic_mopics.css 3 2006-05-27 04:59:07Z user $

  Dynamic MoPics version 3.000, built for osCommerce MS2

  Copyright 2006 osCMax2004-2005 Josh Dechant

  Released under the GNU General Public License
*/

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

.screenshotsBlock {
	border: 0px solid #8A6A39;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #3A2314;	/*background-image : url(../../images/template-images/somiddlebg.gif);*/
}

.screenshotsHeaderText {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: 16px;	
	color: #A04D09;
	text-align: center;
	margin: 0;
}

.screenshotsHeader {
	padding-bottom: 1;
	margin: 10px 0 0 0;
	/*background-color: #030201;*/
	background-color: #0D2C33;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-top-color: #144752;
	border-bottom-color: #000000;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: #144752;
	border-right-color: #000000;
}

.screenshots {
	float: left;
	width: 33%; /* 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-width: 3;
	border-color: #000000;
}

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

.clearScreenshots hr {
	display: none;
}

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