/*--------------- Global ------------------*/
* {
	margin:0;
	padding:0;
	list-style: none;
	text-decoration:none;
	border:none;
}
@font-face {
	font-family: "Wilco";
	src: url('/resources/BlairMdITC_TT_Medium.ttf');
}
body {
	font-size:85%;
	font-family:Verdana;
	background:#e4e4e4; /*  url('/images/embed/body_bg.jpg') top center repeat-x */
	color:#fff;
}
h1 {
	font-family: "Wilco",Verdana,sans-serif;
	text-transform:uppercase;
}
h2 {
	font-size:20px;
	padding-bottom:5px;
}
h3, span {
	font-size:13px;
}
h4 {
	font-size:13px;
}
a, a:link, a:visited {
	color:#255087;
	cursor:pointer;
}
a:hover, a:focus {
	text-decoration:underline;
}
p {
	line-height:1.5em;
	padding-bottom:10px;
	font-size:13px;
}
button {
	background-color:#EEEEEE;
	border:1px solid #999999;
	padding:3px 5px;
	cursor:pointer;
	color:#255087;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
input, textarea, select {
	background-color:#eee;
	color:#555;
	border:1px solid #999;
	padding:2px 5px 3px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus, button:hover, button:focus {
	color:#0c3e79;
	background-color:#deecfc;
	outline:none;
}
input[type=button]:hover, input[type=submit]:hover, input[type=button]:focus, input[type=submit]:focus {
	background-color:#013776;
	color:#fff;
}
.clear {
	clear:both;
}
.hrule {
	margin:10px auto;
	height:1px;
	border-top:1px solid #ddd;
}
/*------------- Home  ----------------*/
div.page {
	display:block;
	width:950px;
	margin:auto;
}
div#shadow {
	box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	-khtml-box-shadow:0 0 20px #000;
}
span#wilco {
	display:none;
	text-indent:-99999px;
}
div#header {
	background-image:url('/images/header_bg_2012.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

div#header h1#logo {
	width:240px; 
	height:125px;
	text-indent:-99999px;
	cursor:pointer;
	float:left;
}
div#header h1#logo a {
	display:block;
	width:305px; 
	height:125px;
	position:relative;
	left:10px;
}
div#header .map {
	/*margin:30px -80px 0 0;
	float:right;*/
}
div#header ul {
	margin:10px 0 0 5px;
}
div#header ul li a {
	color:white;
	font-size:11px;
	text-decoration:underline;
}
div.middlebox, div.middlebox_right {
	width:140px;
	height:115px;
	float:left;
	background:url(/images/embed/header_border.jpg) top right no-repeat;
	padding:0 0 0 15px;
	margin-top:20px;
}
div.middlebox ul li, div.middlebox_right ul li {
	display:block;
	font-size:13px; 
	padding-bottom:3px;
}
div.middlebox span, div.middlebox_right span{
	margin:5px 0 5px 0;
	font-weight:bold;
	display:block;
	font-size:11px;
}
div.middlebox_right a {
	display:block;
}

div.header_right {
	width:655px; 
	height:158px; 
	float:left;
}
div.search {
	position:absolute;
	margin:5px 0 0 758px;
	width:200px;
	z-index:12;
}
div.search input {
	font-size:11px;
	width:120px;
}
div.search button {
	font-size:11px;
	width:50px;
}
div#content {
	background:url('/images/embed/content_bg.gif') repeat-y #fff;
	display:block;
	margin:1px 0 0 0;
	color:#000;
	width:950px;
	padding-bottom:20px;
}
div#section {
	background:#fff;
	width:910px;
	padding:20px;
	color:#000;
}
div#content div.box, div.footer div.box {
	border-right:1px solid #C2C2C2;
	float:left;
	margin-top:20px;
	padding:0 20px 0 20px;
	width:274px;
	margin-bottom:10px;
}
div#content div.box p, div.footer div.box p {
	width:260px;
	line-height:1.5em;
	font-size:10px;
	font-weight:200 !important;
}
div.box {
	padding:15px;
	width:286px;
	float:left;
	clear:none;
	color:#000;
}
div.box h3 a {
	color:black;
}

/*------------- Primary Navigation --------------*/
ul.tabs {
	background:url('/images/embed/nav_bg.jpg') repeat-x;
	float: left;
	clear:left;
	width: 100%;
	padding:0;
	margin-bottom:0px;
}
ul.tabs li {
	float: left;
	display:block;
	height:31px;
	border-left:solid 1px #B7B6B6;
}
ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited {
	color:#214e85;
	text-transform:uppercase;
	display:inline-block;
	min-width:5.75em;
	text-align:center;
	height:15px;
	font-size:11px;
	font-weight:bold;
	padding:8px 12px;
	background:none;
	
}
ul.tabs li a.active {
	background:url('/images/embed/nav_bghover.jpg') repeat-x;
	color:#033773;
	text-decoration:none;
}

/*----Sub Navigation -----*/
.menu {
	position:absolute;
	/* top:152px; */
	margin-top:0;
	display:none;
	width:895px;
	border:10px solid #ddd;
	min-height:150px;
	padding:0 15px 15px 20px;
	background-color:#fff;
	color:#084483;
	z-index:10;
	box-shadow:0px 10px 15px 0px rgba(0,0,0,0.45);
	-webkit-box-shadow:0px 10px 15px 0px rgba(0,0,0,0.45);
	-moz-box-shadow:0px 10px 15px 0px rgba(0,0,0,0.45);
}
.menu h2 {
	color:#005BAA;
	text-indent:12px;
	margin:15px 0 8px;
	font-family:Wilco,Verdana,sans-serif;
	text-transform:uppercase;
	
}
.menu img {
	display:block;
	float:left;
	position:relative;
	margin:20px 20px 0 0;
	width:190px;
}
.menu .column {
	float:left;
	width:205px;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-right:10px;

}

.menu .column ul li a {
	font-size:13px;
}
.menu .column ul {
	margin:0 2em 2em 0;
	padding:0;
}
.menu .column ul li {
	margin:10px 0 20px;
	
}
.menu .column ul li a {
	color:#3f6694;
	font-weight:bold;
	
}
.menu .column ul li a:hover, .menu .column ul li a:focus {
	color:#255087;
}
.menu .column .subMenu * {
	font-weight:normal;
	color:#666;
	margin:0;
}
.menu ul li ul {
	font-size:85%;
	margin:0;
	padding:0 0 0 1em;
	
}
.menu a {
	color:#666;
}
.menu a:hover, .menu a:focus {
	color:#00bff3;
}

/*-------- Cycle ----------*/
div.cycle {
	border:3px solid #B7B6B6;
	height:285px;
	width:944px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
div.cycle img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width:950px;
	height:285px;
}
div.cycle img.active {
    z-index:10;
}
div.cycle img.last-active {
    z-index:9;
}
/*--------------- Left Contents -----------------*/
div#left_content {
	width:705px;
	float:left;
	background:#fff;
}
div.left_slideshow {
	width:700px;
	height:285px;
	float:left;
	border:3px solid #B7B6B6;
}
div.left_slideshow img {
	width:700px;
	height:285px;
}
div.left_content_text {
	width:665px;
	padding:20px 20px 0px 20px;
	float:left;
	background:#fff;
	font-size:13px;
}
div.left_content_text ul li {
	padding-bottom:5px;
}
div.left_images {
	width:695px; 
	padding-left:10px;
}

div.left_images img {
	float:left;
	margin-top:20px;
	border:3px solid #B7B6B6;
}
/*
div.left_section {
	width:665px;
	padding:20px;
	clear:both;
}
div.left_section h3 {
	font-size:14px;
	margin-top:10px;
}
div.left_section img {
	margin:5px 0 5px 0;
}
div.left_section ul {
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5em;
}
div.left_section a {
	font-size:14px;
	color:#255087;
	cursor:pointer;
}*/
div.left_content_text img {
	/*border:3px solid #B7B6B6;*/
	display:block;
	float:left;
	margin:2px 2px 0 0;
}
/*-------- Right Content/Nav-----------*/
div#right_content {
	width:245px;
	padding-bottom:10px;
	float:left;
}
div#right_content ul {
	padding-bottom:10px;
}
div#right_content ul li {
	display:block;
	font-size:11px;
}
div#right_content ul li a {
	color:#255087;
}
div#right_content img {
	margin-top:5px;
	margin-left:20px;
}
ul.firstlist li {
	float:left;
	padding:4px;
}
div#right_content ul.firstlist li a {
	color:#222222;
}
div#right_content span a  {
	color:#255087;
}
div#right_content h3  a {
	color:#fff;
	font-weight:bold;
	text-transform:none;
}

.rightnav_links h3, .rightnav_links ul{
	margin-left:20px;
	color:#000 !important;
}

a.rightnav_heading {
	position:relative;
	top:8px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}
div.rightnav_links h3 a {
	color:#000 !important;
	text-decoration:underline;
	font-size:13px;
	display:block;
	padding-bottom:5px;
}
div.viewall h3 {
	font-size:12px;
	margin-top:10px;
	color:#000;
	clear:both;
}

div.viewall a span {
	font-size:12px;
	margin-top:10px;
	clear:both;
	font-weight:bold;
}

div.viewall ul li, .viewall span {
	display:block !IMPORTANT;
	/*text-indent:10px;*/
	font-size:11px;
	padding:5px 0 0px;
}
.viewall_btn, .viewall_btn_onload {
	background:url("/images/icons/viewall-btn.gif") no-repeat;
	float:left;
	margin-top:10px;
	padding-left:25px;
	cursor:pointer;
	height:15px;
	text-decoration:underline;
	font-size:13px;
}

.expanded, .expanded_onload {
	background:url("/images/icons/viewall-btn.gif") no-repeat scroll 0 -15px;
}

.viewall_text a {
	color:#3f3f3f;
	font-weight:bold;
	cursor:pointer;
}
.toggle_container {
	padding-left:20px;
	padding-right:20px;
}
.toggle_container p, ul.firstlist  {
	font-size:11px;
	margin-top:15px;
}
/*------------- Footer -----------------*/
div.footer {
	background:#fff url('/images/embed/bg_gradient.jpg') top no-repeat;
	color:#000;
	margin-bottom:1px;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	padding-top:5px;
	font-weight:bold;
	width:950px;
	margin: 1px auto;
	text-align:center;
}

div.bottom {
	display:block;
	background:#fff url('/images/embed/bg_gradient.jpg') top no-repeat;
	color:#000;
	border-top:solid 1px white;
	margin-top:1px;
}
div.bottom div.box {
	padding: 15px;
}
.bottom ul li {
	font-size:8pt;
	line-height:12pt;
	color:#444;
} 
.bottom ul li a, .bottom ul li a:link, .bottom ul li a:visited {
	color:#555;
} 
.bottom ul li a:hover, .bottom ul li a:focus {
	color:#255087;
}
.facebook img {
	margin-right:30px;
}
.note {
	display:block;
	margin:3px 0 0 0;
	font-size:8pt;
	color:#666;
}
.reset {
	padding:0 !important;
	margin:0 !important;
	float:none !important;
}


/*---------------------------------- CONTENT --------------------------*/

/*--------- Departments --------------------*/
.department {
  background:#255087;	
  padding:10px 0 10px 0;
  float:right;
  width:245px;
  color:#fff;
  margin-bottom:20px;
  font-size:14px;
  text-align:center;
}
.store_departments {
	float:left;
	width:195px;
	margin:0 10px 10px 10px;
	text-align:center;
}
.store_logo {
	float:left;
	display:block;
	margin:15px 20px 30px 20px;
	min-height:50px;
}
div.left_content_text .store_logo img {
	border:none;
}
/*--- General --------------------------------------------------*/
.list {
	width:220px;
	float:left;
	margin-top:10px;
}
.list li {
	padding-bottom:2px;
}
.listings {
	float:left; 
	width:660px; 
	border-bottom:1px dashed #cdcdcd;
	padding:15px 0 15px 0;
}
div.left_content_text .listings img {
	margin:0 10px 0 0;
	border:3px solid #B7B6B6;
}
ul.listings_text li {
	padding:15px 0 15px 0;
	border-bottom:1px dashed #CDCDCD;
}
.caption {
	width:359px;
	float: right; 
	margin: 0pt 0pt 10px 20px;
	text-align:center;
}
.caption img, .menu img, .store_departments img {
	border:3px solid #B7B6B6;
}
div.left_content_text img.icon {
	border:none; 
	margin-right:7px; 
	margin-top:4px;
}
.download {
	background:url('/images/icons/download.gif') no-repeat scroll left top #FFFFFF;
	width:20px;
	height:18px;
	padding-left:30px;
}
.giftcard {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.checkmark {
	margin:0 0 10px 0;
}

ul.checkmark li {
	list-style: outside url('/images/icons/check_mark.gif');
	margin-left:20px;
	margin-bottom:5px;
}
.top {
	clear:both;
	margin-top:20px;
}

.faq {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.faq:hover {
	text-decoration:none;
}

/* ---------------- News --------------*/
.news {
	border-bottom:dashed 1px #cdcdcd;
	padding:20px 20px 10px 0;
}
.date {
	background:url('/images/icons/date.gif') no-repeat scroll center top #FFFFFF;
	width:66px;
	height:67px;
	float:left;
	margin-bottom:10px;
}
.date h3 {
	color:#fff;
	padding:6px 10px 3px;
	font-size:16px;
	text-align:center;
}
.news_text {
	float:left;
	width:560px;
	margin-left:15px;
}
.date span {
	font-size:30px;
	color:#222222;
	margin-left:15px;
}
.calendar {
	margin-top:20px;
}
.calendar h2 {
	float:left;
}
.calendar a {
	padding-left:5px;
	float:right;
}
form .checkbox {
	float:left;
}
.checkbox_text {
	display:block;
	font-size:10px;
	padding-left:20px;
}
div.left_content_text .breadcrumb {
	clear:both;
	margin-bottom:10px;
}
div.left_content_text .breadcrumb a {
	color:#255087;
	font-size:11px;
}
div.left_content_text .breadcrumb span {
	font-size:11px;
	color:#255087;
	font-weight:bold;
}
/*----------------- Contact Form  ------------------*/
.contact_form {
	/*float:left;*/
	clear:both;
	margin-top:10px;
}
.contact_form fieldset {
	float:left;
	margin-top:15px;
}
.contact_form input {
	height:18px;
}
.contact_form .fname_label, .contact_form .lname_label {
	float:left;
	width:320px;

}
.contact_form .fname_input, .contact_form .lname_input {
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	width:290px;
}
.contact_form .city_label, .contact_form .state_label, .contact_form .zip_label {
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.contact_form .city_label {
	width:205px;
}
.contact_form .state_label {
	width:194px;
}
.contact_form .zip_label {
	width:212px;
}
.contact_form .city_input, .contact_form .state_select, .contact_form .zip_input {
	float:left;
	margin-right:10px;
	width:193px;
	margin-bottom:10px;
}
.contact_form .state_select {
	height:25px;
}
.contact_form .additional_label {
	float:left;
	width:100%;
}
.contact_form .additional_textarea {
	float:left;
}
.contact_form .address {
	float:left;
	width:612px;
}

.contact_form button {
	margin-bottom:10px;
}

/*--------------- Events ---------------*/
.events_calendar td {
	height: 31px;
	text-align: center;
	background:#ddd;
	color: #444;
	font-size:12px;
}
.events_calendar th {
	background:#eee;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}
.events_calendar td.date_has_event {
	background:#255087;
}

td.padding {
	background:#ddd;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events_calendar td {
	width:100px;
	height:74px;
}
.events_title {
	border-bottom:dashed 1px #cdcdcd;
	width:200px;
	padding:10px 20px 20px 20px;
}
.events_date {
	font-weight:bold; 
	position:relative; 
	top:3px; 
	color:#255087;
}
.events_title a {
	color:black; 
	position:relative; 
	top:7px;
}
div.viewall {
	display:none;
}

/*------------ User ---------------*/
.login {
	border:1px solid #CDCDCD;
	float:left;
	margin:10px 10px 0 0;
	padding:10px;
	width:300px;
	
}
.login h3 {
	text-align:center;
	padding-bottom:5px;
}

/*-------------- Arrows Navigation ---------*/
#rightarrow, #leftarrow{
    margin-left:-60px;
    outline: medium none;
    position: absolute;
    top: 290px;
    z-index: 2;
}

#rightarrow {
    margin-left: 970px;
}








/*---------------------------------- Fancy Box ------------------------*/
#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('/resources/js/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('/resources/js/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('/resources/js/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('/resources/js/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

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

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/resources/js/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('/resources/js/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('/resources/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/resources/js/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('/resources/js/fancybox/fancybox-x.png');
}

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

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

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

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

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

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

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

/* IE */

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

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

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/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='/resources/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


#zenbox_overlay { top:0; left:0; width: 100%; height: 100%; position: absolute; _position: absolute; z-index: 90000; }
#zenbox_overlay * { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-style:normal; font-variant:normal; font-size: 12px; color:#333;}

#zenbox_main #overlay_header {
  padding:6px 5px 1px 0; background-color:#333; 
  font-weight: bold; height:18px; border: solid 2px #000; 
}
#zenbox_main #overlay_header span {
  float:right; height:20px; padding-right:20px; background: transparent url(/external/zenbox/images/close.png) no-repeat 33px 0; 
  text-decoration:underline; font-size:11px; cursor:pointer; color: #fff; 
}

#zenbox_main #overlay_loading h2 {padding: 10px 0; font-size:28px; }

#zenbox_main { width: 550px; height: 620px; margin: 0 auto; z-index:2; position:relative; }
#zenbox_main div { padding: 5px 20px 0 20px; margin:0; background: #EEE; overflow:none; border-right: solid 2px #000; border-left: solid 2px #000; }
#zenbox_main h2 { margin: 11px 0 7px 0; font-size: 24px; color: #111; font-weight:normal;}
#zenbox_main p  { margin: 7px 20px 0 0; line-height:1.4em;}
#zenbox_main iframe { width: 100%; height: 100%; }

#zenbox_main #overlay_preamble h2, #zenbox_main #overlay_preamble p {text-align:left;} 

#zenbox_screen { top:0; left:0; z-index:1; width: 100%; position: absolute; background-color: #000; opacity: 0.42; filter:alpha(opacity=42); -moz-opacity: 0.42;}

a#zenbox_tab {
  top: 23%; left: 0; width: 45px; height: 108px; border: solid 1px; cursor:pointer; text-indent:-5000px; 
  position: fixed; _position: fixed; z-index: 10000; overflow:hidden; margin-left: -12px;
}
a#zenbox_tab:hover {background-color: #444;}
