/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*****************************/

/*-------------- base rules ------------*/

	body{
		background: #f7f6f1 url('/images/template_images/body_bg.png') 0 0 repeat-x;
		font-size: 13px;
		line-height: 12px;
		/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
		/*font-family: "pill-gothic-600mg-1","pill-gothic-600mg-2","Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
		font-family: "gesta-1","gesta-2","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
	.left{ float: left;}
	.right{float: right;}
	.clear{clear:both;}
	.clearleft{clear:left;}
	.clearright{clear:right;}

	h1{
		padding: 8px 0;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: -1px;
		position:relative;
		vertical-align: baseline;
	}
	
	
	
	strong{ font-weight: bold;}
	
	ul{ 
		margin-left: 1em;
		list-style:disc;
	}
	
	.even { background-color: #ccc;}
	
	a{ color: #369;}
	p{margin-bottom: 1em;}
	
	h3 a{ color: black;
		text-decoration: none;
	}
	
	h1 span{
		position:absolute;
		right: 10px;
		font-size: .8em;
		color: #ccc;
		vertical-align: bottom;
	}
	
	h1 span.msrp{
		color: #000;
		font-size: 12px;
		letter-spacing: 0;
	}
	
	label{
		font-weight: 700;
	}
/*---------- end base rules ---------*/


/* ---- structure --------------*/
	
	#outer-container{
		margin-top: 0;
		margin: 0 auto;
		width: 1000px;
		background: transparent url('/images/template_images/content_container_shadow.png') 0 0 repeat-y;
		padding: 0 4px;
		z-index:100;
	
	}
	
	#inner-container{
		background: white url('/images/template_images/content_container_bg.png') 0 0 repeat-x;
		width:988px;
		padding: 10px 6px;
		position: relative;
		z-index:100;
	}
	
	#bottom-container{
		width: 1000px;
		background: transparent url('/images/template_images/content_container_bottom.png') 0 0 no-repeat;
		min-height:20px;
		padding:0 4px;
		margin: 0 auto;
	}
	
	#logo{
		float: right;
		margin-right: 7px;
	}
	
	ul#primary-nav{
		clear:both;
		width:988px;
		padding:0;
		height: 41px;
		background: transparent url("/images/template_images/nav_bg.png") 0 0 no-repeat;
		margin:11px 0;
		list-style:none;
	}
	
	ul#primary-nav li{
		position: relative;
		z-index: 300;
	}
	
	li.nav-item{
		display :block;
		float:left;
		
	}
	
	li.nav-item a.tab{
		display:block;
		margin: 0;
		line-height: 41px;
		height: 43px;
		width: 131px;
		text-align:center;
		background: transparent url('/images/template_images/nav_divider.png') top right no-repeat;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	li.nav-item a.tab-hover{
		display:block;
		margin: 0;
		line-height: 41px;
		height: 43px;
		width: 131px;
		text-align:center;
		background: transparent url('/images/template_images/bg_navtab.png') 0 0 no-repeat;
		color: #275988;
		margin-left: -2px;
		padding-left:2px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.menu-box-3col{
		background: transparent url('/images/template_images/bg_3col_navdropdown.png') 0 0 no-repeat;
		width: 391px;
		height: 272px;
	}
	
	.menu-box-1col{
		background: transparent url('/images/template_images/bg_1col_navdropdown.png') 0 0 no-repeat;
		height: 272px;
		width: 131px;
	}
	
	.menu-box{
		position:absolute;
		top: 43px;
		left:-2px;
		z-index: 200;
		display: none;
	}
	
	.menu-box .col{
		width: 97px;
		padding:15px;
	}
	
	.menu-box a{
		display:block;
		color: black;
		line-height: 22px;
		font-size: .9em;
		padding-left: 20px;
		border-bottom: 1px dotted #275988;
		text-decoration: none;
		background: transparent url('/images/template_images/blue-circle-white-arrow.png') 7px center no-repeat;
		font-family: verdana, sans-serif;
	}
	
	li.nav-item .menu-box a:hover{
		color: white;
		background-color: #859fb8;
	}
	
	.menu-box h2{
		font-size: 1.1em;
		color: #369;
		border-bottom: 1px dotted #275988;
	}
	
	.menu-box .col1,
	.menu-box .col2,
	.menu-box .col3{
		margin: 0;
	}
	
	/*----------------- end structure ------------------*/
	
	/*---------- content scroller (home page) ----------*/
	
	
	#outer-frame{
		position:relative;
		width: 970px;
		padding:8px 9px 8px 9px;
		height: 394px;
		margin-bottom: 4px;
		background: transparent url('/images/template_images/content_box_bg.png') 0 0 no-repeat;
	}
	
	.viewable-frame{
		position:relative;
		width:970px;
		height: 405px;
		overflow:hidden;
	
	}

	.inner-frame{
		width: 200000em;
		position:absolute;
	}
	
	.content-box{
		height: 420px;
		width: 970px;
		/*padding: 7px;*/
		background-color: transparent;
		float:left;
	}
	
	.content-box p{
		background-color: #f7f6f1;
		padding: 10px;
	}
	
	.content-box p span.msrp{
		font-weight: bold;
		float: right;
	}
	
/*	.content-box p span.caption{
		float: left;
	}*/
	
	#content-thumb-container{
		width: 982px;
		height: 117px;
		background: transparent url('/images/template_images/thumb_container_bg.png') 0 0 no-repeat;
		padding-top: 13px;
		padding-left: 7px;
	}
	
	.thumb{
		background: transparent url('/images/template_images/slider_thumb_bg.png') 0 0 no-repeat;
		display:block;
		float:left;
		margin-right: 17px;
		padding: 1px 1px 2px 1px;
		text-decoration: none;
		line-height: 1.5;
		color: black;
		font-size: .8em;
	}
	
	.thumb.last{
		margin-right:0;
	}
	
	#content-indicator{
		position: absolute;
		top: 405px;
		left: 20px;
		z-index: 100;
	}
	
	/*---------- end content scroller ------------*/
	
	
	

	
	.lower-content{
		padding:20px 5px 0 5px;
	}
	
	.lower-content p{
		font-size: 14px;
		line-height: 1.75;
	}
	
	.col1, .col2{
		width: 48%;
		float:left;
	}
	
	.col1{ margin-right: 2%;}
	.col2{ margin-left: 2%;}
	
	p.tagline{
		color: #ccc;
		font-size: 20px;
		font-weight: bold;
		line-height: 45px;
		letter-spacing: -1px;
	}
	
	p.social-icons{
		line-height: 45px;
	}
	
	p.social-icons img{ vertical-align: middle;}

	div.content{
		background-color: white;
		padding: 9px;
		font-size: 1.2em;
		color: #333;
	}
	
	div.content .description{
		margin: 1em 0;
	}
	
	div.content p, div.content li{line-height: 1.5;}
	
	div.build-kit-nav{
		height: 20px;
		margin: 1em 0;
		clear:both;
	}
	
	.build-kit-nav a{
		display:block;
		width: 180px;
		padding: 4px;
		border: 1px solid #ccc;
		float: left;
		color: #333;
		text-decoration: none;
		margin-right: 2px;
	}
	
	.build-kit-nav a.current{
		color: white;
		background: #2b5b89 url('/images/template_images/nav_active.png') top right no-repeat;
	}
	
	.build-kit-nav a:hover{
		color: white;
		background-color: #2b5b89;
	}
	
	div.content-nav{
		clear:both;
	}
	
	
	div.tabbed-content-container{
		clear:both;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
	.content-nav a{
		border: 1px solid #ccc;
		border-width: 1px 1px 1px 1px;
		padding: 10px 30px;
		color: #333;
		text-decoration: none;
		background-color: white;
		margin-right: 5px;
		display:block;
		float: left;
		margin-bottom: -1px;
	}
	
	.content-nav a.active{
		padding-bottom: 11px;
		border-bottom-width: 0;
	}
	
	div.build-kit-content,
	div.product-content{
		width: 470px;
		float:left;
	}
	
	div.build-kit-content table{
		width: 460px;
		font-size: .8em;
		margin-top: 1.5em;
	}
	
	div.build-kit-content table td.component{
		width: 200px;
		padding-left: 3px;
	}
	
	div.build-kit-content th{
		font-weight: bold;
	}
	
	div.build-kit-content table td,
	div.build-kit-content table th{
		padding: 9px 0;
	}
	
	div.build-kit-content table tr.even td{
		background-color: #ddd;
	}
	
	
	div.build-kit-images,
	div.product-images{
		width: 470px;
		padding-top: 40px;
		float:right;
	}
	
	div.build-kit-images a,
	div.product-images a{
		display:block;
		float:left;
		border: 1px solid #ccc;
		margin-bottom:10px;
	}

	div.build-kit-images a.left-img,
	div.product-images a.left-img{
		margin-right: 10px;
	}
	
	div.tabbed-content-container h2,
	body.product div.tabbed-content-container h1{
		position:relative;
		width: 940px;
		font-size: 1.4em;
		border-bottom: 1px solid #ccc;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 10px;
			clear:both;
			font-weight: bold;
	}

	div.tabbed-content-container h2 span,
	body.product div.tabbed-content-container h1 span{
		position: absolute;
		right: 10px;
		bottom:8px;
		font-size: 12px;
		font-weight: normal;
		font-style:italic;
	}



/** geo-table **/

.geo-table{
	width: 100%;
}

.geo-table th.label{
	width: 200px;
}

.geo-table th{
	font-weight: 700;
}

.geo-table td.data {
padding-bottom:5px;
padding-top:5px;
width:80px;
}


.landing-page-item{
	display:block;
	height:232px;
	width:232px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow:hidden;
	position: relative;
	text-decoration: none;
}

.landing-page-item.four{
	margin-right: 0;
}

.landing-page-item span.title{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #000;
	text-decoration: none;
}




/********** blog **************/

#blog-col{
	float: left;
	width: 660px;
	margin-right: 20px;
}

#blog-sidebar{
	float:left;
	width:290px;
}

.blog-entry{
	margin-top: 1em;
	clear: both;
}

.blog-entry h2{
	font-size: 2em;
	font-weight: 700;
}

.blog-entry p{
	margin-bottom: 1em;
}


.blog-entry img{
	padding: 0 8px;
}


p.byline{
	font-size: 1em;
	width: 100%;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}

p.byline span{
	float:right;
	font-weight: 300;
}

h3{ 
	font-size: 1.5em;
	font-weight: 700;
}

#blog-sidebar{
	margin-top: 1em;
}

ul.previous-posts{
	margin:0;
	list-style: none;
}

ul.previous-posts li{
	padding: 3px 0;
}

dl.archive-months{
	padding: 3px 0;
}

.previous-posts h4{
	line-height: 2;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	clear:both;
}

dl.archive-months{
	/*display:none;*/
}

dl.archive-months a{
	text-decoration: none;
	color: #000;
}

dl.archive-months a:hover{
	font-weight: 700;
}

dl.archive-months dt,
dl.archive-months dd{
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	float:left;
}

dl.archive-months dt{
	width: 74%;
	text-align:left;
}

dl.archive-months dd{
	width: 25%;
	text-align: right;
}

#blog-sidebar .section{
	margin-bottom: 2em;
}



.comment{
	background-color: #f7f6f1;
	border-color: #9d9a8b;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: dotted;
	border-top-style: solid;
	border-width: 0 1px 1px 1px;
	clear:left;
	padding:10px;
}

.comment.civia-author{
	background-color: white;
	border-top-style: solid;
	border-bottom-style: dotted;
		border-width: 1px 0;
}


.comment.first{
	border-top-width: 1px;
}

.comment.last{
	border-bottom-style: solid;
}

.comment-img-wrapper img{border:1px solid #CCCCCC;
padding:4px;}

.comment-img-wrapper{
	
float:left;
height:65px;
width:65px;}

.comment-content{margin-left:80px;}

p.comment-author{
	font-size: 1.2em;
	border-bottom: 1px solid #9d9a8b;
}

.comment.civia-author p.comment-author{
	background: transparent url('/images/template_images/civia_comment_logo.jpg') right center no-repeat;
}

p.comment-author span{
	font-size:.9em;
}

#comment-form label{
	font-size: 1.2em;
}

#comment-form{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}

#comments h2{
	font-size: 2em;
	font-weight: 500;
	margin: 1em 0 .5em 0;
}


/********** end blog **********/



div.content	p.instruction-link{
		line-height: 1;
		padding-left: 38px;
		background: transparent url('/images/template_images/pdfIcon.gif') 0 0 no-repeat;
		margin-bottom: .75em;
		clear:both;
	}
	
	h2{
		font-size: 1.3em;
		padding: 3px 0;
		border-bottom: 1px solid #000;
		margin-bottom: 1em;
	}
	
	h2 a{
		text-decoration: none;
		color: black;
	}
	
	h2 a:hover{
		color:  #369;
	}
	
	.footnotes{
		color: #aaa;
		font-style: italic;
	}
	
	
	.main-video-link{
		margin-top: 1em;
	}
	
	.main-video-link img{
		margin-right: 5px;
	}
	
	.main-video-link a{
		color: black;
		text-decoration: none;
	}
	
	.main-video-link .download{
		font-size: .8em;
	}

	.whereweride{
		clear: both;
		border-bottom: 1px solid #ddd;
		padding-bottom: 1em;
	}
	

	
	.staff a{
		display:block;
		line-height: 1.5;
		border-bottom: 1px solid #ddd;
		color: black;
		text-decoration: none;
	}
	
	.staff a:hover{ text-decoration: underline;}


	h2.statename{
		font-size: 2em;
		border-bottom: 1px solid #999;
		margin-bottom: 1em;
	}
	
	h2.statename a{float:right;}
	
	.state{
		margin: 1em 0 2em 0;
	}
	
	.state-col{
		width: 221px;
		float: left;
		padding: 20px 0 20px 20px;
		/*border-left: 1px solid #000;*/
	
	}
	
	.state-col.first{
		border-left:0;
	}
	
	.state-col a{
		line-height: 1.3;
	}
	
	.dealer{
		width: 222px;
		padding-left: 20px;
		float: left;
		padding-bottom: 3em;
		
	}
	
	.states{
		background-color: #f7f6f1;
		border: 1px solid #e7e7e7;
	}


	#rss-link{
		background: white url('/images/template_images/rss_icon.png') 0 0 no-repeat;
		padding: 5px;
		padding-left: 23px;
		text-decoration: none;
		font-weight: 500;
		color: black;
		margin-bottom: 1em;
	}
	
	#rss-link:hover{
		text-decoration: underline;
		color: #369;
	}

	.recall_btn{
		position:absolute;
		top: 673px;
		right: 10px;
	}

/************* fancy box ****************/


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/template_images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/template_images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/template_images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/template_images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/template_images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/template_images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/template_images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/template_images/fancybox/fancybox.png');
	background-position: -40px -122px;
}






/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template_images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

