@import url("lightboxtop.css");
@import url("rich_content.css");
/*  
This page provides styles which can be used on all Subject Template pages, carat-link styles, something for the Warehouse Sale page, and a few legacy styles that shouldn't bother anybody and are probably used somewhere on the site. */

/* Basic Styles begin here.
This first section sets general typography for all content. To use these styles, all editorial content must be wrapped in a <div> tag, and assigned the class of ".sbj". Alternatively, a Subject page can be created using a table-based layout, and the main table can be assigned a class of "sbjTable" [or "sbjT" for a more chart-based presentation]. Styles will be applied to the div's [or table's] content, depending on the html tags used and the cascade styles below. Not all html tags have been defined [for example, there's no current spec for <h1> as of this writing]. These styles can be addended, revised, or superceded by the use of embedded or inline styles in the html doc.
*/

.sbj {
	FONT-SIZE: 9pt;
	LINE-HEIGHT: 166%;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	position: relative;
	width: 580px;
	padding: 0 10px 0 10px;
	}
.sbjT {
	FONT-SIZE: 9pt;
	LINE-HEIGHT: 166%;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	position: relative;
	width: 600px;
	padding: 0 10px 0 10px;
	color:#000000;
	}
.sbjT TD {
	vertical-align: top;
	}
.sbj p {
	color: #000000;
	margin:.25em 0 0 0;
	text-indent:0;
	}
.sbjT p {
	color: #000000;
	margin:.0 0 0 0;
	}
.sbj a {
	color: #527a38;
	TEXT-DECORATION: underline;
	}
.sbjT a {
	color: #527a38;
	TEXT-DECORATION: underline;
	}
.sbj h2 {
	font-size:150%;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #527a38;
	margin: .25em 0 0 0;
	text-align:left;
	}
.sbj h3 {
	font-size:110%;
	line-height:133%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #527a38;
	margin: 1em 0 0 0;
	text-align:left;
	}	
.sbj h4 {
	font-size:110%;
	line-height:133%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#989853;
	margin: 1em 0 0 0;
	padding: .2em .5em .2em .5em ;
	text-align:left;
	}	
.sbj UL {
	padding: 0 0 0 0;
	margin: .5em 0 0 10px;
	}
.sbj UL LI {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
.sbj OL {
	padding: 0 0 0 0;
	margin: .5em 0 0 10px;
	}
.sbj OL LI {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
.sbj OL UL LI {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
.sbj LI span {
	color:#000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight:normal;
	}
.sbj UL float_L {
	margin: 10px 10px 0 0;
	padding: 0 0 0 0;
	}
.sbj hr {
	margin: 10px 0 0 0;
	color: #BBBB82;
	background-color: #BBBB82;
	border: #bbbb82;
	}	
.sbjHeader {
	margin-top: 10px;
	}
.sbj dl {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	}
.sbj dt {
	font-weight: bold;
	}
.sbj dd {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	}
		
.sbjTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:120%;
	text-align: left;
	width: 100%;
	padding: 0;
	margin:0;
	
	}
.sbj TH {
	FONT-SIZE: 9pt;
	font-weight: 900;
	line-height:110%;
	color: #527E38;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4A79F;
	padding: 3px 3px 3px 3px;
	margin: 0;
	vertical-align:text-top;
	}
.sbj TD {
	FONT-SIZE: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4A79F;
	padding: 3px 3px 3px 3px;
	margin:0;
	vertical-align:text-top;
	}
.sbjT TD {
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #B4A79F;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.sbjSup {
	font-size: 80%;
	vertical-align: top;
	display: inline;
	top: -2px;
	position: relative;
	}
.sbjTable2 {
	border-top:6px solid #D02333;
	margin-top:6px;
	vertical-align: top;
	}
.sbjTable2 TD {
	border-bottom:1px solid #D02333;
	}
.sbj blockquote {
	margin: 10px 40px 10px 40px;
	padding: 0 0 0 0;
	}	
/* Basic Styles end here.*/
	
	
/* Monetate Testing styles begin here */
#monetate_ChatControlGroup { display: block; }
#monetate_ChatTestGroup { display: none; }

/* Monetate Testing styles end here */	

/* Begin Element styles here. Includes carat links [with hover states, using carat as a background image], some sidebar classes and styles   */
.redlist{
	color:#D02433;
	font-weight:bold;
	}
.greenlist{
	color:#527E38;
	font-weight:bold;
	}
.caratlinks {
	margin:10px 10px 0 10px;
	padding:0 0 0 10px;
	}
.caratop{
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #DAAD79;
	display:block;
	margin:0 0 5px 0;
	}
.caratlinks li{
	margin:0 0 0 0;
	padding:0 0 0 10px;
	list-style:  url(none) none outside;
	}
.caratlinks li a {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background-image:  url(http://www.orvis.com/orvis_assets/Images/greencarrot_10x10.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
    BACKGROUND-POSITION: left 6px;
	display:inline-block;
	line-height:120%;
	}
.caratlinks li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-image:  url(http://www.orvis.com/orvis_assets/Images/redcarrot_10x10.gif);
	}	
.caratlinks dt a {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	background-image:  url(http://www.orvis.com/orvis_assets/Images/greencarrot_10x10.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
    BACKGROUND-POSITION: left 4px;
	display:inline-block;
	line-height:120%;
	}
.caratlinks dt a:hover {
	font-weight: bold;
	text-decoration: none;
	background-image:  url(http://www.orvis.com/orvis_assets/Images/redcarrot_10x10.gif);
	}	
.caratlinks dd {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	font-size:95%; line-height:133%;
	}
.sidebar_R {
	float: right;
	clear:right;
	background-color:#FFFFFF;
	}
.sidebar_R div{
	margin: 10px 0 10px 20px;
	padding: 10px 20px 10px 20px;
	border:1px solid #527E38;
	}
.sidebar_R img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.sidebar_R p {
	font-size:80%;
	line-height:110%;
	text-indent:0;
	text-align:center;
	}
.sidebar_L {
	float: left;
	clear:left;
	}
.sidebar_L div{
	margin: 10px 20px 10px 0;
	padding: 10px 20px 10px 20px;
	border:1px solid #527E38;
	}
.sidebar_L p {
	font-size:80%;
	line-height:110%;
	text-indent:0;
	text-align:center;
	}
/* end Element styles here. */


/* begin a few structural styles here.
    Including floats and clears for layout control */
.float_R {
	float: right;
	margin: 10px 0 0 10px;
	clear:right;
	}
.float_L {
	float: left;
	clear:left;
	margin: 10px 10px 0 0;
	}
.clear {
	clear:both;
	line-height:1px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}	
/* end a few structural styles here. */


#thispage {
	color:#999999;
	text-decoration: none;
	}	

/* begin global style for image links without borders */
a img {
	border:0px
	}
/* end global style for image links without borders */


/* Begin Warehouse Sales Styles, see http://stagingus/intro.asp?subject=425  */
.outletH3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #989853;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	}
.outletsale {
	width: 100%;
	border-bottom: 1px solid #BBBB82;
	margin:0;
	padding:0;
	}
.outletsale dt {
	float:left;
	clear: left;
	margin:  0 0 10px 0;
	padding: 5px 0 0 0px;
	width: 100px;
	font-size: 90%;
	line-height: 100%;
	border-top: 1px solid #BBBB82;
	color: #527e38;
	}	
.outletsale dd {
	display: block;
	margin:  0 0 0px 110px;
	padding: 5px 0 0 10px;
	border-top: 1px solid #BBBB82;
	text-align: left;
	text-indent: 0px;
	}	
	/* Hide from IE5-mac. Only IE-win sees this. \*/
    * html .outletsale dt {
    margin-right: -3px;
    }
    * html .outletsale dd {
    height: 1%;
    margin-left: 0;
    }
    /* End hide from IE5/mac */
.outletsale dd .emphasis {
	font-weight: bold;
	color: #527e38;
	}	
/* End Warehouse Sales Styles  */

/* Old Styles for "About Orvis" http://stagingus/intro.asp?subject=261 */
.imgRight {
	float: right;
	margin-left: 10px;
	}
.imgLeft {
	float: left;
	margin-right: 10px;
	}
	
/* begin style for footer on all subject pages */
blockquote {
	margin:0 10px 0 10px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt; 
	line-height:133%;
	}
/* end style for footer */

/*BazaarVoice Override*/
.SubjectReviews {
	width: 817px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	}

.SubjectReviewsWithBorder {
	width: 815px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #e6e6cc;
	}
	

/* Begin Calendar Events */
.subject_event_calendar_container
{
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:White; /*#e9e9e9;*/
	z-index:2000;
}   
   
.subject_event_calendar_container .menu_container 
{
	width:100%;
	margin:0;
	position:static;
}

.event_calendar_thumbnail_container
{
	padding:3px 3px 4px 9px;
	position:relative;
}

.event_calendar_thumbnail
{	
	margin:6px;
	float:left;
}

.event_calendar_thumbnail div
{
	/*height:167px;width:264px;*/	
}

.event_calendar_title
{
	position:absolute;left:5px;top:-24px;font-family:Arial;color:White;font-size:11px;font-weight:bold;
}

.event_calendar_close_button
{
	position:absolute;
	top:-30px;
	right:0px;
}

.event_calendar_modal_background
{
	z-index:500;
	position:absolute;
	top:0px;left:0px;
	width:100%;height:100%;
	background-color:#000000;
	padding:0px;margin:0px;
}

.event_calendar_placeholder_img
{
	z-index:2000;width:4px;height:3px;
}

.event_calendar_container {}
.event_calendar_top_border {width:100%;height:4px;position:absolute;top:-4px;background:url(/orvis_assets/images/menu_border_top.png) repeat-x top left;}
.event_calendar_bottom_border {width:100%;height:4px;position:absolute;bottom:-4px;background:url(/orvis_assets/images/menu_border_bottom.png) repeat-x bottom left;}
.event_calendar_left_border {width:4px;height:100%;position:absolute;left:-4px;background:url(/orvis_assets/images/menu_border_left.png) repeat-y top left;}    
.event_calendar_right_border {width:4px;height:100%;position:absolute;right:-4px;background:url(/orvis_assets/images/menu_border_right.png) repeat-y top right;}
.event_calendar_top_left_corner {width:4px;height:4px;position:absolute;top:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_upper_left.png) no-repeat top left;}    
.event_calendar_top_right_corner {width:4px;height:4px;position:absolute;top:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_upper_right.png) no-repeat top right;}
.event_calendar_bottom_left_corner {width:4px;height:4px;position:absolute;bottom:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_lower_left.png) no-repeat bottom left;}    
.event_calendar_bottom_right_corner {width:4px;height:4px;position:absolute;bottom:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_lower_right.png) no-repeat bottom right;}
 
/*upcoming events*/
.event_calendar_events
{
 	font-family:Arial;
 	color:#666666;
 	font-size:11px;
}

.event_calendar_event_separator
{
 	height:10px;
}
 
.event_calendar_events a
{
	color:#666666;
}
 
.event_calendar_sumary
{
 	font-size:12px;
 	font-weight:bold; 	
}
 
.event_calendar_date
{
 	padding-bottom:6px;
}
/* End Calendar Events */

/* Begin CMS style */
/*
.subj_nav_test_vid
{
	width:213px;
	float:left;
	border:2px solid #e6e6e6;
}

.subj_resource_vid
{
	width:500px;
	float:left;
	background-color:#efefef;
	border:2px solid #e6e6e6;
}

.subj_resource_vid .vid_thumbnail
{	
	margin:6px 6px 6px 35px;
	float:left;
}
*/
/* End CMS style */

/* Begin Subject Accordion */

.subject_accordion {	
	border: 1px solid #EFEFEF;
    float: none;
    margin: 0 3px;
    width: 100%;
}

.subject_accordion_separator {
	height:3px;
}

.subject_accordion .accordion_toggle {
	background: url('/orvis_assets/images/plus_pad.gif') no-repeat scroll right center #FFFFFF;
    color: #264601;
    cursor: pointer;
    float: none;
    font-family: 'RobotoCondensed', Arial, Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 11px 30px 11px 16px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.subject_accordion .accordion_toggle_active { 
    background: url('/orvis_assets/images/minus_pad_white.gif') no-repeat right center #FFFFFF;
    color: #264601;
    cursor: pointer;
    float: none;
    font-family: 'RobotoCondensed', Arial, Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 11px 30px 11px 16px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.subject_accordion .accordion_toggle_transition { 
    background: url('/orvis_assets/images/minus_pad_white.gif') no-repeat right center #FFFFFF;
    color: #264601;
    cursor: pointer;
    float: none;
    font-family: 'RobotoCondensed', Arial, Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 11px 30px 11px 16px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.subject_accordion .accordion_content {	
	/*width: 270px;*/
	width:auto;
	float: none;
	background: #FFF;
	padding:0px 13px 0px 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*display: none;*/
	color:#333333;
	overflow:hidden;
	/*border: 1px solid #cedaca;*/
	border:none;
	text-align:left;
	}
.subject_accordion .accordion_content a {text-decoration:underline;color:#666666; /*#8a8686 originally*/}
.subject_accordion .accordion_content a:hover {text-decoration:none;}
.subject_accordion .accordion_content table { width:100%;margin-bottom:12px; }
.subject_accordion .accordion_content td { margin:0px; padding:0px;line-height:20px;text-align:left;}
    
/* End Subject Accordion */

/* Begin Slideshow Gallery */
.subject_sg_container
{
	position:fixed;
	margin:0px;
	padding:0px;
	background-color:Black;
	z-index:2000;
}   
   
.subject_sg_container .menu_container 
{
	width:100%;
	margin:0;
	position:static;
}

.sg_thumbnail_container
{
	padding:3px 3px 4px 9px;
	position:relative;
}

.sg_thumbnail
{	
	margin:3px;
	float:left;
	cursor:pointer;
}

.sg_thumbnail div
{
	/*height:167px;width:264px;*/	
}

.sg_title
{
	width:100%;
	text-align:center;
}

.sg_close_button
{
	position:absolute;
	top:-30px;
	right:0px;
}

.sg_modal_background
{
	z-index:500;
	position:absolute;
	top:0px;left:0px;
	width:100%;height:100%;
	background-color:#000000;
	padding:0px;margin:0px;
	overflow:hidden;
}

.sg_placeholder_img
{
	z-index:2000;width:4px;height:3px;
}

.sg_player_container_image
{
	/*width:733px;
	height:413px;*/
	width:400px;
	height:230px;
}

.sg_image_count
{
	position:absolute;left:5px;top:-24px;font-family:Arial;color:White;font-size:11px;font-weight:bold;
}

.sg_placeholder_left_div
{
	z-index:3000;position:absolute;left:0px;top:0px;background-color:White;
}

.sg_prev_button
{
	z-index:2000;position:absolute;left:0px;width:95px;height:88px;background:url('/orvis_assets/images/prev_inactive_sprite_1.png') no-repeat top left;
}

.sg_placeholder_right_div
{
	z-index:3000;position:absolute;right:0px;top:0px;background-color:White;
}

.sg_next_button
{
	z-index:2000;position:absolute;right:0px;width:95px;height:88px;background:url('/orvis_assets/images/next_inactive_sprite_1.png') no-repeat top left;
}

.sg_container {}
.sg_top_border {width:100%;height:4px;position:absolute;top:-4px;background:url(/orvis_assets/images/menu_border_top.png) repeat-x top left;}
.sg_bottom_border {width:100%;height:4px;position:absolute;bottom:-4px;background:url(/orvis_assets/images/menu_border_bottom.png) repeat-x bottom left;}
.sg_left_border {width:4px;height:100%;position:absolute;left:-4px;background:url(/orvis_assets/images/menu_border_left.png) repeat-y top left;}    
.sg_right_border {width:4px;height:100%;position:absolute;right:-4px;background:url(/orvis_assets/images/menu_border_right.png) repeat-y top right;}
.sg_top_left_corner {width:4px;height:4px;position:absolute;top:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_upper_left.png) no-repeat top left;}    
.sg_top_right_corner {width:4px;height:4px;position:absolute;top:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_upper_right.png) no-repeat top right;}
.sg_bottom_left_corner {width:4px;height:4px;position:absolute;bottom:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_lower_left.png) no-repeat bottom left;}    
.sg_bottom_right_corner {width:4px;height:4px;position:absolute;bottom:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_lower_right.png) no-repeat bottom right;}
/* End Slideshow Gallery */ 

/* Begin Weather */

.weather_loading
{
    padding-top:20px;
}

.weather_current
{
	font-family:Arial;font-size:10px;
}

.weather_current a
{
	color:Blue;
}

.weather_temp_pad
{
	padding-left:12px;
}

.weather_temp
{
	font-weight:bold;font-size:16px;
}

.weather_condition
{
	 font-size:12px;
}

.weather_forecast_container
{
	font-family:Arial;font-size:10px;margin:10px;width:100px;max-width:100px;height:150px;
}

.weather_day_of_week
{
	font-weight:bold;font-size:16px;
}

.weather_day
{
	font-size:14px;
}

.weather_hi_lo
{
	 font-weight:bold;font-size:16px;
}

.weather_hi_lo_slash
{
	color:#c0c0c0;
}

.weather_forecast_separator
{
	border:1px solid #c0c0c0;
}

.subject_weather_container
{
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:White; /*#e9e9e9;*/
	z-index:2000;
}   
   
.subject_weather_container .menu_container 
{
	width:100%;
	margin:0;
	position:static;
}

.weather_thumbnail_container
{
	padding:3px 3px 4px 9px;
	position:relative;
}

.weather_thumbnail
{	
	margin:6px;
	float:left;
}

.weather_thumbnail div
{
	/*height:167px;width:264px;*/	
}

.weather_title
{
	position:absolute;left:5px;top:-24px;font-family:Arial;color:White;font-size:11px;font-weight:bold;
}

.weather_close_button
{
	position:absolute;
	top:-30px;
	right:0px;
}

.weather_modal_background
{
	z-index:500;
	position:absolute;
	top:0px;left:0px;
	width:100%;height:100%;
	background-color:#000000;
	padding:0px;margin:0px;
}

.weather_placeholder_img
{
	z-index:2000;width:4px;height:3px;
}

.weather_container {}
.weather_top_border {width:100%;height:4px;position:absolute;top:-4px;background:url(/orvis_assets/images/menu_border_top.png) repeat-x top left;}
.weather_bottom_border {width:100%;height:4px;position:absolute;bottom:-4px;background:url(/orvis_assets/images/menu_border_bottom.png) repeat-x bottom left;}
.weather_left_border {width:4px;height:100%;position:absolute;left:-4px;background:url(/orvis_assets/images/menu_border_left.png) repeat-y top left;}    
.weather_right_border {width:4px;height:100%;position:absolute;right:-4px;background:url(/orvis_assets/images/menu_border_right.png) repeat-y top right;}
.weather_top_left_corner {width:4px;height:4px;position:absolute;top:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_upper_left.png) no-repeat top left;}    
.weather_top_right_corner {width:4px;height:4px;position:absolute;top:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_upper_right.png) no-repeat top right;}
.weather_bottom_left_corner {width:4px;height:4px;position:absolute;bottom:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_lower_left.png) no-repeat bottom left;}    
.weather_bottom_right_corner {width:4px;height:4px;position:absolute;bottom:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_lower_right.png) no-repeat bottom right;}

/* End Weather */

/* Begin Upcoming Events */

.upcoming_events_loading
{
    padding-top:20px;
}

.upcoming_events
{
 	font-family:Arial;
 	color:#333333;
 	font-size:11px;
}

.upcoming_events_separator
{
 	height:10px;
}
 
.upcoming_events a
{
	color:#666666;
}
 
.upcoming_events_sumary
{
 	font-size:12px;
 	font-weight:bold; 	
}
 
.upcoming_events_date
{
 	padding-bottom:6px;
}
/* End Upcoming Events */


