/*Pat S - Had to add a bundh of '!important's to override the ones in the live CSS. Don't hate.*/
BODY {
	font-size: 70%;
}

:active, A:focus { 
	outline-style: none; 
	-moz-outline-style:none; 
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* HTML .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

#lenseGuide{
	color:#666;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	margin:0 auto;
	min-height:480px;
	position:relative;
	width:730px;
	font-size: 11px;
}
	#lenseGuide IMG {
		border: none;
	}
	#lenseGuide UL{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#lenseGuide p{
		margin: 12px 0;
	}
	
#loadingSite{
	left:40%;
	position:absolute;
	top:50%;
	width:125px;
}

#landing-panel {
	margin-bottom: 20px;
}
	#landing-panel UL{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#landing-panel UL LI{
			background: none;
			border: 1px solid #e5e5e5;
			float: left;
			margin-right: 16px;
			padding: 0;
			width: 355px;
		}
			#landing-panel UL LI A{
				color: #0e5fe8;
				display: block;
				font-size: 137%;
				text-decoration: none;
			}
			#landing-panel UL LI A:hover{
				text-decoration: underline;
			}
				#landing-panel UL LI A SPAN.link-text{
					display: block;
					padding: 30px;
				}
				#landing-panel UL LI A IMG{
					border: none;
					display: block;
				}
		#landing-panel UL LI.last{
			margin-right: 0;
		}

.arrow-blue {
	background: transparent url(http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_blue.png) no-repeat 0 0;
	display: inline-block;
	height: 11px;
	width: 16px;
}

#app-header {

}
	#app-header H2{
		background: none;
		color: #000 !important;
		font-size: 18px !important;
		padding: 0;
		font-weight: normal;
	}
	#app-header P{
		font-size: 110%;
	}
	#app-header .switch-type-cta {
		margin: 10px 0 15px 0;
		float: right;
	}
		#app-header .switch-type-cta LI {
			background: none;
			padding: 0;
		}
			#app-header .switch-type-cta LI A{
				color: #0e5fe8;
				font-weight: bold;
				text-decoration: none;
			}
			#app-header .switch-type-cta LI A:hover{
				text-decoration: underline;
			}

.arrow-blue-small {
	background: transparent url(http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_blue_small.png) no-repeat 0 0;
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	width: 9px;
}

#lenseGuide .lensguide-overview {
	clear: both;

}
	#lenseGuide .lensguide-overview UL{
		margin: 0;
	}
		#lenseGuide .lensguide-overview UL LI{
			background: none;
			display: block;
			float: left;
			height: 170px;
			margin: 0 8px 8px 0;
			padding-left: 0;
			position: relative;
			width: 238px;
		}
		#lenseGuide .lensguide-overview UL LI.last{
			margin-right: 0;
		}

			#lenseGuide .lensguide-overview UL LI A{
				color: #fff!important;
				display: block;
				font-size: 110%;
				font-weight: bold;
				height: 170px;
				position: relative;
				text-decoration: none;
				width: 238px;
			} 
				#lenseGuide .lensguide-overview UL LI A IMG{
					border: none;
					display: block;
				}
				#lenseGuide .lensguide-overview UL LI SPAN.link-text{
					background: #000;
					background: rgba(0, 0, 0, 0.8);
					display: block;
					left: 0;
					padding: 10px;
					position: absolute;
					top: 0;
					width: 218px;
				}


				#lenseGuide .lensguide-overview UL LI SPAN.description{
					background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
				    bottom: 0;
				    display: none;
				    height: 150px;
				    padding: 10px;
				    position: absolute;
				    width: 218px;
    			}


				#lenseGuide .lensguide-overview UL LI.premium SPAN.description{
					background: #000;
					background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
					bottom: 0;
					display: none;
					height: 114px;
					padding: 10px;
					position: absolute;
					width: 218px;
    			}

.hidden {
	display: none;
}

#details {
	overflow: hidden;
	position: relative;
	width: 728px;
}

#lenseGuide .carousel-navigation {
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
	#lenseGuide .carousel-navigation LI{
		background: #f3f3f3;
		border: 1px solid #dddddd;
		display: inline-block;
		padding: 0;
		position: absolute;
		top: 50px;
	}

	#lenseGuide .carousel-navigation LI.active{
		background: #000;
	}
	#lenseGuide .carousel-navigation LI.active.previous A SPAN{
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_v_left_active.gif") no-repeat 0 0;
	}
	#lenseGuide .carousel-navigation LI.active.next A SPAN{
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_v_right_active.gif") no-repeat 0 0;
	}
	#lenseGuide .carousel-navigation LI.previous{
		left: 0;
	}
	#lenseGuide .carousel-navigation LI.next{
		right: 0;
	}
		#lenseGuide .carousel-navigation LI A{
			display: inline-block;
			padding: 21px 7px;
		}
			#lenseGuide .carousel-navigation LI A SPAN{
				display: block;
				height: 5px;
				text-indent: -9999px;
				width: 4px;
			}
			#lenseGuide .carousel-navigation LI.previous A SPAN{
				background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_v_left.gif") no-repeat 0 0;
			}
			#lenseGuide .carousel-navigation LI.next A SPAN{
				background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_v_right.gif") no-repeat 0 0;
			}

.nav-outer-wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 60%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 60%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 60%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 60%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border: 1px solid #ddd;
	border-bottom: none;
	border-top: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 726px;
	font-size: 11px;
}

.nav-inner-wrapper {
	border-top: 1px solid #DDDDDD;
	width: 2000px;
}

#lenseGuide .product-list {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	width: 708px;
}
	#lenseGuide .product-list LI{
		background: none;
		float: left;
		margin-bottom: 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 172px;
	}
	#lenseGuide .product-list LI.fourth-item {
		margin-left: 20px;
	}
	#lenseGuide .product-list LI .active-content{
		background: #FFFFFF;
    	border: 1px solid #0E5FE8;
    	border-bottom: none;
    	box-shadow: 0 0 3px #ccc;
    	display: none;
    	left: 0;
    	padding-bottom: 9px;
    	position: absolute;
    	top: -10px;
    	z-index: 1;
    }
    #lenseGuide .product-list LI.active .active-content{
    	display: block;
    }
    	#lenseGuide .product-list LI .active-content SPAN.cut-off{
    		background: #fff;
    		bottom: -4px;
    		display: block;
    		height: 10px;
    		position: absolute;
    		width: 100%;
    	}
		#lenseGuide .product-list LI A{
			color: #555555 !important;
			display: block;
			height: 150px;
			padding: 20px 10px;
			text-decoration: none;
		}
			#lenseGuide .product-list LI A IMG{
				margin-bottom: 5px;
			}	
				#lenseGuide .product-list LI A SPAN.title{
					color: #0e5fe8;
					display: block;
					font-weight: bold;
				}
				#lenseGuide .product-list LI A SPAN.text{
					line-height: 1.2em;
				}

#product-info {
	border: 1px solid #0e5fe8;
	box-shadow: 0 0 3px #ccc;
	display: block;
	height: 412px;
	overflow: hidden;
}
	#product-info UL {
		height: 100%;
		margin: 0;
		position: relative;
	}
		#product-info UL UL{
			height: auto;
			position: static;
		}
		#product-info UL.root-level > LI{
			background: #fff;
			height: 382px;
			left: 0;
			margin: 0;
			padding: 15px;
			position: absolute;
			top: 0;
			width: 696px;
			z-index: -1;
		}
		#product-info UL.root-level > LI.active{
			z-index: 1;
		}
			#product-info UL LI H2{
				background: none;
				color: #000!important;
				font-size: 18px!important;
				font-weight: normal;
				margin-bottom: 20px;
				margin-top: 0;
				padding: 0;
				width: 380px;
			}
				#product-info UL LI H2 SPAN{
					color: #555555;
					display: block;
					font-size: 12px;
					margin-top: 3px;
				}

ul.root-level .price {
	background: #fff;
	color: #ff6600;
	display: none !important;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.focal-image {
	float: right;
	margin-top: -15px;
	width: 364px;
}
	#lenseGuide .focal-image H3 {
		color: #000000;
	    float: left;
	    font-size: 110%;
	    font-weight: bold;
	    margin: 0 0 10px 22px;
	}
	#lenseGuide .focal-image UL {
		float: right;
	}
		#lenseGuide .focal-image UL LI {
			background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/grey-border.gif") no-repeat 0 3px;
			float: left;
			font-size: 91%;
			padding: 0 5px 0 6px;
		}
		#lenseGuide .focal-image UL LI.wide {
			background: none;
			color: #ef7f20;
		}
		#lenseGuide .focal-image UL LI.standard {
			color: #0578be;
		}
		#lenseGuide .focal-image UL LI.telephoto {
			color: #009e93;
		}
	.focal-image IMG{
		clear: both;
		display: block;
	}

#lenseGuide .more-lens {
	background: #0d5fe7;
	color: #fff!important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

.lens-preview {
	clear: both;
	display: inline-block;
	margin-top: 20px;
}
	.lens-preview .image-box{
		border: 1px solid #dddddd;
		height: 240px;
		float: left;
		margin-right: 7px;
		text-align: center;
		width: 432px;
	}
	.lens-preview .slideshow{
		position: relative;
		text-align: left;
		overflow: hidden;
	}
		#product-info .lens-preview .slideshow UL.slide-images{
			position: absolute;
			left: 0;
			top: 0;
		}
			.lens-preview .slideshow UL.slide-images LI{
				float: left;
				padding: 0;
			}
			.lens-preview .slideshow A{
				display: block;
				overflow: hidden;
				position: relative;
			}
			.lens-preview .slideshow A IMG{
				height: 240px;
				width: 432px;
			}
		#product-info UL .lens-preview .slideshow UL.slide-pagination{
		    height: auto;
		    left: auto;
		    position: absolute;
		    right: 10px;
		    top: 10px;
		    width: auto;
		}
			#product-info UL .lens-preview .slideshow UL.slide-pagination LI{
				float: left;
				margin-left: 5px;
				padding:0;
			}
				#product-info UL .lens-preview .slideshow UL.slide-pagination LI A {
					display: block;
    				height: 8px;
				    text-align: center;
				    width: 8px;
					background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/slide-bullet.png") no-repeat 0 0;
					text-indent: -9999px;
				}

				#product-info UL .lens-preview .slideshow UL.slide-pagination LI A:hover{
					background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/slide-bullet-active.png") no-repeat 0 0;
				}
				#product-info UL .lens-preview .slideshow UL.slide-pagination LI A.active{
					background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/slide-bullet-active.png") no-repeat 0 0;
				}

.lightbox-zoom {
	bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 2;
    width: 27px !important;
    height: 26px !important;
}

	.lens-content {
		background: #f1f1f1;
		border: 1px solid #DDDDDD;
    	float: left;
    	height: 140px;
    	padding: 50px 15px;
    	width: 223px;
	}
	#lenseGuide .lens-content LI {
		color: #555555;
		padding: 0 0 0 60px;
	}

	#lenseGuide .lens-content LI.applications {
		padding-bottom: 40px;
	}

	#lenseGuide .lens-content LI.applications {
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/applications.png") no-repeat 0 0;
	}
	#lenseGuide .lens-content LI.mount-adapter {
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/mount-adapter.png") no-repeat 0 0;
	}
	#lenseGuide .lens-content LI.a-mount-text, #lenseGuide .lens-content LI.e-mount-text {
		display: none;
	}
		#lenseGuide .lens-content LI A{
			color: #0d5fe7;
			font-weight: bold;
			text-decoration: none;
			line-height: 1.2em;
		}
#lenseGuide .lens-swticher {
	margin: 20px 0;
	/* width: 365px; */
}
	#lenseGuide .lens-swticher H2{
		color: #555555 !important;
		font-size: 16px !important;
		font-weight: normal;
	}
	#lenseGuide .lens-swticher P{
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/arrow_dropdown.gif") no-repeat right 18px;
		border: 1px solid #cccccc;
		color: #000;
		font-size: 16px;
		margin: 0;
		padding: 10px;
	}
	#lenseGuide .lens-swticher P:hover{
		cursor: pointer;
	}
	#lenseGuide .lens-swticher UL{
		background: #f3f3f3;
		border: 1px solid #ccc;
		border-top: 0;
		margin: 0;
		padding: 0;
		position: absolute;
    	/* width: 363px; */
    	z-index: 999;
	}
		#lenseGuide .lens-swticher UL LI{
			background: none;
			padding: 0;
		}
		#lenseGuide .lens-swticher UL LI.selected{
			display: none;
		}
			#lenseGuide .lens-swticher UL LI A{
				color: #000 !important;
				display: inline-block;
				font-size: 16px;
				padding: 5px 10px;
				text-decoration: none;
			}
			#lenseGuide .lens-swticher UL LI A:hover{
				color: #0e5fe8 !important;
			}

.invisible {
	visibility: hidden;
}

.offset {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

#mount-switch {
	display: none;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	height: 222px;
	width: 415px;
}
	#mount-switch H2{
		font-size: 18px;
		margin-top: 0;
	}
	#mount-switch P{
		color: #555555;
		font-size: 12px;
		margin: 12px 0;
	}
	#mount-switch A{
		color: #0e5fe8;
		font-weight: bold;
	}
	#mount-switch UL{
		margin: 0;
		padding: 0;
	}
		#mount-switch UL LI{
			display: inline-block;
		    float: left;
		    list-style: none outside none;
		    margin: 0 10px 8px 0;
		    padding: 0;
		}
		#mount-switch UL LI.last{
			margin: 0;
		}
			#mount-switch UL LI A{
				background: url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/small-white-arrow.png") no-repeat right 6px #0E5FE8;
			    color: #FFFFFF;
			    display: inline-block;
			    line-height: 1em;
			    padding: 5px 15px 5px 5px;
			    text-decoration: none;
			}
	#mount-switch A.close-mount-choice{
		background: transparent url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/images/css/fancybox-close.png") no-repeat 0 0;
		display: block;
		height: 14px;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 0;
		width: 14px;
	}






/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/css/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("http://campaign.odw.sony-europe.com/dime/h310/LensGuide/css/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#lenseGuide .lensguide-overview UL LI.premium {
	position: relative;
}
	#lenseGuide .lensguide-overview UL LI.premium P{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    	display: block;
    margin: 0;
    padding: 10px;
    width: 218px;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}

	#lenseGuide .lensguide-overview UL LI.premium P:hover{
		cursor: pointer;
	}
	
	#lenseGuide .lensguide-overview UL LI.premium A{
		display: block;
	    float: left;
	    overflow: hidden;
	    width: 119px;
	    height: 134px;
	}
		#lenseGuide .lensguide-overview UL LI.premium SPAN.link-text {
			 background: none repeat scroll 0 0 transparent;
		    color: blue;
		    text-align: right;
		    width: 98px;
		}
		#lenseGuide .lensguide-overview UL LI.premium A#Ddl_Sony_G_Lenses SPAN.link-text {
			left: auto;
			right: 0;
		}
		#lenseGuide .lensguide-overview UL LI.premium SPAN.description {
			left: 0;
			color: #fff;
			font-size: 110%;
			font-weight: bold;
		}

