@CHARSET "UTF-8";


/* Suppliers-Register */
#suppliers-register {
	margin:0 50px;
	width:500px;
	float: left;
}

#suppliers-register div.form {
	margin:0 auto;
	width:400px;
	padding: 0 30px 10px;
}

#suppliers-register div.input input, #suppliers-register div.input select {
	width:350px;
}

#suppliers-register .intro ul {
    padding: 10px 10px 10px 30px;
}


#suppliers-register .intro li {
    font-size: 14px;
    line-height: 20px;
}

#SupplierIndexForm {
	margin-bottom:20px;
	overflow: hidden;
}

#SupplierIndexForm select, #SupplierIndexForm div.submit {
	float:left;
	margin:0 10px 0 0;
}

#SupplierSelectForm {
}

#SupplierSelectForm div.submit, #SupplierSelectForm select {
    clear: none;
    float: left;
    margin: 0 0 0 20px;
}

#SupplierSelectForm div.submit input {
	margin: 0;
}

div#ask {
	display: none;
}

#SupplierTypeForm label {
	font-size: 13px;
}


/* Breadcrumbs */
#supplier-breadcrumb {
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:2px solid #E6E6E6;
}

#supplier-breadcrumb ul.progress-breadcrumb {
	display:block;
	margin:0;
	padding:0;
	height:20px;
	list-style-type:none;
}

ul.progress-breadcrumb li {
	float:left;
	padding:0px 15px 0 10px;
	width:auto;
	height:auto;
	background:transparent url('../img/arrow-right-grey.png') scroll no-repeat right center;
	font-size:11px;
	font-weight:normal;
	color:#A1A1A1;
}

ul.progress-breadcrumb li.active {
	background:transparent url('../img/arrow-right-red.png') scroll no-repeat right center;
	color:#E3040E;
}

ul.progress-breadcrumb li a {
	color:#A1A1A1;
}

ul.progress-breadcrumb li.active a {
	color:#E3040E;
}

#supplier-tab {
	margin:15px 0 25px;
	padding:0;
	width:100%;
	height:30px;
}


/* Supplier signup */

div.activity-saving,
div#daterange-loading, 
div#preview-loading, 
div#preview-deleting, 
div#photo-loading, 
div#photo-deleting, 
div#activity-list-loading, 
div#supplier-type-loading, 
div#daterange-loading-list, 
div.daterange-loading-icon,
div.session-loading-icon,
div#results-loading {
	display:none; 
	background-image: url('../img/icons/16/loading.gif'); 
	background-repeat:no-repeat; 
	height:16px; 
	width:16px; 
	float:left; 
	margin:10px;
	/* clear: both; */
	z-index: 10; 
}

div#activity-loading,
div#daterange-loading, 
#activity-form div#photo-loading,
#activity-form div#photo-deleting,
div.daterange-loading-icon,
div#daterange-loading-list,
div#activity-list-loading
{
	clear: none;
}

div#daterange-loading {
	margin-top:30px;
}

div#daterange-loading-list {
	margin-top: 4px;
}

div.daterange-loading-icon {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.session-loading-icon {
	float: right;
	margin: 0px 10px 0px 0px;
}

div#results-loading {
    height: 20px;
    left: 600px;
    margin: 0;
    position: absolute;
    top: 50px;
    width: 20px;
}

div#activity-profile-loading {
    width: 100%;
    text-align: center;
    float: left;
}

div#activity-profile-loading div#results-loading {
    padding: 0 0 0 25px;
    width: auto;
    height: inherit;
    position: relative;
    top: inherit;
    left: 250px;
}

div#results-loading p {
	display: none;
	/*
	background:url("../img/icons/16/loading.gif") no-repeat scroll 0 0 transparent;
	color:#CC0000;
	font-size:14px;
	line-height:16px;
	padding:0 0 0 25px;
	margin: 0;
	*/
}

div#search-results-loading {
    display: none;
    float: right;
    height: 20px;
    margin: 7px 10px 0 0;
    width: 160px;
}

div#search-results-loading p {
    background: url("http://kumutu.com/img/icons/16/loading.gif") no-repeat scroll left top transparent;
    margin: 0;
    padding-left: 20px;
    width: 140px;
}

.date-ranges a {
	float: left;
	margin-right: 10px;
}

div#photo-loading {
	margin-top: 20px;
	margin-bottom: 0px;
}

/* Index Signup Progress */
#suppliers-index {
}

#suppliers-dashboard .box-simple {
    margin-top:40px;
}

#suppliers-dashboard .box-simple p.weak {
    color:#999999;
    font-size:11px;
    line-height:14px;
    margin-top:0;
}

#suppliers-dashboard ul.progress {
	margin-left:0;
	padding-left:10px;
	list-style-type:none;
}

#suppliers-dashboard ul.progress li {
	position:relative;
}

#suppliers-dashboard ul.progress li.done {
	padding-left:25px;
	background-image:url('../img/icons/misc/icon-tick.png');
	background-repeat:no-repeat;
	background-position:left center;
}

#suppliers-dashboard ul.progress li.undone {
	padding-left:25px;
}

#suppliers-dashboard ul.progress li div#next {
	position:absolute;
	top:-3px;
	left:240px;
	padding:3px 5px 3px 17px;
	width:200px; background:#47A8F0 url(../img/inverse-arrow.png) no-repeat scroll left top;
	color:#FFFFFF;
}

#suppliers-dashboard #suppliers-index ul.progress li span.weak {
	margin-left: 20px;
}

#suppliers-dashboard  #suppliers-index ul.progress li span.weak a {
	font-size: 12px;	
}

p#accept-terms-notice span {
	float:left;
	margin-right:10px;
}

/* Supplier Profile */
#SupplierTermsForm div#terms, #SupplierBookingForm div#terms {
	padding:5px;
	width:95%;
	height:350px;
	overflow:auto;
	border:1px solid #CCCCCC;
}

#ContinueForm, #ContinueForm div {
	margin-top:0;
	padding-top:0;
}

#SupplierDetailsForm div.text input {
	width:320px;
}

/* DEPRECATED
#SupplierDetailsForm div.error div.error-message {
	border-radius: 3px;
    box-shadow:5px 5px 5px #DDDDDD;
	-moz-border-radius:3px 3px 3px 3px;
    -moz-box-shadow:5px 5px 5px #DDDDDD;
    background:url("../img/arrow-left.png") no-repeat scroll 0 top #DD0000;
    color:#FFFFFF;
    height:auto;
    left:380px;
    min-width:104px;
    padding:0 10px 0 20px;
    position:absolute;
    top:20px;
    z-index:5;
}
*/
div.error-message {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    box-shadow:3px 3px 5px #D1D1D1;
    -moz-box-shadow:3px 3px 5px #D1D1D1;
    background:linear-gradient(top, #BB0000, #DD0000);
    background:-moz-linear-gradient(center top , #DD0000, #BB0000) repeat scroll 0 0 #CC0000;
    color:#FFFFFF;
    left:380px;
    margin:0 0 3em 0;
    padding:10px;
    position:absolute;
    top:10px;
    width:200px;
    z-index:10;
}

div.error-message:after {
    content:"\00a0";
    display: block;
    position: absolute;
    z-index:-1;
	bottom:auto;
    border-width: 10px 15px;
    border-style: solid;
	border-color:transparent #CC0000 transparent transparent;
    left: -30px;    
    height: 0px;
    width: 0px;
    top:10px;
}




#activities table {
	border: 0;
}

#activities table th {
	border: 0;
	background: transparent;
	color:#A1A1A1;
	font-weight:normal;
	text-align:left;
	padding: 0 0 10px 0;
}

#activities table td {
	border: 0;
	color:#A1A1A1;
	text-align:left;
	padding: 0 20px 20px 0;
	vertical-align: top;
}

#activities h3 {
	line-height:100%;
	margin-top:0;
}

#activities .activityName p {
	margin-top: 0;
	font-size: 12px;
}


#activities strong {
}

#activities .weak {
	font-size: 12px;
}

#activities form {
	padding: 0;
}

#activities form select {
}

#activities #selectedActivities  {
}

#activities #selectedActivities .selectionHeader {
	background:none repeat scroll 0 0 #EEEEEE;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px 20px;
}

#activities #selectedActivities .selectionContent {
	border-right: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	padding-left: 20px;
	padding-right: 20px;
}

#activities #selectedActivities .selectionFooter {
	border: 2px solid #EEEEEE;
	text-align:right;
	padding:10px 20px;
	height:75px;
}

#activities #selectedActivities table {
	width: 100%;
	margin: 0;
}

#activities #selectedActivities th {
	color:#AAAAAA;
	font-size:12px;
	padding:4px 0 0;
}

#activities #selectedActivities table td {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
}

#activities .redButton {
	background:url("../img/red-gradient-32.png") repeat-x scroll 0 0 transparent;
	clear:both;
	color:#FFFFFF;
	float:right;
	font-size:16px;
	margin-top:5px;
	padding:5px;
	text-align:center;
	width:100px;
}

#activities .name { 
	text-align: left; 
	width: 350px;
}

#activities .time { 
	text-align: right;
}

#activities .participants { 
	text-align: center;
}

#activities .amount { 
	text-align: right;
}

#activities .total {
	font-weight: bold;
}

#activities .downpayment {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

/* Supplier background edit */
#suppliers-dashboard.backgrounds {}

#SupplierBackgrounds {
}

#SupplierBackgrounds #SupplierDesignForm {
	width: 620px;
	padding:10px 0;
	float:left;
}

#SupplierBackgrounds img {
	margin:0 5px 5px 0;
	height: 100px;
}

#SupplierBackgrounds input {
	font-size:15px;
	height:28px;
	margin-top:5px;
	padding:0 5px;
}

#suppliers-dashboard.backgrounds button {
    clear: both;
    float: left;
    border-radius:  3px 3px 3px 3px;
    -webkit-border-radius:  3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 5px #DDDDDD;
    box-shadow:  0 0 5px #DDDDDD;
    -webkit-box-shadow: 0 0 5px #DDDDDD;
	padding:0 5px;
	font-size:15px;
    background-color: #F1F1F1;
    /* lighter blue 
    background: -moz-linear-gradient(center bottom , #0182BB 10%, #329BC8 90%) repeat scroll 0 0 #359A02;
    background: -moz-linear-gradient(center bottom , #004CAB 5%, #0090D4 90%) repeat scroll 0 0 #359A02;
    border: 1px solid #329BC8;
    */
	background: -moz-linear-gradient(center bottom , #F3F3F3 5%, #FFFFFF 90%) repeat scroll 0 0 #CC0000;
    border: 1px solid #DFDFDF;
    color: #CC0000;
    cursor: pointer;
    height: 28px;
    margin-top: 5px;
    margin-right: 5px;
    width: auto;
}

#SupplierBackgrounds .submit {
	float: left;
	margin-top: 0;
}

#SupplierBackgrounds #background-loading {
    background-image: url("../img/icons/16/loading.gif");
    background-repeat: no-repeat;
    color: #999999;
    display: none;
    float: left;
    height: 16px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 20px;
    width: 135px;
    z-index: 10;
}

#SupplierBackgrounds .sidebar {
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #DDDDDD;
}


/* Suppliers General */
#SupplierFilesForm {
	margin-top:20px;
}

#SupplierIndexForm, 
#SupplierDescriptionForm, #SupplierFilesForm, #SupplierDirectionsForm, #SupplierFaqForm, 
#SupplierBookingForm, #ActivityAddForm, #ActivityEditForm, #PhotoAddForm, #VideoAddForm, #DateRangeAddForm, #DateRangeEditForm, #ActivityEditFormDetails {
	padding:0;
}

#SupplierDescriptionForm {
    float: left;	
}

#wym-counter-SupplierDescription .under, #wym-counter-ActivityDescription .under {
	color:#CC0000;
}
#wym-counter-SupplierDescription .over, #wym-counter-ActivityDescription .over {
	color:#009900;
}


/* Supplier Activities */
h2.activity-heading {
	float:left;
}

#activity h2 {
	margin-top: 0px;
	color: #525252;
	font-size:28px;
	font-weight:normal;
}

div.activity-boxes {
    width: 200px;
    float: left;
    margin: 2px 20px 2px 2px;	
}

div#image-activity-box {
    width: auto; 
    margin-right: 10px;	
    max-width: 170px;
    overflow: hidden;
}

.activity-boxes dl {
	margin: 0;
}

.activity-boxes dd {
	color:#999999;
	font-size:11px;
	height:15px;
}

.activity-boxes dt {
	margin-bottom: 10px;
}

.activity-boxes dt.last {
	margin-bottom: 0;
}

.activity-boxes dt strong {
	font-size:25px;
	font-weight:normal;
	line-height:30px;
}

.activity-boxes .weak {
	font-size:13px;
	font-weight: normal;
}

.activity-boxes img {
	max-height: 125px;
	max-width: 225px; 
}


div.activity-videos { 
	margin-top:10px;
	border-bottom:4px solid #F4F4F4;
	padding-bottom:5px;
	display: inline; 
}

div.activity-photos { 
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 244px;
}

div.activity-photos img {
    margin-right: 5px;
    width: 40px;
}

div.activity-photos a {
    margin-right: 4px;	
}

/*
div.activity-description {
	clear: both;
	border-bottom:4px solid #F2F2F2;
    font-size: 1.35em;
    line-height: 1.35em;
    overflow: hidden;
    margin-top: 20px;
}
*/

#activity div.description-video {
    clear:both;
    padding-bottom:10px;
    padding-top:10px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

/* Moved to profile.css 
#activity h3 {
    clear: both;
}
*/

a#activity-add {
	font-size:1.2em;
	font-weight:bold;
	background:transparent url('../img/add.png') no-repeat scroll left top;
	padding:0px 0 1px 20px;
}

a#activity-done {
	float:right;
}

div#activity-form {
	/*
	display:none;
	margin-top:40px;
	*/
	background-color:#fff;
}

div#activity-form fieldset {
	margin-top:20px;
}

#ActivityAddForm div.text input, #ActivityEditForm div.text input {
	width:380px;
}

#ActivityAddForm div.textarea textarea, #ActivityEditForm div.textarea textarea {
	width:650px;
	height:200px;
}

#ActivityAddForm .markItUpFooter, #ActivityEditForm  .markItUpFooter {
	width: 650px;
}


#activitySlug .activityName {
    float:left;
    font-weight:bold;
    padding-top:5px;
}

#activitySlug input#ActivitySlug {
    width: 150px;
}

#activitySlug #slugHelp {
    color:#525252;
    font-size:120%;
}

#additional-info-form .input {
	padding-bottom: 20px;
}

#additional-info-form .input label {
	font-weight: bold;
}

#additional-info-form textarea {
	height:175px;
}

#additional-info-form .markItUpFooter {
	width:650px;
}

#activity-details-form label {
	font-weight: bold;
}

.activity-boxes #booking-request-link {
	background:url("../img/btn-booking-request-blue-sm.png") no-repeat scroll left top transparent;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	height:65px;
	line-height:51px;
	margin:0 0 0 20px;
	text-align:center;
	text-transform:uppercase;
	width:200px;
}

.discontinued {
	color: #CCC;
}

.suspended {
	color: #FF4100;
}

.active {
	color: #2E802E;
}

.nonbookable {
	color: #888;
}

a.activity-alert {
	background: url("../img/icons/misc/icon-alert.png") no-repeat scroll right top transparent;
	padding: 2px 20px 2px 0;
}

.hasDatepicker {
	padding-left:22px;
	width:120px;
	background: #FFFFFF url('../img/icons/misc/icon-calendar.png') scroll no-repeat 5px center;
	border:1px solid #CCCCCC;
}

#date-wrapper div.input {
	float:left;
	margin: 0 40px 10px 0;
}

#dayofweek {
	margin-top:50px;
	height:45px;
}

#dayofweek div.checkbox {
	float:left;
	margin-top:0px;
	margin-right:20px;
}

#sessions-heading {
	margin-top: 20px;
}

#daterange-data {
	margin-top: 20px;
	clear: both;
}

#daterange-data input {
    Clear: none;
}


#DateRangeAddForm, #DateRangeEditForm {
    box-shadow: 0 0 4px #D2D2D2;
    -webkit-box-shadow: 0 0 4px #D2D2D2;
    -moz-box-shadow: 0 0 4px #D2D2D2;
	margin: 0px;
	padding:2px;
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
}

#DateRangeAddForm h3, #DateRangeEditForm h3 {

}

#DateRangeAddForm fieldset, #DateRangeEditForm fieldset {
	margin-bottom:10px;
	padding:10px;
	border:0px solid #DDDDDD;
}

#DateRangeAddForm div.submit, #DateRangeEditForm div.submit {
	margin-top:25px;
	clear:both;
}

#daterange-wrapper {
	float:left;
	width:645px;
}

#daterange-help {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	color:#666666;
	font-size:10px;
	padding:3px;
	margin:0 0 15px;
}

#daterange-help h4 {
	font-size: 12px;
}

#daterange-help p {
	margin:2px 0 0;
}

#daterange-wrapper h3 {
	margin-top:10px;
	font-weight:normal;
}

#daterange-wrapper div.error-message {
	font-size: 11px;
}

.button a#add-date-range strong {
	background:url("../img/bg-button-left-add.png") no-repeat scroll left top transparent;
	color:#333333;
	display:block;
	line-height:24px;
	padding-left:23px;
	text-shadow:0 1px 0 #FFFFFF;
}

/* Date Range buttons */
.ui-state-default .icon-tick {
	background:url("../img/icons/misc/icon-tick-16.png") no-repeat scroll left top transparent;
}

.ui-state-default .icon-cross {
	background:url("../img/icons/misc/icon-cross-16.png") no-repeat scroll left top transparent;
}

#day-buttons .ui-state-focus, #day-buttons .ui-state-hover {
	background: none;
	border: inherit;
	color: inherit;
	font-weight: inherit;
}

#session-wrapper {
	clear:both;
	margin-top:5px;
}

#session-wrapper .session-inputs {
	clear:both;
	width: auto;
	width: 450px;
	float:left;
}

#session-wrapper .session-inputs div.select {
	float:left;
}

#session-wrapper .session-inputs a {
	float:left; 
	margin:20px 20px 20px 10px
}

#session-wrapper div.session-options {
	float:left;
}

#session-wrapper div.session-options div {
	float:left;
}

#session-wrapper div.session-options div.text {
    margin-left: 30px;
}

#session-wrapper div.input {
	margin-top:0;
}

#session-wrapper .text {
	margin-left:40px;
	margin-left:4px;
}

#session-wrapper .text input {
	width:40px;
	margin-right:4px;
	display: inline;
}

#session-wrapper .radio {
	position:relative;
	top:20px;
}

#session-wrapper .radio label, #session-wrapper .radio input {
	float:left;
}

#session-wrapper .radio label {
	margin-right:20px;
}

#session-wrapper #add-session {
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#session-wrapper input.remove-session {
	margin-top:20px;
	margin-left:8px;
}

#duration-wrapper {
	clear:both;
}

#duration-wrapper div.input {
	float:left;
}

#duration-wrapper .text input {
	width:30px;
}

#duration-wrapper .radio {
	position:absolute;
	top:22px;
	left:50px;
}

#duration-wrapper .radio label, #duration-wrapper .radio input {
	float:left;
}

#duration-wrapper .radio label {
	margin-right:20px;
}

#DateRangeAllotment {
	display:inline-block;
	margin-right:5px;
	width:40px;
}

#DateRangePrice {
	display:inline-block;
	margin-left:5px;
	width:80px;
}

#payment-wrapper {
	margin-top:15px;
	margin-bottom:15px;
	width: auto;
}

#payment-wrapper .radio input {
	float:left;
	margin-right:10px;
}

#payment-wrapper select {
	display:inline;
}

select#ActivityLeadTime, select#ActivityCancelTime {
	display:inline;
	margin:0 5px;
}

table.activities {
	width:100%;
	margin-top:-1px;
}

table.date-ranges {
	width:600px;
}

table.session-ranges {
	width:500px;
}

#sidebar .weak {
	color:#666;
	margin-top:5px;
}

/* Profile pages */
.subheader {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.subheader #logo {
    float: left;
}

div.associations {
	overflow: hidden;
}

div.associations ul {
    clear: both;
    float: left;
    list-style: none outside none;
    margin-top: 10px;
    padding: 0;
}

div.associations ul li {
    float: left;
    margin-right: 10px;
    min-height: 80px;
    width: 50px;
}

div.associations ul li img {
	max-width: 50px;
	max-height: 80px;
}

.subheader #subheading {
    float: left;
    margin-left: 10px;
	width:520px;
	text-align: left;
}

#supplier-profile #subheading p {
	color: #AAA;
	margin-top: 0px;
}

.subheader #checkAvailability {
	border:2px solid #DDDDDD;
	float:left;
	font-weight:bold;
	font-size: 13px;
	margin-left:10px;
	padding:5px 10px;
}

.subheader #checkAvailability form, .subheader #checkAvailability input, .subheader #checkAvailability .submit, .subheader #checkAvailability .input {
	display: inline;
	margin-left: 10px;
}

img.logo-photo {
    float: left;
    display: block;
	max-height:100px;
	max-width:100px;
}
div#profile-map {
	float: left;
	width: 300px;
}
div#map-canvas {
	height: 400px;
	width: 300px;
	float: left;
	margin-top: 5px;
}
div#profile-directions {
	float: left;
	padding:0 20px 10px 0;
	width:300px;
}
div#profile-directions p {
	margin-top: 0px;
}
div#profile-directions dl {
	text-align: right;
}

#profile-directions dd {
	margin-bottom: 10px;
}

.twitter {}
.tweet {
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
color: #525252;
}
.tweet p.loading {
	background:url("/img/icons/16/loading.gif") no-repeat scroll 0 0 transparent;
	text-indent:23px;
}
.tweet .tweet_list, .query .tweet_list{
    list-style-type: none;
    font-size: 12px;
    padding-left:0;
    margin:0;
    line-height:1.2;
}

.tweet .tweet_list li {
	border-bottom:1px dotted #DDDDDD;
	padding:6px 1px;
	overflow: hidden;
}

.tweet .tweet_time, .tweet .tweet_time a {
font-size:9px;
font-style:normal;
margin-top:2px;
display: block;
color: #525252;
}

.twitter .follow {
	background:url("../img/twitter-square.png") no-repeat scroll left top transparent;
	font-size:12px;
	padding-left:22px;
}

/* Tooltips */
#session-wrapper .tooltip {
    float:left;
    position:relative;
    top:32px;
    padding-right: 10px;
}
.tooltip-session-remove {
	margin-left: 4px;
}


/* Day checkboxes on Activity page @see http://plugins.jquery.com/project/radiobutton-checkbox-replacement/ */
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}

span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url("../img/icons/misc/icon-cross-16.png") no-repeat;
	cursor: pointer;
	margin-left:10px;
    margin-top:2px;
}

span.ui-helper-hidden {
	display: none;
}

label {
	padding: 2px;
}

span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
	background: url("../img/icons/misc/icon-cross-16.png") no-repeat;
}

span.ui-checkbox-state-checked {
	background: url("../img/icons/misc/icon-tick-16.png") no-repeat;
}

span.ui-checkbox-state-checked-hover {
	background: url("../img/icons/misc/icon-tick-16.png") no-repeat;
}

span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
}

span.ui-radio-state-checked-hover {
}


/* IE css hack */
div#activity-show-anchors {
    border: 1px solid #fff;
}

/*
 Supplier profiles
*/
.supplier-photos {
    text-align: center;
}

.video-object {
    display: none;
}

#gallery, 
#address #profile-map {
    display: none;
}

div.videos-alternative {
    padding: 10px;
    width: 100%;
}

div#gallery-alternative {
    clear: both;
}

div#gallery-alternative ul li {
    width: auto;
    float: left;
    margin: 5px;
    list-style-type: none;
}

div#gallery-alternative ul {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}


/* Supplier Directions */
div.coords {
    float: left;
    margin: 0 5px;
}

/* Supplier Reviews & Ratings */
#googleRatings{}
#disqusComments {
}


/* Supplier sidebars */
#activityInformation {
}

#activityInformation .icon {
	float: right;
}

#activityInformation h3 {
	background-color:#0075BF;
	color:#FFFFFF;
	font-weight:normal;
	margin:13px 0 0;
	padding:10px;
	width:220px;
}

#activityInformation ul {
	background-color: #BDE5FF;
	color: #004570;
	margin: 0;
	list-style: none;
	padding: 12px 10px;
	width: 220px;
}


#nearbyHotels ul {
	list-style: none;
	padding: 0;
}

#nearbyHotels li {
	margin-top: 5px;
	clear: both;
}

#nearbyHotels a:link {
	font-size:1.1em;
	width: 150px;
}

#nearbyHotels .location {
	color: #999;
	width: 150px
	line-height:12px;
}

#nearbyHotels .rating {
	color: #408CD9;
	font-size: 18px;
	width: 50px;
	float: right;
}

/* Maybe put this into a separate search stylesheet? */
/* Search forms */

#search form {
	padding: 0;
	overflow: hidden;
}


/* Search */
/* Maybe put this into a separate search stylesheet? */

#search {
    border: 3px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    width: 630px;	
}

#search h2 {
	margin: 0;
	line-height: 26px;
}

#search h2 p.weak {
	line-height: 12px;
}

#search #search-box {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #D1D1D1;
    margin-top: 0px;
    padding: 10px;
    overflow: hidden;
    border-radius: 2px;
}

/*
#search input {
	border:2px solid #CCCCCC;
	color:#666666;
	padding:4px;
	width:500px;
}
*/

#search input.keywords {
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	padding:8px;
	width:310px;	
}

#search select {
    display: inline;
    font-size: 12px;
    margin-top: 10px;
    width: 160px;
}

#search #date {
	border:1px solid #CCCCCC;
	display:inline;
	font-size:16px;
    padding: 8px 8px 8px 30px;
	width:100px;
	z-index: 996; /* datepicker is always z-index of target +1 */
}

#search .keywords {
	font-size:16px;
	padding:7px;
	margin-top:10px;
}

#search div.query {
	float: left;
	margin:	0 10px 0 0
}

#search div.date {
	float: left;
	margin-top: 8px;
}

#search .input {
	display: inline;
}

#search .select {
	display: inline;
}

#search label {
	display: none;
}

#search .submit {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 100px;
}

#search .submit input {
	background:url("../img/red-gradient-search.png") no-repeat 0 0 transparent;
	clear:both;
	color:#FFFFFF;
	font-size:14px;
	margin-top:5px;
	padding:5px;
	text-align:left;
	border: 0px;
	width:91px;
}

#search #links {
    font-size: 12px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
}

#search #links a {
	padding-right: 10px;
}

#search .browse {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

#search .browse span.weak {
	float: left;
	margin-right: 10px;
}

#search .browse a {
    background: url("/img/buttons/pagination.png") repeat-x scroll 0 -38px transparent;
    border-color: #D7D7D7 #D7D7D7 #9E9E9E;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #454545;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin-right: 10px;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

#search .browse a.selected {
    background: url("/img/buttons/pagination.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: none;
}


#quickSearch {
	width: 240px;
}

#quickSearch h3 {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	background:url("/img/quicksearch-header-background.png") repeat-x scroll left top #F3F3F3;
	border-color:#E7E7E7;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#939393;
	font-size:18px;
	font-weight:normal;
	line-height:15px;
	margin:0;
	padding:7px 5px 8px 10px;
	width:225px;
}

#quickSearch .inner {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border:1px solid #E7E7E7;
	background: none repeat scroll 0 0 #FFFFFF;
}

.quickSearch select {
	/* Possibly remove border below */
	border:1px solid #E4E4E4;
	background-color: #FFFFFE;
	height:24px;
	line-height:24px;
	margin-bottom:5px;
	padding:1px 0 1px 1px;
	vertical-align:middle;
	widows: 220px;
	width: 220px;
}

.quickSearch input {
	border:1px solid #E4E4E4;
	color:#CCCCCC;
	padding:5px;
	width:210px;
}

.quickSearch a {
	margin-bottom: 5px;
	color: #000000;
}

.quickSearch .ui-selectmenu-status  {
	background-color:#FFFFFF;
}

.quickSearch .ui-selectmenu-status .ui-selectmenu-focus-ui-state-hover  {
	background-color: #CC0000;
}

.quickSearch label {
    padding: 0;	
}
.quickSearch div.input,
.quickSearch div.submit {
    margin-top: 0px;	
} 

#quickSearch .redButton {
	background:url("../img/red-gradient-search.png") no-repeat 0 0 transparent;
	clear:both;
	color:#FFFFFF;
	font-size:14px;
	margin-top:5px;
	padding:5px;
	text-align:left;
	border: 0px;
	width:91px;
	position:relative;
	left: 132px;
}

#quickSearch .submit input {
    background:url("../img/red-gradient-search.png") no-repeat 0 0 transparent;
    clear:both;
    color:#FFFFFF;
    font-size:14px;
    margin-top:5px;
    padding:5px;
    text-align:left;
    border: 0px;
    width:91px;
}
/* Tag Cloud */
#tagCloud ul {
	list-style:none outside none;
	padding-left:10px;
}

#tagCloud .weak { 
	font-size: 10px; 
}

/* Search results */
#search-content {
	float: left;
	min-height: 760px;
}

#supplier-search {}

#supplier-search #activity-search-box {
    display: none;
}
#activity-search #supplier-search-box {
    display: none;
}
div#activity-search-box, div#supplier-search-box {
    padding: 10px 0;	
}

#supplier-results, #activity-results {
    float:left; 
    margin-right:15px; 
    width:660px; 
    padding:1px;
}

#search-results {
    width:660px; 
    float: left;
}

#search-filters {
  background-color:#F4F4F4;
  border-radius: 5px;
  padding:5px 10px;
  margin-top:20px;
  width:615px;	
}

#search-filters h4 {
	color: #999;
	font-weight: normal;
	font-size: 10px;
}

#search-filters ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

#search-filters ul li {
	border-radius: 3px;
	background: #f1f1f1;
	border: 1px solid #DDDDDD;
	padding: 1px 3px;
	float: left;
}

#search-filters ul li span.filter-applied {
	float: left;
	color: #888;
}

#search-filters ul li a.filter-remove {
    background: url("../img/icons/14/remove-sm.png") no-repeat scroll 0 1px transparent;
    display: block;
    float: left;
    height: 14px;
    text-indent: -10000px;
    width: 14px;
    margin-left: 5px;
    margin-top: 1px;
}

#search-tabs {
	float:left; 
    margin-right:15px; 
    width:660px; 
    padding:1px;
}

.searchResult {
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: 0 0 7px #CCCCCC;
	-wekit-box-shadow: 0 0 7px #CCCCCC;
	box-shadow: 0 0 7px #CCCCCC;
	border:1px solid #E1E1E1;
	margin:7px 15px 7px 0;
	padding:10px;
	/* width:580px; */
	width:611px;
	float: left;
	background-color:#FFFFFF;
	/* height:140px; */
	background-image: -webkit-gradient( linear, left bottom, left top, #F8F8F8 1%, #FFFFFF 47% );
	background-image: -moz-linear-gradient(center bottom , #F8F8F8 1%, #FFFFFF 47%);
}

.featured-results .searchResult {
	width:580px;
}

.searchResult .left {
	float:left;
	width:135px;
}

.searchResult .middle {
	float: left;
	width:325px;
	text-align: left;
	margin-left:10px;
}

.searchResult .right {
	float: right;
	width:100px;
	text-align: right;
	margin-left:10px;
}

.searchResult .left img {
	max-width: 125px;
	max-height: 125px;
}

.searchResult img {
	/*
	margin:25px 20px 0 25px;
	width:85px;
	*/
}

.searchResult h3 {
	float:left;
	line-height:16px;
	margin:0 0 1px;
}

.searchResult h3 a:link, .searchResult h3 a:visited {
	color: #1A1A1A;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.searchResult .location, .searchResult .location a {
	clear:both;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin:0;
	padding-top:5px;
}

.searchResult .location .weak {
	font-weight: normal;
	color:#525252;
}

.searchResult .activityName {
	clear:left;
	color:#999999;
	display:inline;
	float:left;
	line-height:17px;
	margin:0;
}

.searchResult .activityName a {
	color: #999999;
}

.searchResult .activityName .weak {
	float: left;
	padding-right:3px;
}

.searchResult .summary {
    clear: left;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
}

.searchResult .availability {
	color:#AAAAAA;
	line-height:11px;
	margin:0;
	padding-top:10px;
	font-size: 10px;
	overflow: hidden;
}

.searchResult .guarantee {
    background: url("../img/slices/guarantee.png") no-repeat scroll 0 0 transparent;
    color: #2689C3;
    font-weight: bold;
    line-height: 28px;
    margin: 3px 0 0;
    padding-left: 25px;
    width: 140px;
}

.searchResult .reviews {
	position:absolute;
	right:35px;
	text-align:right;
	top:10px;
	width:90px;
}

.searchResult .rating {
	color:#58C45D;
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
}
.searchResult .numReviews {
	color:#707070;
	font-size:10px;
	margin-top:3px;
}
.searchResult .price {
	margin-top: 35px;
}

.searchResult .price h6 {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
}

.searchResult .price .weak {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: normal;
}

.searchResult .price p {
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
}

#activities .searchResult .price p {
}

.searchResult .bookButton.red {
	background: url("../img/buttons/button-red-121.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 36px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	width: 121px;
}

.searchResult .bookButton.blue {
	background: url("../img/buttons/button-blue-121.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 36px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	width: 121px;
}

#activities .searchResult .bookButton {
	background: url("../img/buttons/button-blue-121.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	width: 121px;
}


#activities .searchResult .bookButton.red {
	background: url("../img/buttons/button-red-121.png") no-repeat scroll 0 0 transparent;
}
#activities .searchResult .bookButton.blue {
	background: url("../img/buttons/button-blue-121.png") no-repeat scroll 0 0 transparent;
}

.searchResult .bookButton a:link, .searchResult .bookButton a:visited {
	color: #FFFFFF;
	padding-right: 27px;
}

#search-content .result-description {
	color:#888888;
	font-size:20px;
	margin-bottom:10px;
	margin-top:30px;
	margin-left: 0px;
}

#search-content .result-description span.keyword {
	font-weight: bold;
	color: #525252;
	font-size: 22px;
}

#search-content .result-description span.weak.other {
 color:#AAAAAA;
  display:block;
  font-size:12px;
}

#search #activities, #search #locations {
	display: none;
	width:615px;
	padding: 10px;
	/*
	z-index:5;
	background: #f4f4f4;
	border: 1px solid #F1f1f1;
	border-radius: 3px;
	*/
	overflow: hidden;
}

#search #activities .column, #search #locations .column {
	float: left;
}

#search ul {
	list-style: none;
	padding-left: 0px;
	overflow: hidden;
}

#search ul li {
  padding-right:5px;
  width:150px;
}

.ui-autocomplete.ui-menu {
	width: 326px !important;
	z-index: 12 !important;
}

/* Search Results */

#search-results div.paging {
    margin-bottom: 0;
    overflow: hidden;
    width: 650px;
}

#search-results div.paging span, #search-results div.paging span a {
	margin-left: 10px;
}

#search-results div.paging span a, #search-results div.paging span.current, #search-results div.paging span.disabled {
    background: url("/img/buttons/pagination.png") repeat-x scroll 0 -38px transparent;
    border-color: #D7D7D7 #D7D7D7 #9E9E9E;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #454545;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 13px 8px 15px;
    text-shadow: 0 1px 0 #FFFFFF;
}

#search-results div.paging span a:hover {
    background-position: 0 -76px;
    border-color: #E7E7E7 #E7E7E7 #C9C9C9;
    border-style: solid;
    border-width: 1px;
    color: #8F8F8F;
}

#search-results div.paging span.current {
    background-position: 0 0;
    border-color: #BB0000 #BB0000 #990000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
}

#search-results div.paging span.disabled {
	color: #D7D7D7;
}

ul.activity-months {
    padding: 0;
    margin: 0;
    float: left;
    width:390px;
    font-size: 10px;
}

ul.activity-months li {
	list-style: none;
	float: left;
	margin-right: 4px;
	color: #CCC;
}
ul.activity-months li.month-exists {
    color: green;	
}

/* Weather widget */
.weather {
	margin-bottom:30px;
}
.weather .image {
	float: left;
}
.weather p {
	padding: 0;
	margin: 0;
}

.weather .temperature {
	float:left;
	font-size:30px;
	font-weight:bold;
	margin:15px 0 3px 14px;
}

.weather .temperature p {
	margin: 0;
}

.weather .temperature .weak {
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}

.weather .details {
	clear:both;
	color:#AAAAAA;
	font-size:12px;
	line-height:13px;
}

.weather .details strong {
	font-weight: normal;
}

.weather .location, .weather .time {
	font-size: 9px;
	color: #cccccc;
}

.weather .time {
	margin-top: 5px;
}
.weather .time strong {
	display: block;
}

.weather .location strong {
	display: none;
}

#MessageRequestForm .input.text.date {
	float:left;
	padding-right:20px;
	padding-top:10px;
}
#MessageRequestForm .input.select.participants {
	float:left;
	padding-right:20px;
	padding-top:10px;
}
#MessageRequestForm .input.text.additional {
	clear: both;
}

/* Search by map */
#main.map {
    background-color: #FFFFFF;
    padding: 15px 10px;
    width: 940px;
}
#searchMap h1 {
    font-size:24px;
    line-height:24px;
    margin-bottom:0;
    text-transform:uppercase;
}

#searchMap p.weak {
	margin-bottom:10px;
}

#searchMap #title {
    float: left;
}

#searchMap #shareLinks {
	float: right;
	height: 25px;
}

#searchMap #shareLinks #share {
	float: right;
}

#searchMap #legend {
    background-color:#F4F4F4;
    color:#FFFFFF;
    float:right;
    clear: right;
    font-size:11px;
    margin-top:2px;
    padding:4px;
}

#searchMap #legend .air {
    color:#EF1700;
}

#searchMap #legend .water {
    color:#3D67FF;
}

#searchMap #legend .earth {
    color:#4CD562;
}

#searchMap #legend .snow {
    color:#888888;
}

#searchMap #mapFilters {
    clear: both;
}

#searchMap #map {
    clear: both;
}

.gmapmarker {
    max-height: 90px;
    height: 90px;
    width: 400px;
}

#searchMap #map .image {
	float:right;
	height:75px;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:5px;
	width:75px;
}

#searchMap #map .content {
	float: right;
	width: 300px;
	height: 90px;
}

#searchMap #map .name {
	font-size:15px;
	margin:0;
}
#searchMap #map .name a {
	font-weight: bold;
	color: #111111;
}

#searchMap #map .location {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0;
}

#searchMap #map .activityType {}
#searchMap #map .description {
	font-size:11px;
	line-height:12px;
	margin-top:10px;
	max-width:280px;
}


#searchMap #map-loader {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background-color:#FFFFFF;
	border:0 solid #CCCCCC;
	left:48%;
	opacity:0.8;
	padding:20px;
	position:absolute;
	top:48%;
	z-index:10;
}

/* Reviews */
div.reviews {}
div.reviews .why {
    background:none repeat scroll 0 0 #F1F1F1;
    margin:0 0 20px;
    padding:5px;
}

div.reviews .why p {
    font-weight:bold;
    margin:5px 0 0;
    padding:0;
}


div.reviews .overview {}
div.reviews .overview .ratingsOverall {}
div.reviews .overview .ratingsAverages {}
div.reviews .overview .create {}

div.reviews .review .user {
	float:left;
	margin-right:20px;
	width:130px;
}

div.reviews .review .user .name {
	font-weight: bold;
	margin: 0;
}

div.reviews .review .user .country {
	font-size: 11px;
	margin: 0;
}


div.reviews .review .description {
	float:left;
	width:400px;
}

div.reviews .review .ratings{
	float:left;
}

div.reviews .review .ratings dl {
	margin:0px;
	overflow:auto;
	padding:0;
}

div.reviews .review .ratings dt {
	clear:left;
	float:left;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	width: 40px;
}

div.reviews .review .ratings dd {
	float:left;
	font-size:10px;
	line-height:10px;
	margin-left:20px;
}

div.reviews .review {}

div.reviews .input.textarea.description {
	width:600px;
}
div.reviews .input.select.stars {
	clear:both;
}

div.reviews .input.select.stars label {
	float:left;
	font-size:12px;
	line-height:16px;
	width:75px;
}

div.reviews #ReviewAddForm {
	padding: 0;
}

div.reviews #ReviewAddForm fieldset {
	padding: 10px;
	background-color:#F2F2F2;
} 

div.reviews #ReviewAddForm .ratings {
    clear:both;
    margin-top:20px;
    overflow:hidden;
}

div.reviews #ReviewAddForm .ratings .overall {
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: bold;
}

div.reviews #ReviewAddForm .radio {
    margin-top:10px;
}
div.reviews #ReviewAddForm .radio legend {
    font-size:11px;
    font-weight:normal;
    padding:2px;
}
div.reviews #ReviewAddForm .radio label {
    clear:none;
    float:left;
    margin-left:0;
}
div.reviews #ReviewAddForm .radio input {}

/* Operator logos */
#suppliers-logos ul {
	overflow: hidden;
}

#suppliers-logos ul li {
	padding: 0;
	margin: 10px;
	list-style: none;
	float: left;
}

