/*
 * nrelate Flyout: NY Times Style
 */
 

/* === nrelate flyout === */
.nrelate.nrelate_animate_style_nyt{
    text-align: left;
    background: #fff;
    margin: 0px;
    position:fixed !important;
    z-index:10000000;
	padding: 5px 15px 0 10px;
    border-top: 2px solid #000;
    border-left: 1px solid #f0f0f0;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
    _position: absolute;
    _top: 0;
}

.nrelate_animate_style_nyt .nrelate_logo {
	float: right;
	padding: 0 5px 5px;
	}

.nrelate_animate_style_nyt .nr_inner {
	padding: 5px 20px 0 10px;
	}


/* === Close Button === */
.nrelate_animate_style_nyt #nrelate_flyout_close {
    border: none;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

/* === Open Arrow === */
#nrelate_flyout_open.nrelate_animate_style_nyt.nr_fade_left,
#nrelate_flyout_open.nrelate_animate_style_nyt.nr_slideout_left {
	background-image: url('http://imgcdn.nrelate.com/common_wp/arrow-flyout-left.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-color: #fff;
	}
#nrelate_flyout_open.nrelate_animate_style_nyt.nr_fade_right,
#nrelate_flyout_open.nrelate_animate_style_nyt.nr_slideout_right {
	background-image: url('http://imgcdn.nrelate.com/common_wp/arrow-flyout-right.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-color: #fff;
	}

	
#nrelate_flyout_open.nrelate_animate_style_nyt {
    border: none;
    padding: 0;
    margin: 0px;
    position:fixed !important;
    width: 16px;
    height: 80px;
    z-index:10000000;
    padding: 10px 20px 10px 10px;
    border-top: 2px solid #000;
    border-left: 1px solid #f0f0f0;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
    _position: absolute;
    _top: 0;
    overflow: hidden;
    cursor: pointer;
}