/* Column */
#oni_content {
	background: #fff url(../images/right_column/right_column_background.png) 680px repeat-y;
}
#right_column {
	width: 300px;
	padding: 0 0 20px;
	float: right;
	margin-right: 10px;
}
#right_column > * + div {
	margin-top: 16px;
}


/* Region Push */
#right_column #region_push {
	font: 10px normal Expressway, Arial, sans-serif;
	background: url(../images/right_column/region_push_background.png) repeat-y #F0DBDC;
}
#right_column #region_push ul {
	margin: 0;
	padding: 0;
}
#right_column #region_push li {
	margin-top: 1px;
	padding: 0;
	background: url(../images/right_column/region_push_item_background.png) repeat-y #FFF;
}



#right_column #region_push li::before{
	content: '';
}

#right_column #region_push li{
	color: #9E141B;
}

#right_column #region_push li a {
	padding: 1px 0 0 10px;
	height: 38px;
	line-height: 19px;
	display: table-cell;
	vertical-align: middle;
	text-transform: none;
	width: 251px;
}


#right_column #region_push li:before{
	content: "\e609";
	font-family: 'onisep_icons';
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 30px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 19px;
	background-color: #9e141b;
	border-radius: 18px;
	color: white;
	left: 10px;
	top: 4px;
	margin-right: 8px;
	padding: 1px 5px;
	position: relative;
	float: left;
}


#right_column #region_push li:first-child {
	margin-top: 0;
}

#right_column #region_push li:hover {
	background: url(../images/right_column/region_push_item_background_hover.png) repeat-y #9e141b;	
	color: #FFF;
}

#right_column #region_push li:hover:before{
	background-color: white;
	color: #9E141B;
}


/* Tools */
#right_column #tools {
	position: relative;
	margin: 11px 11px 8px;
	height: 20px;
}
/* AddThis */
#right_column #tools .addthis_toolbox {}
/* Geoloc */
#right_column #tools .geoloc {
	position: absolute;
	right: -9px;
	top: -8px;
	width: 182px;
	height: 36px;
	background: url(../images/right_column/geoloc.png) no-repeat;
}

/* Product Carousel */
#right_column #product_carousel {
	margin: 12px 10px 0;
	height: 132px;
	padding: 0 0 5px;
	background: url(../images/right_column/product_carousel_base.png) bottom repeat-x;
	position: relative;
	overflow: hidden;
}
#right_column #product_carousel li,
#right_column #product_carousel a,
#right_column #product_carousel img {
	display: block;
	border: none;
}
#right_column #product_carousel li {
	position: absolute;
	bottom: 5px;
	margin: 0;
	padding: 3px 3px 0 0;
	background: url(../images/right_column/product_carousel_shadow.png) top right no-repeat;
	list-style: none;
}

#right_column #product_carousel li:before {
	content:'';
}



/* Advertising */
#right_column .advertisement {
	margin: 14px 10px 0;
	background: #fcfcfc;
	border-radius: 7px;
	text-align: center;
}
#right_column .advertisement {
	line-height: 0;
}
#right_column .ad_300 {
	margin-left: 0;
	margin-right: 0;
}
#right_column .ad_250 {
	padding: 15px;
}
#right_column .ad_125 {
	overflow: hidden;
	text-align: center;
}
#right_column .ad_125 > .advertisement {
	display: inline-block;
	margin: auto;
	padding: 5px;
}
#right_column .ad_125 > .advertisement > div {
	float: left;
	margin: 5px;
}


/* Content Blocks */

/* Block Padded Titles */
#right_column .padded {
	margin: 0 10px;
	padding: 0;
}
#right_column .padded div {
	background: #96a4ad;
	height: 13px;
	position: relative;
}
#right_column .padded div + div {
	margin-top: 9px;
}
#right_column .padded div span {
	position: absolute;
	top: 0;
	padding-right: 6px;
	font-size: 16px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #95a3ac;
	background: #e7ebee;
}

/* Block Lists */
#right_column ul {
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
}
#right_column li {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #de0027;
	padding: 1px 0 0 12px;
	/*background: url(../images/right_column/right_column_bullet.png) no-repeat 10px 5px;*/
}

#right_column li [class^="oni-ico-"]:before,
#right_column li [class*=" oni-ico-"]:before{
	/*font-weight: bold;*/	
	color: #de0027;
	font-size: 12px;
	left: 0;
	margin-right: 8px;
	float: left;
	position: relative;	
	top: 3px;
}


#right_column li :not(.thematic_home)[class^="oni-ico-"]:hover:before,
#right_column li :not(.thematic_home)[class*=" oni-ico-"]:hover:before{
	content: "\e61f";
	color: #000;
}

#right_column li:hover {
	color: #000;
	/*background: url(../images/right_column/right_column_bullet_hover.png) no-repeat 0 0 #c9d800;*/
}
#right_column li a {
	display: block;
	height: 100%;
	text-decoration: inherit;
	color: inherit;
	clear:both;
}


/* Social Blocks */
#right_column .social {
	border: 5px solid #95a4ad;
	margin-left: 10px;
	margin-right: 10px;
}
/* 4 friends/line * /
#right_column .facebook {
	padding: 0 19px;
}
#right_column .facebook iframe {
	border: none;
	overflow: hidden;
	width: 232px;
	height: 212px;
}
/ **//* 5 friends/line */
#right_column .facebook {
	position: relative;
	height: 201px;
}
#right_column .facebook iframe {
	border: none;
	overflow: hidden;
	width: 285px;
	height: 212px;
	left: -6px;
	top: -5px;
	position: absolute;
}
/**/
#right_column .twitter {
	padding: 6px 6px 5px 59px;
	background: url(../images/right_column/right_column_social_icon.png) no-repeat 5px 5px;
}
#right_column .twitter dl {
	margin: 0;
}
#right_column .twitter dt {
	font-weight: normal;
}
#right_column .twitter dt:after {
	content: " : ";
}
#right_column .twitter dt:first-child + dd {
	margin-bottom: 2px;
}
#right_column [class^="oni-ico-"]:hover:before,  #right_column [class*=" oni-ico-"]:hover:before{

	color: #000;
}

#right_column li a.thematic_home
{
	height:23px;
}
#right_column li .thematic_home:before
{
	border-radius:50%;
	color: white;
	background-color:grey;
	padding:5px;
	display: block;
	text-align:center;
	width:14px;
	top:0;
	
}
#right_column li .thematic_home:hover:before
{
	background-color:grey;	
}