
body, input, select, textarea {
	font-family: Roboto, "Open Sans", Arial, Helvetica, sans-serif;
 //-webkit-font-smoothing: antialiased;
 //-moz-osx-font-smoothing: grayscale;
}

input[type="submit"].special,
input[type="button"].special,
button.special,
.button.special,
.ui-button, 
.ui-button-text
 {
	background-color: #ff5252;
	border-color: #ff5252;
	color: white;
}

input[type="submit"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover,
.ui-button:hover, 
.ui-button-text:hover
 {
	background-color: #c50e29;
	border-color: #c50e29;
	color: white;
}

#map {
	height: 300px;
	width: 300px;
	margin-left: 0px;
	margin-bottom: 10px;
	align: center
}

#map-large {
	height: 600px;
	width: 600px;
	margin-left: 0px;
	margin-bottom: 10px;
	align: center
}

.wrapper {
	padding: 3em 0 2em 0;
}

.wrapper .style1 {
	background-color: #00acc1;
}

.wrapper.merchant h1 {
	margin-bottom: 0px;
	line-height: 1em;
	font-weight: bold;
}

#footerad.wrapper {
	padding: 2em 0 1em 0;
} 

#header {
	background-color: #007c91;
}

#footer {
	background-color: #4b636e;
}

#footer a {
	text-decoration: none;
}

#banner {
	background-color: #00acc1;
	color: white;
}

#banner h1, #banner h2 {
	color: white;
}

#banner:before {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	background-color: #00acc1;
}

#main-verticals {
	padding-bottom: 3em;
}

#main-verticals h2 {
	text-align: center;
	font-size: 2.5em;
}

#main-verticals h3 {
	text-align: center;
}

/* clusterbox */

	.groupbox {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: solid 2px;
		border-radius: 4px;
		margin: 3.5em 0 3.5em 0;
	}

		.groupbox > * {
			padding: 4em 4em 2em 4em ;
			border-left: solid 2px;
			border-top: solid 2px;
			width: 50%;
		}

		.groupbox h3 {
			font-size: 2em;
			text-align: center;
		}

			.groupbox > * .icon {
				-moz-transition: -moz-transform 1s ease, opacity 1s ease;
				-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
				-ms-transition: -ms-transform 1s ease, opacity 1s ease;
				transition: transform 1s ease, opacity 1s ease;
			}

		.groupbox > :nth-child(1) {
			border-top-width: 0;
		}

		.groupbox > :nth-child(2) {
			border-top-width: 0;
		}

		.groupbox > :nth-child(2n - 1) {
			border-left-width: 0;
		}

		.groupbox > :nth-child(1) .icon {
			-moz-transition-delay: 0.15s;
			-webkit-transition-delay: 0.15s;
			-ms-transition-delay: 0.15s;
			transition-delay: 0.15s;
		}

		.groupbox > :nth-child(2) .icon {
			-moz-transition-delay: 0.3s;
			-webkit-transition-delay: 0.3s;
			-ms-transition-delay: 0.3s;
			transition-delay: 0.3s;
		}

		.groupbox > :nth-child(3) .icon {
			-moz-transition-delay: 0.45s;
			-webkit-transition-delay: 0.45s;
			-ms-transition-delay: 0.45s;
			transition-delay: 0.45s;
		}

		.groupbox > :nth-child(4) .icon {
			-moz-transition-delay: 0.6s;
			-webkit-transition-delay: 0.6s;
			-ms-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}

		.groupbox > :nth-child(5) .icon {
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
		}

		.groupbox > :nth-child(6) .icon {
			-moz-transition-delay: 0.9s;
			-webkit-transition-delay: 0.9s;
			-ms-transition-delay: 0.9s;
			transition-delay: 0.9s;
		}

		.groupbox > :nth-child(7) .icon {
			-moz-transition-delay: 1.05s;
			-webkit-transition-delay: 1.05s;
			-ms-transition-delay: 1.05s;
			transition-delay: 1.05s;
		}

		.groupbox > :nth-child(8) .icon {
			-moz-transition-delay: 1.2s;
			-webkit-transition-delay: 1.2s;
			-ms-transition-delay: 1.2s;
			transition-delay: 1.2s;
		}

		.groupbox > :nth-child(9) .icon {
			-moz-transition-delay: 1.35s;
			-webkit-transition-delay: 1.35s;
			-ms-transition-delay: 1.35s;
			transition-delay: 1.35s;
		}

		.groupbox > :nth-child(10) .icon {
			-moz-transition-delay: 1.5s;
			-webkit-transition-delay: 1.5s;
			-ms-transition-delay: 1.5s;
			transition-delay: 1.5s;
		}

		.groupbox > :nth-child(11) .icon {
			-moz-transition-delay: 1.65s;
			-webkit-transition-delay: 1.65s;
			-ms-transition-delay: 1.65s;
			transition-delay: 1.65s;
		}

		.groupbox > :nth-child(12) .icon {
			-moz-transition-delay: 1.8s;
			-webkit-transition-delay: 1.8s;
			-ms-transition-delay: 1.8s;
			transition-delay: 1.8s;
		}

		.groupbox.inactive > * .icon {
			-moz-transform: scale(0.9) rotate(45deg);
			-webkit-transform: scale(0.9) rotate(45deg);
			-ms-transform: scale(0.9) rotate(45deg);
			transform: scale(0.9) rotate(45deg);
			opacity: 0;
		}

		@media screen and (max-width: 980px) {

			.groupbox > * {
				padding: 4em 2em 2em 2em ;
			}

		}

		@media screen and (max-width: 736px) {

			.groupbox {
				margin: 2em 0 2em 0;
			}

				.groupbox > * {
					padding: 2em 1em 0.1em 1em ;
				}

		}

		@media screen and (max-width: 480px) {

			.groupbox {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-flex-wrap: nowrap;
				-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
			}

				.groupbox > * {
					width: 100%;
					border-left-width: 0;
				}

				.groupbox > :nth-child(2) {
					border-top-width: 2px;
				}

		}

	.groupbox {
		border-color: #eaeaea;
	}

		.groupbox > * {
			border-color: #eaeaea;
		}



.image.center {
	margin: 0px auto;
	display: block
}

.signupform>label {
	background-color: red;
}

.signupform label {
	margin-top: 10px;
}

.signupform .row {
	margin-bottom: 10px;
}


ul.plain {
	list-style: none;
	padding-left: 0;
}

ul.plain li {
	padding: 0;
}

.vertad-full {
	margin: 0 auto;
	width: 800px;
}

#banner.home {
	background: url(/assets/v3/images/office-shot-1-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.bookingsystem {
	background: url(/assets/v3/images/office-shot-1-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.rentals {
	background: url(/assets/v3/images/bikekayakrentals-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.boatrentals {
	background: url(/assets/v3/images/sailboats.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.rvrentals {
	background: url(/assets/v3/images/rvcampground.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.vacationrentals {
	background: url(/assets/v3/images/vacation-rental-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.campgrounds {
	background: url(/assets/v3/images/rvcampground-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.toursactivities {
	background: url(/assets/v3/images/zipline-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner.bedandbreakfasts {
	background: url(/assets/v3/images/bedandbreakfast-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

//
input:focus, select:focus, textarea:focus, form:focus, button:focus {
	outline: 0;
}

.box {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}



.box-inner-r {
	margin: 0 auto 0 0;
	max-width: 600px;
}

.box-inner-l {
	margin: 0 0 0 auto;
	max-width: 600px;
}

.flex {
	display: flex;
}

.vert-center {
	height: 100%;  display : flex; align-items : center;
}

@media screen and (max-width: 980px) {
	.box-inner-r, .box-inner-l {
		margin: inherit;
		max-width: inherit;
	}
}

.platform-features {
	max-width:400px; 
}

.platform-features .uniform {
	margin-top: 1em;
	margin-bottom: 1em;	
}

.platform-features .icon {
	font-size: 4em;
	text-shadow: 3px 3px 4px #d7d7d7;
}

.platform-features h2 {
	font-weight: 700;
}

.platform-features-left {
	margin-left: 6em;
}

.platform-features-right {
	margin-left: 4em;
}


.plans {
	background-color: #f7f7f7;
	padding: 2em;
	text-align: center;
}

	.plan {
		background-color: #fff;
		border-radius: 8px;
		padding: 2em;
	}

		.plans h3 {
			font-size: 2em;
			font-weight: 700;
		}
		
		.plan ul {
			list-style: none;
			margin-left: -2em;
			padding-left: 0;
			width: calc(100% + 4em);
		}

			.plan ul li {
				border-bottom: solid 1px rgba(144, 144, 144, 0.2);
				color: #bbb;
				padding: 1em;
			}

				.plan ul li:first-child {
					border-top: solid 1px rgba(144, 144, 144, 0.2);
				}

			.plan ul strong {
				color: #4b505c;
			}

		.plan .price {
			display: block;
			font-size: 0.8em;
			margin-bottom: 2em;
		}

			.plan .price strong {
				font-size: 3em;
				vertical-align: bottom;
			}

		.plan :last-child {
			margin-bottom: 0 !important;
		}

.pricing>* {
	text-align: center;
}

.pricing p, .pricing h2, .pricing h3 {
	margin: 0;
}

.table-features>* {
	border-color: black;
}

.table-features td:not(:first-child) {
	text-align: center;
}

.table-features .section-header td {
	background-color: #eeeeee;
	font-weight: bold;
	border: none;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.table-features thead, .table-features th {
	text-align: center;
	border: none;
}

.table-features tr:nth-child(2n + 1) {
	background-color: white;
}

.signupbutton p {
	margin-bottom: 0.4em;
}

.review {
	
}

.reviews h3 {
	border-bottom: 1px solid #575d60;
	margin-bottom: 0;
}

header.major h2 {
	margin-bottom: 0;
}

.search {
	text-align: center;
}

input[type="submit"], input[type="text"], input[type="button"], input[type="email"],
	input[type="password"], textarea, a.button {
	border-radius: 4px;
}

.recaptchatable input[type="text"] {
	height: 20px;
	background-color: white;
}

.rates td {
	vertical-align: middle;
}

.rates .product {
	vertical-align: middle;
}

.rates .ratecell {
	text-align: right;
}

.rates .ratecell .top {
	font-size: 10pt;
	display: block;
}

.rates .ratecell .bottom {
	font-size: 10pt;
	display: block;
}

.rates .ratecell .rate {
	font-size: 16pt;
	font-weight: bold;
}

.rates input[type="button"] {
	margin: 0 auto;
	horizontal-align: middle;
}

.bookingform {
	font-size: 1em;
	background-color: white;
}

.bookingform h1 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
}

.bookingform h2 {
	font-size: 1em;
}

.bookingform .custom-field-info {
	margin-top: 0.6em;
}

.bookingform input[type="text"], .bookingform select {
	display: inline;
	float: left;
	width: auto;
	background-color: white;
}

.bookingform img.ui-datepicker-trigger {
	padding-top: 10px;
	padding-left: 4px;
}

.termsofservice ol li {
	padding-bottom: 1em;
	margin-bottom: 0em;
}

.termsofservice ol li ol, .termsofservice ol li ol li {
	padding-bottom: 0em;
	margin-bottom: 0em;
}

.ui-datepicker th {
	border: none;
}

.ui-datepicker tbody tr {
  border: none;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}

.bookingform table { //
	width: auto;
	background-color: white;
}

.bookingform table tr, .bookingform table tr:nth-child(2n + 1) {
	background-color: white;
	border: none;
}

.bookingform td {
	padding: 0.2em;
}

.bookingform table .ac {
	position: relative;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #cccccc;
}

.bookingform h4 {
	border-bottom: 1px solid #dddddd;
}

.bookingform .navigation {
	padding-top: 1em;
}

.bookingform label {
	text-align: right;
	font-weight: 500;
	font-size: 1em;
	color: #7e8487;
	padding: 0;
	margin: 0.6em 0 0 0;
}

.bookingform input[type="checkbox"] {
	margin-right: 0;
	background-color: yellow;
}

.bookingform input[type="text"], 
.bookingform select {
	width: 100%;
	height: 2.7em;
	padding-left: 5px;
	padding-right: 5px;
}

.bookingform .input-small,
.bookingform input[type="text"].input-small {
	width: 100px;
	height: 2.7em;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.bookingform .input-mini {
	width: 50px;
	height: 2.7em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.select-wrap {
  position: relative;
}
 
.select-wrap:after {
  content: '\f0dc';
  font: 17px "FontAwesome";
  color: #7e8487;
  right: 8px;
  top: 10px;
  /*Adjust for position however you want*/
  
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.date-wrap {
  position: relative;
}
 
.date-wrap:after {
  content: '\f073';
  font: 17px "FontAwesome";
  color: #7e8487;
  right: 8px;
  top: 10px;
  /*Adjust for position however you want*/
  
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}


@media screen and (max-width: 736px) {
	.bookingform label {
		text-align: left;
	}
}

.bookingform .ac td {
	padding: 0 5px 0 5px;
	border: 1px solid white;
}

.bookingform .ac_hdr td {
	color: white;
	background-color: #08396b;
}

.bookingform .ac_wn {
	color: black;
	background-color: #cccccc;
}

.bookingform .ac_av {
	color: white;
	background-color: green;
	cursor: pointer;
}

.bookingform .ac_bl {
	color: white;
	background-color: #eeeeee;
}

.bookingform .ac_nd {
	color: white;
	background-color: gray;
}

.bookingform .ac_na {
	color: white;
	background-color: red;
}

.bookingform .ac_av_l {
	color: white;
	background: url(/website/images/general/cal_av_l.gif) no-repeat;
	cursor: pointer;
}

.bookingform .ac_av_r {
	color: white;
	background: url(/website/images/general/cal_av_r.gif) no-repeat;
	cursor: pointer;
}

.bookingform .ac {
	border: 1px solid #cccccc;
	margin-bottom: 0;
	margin-right: 2px;
}

.bookingform .ac_legend td {
	color: black;
	padding-left: 4px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.prevmonth {
	position: absolute;
	left: 5px;
	top: 6px;
	color: white;
	text-decoration: none;
}

.nextmonth {
	position: absolute;
	right: 5px;
	top: 6px;
	color: white;
	text-decoration: none;
}

.form-centered {
	display: block;
	width: auto;
	max-width: 640px;
	margin: 0 auto;
}

.form-centered .row {
	padding-top: 1em;
}

.bookingform .row {
	padding-top: 0.3em;
}

.control-group {
	display: block;
}

.control-group label {
	display: block;
	float: none;
	text-align: left;
	margin: 0.4em 0.4em;
}

.controls {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 auto;
}

.amount {
	text-align: right;
}

.form-centered>.controls {
	display: inline;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

.avc {
	display: inline;
	color: white;
	font-size: 10pt;
	text-align: center;
}

.avc .nomonths1 {
	width: auto;
}

.avc .nomonths2 {
	width: auto;
}

.avc .nomonths3 {
	width: auto;
}

.avc .nomonths4 {
	width: 100%;
	max-width: 640px;
}

.avc .nomonths5 {
	width: 100%;
	max-width: 800px;
}

.avc .nomonths6 {
	width: 100%;
	max-width: 960px;
}

.avc table.month {
	margin: 5px 10px 5px 0;
	border: 1px solid #cccccc;
	padding: 1px;
	float: left;
	text-wrap: none;
}

.avc .month {
	width: auto;
	position: relative;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

*.av {
	background-color: green;
}

*.na {
	background-color: red;
}

*.nd {
	background-color: gray;
}

.avc td {
	padding: 4px;
	width: 14px;
	line-height: 15px;
	border: 1px solid white;
	text-wrap: none;
	text-align: center;
	color: white
}

.avc .hdr td {
	background-color: #08396b;
}

.avc .dn td {
	color: black;
	background-color: #cccccc;
}

.avc .av {
	background-color: green;
	cursor: pointer;
}

.avc .av_l {
	background: url(/website/images/general/cal_av_l_22.gif) no-repeat;
	cursor: pointer;
}

.avc .av_r {
	background: url(/website/images/general/cal_av_r_22.gif) no-repeat;
	cursor: pointer;
}

.avc .bl {
	background-color: #eeeeee;
}

.avc .nd {
	background-color: gray;
}

.avc .na td {
	background-color: red;
}

.avcl {
	display: block;
	width: auto;
	margin-left: 150px;
}

.avcl .box {
	border: 1px solid #eeeeee;
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 2px 0 0 0;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

.avcl span {
	display: inline-block;
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	margin-top: 2px;
}

/**
 * Hourly Calendar
 */
.hc-canvas, .hc-canvas * {
	box-sizing: content-box;
	border-collapse: collapse
}

.hc-container {
	width: 600px;
	height: 300px;
	border: 0;
	margin: 0;
	padding: 0;
}

.hc-canvas {
	padding: 0;
	margin: 0;
	border: 0;
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color: #cccccc;
}

.hc-time {
	font-size: 10pt;
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #eeeeee;
	color: #7674cb;
	width: 60px;
	border: 1px solid #9593d7;
	text-align: right;
}

.hc-padding {
	padding: 2px 5px 5px 0px;
}

.hc-sm {
	font-size: 8pt;
}

.hc-header {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	left: 0;
	top: 0;
	background-color: #08396b;
	color: white;
	text-align: center;
	border-collapse: collapse;
	font-size: 8pt;
	line-height: 14px;
	font-size: 8pt;
	line-height: 14px;
}

.hc-available {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	background-color: green;
	border: 1px solid white;
}

.hc-reserved {
	position: absolute;
	font-size: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: red;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	vertical-align: bottom;
	text-align: center;
	vertical-align: bottom;
}

.hc-reserved-top {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(/website/images/general/hc-top-100-red.gif) no-repeat;
}

.hc-reserved-bottom {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(/website/images/general/hc-bottom-100-red.gif) no-repeat;
}

.leg-av {
	display: inline;
	margin: 4px;
	height: 10px;
	width: 15px;
	background-color: green;
}

.leg-na {
	display: inline;
	margin: 4px;
	height: 10px;
	width: 15px;
	background-color: red;
}

.leg-cl {
	display: inline;
	margin: 4px;
	height: 10px;
	width: 15px;
	background-color: #cccccc;
}

.hc-nav td {
	color: black;
	background-color: white;
	font-size: 8pt;
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.control-line {
	display: block;
	text-align: left;
	padding-left: 5px;
}

#home-featured h2 {
	width: 100%;
	//font-weight: bold;
	color: black;
	background-color: #5ddef4;
	margin-bottom: 0.5em;
	padding-left: 1em;
	margin-left: 0.5em;
}

#home-featured .box {
	background-color:  #f7f7f7;
	padding: 0.6em;
}

#home-featured h4 {
	padding: 0.2em 0.2em 0em 0.2em;
	margin: 0;
	height: 1.6em;
	overflow: hidden;
}

#home-featured h5 {
	padding: 0.2em 0.2em 0em 0.2em;
	height: 1.6em;
	margin: 0;
	overflow: hidden;
}

#home-featured p {
	padding: 0.2em 0.2em 0em 0.2em;
	margin: 0;
	border: none;
}

#home-featured .image.fit {
	margin: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#home-featured.wrapper {
	padding-top: 1em;
}

#marketplace-search h2 {
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
}

#marketplace-search h3 {
	text-align: center;
}

#marketplace-search ul {
	text-align: center;
}

#marketplace-search.wrapper {
	padding-bottom: 3em;
}

.main-featured {
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
}

.main-featured-category {
	padding: 0.2em 0.5em 0.2em 0.5em;
	color: white;
	background-color: #333c40;
}

.main-featured-category a, .main-featured-category a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.main-featured-column {
	border: 1px solid #333c40;
	background-color: #eeeeee;
}

.main-featured h4 {
	padding: 0.2em 0.2em 0em 0.2em;
	margin: 0;
	height: 1.6em;
	overflow: hidden;
}

.main-featured h5 {
	padding: 0.2em 0.2em 0em 0.2em;
	height: 1.6em;
	margin: 0;
	overflow: hidden;
}

.main-featured p {
	padding: 0.2em 0.2em 0em 0.2em;
	margin: 0;
	border: none;
}

.main-featured .image.fit {
	margin: 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#schedulelist {
	width: 450px;
	height: 100px;
	align-items: stretch;
	padding: 0;
	margin: 0;
}

.merchantlist h3 {margin: 0.3em 0 0 0; display: inline-block;}
.merchantlist h4 {margin: 0;}
.merchantlist .reviewrating {margin: 0 0 0 0.8em; display: inline-block;}
.merchantlist .reviewrating a {text-decoration: none;color: inherit;}
.merchantlist .description {margin: 0.4em 0 0.8em 0;}

.productlist h3 {margin: 0.3em 0 0 0; display: inline-block;}
.productlist p {margin: 0 0 0.4em 0}

.productlist .pricing {
	
}
.productlist .pricing input[type="button"] {
	line-height: 0;
	margin: 0;
	vertical-align: 1.2em;
}
.productlist .pricing .priceentry {
	width: 5em;
	display: inline-block;
	color: black;
	font-size: 1.3em;
	line-height: 0.9em;
	/*
	background-color: #497BAE;
	color: white;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
	*/
}

.productlist .pricing .priceentry .header {
	display: block;
	font-size: 0.6em;
	padding: 0;
	margin: 0;
}

.productlist .pricing .priceentry .footer {
	display: block;
	font-size: 0.6em;
	padding: 0;
	margin: 0;
}

.productpricelist table {
	background-color: inherit;
	border-collapse: collapse;
}

.productpricelist tr:nth-child(2n + 1) {
	background-color: inherit;
}

.productpricelist td {
	border: solid 1px #e8eaeb;
	vertical-align: middle;
}

.productpricelist .rate {
	text-align: right;
}

.productpricelist th {
	padding-top: 0.8em;
	line-height: 1.4em;
	border: solid 1px #e8eaeb;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}

.ui-dialog {
	padding: 5px 10px 5px 10px;
	border-radius: 6px;
}

.ui-dialog-titlebar {
	border-left: none;
	border-top: none;
	border-right: none;
	border-radius: 0px;
	background-color: white;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    padding: 0;
    cursor: pointer
}

.ui-button .ui-button-text {
	background-color: #ff5252;
	color: white;
}

.ui-dialog {
	z-index: 10002;
}

.ui-dialog .ui-dialog-buttonpane {
	padding-top: 1em;
	padding-bottom: 0.8em;
}

.ui-button {
	height: 2em;
	background-color: #ff5252;
	border-color: #ff5252;
	color: white;
}

.ui-dialog-titlebar-close {
	display: none;
}
