/*
 * nrelate Flyout: Centered style
 */
 

/* === nrelate flyout === */
.nrelate.nrelate_animate_style_centered{
    text-align: center;
    background: #fff;
    margin: 0px;
    position:fixed !important;
    z-index:10000000;
    padding: 5px 15px 0 15px;
    -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_centered .nrelate_logo {
	text-align: center;
	padding: 0 5px 5px;
	}

.nrelate_animate_style_centered .nr_title {
	text-align: center;
	width: 100%;
	float: none;
	}
.nrelate_animate_style_centered .nrelate_logo  {
	text-align: center;
	float: none;
	}
	
.nrelate_animate_style_centered .nr_panel {
	display: inline-block !important;
	float: none !important;
	vertical-align: top;
	}
.nrelate_animate_style_centered .nr_inner {
	padding: 5px 0 0 0;
	}
.nrelate_animate_style_centered .nr_panel .nr_post_title,
.nrelate_animate_style_centered .nr_panel .nr_source,
.nrelate_animate_style_centered .nr_panel .nr_excerpt {
    text-align: center;
}
	
/* === Styles for Text === */	
.nrelate_animate_style_centered.nr_text ul {
	margin: 0;
	}
.nrelate_animate_style_centered.nr_text ul li{
	display: inline;
	padding: 0 15px 0 0;
	}


/* === Close Button === */
.nrelate_animate_style_centered #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_centered.nr_fade_left,
#nrelate_flyout_open.nrelate_animate_style_centered.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: transparent;
	}
#nrelate_flyout_open.nrelate_animate_style_centered.nr_fade_right,
#nrelate_flyout_open.nrelate_animate_style_centered.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: transparent;
	}
#nrelate_flyout_open.nrelate_animate_style_centered {
    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;
}