/* Branding styles used on section and archive page */

#sam-splash .header {
	background-color: #000;
	margin: 15px 0 8px;
	padding: 0;
	height: 30px;
}

#sam-splash .header h3, #sam-splash .header h2 {
	margin: 0;
	padding: 4px 0 0 0;
}

#sam-splash .header h2 {
	position: relative;
	z-index: 220;
}

#sam-splash .header h2 img {
	position: absolute;
	top: -19px;
	left: 5px;
	z-index: 100;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

#sam-splash .header h3 {
	margin-left: 153px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#sam-splash .header h3 span{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* Unique styles for overlapping of SAM logo */

#sam-splash .overlap .header {
	margin: 15px 0 4px;
}

#sam-splash .overlap .header h2 img {
	position: absolute;
	top: -28px;
	left: 5px;
	z-index: 100;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

#sam-splash .overlap .header h3 {
	margin-left: 183px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.filter-title {
	font-weight: bold;
	padding-left: 150px;
	display: inline;
}

/* For search results */

body.shop-a-matic #content-primary-tight {
	padding: 5px;
}

#sam-splash {
	/* width: 586px; --- Ian changed this on 8/17/07 */
	width: 582px;
	font: 11px bold Arial, Helvetica, sans-serif;
}

#sam-splash.sam-archive { /* Ian added this on 8/17/07 */
	width: 581px !important;
}



dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	padding: 0px 0pt 23px 150px;
	width: 90%;
}

#menu dl {
	float: left;
}

#menu dt.filter-function {
	font-weight: bold;
	padding-right: 0;
}

#menu dt.all a.all_active {
    color: black;
    padding-left: 5px;
    text-decoration: underline;
}


#menu dt span.all_inactive {
	cursor: default;
	padding: 0 12px 0 .4em; 
	margin: 0;
	color: #919191;
	display: block;
	height: 100%;
}

#menu dt a.active {
	cursor: default;
	padding: 0 12px 0 .4em; 
	margin: 0;
	border-right: 1px solid #ccc; 
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/shopamatic-filter-arrow.gif") no-repeat 95% 50%;
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	z-index: 1200;
}

#menu dt a.inactive {
	cursor: default;
	padding: 0 12px 0 .4em; 
	margin: 0;
	border-right: 1px solid #ccc; 
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/GrayDownArrow.gif") no-repeat 95% 50%;
	color: #919191;
	text-decoration: none;
	display: block;
	height: 100%;
	z-index: 1200;
}

#menu dt a.active:hover {
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/shopamatic-filter-arrow.gif") no-repeat 95% 50% #feea50;
}

#menu dt.all {
	text-decoration: none;
}

#menu dt.all a:hover {
	background: none;
}

#menu dt a.current {
	background: #feea50;
}

#menu dd {
	display: none;
	/* width: 92px; */
	position:absolute;
	z-index:1000;
}

#menu ul {
	background: #fff;
	border: solid #eeece9;
	border-width: 0px 1px 1px 1px;
	margin:1px 0 0 0;
}

#menu li {
	position:relative;
	text-align: left;
	background: #fff;
	line-height:14px;
	display:block;
	width: 128px;
	border-top: 1px solid #eeece9;	
}

#menu li a {
	line-height: 14px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 4px 0px 4px;
	width: 120px;
	position: relative;	 
}

#menu li a.subcategory {
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/bullet-sm-black.gif") no-repeat 4px 50%;
	padding-left: 15px;
	font-weight: normal;
	width: 110px;
}

#menu li.current a {
	background: #feea50;
}

#menu li a:hover {
	background: #fef096;
	cursor: default;
}

#menu li a.subcategory:hover {
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/bullet-sm-yellow.gif") #fef096 no-repeat 4px 50%;
	padding-left: 15px;
	font-weight: normal;
	width: 110px;
}

.breadcrumbs {
	padding: 0 2px;
	clear: left;
}

.breadcrumbs ul, .breadcrumbs ul li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.breadcrumbs ul li {
	display: inline;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.breadcrumbs ul li a {
	color: #000;
}


/*
.breadcrumbs ul li a.undo {
	color: #000;
	text-decoration: none;
    font-weight: bold;
    color: #FF4500;
    font-size: 11px;
    font-family: Arial, Helvatica;
    padding-left: 1px;
}

.breadcrumbs ul li span.undo {
	color: #000;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial, Helvatica;
    padding-left: 1px;
}
*/

.breadcrumbs ul li a.undo {
	padding: 0 4px 0 1px;
	border-right: 1px solid #CCCCCC;
}

#sam-splash .breadcrumbs ul li a.undo img {
	border: none;
}

.breadcrumbs ul li.first-filter {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.breadcrumbs ul li.first-filter a {
	text-decoration: underline;
}

.breadcrumbs .colon {
	font-size: 18px;
	font-weight: bold;
}

.breadcrumbs ul li.link-slideshow a {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff4e36;
	padding-left: 7px;
	border: none;
}

.info-bar {
	clear: left;
	float:left;
	padding: 2px 0;
}

.info-bar ul, info-bar ul li {
	list-style: none; 
	margin: 0 0 5px; 
	padding: 0; 
}

.info-bar ul.results-info {
	margin: 3px 0 3px; 
}

.info-bar ul.results-info li {
	display: inline;
}

.info-bar ul.results-info li.sortby {
	float: left;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 2px;
}

.info-bar ul.results-info li.value {
	padding: 0 10px 0 .4em; 
	margin: 0;
	float: left;
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/shopamatic-filter-arrow.gif") no-repeat 100% 50%;
}

.info-bar ul.results-info li.value-rev {
	padding: 0 10px 0 .4em; 
	margin: 0;
	float: left;
	font-weight:bold;
}

.info-bar ul.results-info li.value-rev a{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

.info-bar ul.results-info li.value a {
	color: #000;
	text-decoration: none;
}

.info-bar ul.results-info li.nowshowing {
	float: right;
	border-right: 1px solid #ccc; 
	margin: 0pt 5px;
	padding: 0pt 5px;
}

.info-bar ul.results-info li.pagination {
	float: right;
	font-weight: bold;
}

.info-bar ul.results-info li.pagination span a {
	color: #000;
	font-weight: normal;
}


.black-bar {
	border-bottom: #000 solid 4px;
	clear:left;
}


#thumb-images {
	clear:left;
	margin: 0 -5px 6px 1px;
	background: #fff;
}

	/* 
	Hack for IE6 needs to be moved into patch file
	.thumb-images {
		 margin: 5px -7px 5px -2px; 
	}
	 */

#thumb-images ul.filter-results {
	margin:0;
	padding:0;
}

#thumb-images ul.filter-results li {
	float:left;
	position:relative;
	margin:0 2px 2px 0;
	padding:0;
	width:114px;
	height: 114px;
}

#thumb-images ul.filter-results li img, #thumb-images ul.filter-results li a img {
	margin:0;
	padding:0;
	border:1px solid #fff;
}

#thumb-images ul.filter-results li a:hover img {
	border:1px solid #888888;
}

#thumb-images ul.filter-results li span {
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 10;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 3px 4px;
	text-align: left;
}

/* For archive/splash page */


/* replace chunk starts here - Ian */

.lead p	{
	margin: 0;
	padding: 0 0 5px;
}

.lead p a {
	display:block;
	position: relative;
	height: 292px;
	width:581px;
	overflow: hidden;
}

.lead p a span {
	display: block;
	bottom: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 45px;
	margin: 0pt;
	padding: 4px 6px;
	position: absolute;
	right: 0px;
	text-align: left;
	z-index: 1000;
	cursor:pointer;
}

.lead p a span.smaller {
	font-size: 36px;
}

.lead p a span  {
	background: #000 url("http://images.nymag.com/gfx/sect/shop/a-matic/bigGrayArrow.gif") no-repeat 99% 55%;
	color: #fff;
	text-decoration: none;
	padding-right: 19px;
}

.lead p a:hover span, .lead p a:hover  {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.lead p a:hover  {
	text-decoration: none;
}

.pic-archive {
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	/* height: 194px; */
}

.pic-archive table {
	width: 581px;
}

#sam-splash .pic-archive table img, #sam-splash .lead p img {
	border: none;
}

.pic-archive .subhead {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 3px 0 2px;
}

.pic-archive ul, .pic-archive ul li {
	list-style: none;
	padding: none;
	margin: none;
	float: left;
}

.pic-archive td a {
	display: block;
	position: relative;
	width: 143px;
	border-right: 3px solid #fff;
}

.pic-archive td.last a {
	border-right: none;
}

.pic-archive td h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 4px;
	text-transform: uppercase;
	color: #e9e9e9;
	text-decoration: none;
	background-color: #000000;
	margin: 0 0 3px;
	border-top: 1px solid #666;
	position: relative;
}

.pic-archive td h5 span, .pic-archive td h5 b {
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/smWhiteArrow.gif") no-repeat 98.5% 50%;
	padding-right: 10px;
}

.pic-archive td a:hover h5	{
	background-color: #E8E8E8;
	color: #000000;
	border-top: 1px solid #fff;
	text-decoration: none;
}

.pic-archive td a:hover span, .pic-archive td a:hover b	{
	background: url("http://images.nymag.com/gfx/sect/shop/a-matic/smBlackArrow.gif") no-repeat 98.5% 50%;
	text-decoration: none;
}

/* replace chunk ends here - Ian */

.more ul, .more ul li {
	list-style: none;
	padding: none;
	margin: none;
}

.more .head {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

.more ul li {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #336699;
}

.more ul li.last {
	padding-bottom: 10px;
}

.more ul li.subhead {
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
}



/* ------------------------------ Beginning of Shop-A-Matic Category Module Styles ---------------------------- */

.sam-categories {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;	
	padding: 8px 8px 8px 8px;
	margin: 0 0 8px 0;
	clear:left;
	overflow:visible;
	border-bottom:3px solid #000;
}

.sam-categories p{
	margin: 8px 0 2px 0;
}

.sam-categories h4.banded {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform: capitalize;
	padding: 6px 4px 6px 12px;
	margin:-8px -11px 8px -7px;
}

/* Styles for thumbnail Category List */

.sam-categories table,
.sam-categories table td,
.sam-categories td p {
	margin:0;
	padding:0;
	border:none;
}

.sam-categories table td img {
	opacity: .40;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.40);		
}

.sam-categories table td.highlight img {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);	
}

.sam-categories table {
	border-collapse:seperate;
	margin:0;
	padding:0;
	background-color:#fff;
}

.sam-categories table td {
	border:none;
}

.sam-categories table td p{
	position:relative;
}

.sam-categories table td.highlight span {
	display:block;
}

.sam-categories table td span {
	position:absolute;
	z-index:200;
	bottom:2px;
	left: 2px;
	background-color:#000;
	color:#fff;
	padding: 3px;
	display:none;
	font-weight:bold; 
	white-space:nowrap;
}

/* Styles for SAM Category dropdown List */

.sam-categories ul#additonal-choices{
	list-style-type:none;
	margin:0;
	padding:0;
	margin: 0;
	position:relative;
}

.sam-categories ul#additonal-choices li,
.sam-categories ul#additonal-choices li select {
	float:left;
	margin: 0 4px 0 0;
}


/* ------------------------------ Beginning of Shop-A-Matic gallery styles ---------------------------- /*

/* Shop-A-Matic Slideshow Gallery Header and brading styles */

#shopamatic_gallery_wrap #slide-header-wrap {
	background-color: #000;
	margin-top: 15px;
	margin-left: 10px;
	padding: 6px 0 12px 0;
	height: 12px;
	width: 728px;
	position:absolute;
}

#shopamatic_gallery_wrap #slide-header-wrap .branding,
#shopamatic_gallery_wrap #slide-header-wrap .slide-nav-wrap,
#shopamatic_gallery_wrap #slide-header-wrap .slide-count,
#shopamatic_gallery_wrap #slide-header-wrap .branding h1,
#shopamatic_gallery_wrap #slide-header-wrap .branding h2{
	float:left;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav{
	float:right;
	margin-right:10px;
	margin-left:108px;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-count {
	float:right;
}

#shopamatic_gallery_wrap .branding h1 {
	position:relative;
	margin:0;
	padding:0;
}

#shopamatic_gallery_wrap .branding h2 {
	margin: 0 0 0 145px;
	padding:0;
}

#shopamatic_gallery_wrap .branding h1 img {
	position:absolute;
	top:-22px;
	left:5px;
	z-index:100;
	margin:0;
	padding:0;
	background-color:transparent;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav ul#slide_navigation {
	margin:0;
	padding:0;
	list-style-type:none;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav ul#slide_navigation li {
	display:inline;
	letter-spacing:1px;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav ul#slide_navigation li a{
	text-decoration:underline;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav ul#slide_navigation li.previous a {
	padding-right: 7px;
	border-right: 1px solid #e9e9e9;
}

#shopamatic_gallery_wrap #slide-header-wrap .slide-nav ul#slide_navigation li.next a {
	padding-left: 7px;
}

/* Shop-A-Matic Slideshow Core Content styles */

#shopamatic_gallery_wrap {
	position:relative;
	width:748px;
	height: 598px;
	font-family:Arial, Helvetica, sans-serif;
}

.sam-gallery .gallery-content {
	position:absolute;
	left: 453px;
	top:58px;
	width: 265px;
	height: 428px;
	overflow:auto;
}


#shopamatic_gallery_wrap .gallery-image {
	position:absolute;
	top:58px;
	left: 10px;
	width:428px;
	height:428px;
	text-align:center;
	background-color: #000;		
}

#shopamatic_gallery_wrap .gallery-image img{
	display:block;
	margin: 0 auto;
}

#shopamatic_gallery_wrap .item-description {
	padding-right:10px;
}

#shopamatic_gallery_wrap .gallery-adslot {
	position:absolute;
	top:500px;
	left: 10px;
	width:728px;
	height:90px;
}

#shopamatic_gallery_wrap .item-description .line-break {
	display: block;
}

/* Shop-A-Matic Slideshow Font formatting styles */

#shopamatic_gallery_wrap h2{
	font-size: 14px;
	text-transform: uppercase;
}

#shopamatic_gallery_wrap .slide-nav ul#slide_navigation li a {
	font-size:11px;
}

#shopamatic_gallery_wrap .slide-nav ul#slide_navigation li a,
#shopamatic_gallery_wrap h2{
	font-weight: bold;	
}

#shopamatic_gallery_wrap .slide-count {
	font-size: 11px;
	color: #C0C0C0;
}
 
#shopamatic_gallery_wrap p {
	font-size: 11px;
	margin: 3px 0;
}

#shopamatic_gallery_wrap .item-description h3 {
	font: 21px bold Arial, Helvetica, sans-serif;
	margin: 0 0 13px 0;
	padding: 0;
	line-height: 20px;
}

#shopamatic_gallery_wrap .item-description p a {
	text-decoration: underline;
}

#shopamatic_gallery_wrap .all-photos .strong {
	font-weight: bold;
} 

/* Shop-A-Matic Slideshow Additional styles (Thumbnail view and toolbox styles) */

#shopamatic_gallery_wrap .all-photos ul#thmbView {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#shopamatic_gallery_wrap .all-photos ul#thmbView li {
	display: inline;
	margin-right: 5px;
}

#shopamatic_gallery_wrap .all-photos ul#thmbView li img{
	border: none;
	margin: 0;
	padding: 0;
}

#shopamatic_gallery_wrap .tools ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#shopamatic_gallery_wrap .tools ul li {
	display: inline;
}

#shopamatic_gallery_wrap .tools ul li a{
	color: #ff4e36;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #FF6600;
	padding: 0 6px 0 0;	
}

#shopamatic_gallery_wrap .all-photos {
	margin-top: 20px;
}

#shopamatic_gallery_wrap .tools ul li.last a{
	border: none;
	padding-left: 6px;	
}

/* Default Color scheme for whole feature */

#sam-splash .header h3,
#sam-splash .overlap .header h3,
#shopamatic_gallery_wrap .slide-nav ul#slide_navigation li a,
#shopamatic_gallery_wrap h2,
.sam-categories h4.banded {
	color: #e9e9e9;
}

/* Shopamatic slideshow update */

	.slide-nav { height:67px; background:transparent url(http://images.nymag.com/gfx/sect/shopamatic/dotted-repeat.gif) repeat-x scroll 0 48px;}
	.previous {float: left; margin-right: 8px;}
	.previous a {width:35px; height:35px; background:url(http://nymag.com/gfx/sect/shopamatic/sam-slideshow-arrows.gif) no-repeat scroll 0px 0px; display:block;}
	.next a {float:left; width:35px; height:35px; background:url(http://nymag.com/gfx/sect/shopamatic/sam-slideshow-arrows.gif) no-repeat scroll -35px 0px; margin-right:20px;}
	.next a:hover {background:url(http://nymag.com/gfx/sect/shopamatic/sam-slideshow-arrows.gif) no-repeat scroll -35px -35px;}
	.previous a:hover{
		background:url(http://nymag.com/gfx/sect/shopamatic/sam-slideshow-arrows.gif) no-repeat scroll 0px -35px; text-decoration:none;
	}
	#slide-count {
		/* paddin g-top:10px; */
		position:relative;
		top:10px;
	}
	#shopamatic_gallery_wrap .slide-count {
		width:100px;
		float:right;
		position:relative;
		right:50px;
		color:#5b5b5b;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	#gallery-container .slide-nav .loading { left:240px; position:absolute; top:7px; display:none; }
	
    /* INTERSTITIAL */

    body.interstitial #shopamatic_gallery_wrap { display: none; }
    #interstitial { display: none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px;  background: #0c0c0c; z-index: 9999;}
    #interstitial .interstitial-head { height: 51px; position:relative; margin: 0 auto; width: 740px; padding-left: 10px; }
    #interstitial .interstitial-head h1 a { border-right: 0; position:absolute; top:9px;  } 
    #interstitial .interstitial-head a.continue-link { color:#FF4E36;font-size:16px;position:absolute;right:10px;text-transform:uppercase;top:15px; }
    #interstitial .interstitial-head a.continue-link:hover { text-decoration:underline; }
    #interstitial .ad-container { width: 750px; border-top: 1px #363636 solid; border-bottom: 1px #363636 solid; text-align: center; margin: 0 auto; padding: 70px 0px; }
    /* end interstitial */