#newsstand
{
	width:100%;
	padding-top:50px;
}

.content
{
	width:980px;
	margin:0 auto;
	text-align:center;
	position:relative;
	border: 1px solid #DDD;
	background: #FFF;
	padding: 20px 0;
}

.title
{
	font-size:30px;
	margin-bottom:20px;
	font-variant:small-caps;
}

.advLeaderboard
{
	position:relative;
	text-align:center;
	width:728px;
	margin:0px auto;
	padding:20px 0;
}

.advLeaderboard a
{
	display:block;
}

.advLeaderboard img
{
	height:90px;
	width:100%;
}

#advBackground
{
	position:fixed;
	top:50px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
}

#advBackground img
{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-960px;
}

.menuEditions{
	width: calc(30% - 2px);
	float:left;
}

.menuEditions span{
	display: block;
	line-height: 25px;
}

#coverFlow
{
	float:left;
	width:100%;
	position:relative;
}

#coverFlowHeader
{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #DDD;
}

#coverFlowLogo
{
	max-width:90%;
}

#coverFlowTitle
{
	font-size:28px;
	color:#555;
	margin-bottom:5px;
}

#coverFlowDate
{
	font-size:16px;
	color:#555;
	margin-bottom:10px;
}

#coverFlowContent
{
	width:100%;
	height:660px;
	margin:20px 0 0 0;
}

.coverFlowElement
{
	height:500px;
	cursor:pointer;
	position:relative;
}


.coverFlowImage
{
	height:100%;
	border:1px solid #AAA;
}

.coverShadowLeft,
.coverShadowRight
{
	position:absolute;
	top:0px;
	height:100%;
	width:10px;
}

.coverShadowLeft
{
	left:-10px;
}

.coverShadowRight
{
	right:-10px;
}

.coverButton
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	opacity:0.7;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../img/backFixIE7.png);
}

.coverButton:hover
{
	background-color:#444;
		-webkit-transition:background-color 400ms linear, background-image 400ms linear;
    -moz-transition:background-color 400ms linear, background-image 400ms linear;
    -o-transition:background-color 400ms linear, background-image 400ms linear;
    -ms-transition:background-color 400ms linear, background-image 400ms linear;
    transition:background-color 400ms linear, background-image 400ms linear;
}

.coverButton.buyButton:hover
{
	background-image:url(../img/buttonBuy.png);
}

.coverButton.openButton:hover
{
	background-image:url(../img/buttonOpen.png);
}

#history
{
}

#historyContent
{
	padding:0 20px;
	margin-bottom:20px;
	text-align:center;
}

.historyElement
{
	display:inline-block;
	margin:17px;
	width:200px;
	vertical-align:bottom;
	font-size:15px;
	color:#444;
	text-align:center;
}

.historyTitle
{
	margin-bottom:10px;
	display:block;
	font-size:18px;
}

.historyDate
{
	margin-bottom:5px;
	display:block;
}

.historyCover
{
	position:relative;
	display:inline-block;
	height:230px;
	background:url(../img/loaderMedium.gif) no-repeat center center;
}

.historyCoverImage
{
	height:100%;
}

#historyAllButton
{
	background-image:url(../img/buttonSearch.png);
	background-repeat:no-repeat;
	background-position:15px center;
	padding-left:45px;
}

#historyAllWindow
{
	text-align:center;
}

#historyAllWindow .historyElement
{
	font-size:13px;
	width:175px;
	margin:15px 1px;
}

#historyAllWindow .historyCover
{
	height:170px;
}

#hystoryAllToolbar
{
	padding:8px;
	background:#b1b1b1;
}

#feed
{
	margin-top:20px;
}

#feedContent
{
	padding:20px;
	text-align:center;
}

.feedElement
{
	display:inline-block;
	vertical-align:top;
	margin:10px;
	width:214px;
	text-align:left;
}

.feedThumb
{
	width:100%;
	height:120px;
	margin-bottom:5px;
	position:relative;
	display:block;
}

.feedThumbImage
{
	width:100%;
}

.feedSection
{
	padding:2px 10px;
	font-size:14px;
	color:#FFF;
	margin:10px 0;
	display:inline-block;
}

.feedThumb .feedSection
{
	position:absolute;
	top:0px;
	left:0px;
}

.feedTitle
{
	font-size:18px;
	margin-bottom:5px;
	display:block;
}

.feedText
{
	font-size:14px;
	color:#666;
	display:block;
	word-break: break-word;
}

.recoveryButton
{
	text-decoration:underline;
	font-size:14px;
	display:block;
	text-align:center;
	margin-top:10px;
}

#subscriptionsContent
{
	text-align:center;
	height:100%;
	overflow:auto;
}

.subscriptionsElement
{
	display:block;
	padding:10px 10px;
	margin:25px 30px;
	text-align:center;
	color:#FFF;
	position:relative;
	border-radius:7px;
	font-size:18px;
}

.subscriptionsIcon
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.subscriptionsPrice
{
	font-weight:bold;
	margin-left:10px;
}

.menuEditions {
	width:270px;
	margin-top: 10px;
	margin-left:20px;
	/*max-height: 400px;*/
	overflow-y: hidden;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed */
}

.menuEditions h3{
	text-align:left;
	background: #f1f1f1;
	margin-bottom:0;
}

.menuEditions h3.selected{
	background: #fff;
	color:#ff0000;
}

.menuEditions div{
	text-align:left;
	font-size:14px;
}

.menuEditions .menuNewspaperSubElement.selected{
	color:#ff0000;
}

.menuEditions .menuNewspaperSubElement{
	padding: 3px 20px 3px 18px;
	border-bottom:1px solid #eaeaea;

	cursor:pointer;
}

.ui-accordion .ui-accordion-content {
	padding: 5px 0;
	/*
	border-top: 0;
	overflow: auto;
	*/
}

#loyaltyStatus {
	display: none;}

#profilo {line-height: 24px; }
.logoutInternal{display:inline; float:right; background:#868686; color:#fff; padding:3px 8px;}

#getChallengeStatus { padding:10px 0; border:1px solid #868686; border-left:none; border-right:none; margin-bottom:10px;line-height: 24px; }