.clear { clear: both; }

/*-- Shopping Cart Widget Styles --*/
	#shoppingcart {
		border-left: 1px solid #7c7c7c;
		display: inline-block;
		height: 19px;
		padding: 2px 0;
	}
	#checkout_button {
		display: inline-block;
		width: 25px; height: 19px;
		vertical-align: top;
		margin: 0 5px;
	}
	#checkout_button a {
		display: block;
		text-indent: -9999px;
		width: 25px; height: 19px;
		background: url('http://www.nikonhunting.com/images/Icons/ShoppingCartSprite.png') no-repeat left top;
	}
	#checkout_button a:hover {
		background-position: left -19px;
	}
	#cart_info {
		vertical-align: top;
		display: inline-block;
		height: 19px;
	}
	#cart_info p {
		margin: 0; padding: 0;
		font-size: 8px;
		height: 9px;
		line-height: 9px;
	}
	
	#dr_cartSummary { height: 20px; vertical-align: middle; display: inline-block; width: auto; }
	#dr_cartSummary p { display: inline-block; margin-right: 5px; line-height: 19px; height: 19px; vertical-align: top; text-transform: uppercase; }
	.dr_siteButtons { vertical-align: top; display: inline-block; width: 25px; height: 19px; text-indent: -9999px; }


/*-- Product Info Widget Styles --*/
	#price_contain {
		background: url('../images/structure/price_contain.png') no-repeat 2px top;
		width: 153px; height: 145px;
		padding: 10px 20px 17px 10px;
		text-align: center;
	}
	#price_contain p,
	#price_contain img {
		margin: 0; padding: 0;
	}

	.prodDisp {
		width: 153px; 
		text-align: center;
	}

	.prodPrice {
		color:white;
		font-size: 20px;
		line-height: 22px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0.05em;
	}
	small.superscript {
		font-size: 9px;
		position: relative;
		top: -7px;
	}

	.prodNum {
		color:white;
		font-size:8px;
		line-height: 9px;
		color: #959595;
		margin-bottom: 5px !important;
	}
	span.prodAction {
		display: block;
		text-align: center;
	}
	.prodAction a {
		display: block;
		width: 137px; height: 27px;
		margin: 0 auto;
	}
	.prodAction a.authorized_dealers {
		background: url('../images/structure/authorized_dealers_sprite.png') no-repeat left top;
	}
	.prodAction a.buy_now {
		background: url('../images/structure/buy_now_sprite.png') no-repeat left top;
		margin: 15px auto 5px;
	}
	.prodAction a:hover {
		background-position: left -27px;
	}

	@font-face {
		font-family: 'Tandelle';
		src: url('../fonts/Tandelle.eot');
		src: local('Tandelle'), url('../fonts/tandelle-webfont.woff') format('woff'), url('../fonts/tandelle-webfont.ttf') format('truetype'), url('../fonts/tandelle-webfont.svg#webfont') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'TandelleBold';
		src: url('../fonts/TandelleBold.eot');
		src: local('TandelleBold'), url('../fonts/tandellebold-webfont.woff') format('woff'), url('../fonts/tandellebold-webfont.ttf') format('truetype'), url('../fonts/tandellebold-webfont.svg#webfont') format('svg');
		font-weight: bold;
		font-style: normal;
	}


.Tandelle {
	font-family: Tandelle, Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 1.225em;
}

.TandelleBold {
	font-family: Tandelle, Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.tableHeader {
margin-bottom:1.4em;
}

.rounded_wrapper {
	position: relative;
}
 
.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}
 
.rounded_wrapper div {
	height: 25px;
	position: absolute;
	width: 100%;
}
 
.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url('../images/rounded_corners/tl.png') no-repeat left top;
}
 
.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url('../images/rounded_corners/tr.png') no-repeat right top;	
}
 
.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url('../images/rounded_corners/br.png') no-repeat right bottom;	
}
 
.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url('../images/rounded_corners/bl.png') no-repeat left bottom;
}


/* TOP STRUCTURE */
/*=================*/
/*=================*/
#T {
height: 120px;
}

#T1o {
margin-top: 22px;
}

#T2o {
height: 42px;
}

#T2i {
height: 27px;
padding-top: 13px;
}

#T3i {
float: right;
width: 848px;
}




/* HEADER UTILITIES */
/*=================*/
/*=================*/
.utilities {
font-size: 8px;
}

.utilities .links {
line-height: 27px;
margin-right: 1em;
color: #A0A0A0;
}

.utilities .social_media {
margin-right: 1em;
padding: 4px;
}

.social_media .facebook, .social_media .youtube, .social_media .twitter {
	background: url('../images/Icons/social_sprite.png') no-repeat;
	width: 19px; height: 19px;
	text-indent: -9999px;
}
.social_media .facebook { background-position: 0 0; }
.social_media .youtube { background-position: -19px 0; }
.social_media .twitter { background-position: -38px 0; }

.social_media .facebook:hover { background-position: 0 -19px; }
.social_media .youtube:hover { background-position: -19px -19px; }
.social_media .twitter:hover { background-position: -38px -19px; }

.utilities .shopping_cart {
border-left: 1px solid #797979;
padding: 0 15px;
width: 100px;
}

.utilities .shopping_cart img {
margin-right: 1em;
}


.utilities .login {
border-left: 1px solid #797979;
padding: 0 15px;
}

.breadcrumbs {
font-size: 10px;
margin-top: 8px;
}
ul#crumbs li { display: inline; }


/* FOOTER STRUCTURE */
/*=================*/
/*=================*/
#F2o {
color: #FFF;
font-family: Arial, serif;
font-size: 11px;
letter-spacing: 1px;
margin: 1em 0;
padding: 0 10px;
}

#F2o a{color: #999;}
#F2o a:hover{color: #444;}

/* red links
#F2o a{color: #b31e19;}
#F2o a:hover{color: #831612;}
*/

#F2i {
background: #000 url('../images/Icons/DropArrow.png') 0 2px no-repeat;
padding-left: 16px;
}

#F3i {
background: #1E1E1E;
color: #7F1822;
font-size: 9px;
letter-spacing: 1px;
padding: 2px 8px;
}

#F3i a {
color: #AFAFAF;
}

#F3i a:hover {
/* red: 7F1822 */
color: #fff;
}

#F3i span { color: #AFAFAF; }

#F3i .dealer { float: right; }

#F3o .auth_dealers {
	float: right;	
	display: block;
	width: 137px; height: 27px;
	position: relative;
	top: -5px;
}
#F3o .auth_dealers a {
	display: block;
	width: 137px; height: 27px;
	background: url('../images/structure/authorized_dealers_sprite.png') no-repeat left top;
	text-indent: -9999px;
}
#F3o .auth_dealers a:hover {
	background-position: left -27px;
}


#expander{display: none;padding: 0 16px;}

/* HOME PAGE CONTENT AREA STYLES */
/*=================*/
/*=================*/
#Ca.home {
background: url('../images/structure/HomeGalBG.png') no-repeat;
height: 367px;
margin-bottom: 14px;
padding: 1px;
position: relative;
width: 968px;
border: 1px solid white;
z-index:8;
}

#HeroLeft {
background: url('../images/structure/HeroLeft.png') no-repeat;
cursor: pointer;
height: 51px;
left: 1px;
position: absolute;
top: 150px;
width: 26px;
z-index:9;
}

#HeroRight {
background: url('../images/structure/HeroRight.png') no-repeat;
cursor: pointer;
height: 51px;
position: absolute;
right: 1px;
top: 150px;
width: 26px;
z-index:9;
}

#HeroInner {
height: 367px;
overflow: hidden;
width: 968px;
}

.HeroItem {
	height: 367px;
	overflow: hidden;
	position:absolute;
	width: 968px;
}

.HeroContentOutter {
	background:transparent url('../images/structure/HeroTopBg.png') no-repeat;
	padding-top:20px;
	position:absolute;
	width:433px;
}

.HeroContentInner {
	background:transparent url('../images/structure/HeroBottomBg.png') bottom center no-repeat;
	padding: 0 20px 20px;
}



/* FOOTER SLIDER */
/*=================*/
/*=================*/
.SlideContain {
background: #000 url('../images/structure/SliderBG.png') no-repeat;
height: 107px;
margin: 0 auto;
padding: 8px 35px 8px;
position: relative;
width: 880px;
}

.SlideFixed {
height: 107px;
overflow: hidden;
position: relative;
width: 880px;
}

.TheSlider {
height: 107px;
left: 0;
position: absolute;
top: 0;
width: 10000px;
}

.SlideHolder {
float: left;
height: 107px;
margin-right: 8px;
width: 214px;
}

#SliderLeft {
background: url('../images/Icons/SliderLeft.png') no-repeat;
cursor: pointer;
height: 37px;
left: -7px;
position: absolute;
top: 43px;
width: 23px;
}

#SliderRight {
background: url('../images/Icons/SliderRight.png') no-repeat;
cursor: pointer;
height: 37px;
position: absolute;
right: -7px;
top: 43px;
width: 23px;
}



/* CONTENT AREA GENERAL STYLES */
/*=============================*/
/*=============================*/
#Ca {
background: url('../images/structure/ContentBg.jpg') no-repeat #000;
height: 367px;
margin-bottom: 14px;
position: relative;
width: 968px;
border: 1px solid #a7a7a7;
}

#FloatingImage,
#FloatingContent {
left: 0;
position: absolute;
top: 0;
}

#LandingImage {
position: absolute;
}

a.CalloutLink {
background: url('../images/Icons/CalloutArrow.png') right center no-repeat;
padding-right: 26px;
font-size:24px;
}



/* LANDING PAGES */
/*===============*/
/*===============*/
#FloatingContent.media_landing {
left: 40px;
top: 30px;
width: 370px;
}

#FloatingImage.media_landing {
left: 430px;
top: 30px;
}

/*===*/

#FloatingContent.video_landing {
left: 40px;
top: 30px;
width: 407px;
}

#FloatingImage.video_landing {
left: 535px;
top: 30px;
}

/*===*/

#FloatingContent.pro_staff_landing {
/*left: 500px;
top: 30px;*/
width: 407px;
}

#FloatingImage.pro_staff_landing {
/*left: 43px;
top: 20px;*/
}

/*===*/

#FloatingContent.tv_landing {
/*left: 337px;
top: 30px;*/
width: 407px;
}

#FloatingImage.tv_landing {
/*left: 43px;
top: 20px;*/
}

/*===*/

#FloatingContent.reticles {
left: 433px;
top: 30px;
width: 407px;
}

#FloatingImage.reticles {
left: 20px;
top: 20px;
}




/* NEWS PAGE */
/*=================*/
/*=================*/
#NewsImage {
height: 330px;
margin: 19px 0 0 15px;
width: 382px;
}

#NewsImage img {
display: block;
}

#NewsContentOutter {
background: url('../images/structure/NewsContentBg.jpg') no-repeat;
height: 270px;
margin: 19px 15px 0 0;
overflow: hidden;
padding: 30px;
width: 490px;
}

#NewsContentInner {
height: 270px;
width: 490px;
}


/* PRINT AD PAGE */
/*=================*/
/*=================*/
#PrintAdContent {
margin: 72px 40px 0 0;
}

#PrintImage {
float: left;
height: 330px;
display: block;
margin: 19px 30px 0px 15px;
width: 382px;
}



/* PROMOTIONS PAGE */
/*=================*/
/*=================*/
#PromotionContent {
margin: 30px 40px 0 0;
}

#PromotionImage {
float: left;
height: 330px;
display: block;
margin: 19px 30px 0px 15px;
width: 588px;
}

#Ca.promotions_landing {
background: url('../images/Promotions/NoPromotions.jpg') no-repeat;
height:504px;
width:970px;
}



/* PRODUCT PAGES */
/*=================*/
/*=================*/
#ProductDetailContent{
/*	background: url('../images/structure/ProductDetailContentBG.jpg') no-repeat; */
	position: absolute;
	width: 290px; height: 285px;
	/* margin: 30px 30px 30px 0; */
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior: url('border-radius.htc')
}

#PageTitle{
font-size: 52px;
margin-bottom: 6px !important;
}

#PageTitleCatalog{
font-size: 37px;
margin-bottom: 6px !important;
}


#PageTitleHome{
font-size: 48px;
margin-bottom: 6px !important;
}

#ByLine{
font-size: 19.4px;
margin-bottom: 4px !important;
}

#ProductCopy{
font-size: 10px;
line-height: 2em
}

#ProductPhoto{
height: 100%;
margin: 0;
overflow:hidden;
width: 596px;
}
#productPhoto img {
	
}

#ProductHeader{
border: 1px solid #a7a7a7;
background: #000;
width: 967px; height: 170px;
overflow: hidden;
z-index: 1;
}

#ProductHeader.item{
margin-bottom: 14px;
}

#ProdCatIntro{
height: 200px;
width:100%;
background: url('../images/LandingPage/ProdCatLanding.jpg') no-repeat;
margin-top: 4px;
}

#Ca.prod-cat{
background: none;
height: auto;
}

#ProdCatIntroText{
background: url(../images/structure/ProdCatContentBG.png) no-repeat;
height: 162px;
width: 350px;
padding: 10px 24px 9px;
margin: 6px 0 0 64px;
}

#ProdCatIntroInner {
	width: 350px; height: 158px;
}

#ProdCatIntroText li a{
color: #B3B3B3
}

#ProductInfo #ProductLinks li{
list-style: none;
font-size: 10px;
line-height: 2em;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #B3B3B3;
}
	#ProductInfo a { display: block; text-align: center;}
	#ProductInfo #warranty{margin:10px 0 15px;}
	#ProductInfo p{text-align: center;font-size: 12px;margin-bottom: 1em;}
	#ProductInfo .price{font-weight: bold;}
	#ProductInfo .buyBtn{
		margin: 0 auto 6px;
		width: 95px;
		height: 16px;
		background: url(../images/product/BtnBG.png) repeat-x;
		line-height: 18px;
		display: block;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-border-radius: 3px;
		border: 1px solid #B3B3B3;
		text-transform: uppercase;
		font-size: 10px;
		}

.be_a_part{
color: #D36E2A !important;
padding: 4px 28px 6px 0; 
background: url(../images/Icons/follow_arrow.png) no-repeat 100% 50%;
font-size: 16px;
}

.be_a_part:hover{
color: #fff !important;
}

.no_box {
	display: block;
	width: 968px; height: 367px;
	text-indent: -9999px;
}

#ProductInfo{
background: url(../images/structure/ProductInfoBG.png) no-repeat;
width: 165px;
height: 242px;
padding: 36px 15px;
margin-right: 20px;
}

#ProductPhotos{
border: 2px solid #f0f0ea;
width: 340px;
height: 315px;
background-color: #fff;
position: relative;
}

#ProductTitle{
font-size: 12px;
text-transform: uppercase;
color: #E6E6E6;
text-align: center;
padding: 8px 0;
background-color: #000;
margin-bottom: 0;
}

#products_content_scroll p img {
	display: block;
}

#SpecNav{
height: 30px;
margin: 0;
padding: 0;
}

#SpecNav li{
background: url(../images/product/TabBG_Sprite.png) no-repeat;
float: left;
font-weight: bold;
text-transform: uppercase;
height:30px;
line-height: 30px;
list-style: none;
margin: 0;
}
#SpecNav li#features {
	background-position: 0 0;
	width: 108px;
}
#SpecNav li#specifications {
	background-position: -108px 0;
	width: 146px;
}
#SpecNav li#accessories {
	background-position: -254px 0;
	width: 129px;
}
#SpecNav li#features:hover,
#SpecNav li#features.current {
	background-position: 0 -30px;
	width: 108px;
}
#SpecNav li#specifications:hover,
#SpecNav li#specifications.current {
	background-position: -108px -30px;
	width: 146px;
}
#SpecNav li#accessories:hover,
#SpecNav li#accessories.current {
	background-position: -254px -30px;
	width: 129px;
}

#SpecNav a{
display: block;
text-align: center;
}



#ProductSpecContainer{ overflow: hidden; }
.ProductSpecs{width: 357px;height: 264px;padding: 13px 11px 13px 15px;background: #fff;color: #666666;font-size: 10px;}

.ProductSpecs .jScrollPaneDrag{background: #7C7C7C;}
.ProductSpecs .jScrollArrowDown,.ProductSpecs .jScrollArrowUp{
height: 12px;
width: 11px;
display: block;
overflow: hidden;
right: 0;
z-index: 1;
text-indent: -999px;
}
.ProductSpecs .jScrollPaneTrack{background: #ccc;}
.ProductSpecs a.jScrollArrowDown{position: absolute;background: url(../images/product/small_arrow_down.gif) no-repeat;}
.ProductSpecs a.jScrollArrowUp{background: url(../images/product/small_arrow_up.gif) no-repeat;}

.scroll-container{height: 264px;}
.scroll-container b{color: #000;font-weight: bold;}

.scroll-container2{height: 264px;}
.scroll-container2 b{color: #000;font-weight: bold;}


.ProductSpecs{display: none;}
.ProductSpecs.current{display: block;}



/* New Catalog Item Page */
/*=================*/
/*=================*/

	#feature_wrap {
		width: 938px;
		background: #b9b9b9 url('../images/structure/feature_bg.jpg') repeat-x left top;
		color: #000;
		padding: 7px 15px 10px;
	}
	#feature_wrap h1 {
		font-size: 36px;
		font-weight: bold;
	}
	#feature_wrap h1 span { font-size: 28px; }

	#popup_gallery {
		width: 550px;
		background: #000;
		overflow: hidden;
	}
	#main_img {
		display: block;
		margin-bottom: 5px;
	}
	#main_img img { height: 550px; }

	#img_slider {
		padding: 10px; margin-bottom: 10px;
		border-bottom: 1px solid #444;
		position: relative;
	}
	#gallery_img_slider {
		position: relative;
		height: 40px;
		display: block;
	}
	#slide_contain {
		width: 220px; height: 40px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	
	#gallery_slide_contain {
		width: 630px; height: 40px;
		overflow: hidden;
		position: relative;
	}
	
	#img_holder,
	#gallery_img_holder {
		position: absolute;
		top: 0;
		width: 1000px; height: 40px;
	}
	#img_holder img,
	#gallery_img_holder img {
		width: 40px; height: 40px;
	}
	#img_holder a,
	#gallery_img_holder a {
		display: block;
		float: left;
		margin-right: 5px;
		width: 40px; height: 40px;
	}
	
	#img_slider_left,
	#img_slider_right {
		display: block;
		width: 19px; height: 50px;
		margin-top: 5px;
	}
	#gallery_img_slider_right,
	#gallery_img_slider_left {
		display: block;
		width: 19px; height: 50px;
	}
	
	#img_slider_left,
	#gallery_img_slider_left {
		position: absolute;
		top: 0; left: 0;
		background: url('../images/structure/img_slider_left_over.png') no-repeat left top;
	}
	#img_slider_right,
	#gallery_img_slider_right {
		position: absolute;
		top: 0; right: 0;
		background: url('../images/structure/img_slider_right_over.png') no-repeat left top;
	}
	#img_slider_right:hover img,
	#img_slider_left:hover img,
	#gallery_img_slider_right:hover,
	#gallery_img_slider_left:hover {
		display: none;
	}

	/* Left Column */
	#feature_col_left {
		width: 285px;
		float: left;
		margin-right: 13px;
	}
	#feature_gallery #large_img {
		width: 285px; height: 225px;
		overflow: hidden;
		background: #fff;
		text-align: center;
	}
	#feature_gallery #large_img img {
		max-width: 285px; max-height: 225px;
	}
	#feature_descript {
		width: 265px; height: 120px;
		padding: 10px;
		background: #E6E6E6;
		font-size: 11px;
		line-height: 13px;
	}
	#feature_descript p {
		margin-bottom: 0;
	}

	/* Middle Column */
	#feature_col_middle {
		width: 452px;
		float: left;
		margin-right: 12px;
	}
	#feature_nav ul {
		list-style: none;
		margin: 0 6px; padding: 0;
	}
	#feature_nav li {
		display: block;
		float: left;
		width: 110px; height: 14px;
		text-align: center;
		font-size: 9px;
	}
	#feature_nav a {
		display: block;
		width: 110px; height: 14px;
		background: url('../images/structure/feature_nav_sprite.png') no-repeat -110px 0;
	}
	#feature_nav a:hover,
	#feature_nav a.active {
		background: url('../images/structure/feature_nav_sprite.png') no-repeat 0 0;
	}
	#feature_content_contain table {
		display: block;
		width: 452px; height: 422px;
	}
	#feature_content_contain table,
	#feature_content_contain tr,
	#feature_content_contain th,
	#feature_content_contain td {
		margin: 0; padding: 0;
	}
	#feature_content_contain .middle {
		background: url('../images/structure/feature_content_middle.png') repeat-x left top;
		padding: 5px;
		text-align: left;
	}
	#details_wrap {
		width: 422px; height: 412px;
		position: relative;
	}
	
	#features_contain, #specs_contain,
	#accessories_contain, #video_contain {
		position: absolute;
		top: 0; left: 0;
	}
	#features_inner, #specs_inner,
	#accessories_inner, #video_inner {
		display: block;
		width: 422px; height: 412px;
		overflow: hidden;
	}
	
	#features_details h3 {
		font-size: 9px;
		font-weight: bold;
		color: #000;
		margin-bottom: 2px;
	}
	#features_details p {
		font-size: 9px;
		color: #666;
	}
	#callouts {
		width: 422px;
		margin-bottom: 10px;
		margin-right: -20px;
	}
	#callouts img {
		width: 95px; height: 37px;
	}
	#features_details p:last-child {
		margin-bottom: 0;
	}
	
	#specs_left {
		width: 300px;
		float: left;
	}
	#specs_left ul {
		list-style: none;
		margin: 0;
		width: 300px;
	}
	#specs_left li {
		font-size: 10px;
		color: #444;
		padding: 4px 0;
		border-bottom: 1px solid #bbb;
	}
	#specs_left #mounting_diagram p {
		font-size: 9px;
		color: #444;
		margin: 10px 0 0;
	}

	#specs_right {
		width: 110px;
		float: left;
		text-align: center;
		margin-right: -25px;
	}
	.spec {
		margin: 0 15px;
		width: 80px;
		padding: 20px 0 15px;
		border-bottom: 1px solid #ccc;
	}
	.spec a {
		color: #000 !important;
		font-size: 8px;
	}

	#accessories_contain {
	/*	padding-top: 10px; */
	}
	.accessory {
		padding-bottom: 10px;
		border-bottom: 1px solid #bbb;
		margin-bottom: 10px;
		height: 105px;
	}
	.accessory img {
		width: 100px;
	}
	.accessory a {
		float: left;
		margin-right: 20px;
		display: block;
	}
	.accessory h4,
	.video_holder h4 {
		color: #000 !important;
		font-size: 11px;
		font-weight: bold !important;
		line-height: 14px;
		margin-bottom: 0;
	}
	.accessory p,
	.video_holder p {
		font-size: 11px;
		line-height: 14px;
	}
	
	#video_contain {
		padding-top: 10px;
	}
	.video_holder {
		height: 88px;
		padding-left: 195px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.video_holder img {
		width: 175px;
		position: absolute;
		top: 0; left: 0;
	}

	/* Right Column */
	#feature_col_right {
		width: 180px;
		float: left;
		margin-right: -5px;
	}
	#buy_info {
		display: block;
		width: 145px; height: 91px;
		background: url('../images/structure/feature_buy_bg.png') no-repeat left top;
		padding: 10px 25px 10px 10px;
		text-align: center;
	}
	#buy_info #price {
		color: #fff;
		padding: 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
	}
	#price p {
		font-size: 11px;
		margin: 0; padding: 0;
	}
	#price p.product_id {
		font-size: 7px;
	}
	#buy_button a#buy_now {
		display: inline-block;
		width: 82px; height: 16px;
	}
	
	#avail_models {
		display: block;
		position: relative;
		background: url('../images/structure/feature_models_bg_sm.png') no-repeat left top;
		width: 148px; height: 220px;
		padding: 28px 20px 17px 12px;
	}
	#avail_models ul {
		list-style: none;
		color: #fff;
		margin: 0; padding: 0;
	}
	#avail_models li {
		padding: 5px 0;
		border-bottom: 1px solid #fff;
		font-size: 11px;
		letter-spacing: -0.02em;
	}
	#avail_models li a {
		display: block;
	}
	#model_contain {
		width: 148px; height: 200px;
		overflow: hidden;
		position: relative;
	}
	#model_contain ul {
		position: absolute;
		top: 0;
		width: 148px;
	}
	#model_nav {
		position: absolute;
		bottom: 15px;
		height: 30px;
	}
	#model_down_arrow,
	#model_up_arrow {
		display: block;
		text-align: center;
		width: 148px;
		height: 14px;
		position: absolute;
	}
	#model_down_arrow { background: url('../images/structure/model_down_arrow_over.png') no-repeat 50% 2px; bottom: 15px; }
	#model_up_arrow { background: url('../images/structure/model_up_arrow_over.png') no-repeat 50% 2px; top: 27px; }
	
	#model_down_arrow:hover img, #model_up_arrow:hover img { display: none; }
	
	#details_wrap a.jScrollArrowUp,
	#feature_col_left a.jScrollArrowUp {
		width: 11px; height: 12px;
		background: url('../images/structure/jscroll_up_arrow.png') no-repeat left top;
	}
	#details_wrap .jScrollPaneTrack,
	#feature_col_left .jScrollPaneTrack {
		background: #b7b7b7;
	}
	#details_wrap .jScrollPaneDrag,
	#feature_col_left .jScrollPaneDrag {
		background: #b7b7b7;
	}
	#details_wrap a.jScrollArrowDown,
	#feature_col_left a.jScrollArrowDown {
		width: 11px; height: 12px;
		background: url('../images/structure/jscroll_down_arrow.png') no-repeat left top;
	}

/* VIDEO PAGE */
/*=================*/
/*=================*/
#Ca.video {
background: url('../images/structure/VideoContentBg.jpg') no-repeat;
height: 367px;
margin-bottom: 14px;
padding: 1px;
position: relative;
width: 968px;
}

#VideoFeature {
height: 284px;
margin: 40px 0 0 43px;
overflow:hidden;
width: 504px;
}

#VideoFeature img {
display: block;
}

#VideoContentOutter {
background: url('../images/structure/VideoContentOutterBg.jpg') no-repeat;
height: 224px;
margin: 40px 43px 0 0;
overflow: hidden;
padding: 30px;
width: 300px;
}

#VideoContentInner {
height: 224px;
overflow:hidden;
width: 300px;
}

#VideoContentInner.nikontv {
	height: 150px;
}



/* PRO STAFF PAGE */
/*=================*/
/*=================*/
#Ca.pro_staff {
background: url('../images/structure/ProStaffContentBG.jpg') no-repeat;
height: 367px;
margin-bottom: 14px;
padding: 1px;
position: relative;
width: 968px;
}

#ProStaffContentOutter {
height: 270px;
margin: 19px 0 0 18px;
overflow: hidden;
padding: 30px;
width: 507px;
}

#ProStaffContentInner {
height: 270px;
overflow:hidden;
width: 507px;
}
#ProStaffContentInner .video_link {
	background: url('../images/structure/video_button_sprite.jpg') no-repeat left top;
	width: 113px; height: 24px;
	display: inline-block;
	color: #ddd;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
}
#ProStaffContentInner .video_link:hover {
	background-position: left -24px;
}
#ProStaffContentInner p.spacer { margin-bottom: 0; }

#ProStaffer {
height:330px;
margin: 19px 0 0 12px;
overflow:hidden;
width:249px;
}

#ProStaffer img {
display:block;
height:330px;
width:249px;
}

#ProStaffSlider {
height:269px;
margin: 19px 0 0 12px;
padding:30px 0 30px;
position:relative;
width:90px;
}

#ProStaffSlider .ProStaffFixed {
height:269px;
overflow:hidden;
position:relative;
width:90px;
}

#ProStaffSlider .ProStaffFixed ul {
border-bottom:1px solid #F8F8F8;
position:absolute;
}

#ProStaffSlider .ProStaffFixed li {
border:1px solid #F8F8F8;
border-bottom:none;
cursor: pointer;
}

#ProStaffUp {
background: url('../images/structure/ProStaffUp.png') no-repeat;
cursor: pointer;
height: 23px;
left: 28px;
position: absolute;
top: -8px;
width: 37px;
}

#ProStaffDown {
background: url('../images/structure/ProStaffDown.png') no-repeat;
bottom: -8px;
cursor: pointer;
height: 23px;
left: 28px;
position: absolute;
width: 37px;
}



/* WARRANTIES PAGE */
/*=================*/
/*=================*/
#Ca.warranties {
background: url('../images/structure/LargeContentBG.jpg') no-repeat;
font-size:10px;
height: 502px;
margin-bottom: 14px;
padding: 1px;
position: relative;
width: 968px;
}

#Warranty1 {
	height:325px;
	left:63px;
	padding:30px;
	position:absolute;
	top:60px;
	width:335px;
}
#Warranty2 {
	height:325px;
	left:512px;
	padding:30px;
	position:absolute;
	top:60px;
	width:335px;
}

/* FIND A DEALER */
/*===============*/
/*===============*/
#dealers{
width: 856px;
margin: 22px auto;
padding: 30px;
overflow: hidden;
}
#dealers ul { list-style: none; margin: 0 0; }
#dealers li {
	float: left;
	background: #fff;
	border: 1px solid #B5B5B5;
	width: 140px; height: 114px;
}
#dealers img { width: 140px; height: 114px; }

/* PRIVACY POLICY, FEEDBACK */
/*==========================*/
/*==========================*/
#Ca.noheight{
height: auto;
}

#Full_W{
width: 856px;
height: 397px;
background: url(../images/structure/FullW_BG.png) no-repeat;
margin: 22px auto;
padding: 30px;
overflow: hidden;
}

#Full_W_NoBG{
width: 856px;
height: 397px;
margin: 22px auto;
padding: 30px;
overflow: hidden;
}

#PrivacyPolicyInner {
height: 397px;
overflow:hidden;
width: 856px;
}

#Full_W h1{
font-size: 1.667em;
margin-bottom: 1em;
font-weight: bold;
}
#Full_W p{
font-size: .92em;
line-height: 1.54em;
}

.leftcol{width: 216px;}
.rightcol{width: 600px;}
#feedback input[type=text]{
padding:13px;
width: 190px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}

#feedback input[type=text]{
padding:13px;
width: 190px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
#message{
margin: 0 0 5px 0;
padding: 13px;
height: 280px;
width: 574px;
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
color: #363636;
}

.box {
background:none repeat scroll 0 0 #FFFFFF;
cursor:pointer;
display:block;
float:left;
height:38px;
position:relative;
text-align:center;
width:38px;
margin-right: 16px;
padding: 0;
}
#checkbox p {
display:inline-block;
font-size:11px;
line-height:12px;
width: 120px;
margin-top: 2px;
}
#checkmark  {
left:7px;
position:absolute;
top:8px;
visibility:hidden;
}

#Submit{
border: none;
outline: none;
background: url(../images/structure/SubmitBG.png) repeat-x;
color: #fff;
height: 42px;
line-height: 42px;
font-size: 1.667em;
padding: 0 15px;
font-weight: bold;
}
#Submit:hover{
background: #661B17;
cursor: pointer;
}


/* EASY SLIDER */
/*=================*/
/*=================*/
	
	#alternate_views{
		text-transform: uppercase;
		text-align: center;
		position: absolute;
		top: 280px;
		border: 1px solid #e9e9e0;
		border-width: 1px 0;
		padding: 1px 0;
		width: 100%;
		color: #B3B3B3;
		margin: 0;
		}
	#productslider{position: relative;}	
	#productslider ul, #productslider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#productslider #expand{
		width: 22px;
		height: 21px;
		background: url(../images/Icons/ImgExpand.gif) no-repeat;
		position: absolute;
		top:0;
		left:0;
		display: block;
		z-index: 2;
		}
	#productslider li{ 
		width:340px;
		height:255px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#productslider1next, #productslider1prev{ 
		display:block;
		width:18px;
		height:19px;
		position:absolute;
		left:0;
		top:282px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:321px;
		}														
	#prevBtn a, #nextBtn a
	{  
		display:block;
		position:relative;
		width:18px;
		height:19px;
		background:url(../images/Icons/ImgBtnL.gif) no-repeat 0 0;	
		text-indent: -999px;
		}	
	#nextBtn a{ 
		background:url(../images/Icons/ImgBtnR.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		position: absolute;
		top: 300px;
		margin:0;
		left: 140x
		}
	ol#controls li{
		margin:0 5px; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		font-weight: bold;
		float:left;
		color:#555;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:red;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* SITE MAP PAGE */
/*===============*/
/*===============*/

#sitemap {
font-size: 11px;	
}
#sitemap a:hover { color: #7F1822; }

/* WHERE TO BUY PAGE */
/*===================*/
/*===================*/
	#wtb_wrap {
		color: #fff;
		font-size: 11px;
	}
	#wtb_info {
		display: block;
		width: 200px;
		float: left;
	}
	#wtb_widget {
		width: 765px;
		float: right;
		display: block;
	}


