.verticalTabs h1 {
	text-align: center;
	color: #B0B0B0;
	line-height: 0;
	margin-top: 0;
	margin-bottom: 30px
}

.verticalTabs h4 {
	margin-top: 2px;
	color: #B0B0B0;
	display: inline
}

.verticalTabs p {
	color: #B0B0B0;
	margin-bottom: 0
}

.verticalTabs {
	width: 400px;
	margin-left: 20px
}

.a-carousel-transition-slide .a-carousel,
.a-carousel-transition-slide .a-carousel-card,
.a-carousel-transition-slide .a-carousel-viewport {
	backface-visibility: visible
}

.gradient {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 5%, rgba(224, 224, 224, 1) 88%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(5%, rgba(255, 255, 255, 1)), color-stop(88%, rgba(224, 224, 224, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 5%, rgba(224, 224, 224, 1) 88%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 5%, rgba(224, 224, 224, 1) 88%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 5%, rgba(224, 224, 224, 1) 88%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 5%, rgba(224, 224, 224, 1) 88%, rgba(255, 255, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.disclaimer {
	padding-left: 50px;
	font-size: 11px;
	font-style: regular;
	color: #767676
}

.horizontalRule {
	display: block;
	position: relative;
	padding: 0;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	z-index: 1;
	color: #555
}

.defaultRuleMargin {
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0
}

.marginTop20px {
	margin-top: 20px
}

.chosenTab h1 {
	color: #F90
}

.chosenTab h4 {
	color: #000
}

.chosenTab p {
	color: #000
}

.chosenTab {
	background: linear-gradient(to right, #F90, #F90), linear-gradient(#FFF, #F5F5F5, #FFF);
	background-size: 1% 100%, 100%;
	background-repeat: no-repeat
}

.tutorialDefault {
	position: relative
}

.tutorialDefault header {
	text-align: center;
	position: absolute;
	width: 1216px;
	display: block;
	margin-left: auto;
	top: 35%
}

.tutorialDefault header h1 {
	color: #fff
}

.tutorialDefault header h4 {
	color: #fff
}

.tutorialHide {
	display: none
}

#listingportaltutorial-container.a-container {
	padding-bottom: 0
}

#tour-container.a-container {
	padding-bottom: 0
}

hr {
	height: 1px;
	color: #ddd
}

.OutlineWhtBTN {
	corner-radius: 3px;
	background-color: None;
	border: 1px;
	border-color: #fff;
	width: 132px;
	height: 30px;
	font-size: 15px;
	font-color: #fff;
	font-face: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.OrangeSolidBTN {
	corner-radius: 3px;
	background-color: #F90;
	width: 160px;
	height: 30px;
	font-size: 15px;
	font-color: #fff;
	font-face: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.module {
	position: relative
}

.module>header::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.module>header {
	width: 700px;
	position: absolute;
	padding: 10px 18px 10px;
	border: 1px solid #ddd;
	border-top-color: #F90;
	box-shadow: 0 5px 5px #ddd;
	background-color: #fff;
	bottom: 0;
	left: 50px
}

.module>header hr {
	height: 1px;
	color: #ddd;
	position: relative
}

.tourElementHeader {
	font-size: 15px;
	font-weight: 700;
	font-color: #111;
	line-height: 28px;
	font-face: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	position: relative;
	z-index: 1
}

.tourElementContent {
	font-size: 13px;
	font-style: regular;
	color: #767676;
	line-height: 18px;
	font-face: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	position: relative;
	z-index: 1
}

.tourElementButton {
	font-color: #0066c0;
	font-style: regular;
	font-face: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1
}

.module>header hr {
	margin-top: 8px;
	margin-bottom: 2px
}