/* General Page Styles ********************************/
#content abbr {
	font-size: 80%;
}

/* Header styles **************************************/
#top-summary {
	overflow: hidden;
	clear: both;
}
#cam-image-wrap {
	float: left;
	position: relative;
	width: 348px;
}
#alternate-angles {
	height: 60px;
	text-align: center;
}
#alternate-angles img {
	display: inline-block;
	padding: 1px;
	border: 3px solid white;
	vertical-align: middle;
}
#alternate-angles img.highlighted,#alternate-colors span.highlighted {
	border-color: #606367;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(255,255,255,0.8);
   -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(255,255,255,0.8);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(255,255,255,0.8);
}

#alternate-colors {
	float: left;
	width: 345px;
	text-align: center;
}
#alternate-colors span {
	display: inline-block;
	width: 22px;
	height: 18px;
	border: 3px solid white;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(207,207,207,0.2) 19%, rgba(0,0,0,0.15) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(19%,rgba(207,207,207,0.2)), color-stop(100%,rgba(0,0,0,0.15)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(207,207,207,0.2) 19%,rgba(0,0,0,0.15) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(207,207,207,0.2) 19%,rgba(0,0,0,0.15) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(207,207,207,0.2) 19%,rgba(0,0,0,0.15) 100%);
background: linear-gradient(-45deg, rgba(255,255,255,0.2) 0%,rgba(207,207,207,0.2) 19%,rgba(0,0,0,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#26000000',GradientType=1 );


}
#cam-summary,.with-cam-summary {
	margin-left: 365px;
	font-weight: bold;
	font-size: 18px;
}
#cam-image-big {
	display: block; /* otherwise the table is 4 pixels too tall */
}
#full-size-wrap {
	position: absolute;
	text-align: center;
	/*
	width: 345px;
	height: 345px;
	*/
	top: 60px;
	left: 0;
	table-layout: fixed;
}
#full-size-wrap td {
	vertical-align: middle;
}
#full-size-wrap.no-alt-angles { 
	top: 0;
}
.vis {
	display: block;
}

.discontinued {
	color: #990033;
}

#spec-summary li {
	text-align: center;
	margin: 4px 0;
}
#spec-summary li:first-child {
	margin-top: 0;
}

#compare-list-update {
	text-align: center;
	margin: 20px 0 0 0;
}

#cam-summary h2 {
	margin-top: 25px;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
}
/* for dealers without images */
#where-to-buy .wtb-dealer-name {
	font: bold 14px/27px 'HelveticaNeue-CondensedBold','Arial Narrow',sans-serif;
	display: block;
	margin: auto;
	padding: 0 4px;
	width: 110px;
	height: 28px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#where-to-buy li {
	margin: 7px 0;
}
#where-to-buy img {
	display: block;
	margin: auto;
}

#lnd-wrap {
	float: left;
	clear: left;
}
#lnd-wrap.with-cam-summary {
	clear: none;
	float: none;
}
.standalone {
	margin-top: 30px;
}
#lnd-wrap h2 {
	padding-bottom: 5px;
	margin: 5px 0 0;
}
#lnd-wrap.with-cam-summary h2 {
	text-align: center;
	margin-top: 25px;
	/* turn off stuff created by has-ornament */
	background: none;
	padding-left: 0;
}
.standalone li {
	display: inline-block;
	margin: 0 0 1px 0;
}
#links-n-downloads li {
	margin: 10px 1px 10px 0;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

#links-n-downloads .has-icon {
	display: inline-block;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	padding: 6px 6px 6px 32px;
	text-align: center;
	border: 1px solid transparent;
}
#links-n-downloads .download-icon {
	background: #fff url(/images/download-file-icon.png) no-repeat 0% 0%;
}
#links-n-downloads .compare-icon {
	background: #fff url(/images/compare-icon.png) no-repeat 0% 0%;
}
#links-n-downloads .article-icon {
	background: #fff url(/images/article-icon.png) no-repeat 0% 0%;
}
#links-n-downloads .buy-icon {
	background: #fff url(/images/buy-icon.png) no-repeat 0% 0%;
}
#links-n-downloads .acc-icon {
	background: #fff url(/images/memory-card-icon.png) no-repeat 0% 0%;
}

/* Main Specs Section *********************************/
#complete-specs h1 {
	margin: 10px 0 5px;
}
#complete-specs h2 {
	margin-top: 20px;
}

dd {
	font-weight: bold;
	width: 240px; /* also adjust .has-glossary-def */
	float: left;
	clear: left;
	text-align: right;
	padding: 3px 5px;
	background: #f3f3f4;
	margin: 1px 0;
	min-height: 24px;
	line-height: 24px;
}
dt {
	margin-left: 250px;
	padding: 4px 0 4px 4px;
	min-height: 24px;
	line-height: 24px;
}

#additional-features {
	margin: 0 40px;
}
#additional-features li {
	display: inline;
}

.has-glossary-def {
	width: 210px; /* to account for padding */
	padding-left: 30px;
}

dd .has-popup {
	float: left;
}
dt .has-popup {
	vertical-align: top;
}
