.tabBox {
	
	/*
	margin-top:42px;
	margin-bottom:30px;
	*/
}
.tabBox .content
{
	margin-left:10px;

	
}

ul, ul li { margin: 0px; padding: 0px; }
ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/*
 * TAB NAVIGATION
 * 
 */
.vailTabs {
	position:absolute;
	z-index:2000;
	/* margin:-52px 0 0 0; */
	padding:0px;
	_padding:0px 0px 16px 1px;
	/*left: 9px;*/
	_left: 0px !important ;
	left: 3px; /*rk for artf987666 : BR | Resort Map | Styling Issues */
	/*top: 36px;*/
	top: 42px; /*rk for artf987666 : BR | Resort Map | Styling Issues */
	*top: 46px;
	width: 800px;
	_margin-top:5px;
}
.vailTabs ul {
	/* background:transparent url(shadowbox_bg.gif) repeat-x right 52px; */
	/* height:70px; */
	height: 40px;
	
}
.vailTabs li {
	font-size:small;
	float:left;
	/* background: transparent url(tabs2.gif) no-repeat left 0; */
	background: transparent url(/VailResorts/sites/breckenridge/assets/img/tabs3.gif) no-repeat left 0;
	padding: 0 0 0 13px;
	/* height:70px; */
	height: 40px;
	
	
}
.vailTabs li a.tab, .vailTabs li a.tab:visited, .vailTabs li a.tab:hover {
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	float:left;
	/* height:70px; */
	/* padding:32px 15px 16px 0px; */
	padding: 12px 15px 11px 0px;
	border-bottom:none;
	text-decoration:none;
	/* background: transparent url(tabs2.gif) no-repeat right 0; */
	background: transparent url(/VailResorts/sites/breckenridge/assets/img/tabs3.gif) no-repeat right 0;

}
.vailTabs li a.tab img { margin-top:-2px; }
.vailTabs li.on {
	/* background-position: left -70px; */
	background-position: left -42px;
}
.vailTabs li.on a.tab {
	color:#fff;
	/* background-position: right -70px !important; */
	background-position: right -42px !important;
}

/*
 * SHADOW BOX
 * Generic content box with rounded corners and drop shadow
 * 
 */
.shadowBox {
	clear:both;
	position:absolute;
	/* top: 92px; */
	top: 78px; /* rk for artf987666 : BR | Resort Map | Styling Issues */
	_top: 75px;
	margin:0px auto;
	/* min-width:8em;
	max-width:860px; based on image dimensions */
	width: 737px;
	z-index:1;
	/*margin-left:5px; /* default, width of left corner */
	margin-left:-1px; /* rk for artf987666 : BR | Resort Map | Styling Issues */
	*margin-left:1px;
	_margin-top:10px;
	margin-bottom:10px; /* spacing under dialog */

}

html>body .shadowBox {
	*top: 80px; /* rk for artf987666 : BR | Resort Map | Styling Issues */
}
.shadowBox .b, .shadowBox .b div
	{/*background:transparent url(/VailResorts/sites/global/assets/img/shadowbox_bg_btm.gif) no-repeat top right;*/}
.shadowBox .t
	{/*background:transparent url(/VailResorts/sites/global/assets/img/shadowbox_bg.gif) repeat-y;*/}
.shadowBox .body
	{/*background:transparent url(/VailResorts/sites/global/assets/img/shadowbox_top_right.gif) no-repeat top right;_overflow:hidden;*/}
.shadowBox .body .body
	{background:none;}
.shadowBox .content
	/*{background:transparent url(/VailResorts/sites/global/assets/img/shadowbox_content_bg.gif) repeat-y top right;}*/
.shadowBox .content
	{zoom:1;_overflow-y:hidden;
	padding:0px;
	_margin-bottom:-6px;
	*margin-bottom:-6px;
	}

.shadowBox .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:15px; /* top slice width */
	margin-left:-15px;
	height:100%;
	/*_height:2000000px; /* arbitrary long height, IE 6 */
	background-position:top left;	
}

.shadowBox .b /* bottom */
	{position:relative;width:100%;}

.shadowBox .b, .shadowBox .b div {
	height:3px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowBox .b 
	{background-position:bottom right;}

.shadowBox .b div {
	position:relative;
	width:15px; /* bottom corner width */
	margin-left:-15px;
	background-position:bottom left;
}

.shadowBox .hd, .shadowBox .bd, .shadowBox .ft
	{position:relative;}

.shadowBox .body {
	padding:5px 0px 0 4px;
	*padding-bottom:2px;
}
.shadowBox .body:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.shadowBox .body {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .shadowBox .body{height: 1%;}
.shadowBox .body{display: block;}
/* End hide from IE-mac */

