* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}
a {
	color: inherit;
}
.clr {
	clear: both;
}

#menu {
	position: fixed;
	top: 260px;
	z-index: 10000;
	
	ul {
		list-style: none;
		font: 14px/16px Futura;
		
		li {
			cursor: pointer;
			color: #000;
			margin-bottom: 20px;
		}
		.active {
			text-decoration: underline;
		}
	}
}

#wrapper {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}

.opinion {
	td {
		width: 380px;
		padding-right: 40px;
		h2 {
			font: 20px/24px Nonamegrotesk;
			margin-bottom: 35px;
		}
	}
}

.roll {
	width: 100%;
	position: relative;
	cursor: pointer;
	&:hover {
		background-color: #FEF142!important;
	}
	&.active {
		cursor: default;
		background-color: #FEF142!important;
	}
	
	.text {
		width: 890px;
		margin: 0px auto;
		background-position:0px 55px;
		background-repeat: no-repeat;
		
		&.hovered {
			background: url(../images/arrow.png) no-repeat 0px 55px!important;
		}
		
		.zap {
			font: 20px/24px Nonamegrotesk;
			margin-left: 110px;
			padding: 55px 0;
		}
		.tab_wrap {
			display: none;
			padding-bottom: 50px;
		}
		.opinion {
			
			h2 {
				font-size: 16px;
			}
			p {
				font: 16px/21px Octava;
			}
		}
		.hide img{
			cursor: pointer;
			margin: 0px 0 0 -110px;
			/*position: absolute;*/
		}
	}
}


table {
	td {
		vertical-align: top;
	}
}
.slide-to-unlock {
/*	display: none;*/
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #e0e0e0;
	z-index: 10000;
	
	.container {
		position: absolute;
		left: 50%;
		margin-left: -140px;
		top: 80px;
		width: 280px;
	}
	.vSlider {
		position: absolute;
		width: 58px;
		height: 417px;
		left: 110px;
		.bg {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slider-v-bg.png);
		}
		.trace {
			opacity: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slider-v-trace.png);
		}
		.caption {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slide_v.gif) no-repeat center center;
		}
		.ui-slider {
			position: relative;
			width: 58px;
			height: 338px;
			top: 74px;
		}
		.ui-slider-handle {
			position: absolute;
			display: block;
			width: 50px;
			height: 70px;
			background: url(../images/slider-v-handle.png);
			margin: -35px 4px 0px 4px;
		}
		.ui-slider-handle:focus {
			outline: none;
		}
	}
	.hSlider, .dSlider {
		display: none;
		position: absolute;
		width: 278px;
		height: 56px;
		top: 100px;
		
		.bg {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slider-h-bg.png);
		}
		.trace {
			opacity: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slider-h-trace.png) no-repeat;
		}
		.caption {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/slide.gif) no-repeat center center;
		}
		.ui-slider {
			position: relative;
			width: 198px;
			height: 56px;
			left: 38px;
		}
		.ui-slider-handle {
			position: absolute;
			display: block;
			width: 70px;
			height: 50px;
			background: url(../images/slider-h-handle.png);
			margin: 3px 0 0 -35px
		}
		.ui-slider-handle:focus {
			outline: none;
		}
	}
}
.user-form {
	.item {
		margin-bottom: 27px;
		border-bottom: 1px solid #eb885a;
	}
	.clear {
		display: inline-block;
		width: 13px;
		height: 13px;
		background: url(../images/cross.png);
		cursor: pointer;
		margin-left: 10px;
	}
	.label {
		width: 25px;
		display: inline-block;
		font-family: Futura;
		font-size: 17px;
	}
	input {
		font-family: Octava;
		font-size: 16px;
		width: 460px;
		border-radius: 2px;
		background: transparent;
		border: none;
	}
	input:focus {
		outline: none;
	}
}

.user-list {
	border: 1px solid #eb885a;
	border-radius: 2px;
	overflow-y: auto;
	width: 300px;
	height: 300px;
	
	.item {
		padding: 6px;
		cursor: pointer;
		border-bottom: 1px solid #e88659;
	}
	.item:hover {
		background: #e88659;
	}
	.item:active {
		position: relative;
		top: 1px;
	}
}

.social-share-buttons {
	position: absolute;
	display: none;
	margin-top: 20px;
	margin-left: 75px;
	
	.link {
		width: 169px;
		margin-top: 10px;
	}
}
.save, .retry {
	position: absolute;
	width: 303px;
	height: 109px;
	background: url(../images/button.png);
	cursor: pointer;
	margin-top: 40px;
}
.retry {
	display: none;
	background:  url(../images/retry.png);
}
.save:active, .retry:active {
	position: relative;
	top: 1px;
	background: url(../images/button_hover.png);
}
.retry:active {
	background:  url(../images/retry_hover.png);
}