@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 760px;  /* fixed width layout to fit in an 800 pixel monitor */
	/* width was 51em with elastic layout, this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	height: 79px;
	background: #000000 url(images/header.jpg);
	padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-style: italic;
}
.oneColElsCtrHdr #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%;
}
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #footer { 
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ddd;
	clear: right;
} 
.oneColElsCtrHdr #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 */

.oneColElsCtrHdr #header h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColElsCtrHdr #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 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 img {
	margin: 0;
	padding: 0;
	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;
}
