@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

#container {
	max-width: 760px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}
#header {
	height: 79px;
	background: #000000 url(images/header.jpg);
	padding: 0 10px 0 15px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h2 {
	margin: 0;
	padding: 0 0 10px 0;
}
#navigation {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eee;
	float: left;
	width: 100%;
}
#mainContent {
	padding: 0 15px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	clear: left;
	border-top: 1px solid #fff; /* sadly I had to add this 1px invisible border to prevent margin collapse */
}
#mainContent h2 {
	margin: 0; /* zeroing the margin of the first element in the #mainContent div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent img {
	max-width: 100%;
}
#footer { 
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ddd;
	clear: right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* DESIGN STYLES */

#header h1,
#header h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
#header h1 {
	font-style: normal;
}
#header h2 {
	font-style: italic;
	font-size: 130%;
}
#mainContent h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Styles for photo galleries generated through iView MediaPro */

table#thumbsTable {
	border: 1px solid #ddd;
	width: 100%;
	font-size: 85%;
	background-color: #000;
}
table#thumbsTable td {
	padding: 20px 10px;
	text-align: center;
}
table#thumbsTable td a {
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-style: italic;
}
table#thumbsTable td img {
	border: 1px solid #fff;
}

div#iViewMedia, p.media {
	padding: 25px 0px;
	border: 1px solid #ddd;
	background-color: #000;
	text-align: center;
}
div#iViewMedia img {
	border: 1px solid #fff;
}

p.iViewIndex, p.iViewCaption {
	padding: 6px 5px 9px 5px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
p.iViewIndex a {
	margin: 0;
	padding: 2px 6px 4px 6px;
	border: 1px solid #fff;
	text-decoration: none;
	background: #ddd;
}
p.iViewIndex a:hover {
	background: #369;
	color: #fff;
}
p.iViewCaption {
	font-style: italic;
}
table#imageSpecsTable {
	margin: 0 auto;
	font-size: 80%;
}
table#imageSpecsTable th {
	text-align: right;
	padding-right: 4px;
}

#adsenseBlock {
	margin-top: 10px;
}

/* STYLES FOR NEW RESPONSIVE CAMERA INDEX PAGES */

#mainContent div.cameraIndexWrapper {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #777;
	clear: both;
}
#mainContent div.cameraIndexWrapper img.cameraReviewThumb {
	float: left;
	border: 0;
}
#mainContent div.cameraIndexWrapper img.cameraGalleryThumb {
	float: right;
	border: 0;
}

/* Styles for table on camera list pages */

#mainContent #cameraTable {
	margin: 15px 0;
}
#mainContent #cameraTable th {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-bottom: 2px solid #FFFFFF;
}
#mainContent #cameraTable td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #eee;
	padding: 4px;
}
#mainContent #orderTable {
	margin-top: 10px;
	background-color: #eee;
	border: 1px solid #999999;
}
dl dt {
	font-weight: bold;
}
dl dd {
	font-style: italic;
}

/* Styles for Adorama banner ads */

div.adoramaBanner {
	margin-top: 12px;
	background-color:#193049;
	text-align:center;
}
div.adoramaBanner img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.mainBanner {
	clear: left;
	margin: 0;
	padding: 7px 0;
	background-color:#193049;
	text-align:center;
}
div.mainBanner img {
	border: 1px solid #fff;
}

.adoramaSpecialsBox {
	border: 1px solid #999;
	background: #cfc;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
table#adoramaSpecials {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #000;
}
table#adoramaSpecials th {
	background: #000;
	color: #fff;
}

div.photoBox {
	margin: 15px 0;
	padding: 20px;
	background-color: #444;
	text-align: center;	
}
div.photoBox h3 {
	margin: 0;
	color: #fff;
	text-align: center !important;
}
div.photoBox h3 a,
div.photoBox h3 a:link,
div.photoBox h3 a:visited {
	color: #fff;
	text-decoration: none;
}
div.photoBox h3 a:hover,
div.photoBox h3 a:active {
	color: #fff;
	text-decoration: underline;
}
div.photoBox img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: 1px solid #fff;
}
div.photoBox p.caption {
	margin: 0;
	padding: 5px 0;
	color: #fff;
}
div.photoBox p.caption a {
	color: #9CC;
}

/* Styles for Store page */
table.storeTable td {
	background-color: #fff;
}

/* Styles for embedded ebay item */
div.ebayItem {
	float: right;
	margin: 0 5px 15px 15px;
}
p.ebayTextLink {
	font-size: 90%;
}
p.ebayTextLink a {
	font-style: italic;
}
.ebaySearchLink {
	font-weight: bold;
	font-style: italic;
}

a.twitterIcon {
	float: right;
	margin-top: 13px;
}
iframe.facebookLike {
	float: right;
	margin-top: 15px;
	border: 1px solid #000;
}

/* Styles for iView gallery used for CLIENT PHOTOS */

h2.clientGalleryHead {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px;
}
h3.clientGallerySubhead {
	text-align: center !important;
	font-size: 150% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	margin-top: 2px !important;
}

/* styles for EPN featured item on home page */
div.ebayItemEPN {
	margin: 15px 0;
	padding: 15px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #666;
}

/* STYLES FOR NEW LIGHTBOX2 DYNAMIC PAGES - 2016 */

div#thumbsGallery {
	border: 1px solid #ddd;
	width: 100%;
	font-size: 85%;
	background-color: #000;
	text-align: center;
}
div#thumbsGallery a {
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-style: italic;
}
div#thumbsGallery img {
	margin: 20px 10px;
	padding: 0;
	border: 1px solid #fff;
}
