/* GENERAL STYLE */
@font-face{
	font-family:'HelveticaNeue-Light';
	src: url('/_layouts/PressRelease/EN/Styles/font/HelveticaNeue-Thin.eot?') format('eot'),
		 url('/_layouts/PressRelease/EN/Styles/font/HelvNeue35.ttf') format('truetype'),
		 url('/_layouts/PressRelease/EN/Styles/font/HelvNeue35.woff') format('woff'), 		  
		 url('/_layouts/PressRelease/EN/Styles/font/HelvNeue35.svg#HelveticaNeue-Thin') format('svg');
}

#s4-ribbonrow
{
    width:100% !important;
    }

html, body{
	width:100%;
	padding:0;
	margin:0;
	font:12px Arial;
}

h1{
	margin-bottom:10px;
	font-weight:normal;
}

h3{
	margin:3px 0 0 0;
	font:12px Arial bold;	
}

h1, .highOrange{
	color:#F50;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif;
	font-size:22px;
	font-weight:normal;	
}

h2{
	font-weight:normal;
	color:#F50;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif;
}

a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

a img{
	border:none;
	cursor:pointer;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

.floatLeft{
	float:left !important;
	margin-right:5px !important;
}

.floatRight{
	float:right !important;
}

.spacer{
	clear:both;
	padding:0;
	margin:0;
	width:0;
	height:0;
}

.hidden{
	display:none;
}

.grey{
	color:#666;
}

.tiny{
	font:10px Helvetica Neue lighter;
	padding:0 0 0 5px;
	color:#f60;
}

/* CENTER BLOCK */

.block{
	margin:0 auto;
	width:940px;
}

/** HEADER */
.header{
	padding-top:53px;
}

.header .logo{
	float:left;
	margin:25px 20px 0 5px;
}

.header .h-title{
	float:left;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif;
	font-size:34px;
	line-height:34px;
	padding-top:45px;
}

.header .h-social{
	float:right;
	width:150px;
	padding-top:36px;
}

.header .h-social img{
	float:right;
	margin : 10px 0 0 10px;
}

/** RADIO BUTTON **/
.radioButton{
	display:inline-block;
	vertical-align:center;
	width:20px;
	height:20px;
	background:url(../images/radio_on_off.png) no-repeat -25px 0;
}

/* IE7 */
.radioButton{
	.display:inline;
}
/*******/

.radioButton.checked{
	background-position:-1px 0;
}

.radioButton input{
	cursor:pointer;
	opacity: 0.01;
	filter: alpha(opacity=0);
	width:20px;
	height:20px;
}

/** CHECKBOX **/
.checkBox{
	cursor:pointer;
	display:inline-block;
	vertical-align:center;
	width:20px;
	height:20px;
	background:url(../images/checkbox_uncheck.png) no-repeat left center;
}

/* IE7 */
.ie7 .checkBox{
	.display:inline;
}
/*******/

.checkBox.checked{
	background:url(../images/checkbox_checked.png) no-repeat left center;
}

.checkBox input{
	cursor:pointer;
	opacity: 0.01;
	filter: alpha(opacity=0);
	width:13px;
	height:14px;
}

/** SOCIAL PART **/

.social{
	position:absolute;
	padding:5px;
	bottom:0;
	left:0;
	right:0;
}

.social > *{
	float:right;
	margin-left:5px;
}

.social .comments{
	background: url(../images/comments.png);
	width:22px;
	height:17px;
	position:relative;
}

.social .comments span{
	position:absolute;
	top:0; left:0; right:0;
	height:10px;
	text-align:center;
	font:bold 10px Arial;
}

.social .comments a{
	color:#fff;
}

/** list **/
.list h3{
	margin:0 0 10px 0;
	font: bold 12px Arial;	
	color:#F50;
}

.list li{
	margin: 14px 0;
}

.list li a{
	color:#444;
}

.moreInfos{
	font: bold 12px Arial;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/orange_chevron_right.png) no-repeat left 3px;
}

.rating{
	background: url(../images/ratings-star-large-grey.png) repeat-x 0 1px;
	width:85px;
	height:17px;
}

.rating .active{
	background: url(../images/ratings-star-large-active.png) repeat-x 0 1px;
	width:0;
	height:17px;
}

/** UNDERLAY **/
.underlay{
	position:absolute;
	width:100%;
	z-index:100;
	top:0;
}

/** BUTTONS **/
.greyBtn {
   border: 1px solid #CCCCCC;
   background: #CCCCCC;
   background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
   background: -webkit-linear-gradient(top, #EEEEEE, #CCCCCC);
   background: -moz-linear-gradient(top, #EEEEEE, #CCCCCC);
   background: -ms-linear-gradient(top, #EEEEEE, #CCCCCC);
   background: -o-linear-gradient(top, #EEEEEE, #CCCCCC);
   background-image: -ms-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
   padding: 10px 14px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #EEEEEE 0 1px 0;
   color: #333333;
   font-size: 14px;
   font-family: Arial, Helvetica, Serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   text-align:center;
   cursor:pointer;
 }
.greyBtn:hover {
   text-shadow: #EEEEEE 0 1px 0;
   background: #eeeeee;
   background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
   background: -webkit-linear-gradient(top, #cccccc, #eeeeee);
   background: -moz-linear-gradient(top, #cccccc, #eeeeee);
   background: -ms-linear-gradient(top, #cccccc, #eeeeee);
   background: -o-linear-gradient(top, #cccccc, #eeeeee);
   background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
}
.greyBtn:active {
   text-shadow: #EEEEEE 0 1px 0;
   background: #BBBBBB;
   background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#eeeeee));
   background: -webkit-linear-gradient(top, #CCCCCC, #BBBBBB);
   background: -moz-linear-gradient(top, #CCCCCC, #BBBBBB);
   background: -ms-linear-gradient(top, #CCCCCC, #BBBBBB);
   background: -o-linear-gradient(top, #CCCCCC, #BBBBBB);
   background-image: -ms-linear-gradient(top, #CCCCCC 0%, #BBBBBB 100%);
}
.greyBtn.little {
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #EEEEEE 0 1px 0;
   font-size: 12px;
}

.orangeBtn {
   border: 1px solid #cf7c00;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff6600));
   background: -webkit-linear-gradient(top, #ff9800, #ff6600);
   background: -moz-linear-gradient(top, #ff9800, #ff6600);
   background: -ms-linear-gradient(top, #ff9800, #ff6600);
   background: -o-linear-gradient(top, #ff9800, #ff6600);
   background-image: -ms-linear-gradient(top, #ff9800 0%, #ff6600 100%);
   padding: 10px 20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #cf7c00 0 -1px 0;
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   text-align:center;
   cursor:pointer;
}
.orangeBtn:hover {
   border: 1px solid #cf7c00;
   text-shadow: #cf7c00 0 -1px 0;
   background: #ff9800;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff9800));
   background: -webkit-linear-gradient(top, #ff6600, #ff9800);
   background: -moz-linear-gradient(top, #ff6600, #ff9800);
   background: -ms-linear-gradient(top, #ff6600, #ff9800);
   background: -o-linear-gradient(top, #ff6600, #ff9800);
   background-image: -ms-linear-gradient(top, #ff6600 0%, #ff9800 100%);
}
.orangeBtn:active {
   text-shadow: #cf7c00 0 -1px 0;
   border: 1px solid #cf7c00;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff9800));
   background: -webkit-linear-gradient(top, #ff6600, #ff6600);
   background: -moz-linear-gradient(top, #ff6600, #ff6600);
   background: -ms-linear-gradient(top, #ff6600, #ff6600);
   background: -o-linear-gradient(top, #ff6600, #ff6600);
   background-image: -ms-linear-gradient(top, #ff6600 0%, #ff6600 100%);
}

.orangeBtn.little {
   padding: 4px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #cf7c00 0 -1px 0;
   color: #FFFFFF;
   font-size: 12px;
}


/* IE */
.underlay{
	.background-image: url(../../dojo/resources/blank.gif);
	.left:0;
}

@media \0screen{ 
.underlay{
	background-image: url(../../dojo/resources/blank.gif);
	left:0;
}}

.FloatLeft img
{
    margin-right:5px !important;
}
/*****/
