﻿@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic,700italic);

body {
    background:url(/graphics/kemijarvi/KJmainBg.jpg) 50% 0 no-repeat;
    background-size:cover;
	background-attachment: fixed;   
	font-family: 'Gentium Basic', serif;
}

.plain 
{
    background:none;
    font-family: 'Noticia Text', serif;
    color:#000;
    width:500px;
}

.plain span
{
    color:#000;
}

.date_plain {
    background: url(/graphics/salla/calendar-icon.png) no-repeat 99% 50%;
	background-size: auto;
    font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	border-style: none;
	border: none;
	width: 70px;
	padding: 4px;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.5);    
}

.txtAdults_plain
{
    width:30px;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-bottom: 0;
	padding-top: 0;
}

header {
	width:100%;
    padding: 0;
    margin: 0;
    overflow:hidden;
	background: #fff;
}

header .gridContainer {
	background: url(/graphics/kemijarvi/logo.png) 0 20px no-repeat;
	background-size: 50%; 
	padding: 10px 0 8px 0;
}

/* cart_mini, Mini shopping cart styles */

.cart_mini {
	float:left;
	background: #fff url(/graphics/kemijarvi/shopping-cart-icon.png) 2% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
	padding: 3px 4px 3px 42px;
	margin: 0;
	overflow: hidden;
	width: 88%;
	min-width: 275px;
	border: 1px #ccc solid;
}

.cart_mini span.cart_mini_lblItemCount {
	padding: 8px 16px 0 16px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

.cart_mini span.cart_mini_lblItemTotal {
	padding: 8px 8px 0 8px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

input.cart_mini_btnCart {
	width: 160px;
	display: block;
	float: right;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	font-size: 16px;
	background: #218cc6;
	color: #fff;
	padding: 5px;
	margin: 5px;
	font-family: inherit;
	text-transform: uppercase;
}

input.cart_mini_btnCart:hover {
	background: #3ab2ef;
}

/*------------------------------------------*/

.logo_block {
	width:100%;
    padding: 30px 0 0 0;
    margin: 0;
    overflow:hidden; 
}

.logo_block .gridContainer {
	margin: 0;
	padding: 0;
}

.logo_block .gridContainer img {
	display: none;
}

#loader {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	position: fixed;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 50;
	background: url(/graphics/kemijarvi/loadingAnimation.gif) 50% 50% no-repeat;
	background-color: rgba(250, 250, 250, 0.8);
    color: rgba(250, 250, 250, 0.8);
}

.date {
    background: url(/graphics/kemijarvi/calendar-icon.png) no-repeat 99% 50%;
	background-size: auto;
    font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	border-style: none;
	border: none;
	width: 90px;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px #ccc solid;
}

div.ui-datepicker {
	font-size:10px;
}

.ui-datepicker { 
	margin-left: 0px;
	z-index: 1000;
}

.hidden	{
	visibility:hidden;    
}

/* Hidden Login div, visible when login button clicked*/

#login {
	background: rgba(000, 000, 000, 0.6);
	margin: 0;
	padding: 0;
    color: #000;
    position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
    visibility: hidden;
}

#login div {
	background: #fff;
	padding: 20px;
}

#login div table {
	width: 95%!important;
	margin: 0 auto 0 auto;
}

#login div table td {vertical-align: middle;}

.login_error {
    color: #ff0000;
}

.login_txtUser, .login_txtPwd {
    border:solid #333 1px;
 	width: 150px;
	padding: 6px;    
}

#login .login_btnLogin {
    background: #218cc6 url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
    color: #fff;
	font-size: 18px!important;
	font-weight: bold;
	font-family: inherit;
	margin: 15px 0 0 0;
	padding: 0 0 0 8px;
	height: 46px;
	width: 145px;
	border: none;
	text-align: left;
	display: block;
	float: left;
}

#login .login_btnLogin:hover {
	background: #63b1db url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
}

/* Language controls */
.lang {

    float:left;
	display: block;
	width: 100%;
	margin: 85px 0 8px 0;
	overflow: hidden;
}

.lang_lnkLoggedIn {
    color: #218cc6;
	margin: 0 5px 0 0;
}

input.lang_btnHome {
	height:32px;
	width:32px;
	margin: 0 5px 0 0!important;
	border:none;
	background: url(/graphics/kemijarvi/home-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogin {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0!important;
	border: none;
	background:url(/graphics/kemijarvi/login-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogout {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0;
	border: none;
	background:url(/graphics/kemijarvi/logout-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

.lang input {
	height:  32px;
	width:  32px;
	margin: 0 2px 0 0;
	border:none;
}

input.lang_btnFi {
	background: url(/graphics/kemijarvi/fi-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnRu {
	background: url(/graphics/kemijarvi/ru-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnNo {
	background: url(/graphics/kemijarvi/no-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnEn {
	background: url(/graphics/kemijarvi/gb-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnFi:hover, input.lang_btnHome:hover, input.lang_btnLogin:hover, input.lang_btnLogout:hover, input.lang_btnEn:hover,
input.lang_btnNo:hover, input.lang_btnRu:hover { opacity: 0.6 }

.lang_btnEn
{
    
}

.lang_btnNo
{
    
}

.lang_btnRu
{
    
}


/* // language controls */


.cart_mini_lblItemCount
{
    
}

.cart_mini_lblItemTotal
{
    
}

/* // cart_mini */

/* main content */

.main_content 
{    
    /*margin-top:100px;*/
    
}

/* // main content */



/* SearchBox */

.location {
    
}

.location_list {
    padding: 0;
	width: 100%;
	display: block;
}

span.location_list_title {
	color: #fff;
	font-size: 32px;
	display: block;
	margin: 0 0 0 15px;
}

table.location_list_chkLstLocation {
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;  
	margin: 0 0 0 15px;
}

table.location_list_chkLstLocation td {
    vertical-align: middle;
}

table.location_list_chkLstLocation td input {
	margin: 5px 4px 0 0;
	display: block;
	float:left;
}

table.location_list_chkLstLocation td label {
	margin: 0 12px 0 0;
}

/* branch */

.branch { }

.branch_list {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.branch_list_rdAccommodation, 
.branch_list_rdActivities, 
 .branch_list_rdShop {
	display: block;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0;
	padding: 0 0 65px 0;
}

.branch_list_rdAccommodation { background: url(../graphics/kemijarvi/accommodation.jpg) 50% 100% no-repeat; background-size: 100%;}
.branch_list_rdActivities { background: url(../graphics/kemijarvi/activities.jpg) 50% 100% no-repeat; background-size: 100%;}
.branch_list_rdCatering { display: none;}
.branch_list_rdShop { background: url(../graphics/kemijarvi/shop.jpg) 50% 100% no-repeat; background-size: 100%;}

.branch_list_rdAccommodation input, 
.branch_list_rdActivities input, 
.branch_list_rdCatering input, 
.branch_list_rdShop input {
	margin: 15px 10px 5px 15px;
}

.branch_list_rdAccommodation label, .branch_list_rdActivities label, .branch_list_rdCatering label, .branch_list_rdShop label {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #3bb1f1;
}

.branch_list_rdAccommodation label:hover, .branch_list_rdActivities label:hover, .branch_list_rdCatering label:hover, .branch_list_rdShop label:hover {
	color: #2187be;
}

.branch_list_rdActivities {
    
}

.branch_list_rdCatering {
    
}

.branch_list_rdShop {
    
}

/* // branch*//* search panel */

.search_panel {
    background-color:#fff;filter:alpha(opacity=60); opacity:0.6;
    min-height:50px;
}

.search_box {
    width:220px;
    background-color: rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 1px;
    
}

.search_box_lstProductType {
    
}

.search_box_lstAccommodationType {
    
}

.search_box_lstPersons {
    
}

.search_box_lstPeriod {
    
}

/*
.search_box_btnMoreFilters
{
    
}
*/

/* // search panel */

/* accommodation search */

.accosearch_content {
    background:#fff;
    min-height:50px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}

.accosearch_content span {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
	margin: 0 0 0 18px;
}

.accosearch_content_type {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
	display: block;
}

select.accosearch_content_type_lstAccoType {
    width: 92%;
	float: left;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 8px 0 0 15px;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_persons {
    width: 45.5%;
	min-width: 50px;
	float:left;
	color: #3cb2f0;
	margin: 0 0 0 0;
	font-size: 18px;
}

select.accosearch_content_type_lstAccoPersons {
	width: 100%;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 8px 0 0 0;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_arrival, .accosearch_content_departure {
    width: 26%;
	color: #fff;
	margin: 12px 1% 0 4.2%;
	float: left;
	display: block;
	text-align: left;
}

.accosearch_content_arrival span, .accosearch_content_departure span {text-align: left; margin: 0;}

input.date {
    width: 80%;
	border: 1px solid #ccc!important;
	background: #FFF url(/img/calendar.png) 94% 50% no-repeat;
	margin: 4px 0 0 0;
	padding: 7px 8px 7px 4px;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.date:hover {
	opacity: 0.85;
}

.accosearch_content_search {
    float:right;
}

.accosearch_content_search_btnSearch {
    background: #3bb3ef url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
	color: #fff;
	text-align: center;
	padding: 6px 36px 6px 14px;
	border: none;
	margin: 36px 20px 0 0;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 2px;
	webkit-border-radius: 2px;
}

.accosearch_content_search_btnSearch:hover {
    opacity: 0.75;
}

#ui-datepicker-div.ui-datepicker { font-size: 14px!important; }

/* equipment */

.equipment_list {
    padding: 10px 0 10px 0;
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	clear: both;
}

.equipment_list span {
    margin: 0 0 0 15px;
	padding: 0 0 4px 0;
	font-size: 18px;
	color: #fff;
	display: block;
}

.equipment_list table {
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
}

.equipment_list table td {
	padding: 0 15px 0 0;
	float: left;
	width: 46%;
}

.equipment_list table td input {
	margin: 0 5px 0 0;
}

.equipment_list_lstEquipment {}

/* // equipment*//* result panel (result header) */

.result_panel {
	overflow:hidden;
	display: block;
	padding: 10px 0 10px 0;  
}

.result_panel_label {
	float: left;
	display: block;
	width: 49%;
	color: #fff;
	padding: 8px 0 8px 1%;
	margin: 0;
	font-size: 20px;    
}

.result_panel_sort {
    float: left;
	display: block;
	width: 50%;
	color: #fff;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 20px;       
}

select.result_panel_sort_lstSort {
	float: right;
	background: #fff;
	border: none;
	border-radius: 3px;
	webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
	margin: 3px 10px 0 0;			        
}

.result_panel_sort span {

	float: right;
	display: block;
	margin: 0 10px 0 0;
	text-align: right;			        
}

/* // result panel (result header) *//* result */

.results {
    overflow:hidden;
	clear: both;
	margin: 0;
	width: 100%;
	display: block;  
}

.results .item {
	margin:0 0 6px 0;
	padding: 0;
	width: 100%;
	display: block;
    float:left;
    background:#fff;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;   
}

.results .item:nth-child(2n+2),
.results .item:nth-child(3n+3) {
	width: 100%;
	margin:0 0 6px 0;
}

span.result_name {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 8px 5px 8px 16px;
	background: #39b1ef;
}

.item-image {
    float:left;
	width: 61%;
	max-height: 150px;
	margin: 0 2% 10px 0;
	padding: 0;
	display: table-cell;
	overflow: hidden;
	text-align: left;  
}

.item-image img.result_img {
	width:100%;
	height: 100%;
	margin: 0;  
}

.item_right {
	float:left;
	width: 30%;
	margin: 5px 0 5px 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: left; 
	line-height: 18px;
	height: 155px;
}

.item_right .size {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/size-icon.png) 0 50% no-repeat;
}

.item_right .persons {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/person-icon.png) 0 50% no-repeat;
}

span.item-price {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
}

span.price-details {
	display: block;
	font-size: 16px;
	color: #333;	
}

input.result_right_btnResult {
	background: #3cb2f0;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 3px 8px 5px 8px;
	color: #fff;
	font-size: 18px;
    float: none;
	display: block;
    margin: 10px auto 10px auto;
    width: 40%;
}

input.result_right_btnResult:hover {
	background: #62c2f5;
}

/* Product - page = accommodation */
.accommodation_title {
    background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 10px 8px 10px 8px;
}


/*'*-----------------------Aktiviteetti, pääasiassa samat kuin majoituksella ---- */

.product_text_lblProductTime { }

.pCat_Start { }

/*-*-----------------------majoitus--------------------------------*/

.additional_products {	
	width:100%; 
	background: #fff;
}

.additional_products_header {
    padding: 0;
	background: #EEE;
	color: #009ee0;
	font-size: 20px;
	padding: 8px 0 8px 10px;
}

.rptAddit {
    width:100%;    
}

.rptAdditional_productitem_tr {
	border-bottom: 1px solid #dcdcdc;
}

.rptAdditional_productitem_tr td {
	vertical-align: middle;
	padding: 10px;
}

.rptAdditional_productitem_tr td span {
	padding: 0;
	margin: 0;
}

.rptAdditional_productitem_tr input[type=text] {
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
}


.rptAdditional_productitem_tr input[type=submit] {
    border: none;
    float: right;
    padding: 14px 48px 14px 10px;
	background: #218cc6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.rptAdditional_productitem_tr input[type=submit]:hover {
	background: #3ab2ef url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

.equipment_container	{
	border-top: 1px solid #8b83a1;
	padding: 15px 5px 0 5px;
}

.equipment_container p	{
	color: #3cb2f0!important;
	margin: 0 0 4px 0!important;
	font-size: 16px!important;
}

.addit_activity_container {
    width:100%;
	border-bottom: 1px solid #dcdcdc;
    display: inline-block;
}

.addit_activity_select_day {
    background: #009ee0;
    float: left;
    margin: 10px 0 10px 10px;
	padding: 0;
    min-width: 40px;
    text-align: center;
    width: 54px;
	height: 54px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
}

.addit_activity_select_day a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 0 10px 0;
	line-height: 16px;
}

.addit_activity_select_day:hover	{
	background: #EFCA6E;
}

.equipment_entry p {
	font-size: 16px;
	color: #fff!important;
	background: #3cb2f0;
	padding: 2px 4px 2px 4px;
	border-radius: 2px;
	webkit-border-radius: 2px;
	display: block;
	float: left;
}

.product-info {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: #fff;
}

.return-page span.title { 
	background: #483b6a;
	display: block;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 16px;
	font-size: 20px;
	color: #fff;
}

.cart_products, .cart_info, .return-page {
	background: #fff;
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	display: block;
}

.return-page .return-page-content {
	margin: 0;
	padding: 50px 0 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

.return-page .return-page-content a {
	display: block;
	float: none;
	clear: both;
	padding: 8px 8px 10px 8px;
	margin: 0 auto 20px auto;
	background: #483b6a;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	width: 18%;
}

.return-page .return-page-content a:hover {
	background: #766a96;
}

table.cart_table {
	margin: 30px 0 0 2%;
	width: 95%;
}

table.cart_table td {
	padding: 2px;
	vertical-align: middle;
	color: #484848;
}

tr.cart_table_header { 
	border-bottom: 2px #dcdcdc solid;
}

tr.cart_table_items {
	border-bottom: 1px #dcdcdc solid;
}

tr.cart_table_items td {
	padding: 10px 0 10px 0;
}

tr.cart_table_header td { 
	padding: 4px 0 4px 0;
	font-size: 20px; 
	color: #483b6a;
}

table.cart_table td a { 
	padding: 6px 10px 6px 10px;
	text-align: center;
	background: #414141;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 16px;
	webkit-border-radius: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

table.cart_table td a:hover { 
	background: #8d8d8d;
}

input.cart_products_continue {
	background: #218cc6 url(/img/next.png) 96% 50% no-repeat;
	background-size: 12%;
	color: #fff;
	float: right;
	display: block;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 6px 16px 7px 16px;
	font-size: 18px;
	width: 35%;
	text-align: left;
	margin: 0 3% 20px 0!important;
	font-family: inherit;
}

input.cart_products_continue_shopping {
	background: #218cc6;
	color: #fff;
	float: left;
	display: block;
	border-radius: 4px;
	webkit-border-radius: 4px;
	border: none;
	padding: 6px 10px 7px 10px;
	font-size: 18px;
	text-align: left;
	margin: 20px 2% 20px 2%!important;
	font-family: inherit;
}

input.cart_products_continue:hover {
	background: #51acde url(/img/next.png) 96% 50% no-repeat;
	background-size: 12%;
}

input.cart_products_continue_shopping:hover {
	background: #3ab2ef 98% 50% no-repeat;
	background-size: 12%;
}

.product-info .accommodation_title {
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	padding: 8px 8px 8px 8px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.product-info .accommodation_title span {
	margin: 0 0 0 10px;
}

.product-info .accommodation_title span a {
	color: #1daae6;
	background: #fff url(../graphics/kemijarvi/back.png) 15% 50% no-repeat;
	background-size: auto;
	padding: 2px 8px 2px 26px;
	border-radius: 2px;
	webit-border-radius: 2px;
	margin: 2px 0 0 2%;
	float: left;
	display: block;
	font-size: 16px;
}

.product-info .accommodation_title span a:hover {
	color: #5fbdee;
	background: #fff url(../graphics/kemijarvi/back.png) 10% 50% no-repeat;
	background-size: auto;
}

.product-info-left-column {
    width: 100%;
	display: block;
    float:left;
	margin: 0 0 0 0;    
}

.product-info-right-column {
    width: 100%;
	display: block;
    float:left;
	margin: 0 0 0 0;
}

.product-info-right-column .product_text {
	margin: 15px 0 30px 6%;
	padding: 0 0 15px 0;
	width: 88%;
	display: block;
	border-bottom: #8b83a1 1px solid;
}

.product-info-right-column .product_text p {
	color: #333;
	line-height: 22px;
	margin: 15px 0 15px;
}

.lblLoyaltyLabel 
{
    color: #fff;
}

.loyalty_header
{
    color: #F0C14D;
	font-weight: bold;
}

.loyalty_discount
{
    color: #fff;
	font-weight: bold;
}

.inv_conf
{
    width:140px !important;    
}

.product-info-right-column .product_text p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.product-info-right-column .product_text p a:hover {
	color: #f0c14d;
	text-decoration: underline;
	font-weight: bold;
}

.slider_container {
	margin: 15px 0 15px 2%;
	padding: 15px 0 15px 0;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	display: table;
	width: 96%;
}

.slider_right {
	vertical-align: middle;
	display: table-cell;
	width: 12%;
	padding: 0 0 0 5px;
	text-align: center;
}

.slider_left {
	vertical-align: middle;
	display: table-cell;
	width: 8%;
	padding: 0 5px 0 0;
	text-align: center;
}

.slider_left input.slider_left_btnLeft,
.slider_right input.slider_right_btnRight  {
    -webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	border: none;
	background: #fff;
	width: 22px;
	height: 22px;
	background: #3cb2f0;
	-webkit-box-shadow: 0 2px 2px 2px #333333;
	box-shadow: 0 2px 2px 2px #333333;
}

.slider_left input.slider_left_btnLeft {
	background-image: url(../graphics/kemijarvi/prev-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_right input.slider_right_btnRight {
	background-image: url(../graphics/kemijarvi/next-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_left input.slider_left_btnLeft:hover,
.slider_right input.slider_right_btnRight:hover {
	background-color: #5dbbed;
	box-shadow: none;
	border: solid 2px #fff;
}

.slider_middle {
 	vertical-align: middle;
	display: table-cell;
	width: 84%;
	margin: 0;
	max-height: 368px;
	border-radius: 3px;
	webkit-border-radius: 3px;
}

.slider_middle .lnkSlider img {
	width: 100%;
}

.product_right_column_customers {
	width: 100%;
	display: block;
}

.product_right_column_customers .add-persons {
	display: block;
	float: left;
	width: 38%;
	margin: 0 0 0 5%;
	font-family: inherit;
}

#ctl00_ContentPlaceHolder1_pCat {
	display: block;
	clear: both;
	margin: 0 0 20px 0; 
	color: #fff;
}

.product_right_column_customers .add-persons:last-child {
	clear: right;
}


.add-persons span {
	color: #3cb2f0;
	font-size: 16px;
	font-weight: bold;
}

.add-persons input {
	background: #fff;
	padding: 4px 6px 4px 6px;
	border: 1px #ccc solid;
	text-align: center;
	color: #333;
	width: 26%;	
}

.price-block {
	clear: left;
	float: left;
	display: block;
	width: auto;
	padding: 16px 0 10px 0;
	margin: 10px 0 10px 5%;
	overflow: hidden;
	font-size: 26px;
	color: #3cb2f0;
	text-align: left;	
}

.add-to-cart {
	display: block;
	clear: none;
	width: auto;
	float: right;
	padding: 10px 0 10px 0;
	margin: 10px 5% 10px 0;
	overflow: hidden;
}

.add-to-cart input {
	display: block;
	float: right;
	background: #3cb2f0 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	border-radius: 2px;
	webkit-border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 12px 52px 12px 12px;
	border: none;
	margin: 4px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
}


.add-to-cart input:hover {
	background: #71c8f6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

/*-----------date-picker-&-calendar--------------------*/

.date-info {
	width: 94.8%;
	margin: 10px 0 0 3%;
	float: left;
}

.calendar_header {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 0 5%;
}

.calendar_panel {
	display: block;
	overflow: hidden;
	float: left;
	width: 40%;
	margin: 0 2% 0 5%;
	padding: 5px;
	background: #fff;
	 -webkit-border-radius: 3px;
	border-radius: 3px;
}

table#calendar_ac.calendar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
}

table#calendar_ac.calendar td {
	vertical-align: middle;
	text-align: center;
	padding: 0; 
}

table#calendar_ac.calendar td a {
	display: block;
}

table#calendar_ac.calendar tr.calenderTop {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
}

tr.calendarWeekDays, tr.dates { cursor: default}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calendarWeekDays { 
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 1px #999 solid;
}

tr.calendarWeekDays td, tr.dates td {
	padding: 3px!important;	
	font-size: 13px; 
}

table#calendar_ac.calendar tr.calenderTop td.prevD a { 
	background: url(../graphics/kemijarvi/prev-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a { 
	background: url(../graphics/kemijarvi/next-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a:active { 
	background: url(../graphics/kemijarvi/next-month-hover.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.prevD a:active { 
	background: url(../graphics/kemijarvi/prev-month-hover.png) no-repeat 50% 50%;
}

td.prevD a, td.nextD a { 
	display: block; 
	padding: 5px;
}

tr.dates, tr.dates td { 
	border: #D2D2D2 1px solid;
}

td.calendar_starting_day {  }

td.calendar_selected_period { background: #1e85bb; color: #fff; font-weight: bold; }

td.calendar_available_start {}

td.calendar_available_start {  
	background: #3cb2f0;
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
}

td.calendar_ender {
	background: #1e85bb;
	background: -moz-linear-gradient(-45deg,  #1e85bb 0%, #1e85bb 49%, #3cb2f0 50%, #3cb2f0 100%, #3cb2f0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e85bb), color-stop(49%,#1e85bb), color-stop(50%,#3cb2f0), color-stop(100%,#3cb2f0), color-stop(100%,#3cb2f0));
	background: -webkit-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -o-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -ms-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: linear-gradient(135deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e85bb', endColorstr='#3cb2f0',GradientType=1 );
	color: #fff; 
	font-weight: bold;
}

td.calendar_starter {
	background: #3cb2f0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #3cb2f0 0%, #3cb2f0 49%, #1e85bb 50%, #2989d8 50%, #1e85bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3cb2f0), color-stop(49%,#3cb2f0), color-stop(50%,#1e85bb), color-stop(50%,#2989d8), color-stop(100%,#1e85bb));
	background: -webkit-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* IE10+ */
	background: linear-gradient(135deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb2f0', endColorstr='#1e85bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff; 
	font-weight: bold;
}

td.calendar_available { background: #3cb2f0; color: #fff;}

td.calendar_unavailable { background: #666666; color: #CCC; text-decoration: line-through; font-weight: bold; }

/*----------------------------*/

.product_left_column_dates {
    float:left;
	display: block;
	width: 46%;
	margin: 0 0 0 2%;
}

span.chkIn {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	color: #fff;
}

span.chkOut {
	display: block;
	padding: 0 0 2px 0;
	margin: 10px 0 0 0;
	color: #fff;
}

.product_left_column_dates input.date {
    width: 55%;
	border: none;
	box-shadow: none;
	background: #FFF url(/img/calendar.png) 96% 50% no-repeat;
	margin: 0;
	padding: 7px 7px 7px 10px;
	font-size: 14px;
	cursor: pointer;
	border: 1px #ccc solid;
}

.product_left_column_dates input.product_left_column_dates_btnClear {
	background: #ccc;
	padding: 5px 10px 5px 10px;
	color: #3c3c3c;
	border-radius: 3px;
	text-shadow: 0 1px 1px #FFFFFF;
	webkit-border-radius: 3px;
	display: inline-block;
	margin: 15px 0 0 0;
	border: none;
}

.product_left_column_dates input.product_left_column_dates_btnClear:hover {
	background: #ffffff;
	color: #483b6a;
}

.product_left_column_details {
   	display: block;
	overflow: hidden; 
	clear: both;
	padding: 18px 0 0 0;
	margin: 18px 0 0 4.8%;   
}

.product_left_column_details .start-date {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/start-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-available {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/available-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-unavailable {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/unavailable-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .selected-dates {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/selected-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-date span, 
.product_left_column_details .start-available span,
.product_left_column_details .start-unavailable span,
.product_left_column_details .selected-dates {
	color: #333;
	font-size: 14px;
	float:left;
	display: block;
	margin: 0;
}

/*--------------------------Form--------------------------------------------------------*/

.cart_info .col {
	width: 91%;
	margin: 10px 0 0 5%;
	float: left;
	display: block;
}

.cart_info .col p { 
	display: block;
	color: #333;
	margin: 0 0 2px 0;
}

.cart_info .col input {
	padding: 8px 8px 8px 16px;
	border: 1px #ccc solid;
	border-radius: 0;
	webkit-border-radius: 0;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 92%;
	color: #483b6a;
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.cart_info .col input:focus,
.cart_info .col select:focus, 
textarea.tBox:focus {
	border: #8172a8 solid 1px;
}

.cart_info .col select {
	padding: 5px 0 5px 5px;
	border: 1px #ccc solid!important;
	width: 97.5%;
	display: block;
	color: #483b6a;
	margin: 2px 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	webkit-border-radius: 0;
	background: url(../graphics/kemijarvi/down.png) 96% 50% no-repeat;
}

.cart_info .col select option { margin: 0; padding: 0; font-size: 16px!important;}

.additional-info {
	width: 95%;
	margin: 10px 0 0 5%;
	display: block;
	float: left;
}

textarea.tBox {
	width: 88%;
	font-size: 14px;
	padding: 4px 0 0 4px;
	margin: 2px 0 5px 5%;
	display: block;
	color: #483b6a;
	clear: both;
	min-height: 165px;
	resize: none;
	border: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
}

.news-letter {
	width: 92%;
	margin: 10px 0 0 5%;
	display: block;
	clear: both;
}

.terms {
	width: 92%;
	margin: 10px 0 0 5%;
	display: block;
	clear: both;
}

.terms_block, .register_description_block	{
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	margin: 19px 0 0;
    padding: 1%;
}

.register-error {
	width: 92%;
	margin: 20px 0 0 5%;
	display: block;
	clear: both;
}

.register-error a {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 5%
	padding: 2px 24px 2px 0;
	background: url(../graphics/kemijarvi/register-icon.png) 98% 50% no-repeat;
	background-size: auto;
}

.register-error span {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 0;
	padding: 2px 24px 2px 0;
}

.news-letter input, .terms input {
	margin: 0 10px 0 0;
}

.terms a {
	color: #333;
	text-decoration: underline;
}

.to-counter {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.to-counter span { color: #483b6a; font-size: 18px; border-top: 1px #483b6a solid; display: block; padding: 10px 0 0 0;}

input#ctl00_ContentPlaceHolder1_btnContinue {
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
	width: 100%;
}


/*---------------------------delivery-----------------------------*/

.cart_delivery {
	display: block;
	clear: both;
	margin: 20px 0 20px 2%;
	padding: 20px 0 20px 170px;
	width: 81%;
	font-family: Arial, Helvetica, sans-serif;
	border: #d7d7d7 1px solid;
	border-radius: 3px;
	webkit-border-radius: 3px;
	background: url(/img/delivery-box.png) 1% 50% no-repeat;
}

.cart_delivery_lblDelivery, .cart_delivery_lblDeliveryNo { margin: 0 20px 0 0; color: #743fa8; font-size: 13px;}

span.cart_delivery_lblPriceTotal {

	display: block;
	float: right;
	font-family: 'Noticia Text', serif;
	color: #483b6a; 
	font-size: 20px;
	margin: 0 2% 0 0;
}

.settings {
    
}

.settings_form {
    background:  #fff;
    width: 100%;
}

.error {}

.loyalty_settings_table {
     width: 100%;
}

.loyalty_settings_table .headline {
    background: #218cc6;
    color: #fff;
    padding: 5px 10px;
	font-size: 20px;
}

.loyalty_settings_table td {
    padding: 5px 10px;
}

.loyalty_settings_table td.password_change {
    color: #218cc6;
}

.loyalty_settings_table input[type=submit] {
    background: #218cc6 url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
    border: none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    padding: 6px 36px 6px 6px;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.loyalty_settings_table input[type=submit]:hover {
	 background: #67b4dd url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
}

.lblLoyaltyLabel {}

.mj_table { color: #000;}

.mj_table td {
   padding: 5px!important;
}

.mj_table .tBox {
    margin: 0 !important;
}

.mj_table .cart_products_continue {
    float: left;
    width: auto;
}

.confirmation_table
{
    
}

.lift_page
{
    width:380px;
    background:#483b6a;
    color:#fff;
    padding-left:10px;
}




@media only screen and (min-width: 481px) {

body {
    background: #000 url(/graphics/kemijarvi/KJmainBg.jpg) 50% 0 no-repeat;
    background-size:cover;
	background-attachment: fixed;   
	font-family: 'Gentium Basic', serif;
}

.gridContainer {
	width: 94%;
 	padding-left: 2%;
 	padding-right: 2%;
 	margin: auto;
}

header {
	width:100%;
    padding: 0;
    margin: 0;
    overflow:hidden;
	background: #fff;
}

header .gridContainer {
	background: url(/graphics/kemijarvi/logo.png) 0 20px no-repeat;
	background-size: 33%; 
	padding: 15px 0 8px 0;
}

/* cart_mini, Mini shopping cart styles */

.cart_mini {
	float:right;
	background: #fff url(/graphics/kemijarvi/shopping-cart-icon.png) 2% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
	padding: 3px 4px 3px 42px;
	margin: 65px 0 0 0;
	overflow: hidden;
	width: 45%;
	min-width: 275px;
	border: 1px #ccc solid;
}

.cart_mini span.cart_mini_lblItemCount {
	padding: 8px 16px 0 16px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

.cart_mini span.cart_mini_lblItemTotal {
	padding: 8px 8px 0 8px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

input.cart_mini_btnCart {
	width: 160px;
	display: block;
	float: right;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	font-size: 16px;
	background: #218cc6;
	color: #fff;
	padding: 5px;
	margin: 5px;
	font-family: inherit;
	text-transform: uppercase;
}

input.cart_mini_btnCart:hover {
	background: #3ab2ef;
}

/*------------------------------------------*/

.logo_block {
	width:100%;
    padding: 30px 0 0 0;
    margin: 0;
    overflow:hidden; 
}

.logo_block .gridContainer {
	margin: 0;
	padding: 0;
}

.logo_block .gridContainer img {
	display: none;
}

#loader {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	position: fixed;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 50;
	background: url(/graphics/kemijarvi/loadingAnimation.gif) 50% 50% no-repeat;
	background-color: rgba(250, 250, 250, 0.8);
    color: rgba(250, 250, 250, 0.8);
}

.date {
    background: url(/graphics/kemijarvi/calendar-icon.png) no-repeat 99% 50%;
	background-size: auto;
    font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	border-style: none;
	border: none;
	width: 90px;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px #ccc solid;
}

div.ui-datepicker {
	font-size:10px;
}

.ui-datepicker { 
	margin-left: 0px;
	z-index: 1000;
}

.hidden	{
	visibility:hidden;    
}

/* Hidden Login div, visible when login button clicked*/

#login {
	background: rgba(000, 000, 000, 0.6);
	margin: 0;
	padding: 0;
    color: #000;
    position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
    visibility: hidden;
}

#login div {
	background: #fff;
	padding: 50px;
}

#login div table {
	width: 70%!important;
	margin: 0 auto 0 auto;
}

#login div table td {vertical-align: middle;}

.login_error {
    color: #ff0000;
}

.login_txtUser, .login_txtPwd {
    border:solid #333 1px;
 	width: 200px;
	padding: 8px;    
}

#login .login_btnLogin {
    background: #218cc6 url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
    color: #fff;
	font-size: 20px!important;
	font-weight: bold;
	font-family: inherit;
	margin: 20px 0 0 0;
	padding: 0 0 0 8px;
	height: 46px;
	width: 145px;
	border: none;
	text-align: left;
	display: block;
	float: left;
}

#login .login_btnLogin:hover {
	background: #63b1db url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
}

/* Language controls */
.lang {
    float:left;
	display: block;
	width: 45%;
	margin: 80px 0 0 0;
	overflow: hidden;
}

.lang_lnkLoggedIn {
    color: #218cc6;
	margin: 0 5px 0 0;
}

input.lang_btnHome {
	height:32px;
	width:32px;
	margin: 0 5px 0 0!important;
	border:none;
	background: url(/graphics/kemijarvi/home-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogin {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0!important;
	border: none;
	background:url(/graphics/kemijarvi/login-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogout {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0;
	border: none;
	background:url(/graphics/kemijarvi/logout-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

.lang input {
	height:  32px;
	width:  32px;
	margin: 0 2px 0 0;
	border:none;
}

input.lang_btnFi {
	background: url(/graphics/kemijarvi/fi-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnRu {
	background: url(/graphics/kemijarvi/ru-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnNo {
	background: url(/graphics/kemijarvi/no-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnEn {
	background: url(/graphics/kemijarvi/gb-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnFi:hover, input.lang_btnHome:hover, input.lang_btnLogin:hover, input.lang_btnLogout:hover, input.lang_btnEn:hover,
input.lang_btnNo:hover, input.lang_btnRu:hover { opacity: 0.6 }

.lang_btnEn
{
    
}

.lang_btnNo
{
    
}

.lang_btnRu
{
    
}


/* // language controls */


.cart_mini_lblItemCount
{
    
}

.cart_mini_lblItemTotal
{
    
}

/* // cart_mini */

/* main content */

.main_content 
{    
    /*margin-top:100px;*/
    
}

/* // main content */



/* SearchBox */

.location {
    
}

.location_list {
    padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
}

span.location_list_title {
	color: #fff;
	font-size: 32px;
	display: block;
	margin: 0 0 0 15px;
	padding: 15px 0 0 0;
}

table.location_list_chkLstLocation {
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;  
	margin: 0 0 0 15px;
	width: 100%;
}

table.location_list_chkLstLocation td {
    vertical-align: middle;
	padding: 14px 0 14px 0;
}

table.location_list_chkLstLocation td input {
	margin: 5px 4px 0 0;
	display: block;
	float:left;
}

table.location_list_chkLstLocation td label {
	margin: 0 12px 0 0;
}

/* branch */

.branch { }

.branch_list {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
	background: #fff;
}

.branch_list_rdAccommodation, 
.branch_list_rdActivities, 
 .branch_list_rdShop {
	display: block;
	text-align: center;
	float: left;
	width: 33%;
	margin: 0;
	padding: 0 0 135px 0;
}

.branch_list_rdAccommodation { background: url(../graphics/kemijarvi/accommodation.jpg) 50% 100% no-repeat; background-size: 95%;}
.branch_list_rdActivities { background: url(../graphics/kemijarvi/activities.jpg) 50% 100% no-repeat; background-size: 95%;}
.branch_list_rdCatering { display: none;}
.branch_list_rdShop { background: url(../graphics/kemijarvi/shop.jpg) 50% 100% no-repeat; background-size: 95%;}

.branch_list_rdAccommodation input, 
.branch_list_rdActivities input, 
.branch_list_rdCatering input, 
.branch_list_rdShop input {
	margin: 20px 10px 15px 15px;
}

.branch_list_rdAccommodation label, .branch_list_rdActivities label, .branch_list_rdCatering label, .branch_list_rdShop label {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #3bb1f1;
	opacity: 0.75;
}

.branch_list_rdAccommodation label:hover, .branch_list_rdActivities label:hover, .branch_list_rdCatering label:hover, .branch_list_rdShop label:hover {
	color: #2187be;
}

.branch_list_rdActivities {
    
}

.branch_list_rdCatering {
    
}

.branch_list_rdShop {
    
}

/* // branch*//* search panel */

.search_panel {
    background-color:#fff;filter:alpha(opacity=60); opacity:0.6;
    min-height:50px;
}

.search_box {
    width:220px;
    background-color: rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 1px;
    
}

.search_box_lstProductType {
    
}

.search_box_lstAccommodationType {
    
}

.search_box_lstPersons {
    
}

.search_box_lstPeriod {
    
}

/*
.search_box_btnMoreFilters
{
    
}
*/

/* // search panel */

/* accommodation search */

.accosearch_content {
    background:#fff;
    min-height:50px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}

.accosearch_content span {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
	margin: 0 0 0 18px;
}

.accosearch_content_type {
	width: 24%;
	margin: 0 1% 0 0;
	float: left;
	display: block;
}

select.accosearch_content_type_lstAccoType {
    width: 90%;
	float: left;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 8px 0 0 15px;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_persons {
    width: 12%;
	min-width: 50px;
	float:left;
	color: #3cb2f0;
	margin: 0 0 0 15px;
	font-size: 18px;
}

select.accosearch_content_type_lstAccoPersons {
	width: 100%;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 28px 0 0 0;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_arrival, .accosearch_content_departure {
    width: 18%;
	color: #fff;
	margin: 0 0 0 15px;
	float: left;
	display: block;
	text-align: left;
}

.accosearch_content_arrival span, .accosearch_content_departure span {text-align: left; margin: 0;}

input.date {
    width: 80%;
	border: 1px solid #ccc;
	background: #FFF url(/img/calendar.png) 96% 50% no-repeat;
	margin: 20px 0 0 0;
	padding: 7px 7px 6px 10px;
	font-size: 14px;
	cursor: pointer;
}

input.date:hover {
	opacity: 0.85;
}

.accosearch_content_search {
    float:right;
}

.accosearch_content_search_btnSearch {
    background: #3bb3ef url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
	color: #fff;
	text-align: center;
	padding: 6px 36px 6px 14px;
	border: none;
	margin: 40px 15px 0 0;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 2px;
	webkit-border-radius: 2px;
}

.accosearch_content_search_btnSearch:hover {
    opacity: 0.75;
}

#ui-datepicker-div.ui-datepicker { font-size: 14px!important; }

/* equipment */

.equipment_list {
    padding: 10px 0 10px 0;
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	clear: both;
}

.equipment_list span {
    margin: 0 0 0 15px;
	padding: 0 0 4px 0;
	font-size: 18px;
	color: #fff;
	display: block;
}

.equipment_list table {
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
}

.equipment_list table td {
	padding: 0 15px 0 0;
	float: left;
	width: 46%;
}

.equipment_list table td input {
	margin: 0 5px 0 0;
}

.equipment_list_lstEquipment {}

/* // equipment*//* result panel (result header) */

.result_panel {
	overflow:hidden;
	display: block;
	padding: 10px 0 10px 0;  
}

.result_panel_label {
	float: left;
	display: block;
	width: 49%;
	color: #fff;
	padding: 8px 0 8px 1%;
	margin: 0;
	font-size: 20px;    
}

.result_panel_sort {
    float: left;
	display: block;
	width: 50%;
	color: #fff;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 20px;       
}

select.result_panel_sort_lstSort {
	float: right;
	background: #fff;
	border: none;
	border-radius: 3px;
	webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
	margin: 3px 10px 0 0;			        
}

.result_panel_sort span {

	float: right;
	display: block;
	margin: 0 10px 0 0;
	text-align: right;			        
}

/* // result panel (result header) *//* result */

.results {
    overflow:hidden;
	clear: both;
	margin: 0;
	width: 100%;
	display: block;  
}

.results .item {
	margin:0 1% 8px 0;
	padding: 0;
	width: 49%;
	display: block;
    float:left;
    background:#fff;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;   
}

.results .item:nth-child(3n+3) {
	width: 49%;
	margin:0 1% 8px 0;
}

.results .item:nth-child(2n+2) {
	width: 50%;
	margin:0 0 8px 0;
}

span.result_name {
	color: #fff;
	font-size: 18px;
	height: 54px;
	display: block;
	padding: 8px 5px 8px 16px;
	background: #39b1ef;
}

.item-image {
    float:left;
	width: 61%;
	max-height: 150px;
	margin: 0 2% 10px 0;
	padding: 0;
	display: table-cell;
	overflow: hidden;
	text-align: left;  
}

.item-image img.result_img {
	width:100%;
	height: 100%;
	margin: 0;  
}

.item_right {
	float:left;
	width: 30%;
	margin: 5px 0 5px 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: left; 
	line-height: 18px;
	height: 155px;
}

.item_right .size {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/size-icon.png) 0 50% no-repeat;
}

.item_right .persons {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/person-icon.png) 0 50% no-repeat;
}

span.item-price {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
}

span.price-details {
	display: block;
	font-size: 16px;
	color: #333;	
}

input.result_right_btnResult {
	background: #3cb2f0;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 3px 8px 5px 8px;
	color: #fff;
	font-size: 18px;
    float: none;
	display: block;
    margin: 10px auto 10px auto;
    width: 40%;
}

input.result_right_btnResult:hover {
	background: #62c2f5;
}

/* Product - page = accommodation */
.accommodation_title {
    background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 10px 8px 10px 8px;
}


/*'*-----------------------Aktiviteetti, pääasiassa samat kuin majoituksella ---- */

.product_text_lblProductTime { }

.pCat_Start { }

/*-*-----------------------majoitus--------------------------------*/

.additional_products {	
	width:100%; 
	background: #fff;
}

.additional_products_header {
    padding: 0;
	background: #EEE;
	color: #009ee0;
	font-size: 20px;
	padding: 8px 0 8px 10px;
}

.rptAddit {
    width:100%;    
}

.rptAdditional_productitem_tr {
	border-bottom: 1px solid #dcdcdc;
}

.rptAdditional_productitem_tr td {
	vertical-align: middle;
	padding: 10px;
}

.rptAdditional_productitem_tr td span {
	padding: 0;
	margin: 0;
}

.rptAdditional_productitem_tr input[type=text] {
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
}

.rptAdditional_productitem_tr input[type=submit] {
    border: none;
    float: right;
    padding: 14px 48px 14px 10px;
	background: #218cc6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.rptAdditional_productitem_tr input[type=submit]:hover {
	background: #3ab2ef url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

.equipment_container	{
	border-top: 1px solid #8b83a1;
	padding: 15px 5px 0 5px;
}

.equipment_container p	{
	color: #3cb2f0!important;
	margin: 0 0 4px 0!important;
	font-size: 16px!important;
}

.addit_activity_container {
    width:100%;
	border-bottom: 1px solid #dcdcdc;
    display: inline-block;
}

.addit_activity_select_day {
    background: #009ee0;
    float: left;
    margin: 10px 0 10px 10px;
	padding: 0;
    min-width: 40px;
    text-align: center;
    width: 54px;
	height: 54px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
}

.addit_activity_select_day a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 0 10px 0;
	line-height: 16px;
}

.addit_activity_select_day:hover	{
	background: #EFCA6E;
}

.equipment_entry p {
	font-size: 16px;
	color: #fff!important;
	background: #3cb2f0;
	padding: 2px 4px 2px 4px;
	border-radius: 2px;
	webkit-border-radius: 2px;
	display: block;
	float: left;
}

.product-info {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: #fff;
}

.return-page span.title { 
	background: #483b6a;
	display: block;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 16px;
	font-size: 20px;
	color: #fff;
}

.cart_products, .cart_info, .return-page {
	background: #fff;
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	display: block;
}

.return-page .return-page-content {
	margin: 0;
	padding: 50px 0 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

.return-page .return-page-content a {
	display: block;
	float: none;
	clear: both;
	padding: 8px 8px 10px 8px;
	margin: 0 auto 20px auto;
	background: #483b6a;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	width: 18%;
}

.return-page .return-page-content a:hover {
	background: #766a96;
}

table.cart_table {
	margin: 30px 0 0 2%;
	width: 95%;
}

table.cart_table td {
	padding: 2px;
	vertical-align: middle;
	color: #484848;
}

tr.cart_table_header { 
	border-bottom: 2px #dcdcdc solid;
}

tr.cart_table_items {
	border-bottom: 1px #dcdcdc solid;
}

tr.cart_table_items td {
	padding: 10px 0 10px 0;
}

tr.cart_table_header td { 
	padding: 4px 0 4px 0;
	font-size: 20px; 
	color: #483b6a;
}

table.cart_table td a { 
	padding: 6px 10px 6px 10px;
	text-align: center;
	background: #414141;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 16px;
	webkit-border-radius: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

table.cart_table td a:hover { 
	background: #8d8d8d;
}

input.cart_products_continue {
	background: #218cc6 url(/img/next.png) 96% 50% no-repeat;
	background-size: 12%;
	color: #fff;
	float: right;
	display: block;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 6px 16px 7px 16px;
	font-size: 26px;
	width: 30%;
	text-align: left;
	margin: 20px 3% 20px 0!important;
	font-family: inherit;
}

input.cart_products_continue_shopping {
	background: #218cc6 96% 50% no-repeat;
	background-size: 12%;
	color: #fff;
	float: left;
	display: block;
	border-radius: 4px;
	webkit-border-radius: 4px;
	border: none;
	padding: 6px 16px 7px 16px;
	font-size: 20px;
	text-align: left;
	margin: 20px 2.5% 20px 2%!important;
	font-family: inherit;
}

input.cart_products_continue:hover {
	background: #51acde url(/img/next.png) 98% 50% no-repeat;
	background-size: 12%;
}

input.cart_products_continue_shopping:hover {
	background: #3ab2ef 98% 50% no-repeat;
	background-size: 12%;
}

.product-info .accommodation_title {
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	padding: 8px 8px 8px 8px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.product-info .accommodation_title span {
	margin: 0 0 0 10px;
}

.product-info .accommodation_title span a {
	color: #1daae6;
	background: #fff url(../graphics/kemijarvi/back.png) 15% 50% no-repeat;
	background-size: auto;
	padding: 2px 8px 2px 26px;
	border-radius: 2px;
	webit-border-radius: 2px;
	margin: 2px 0 0 2%;
	float: left;
	display: block;
	font-size: 16px;
}

.product-info .accommodation_title span a:hover {
	color: #5fbdee;
	background: #fff url(../graphics/kemijarvi/back.png) 10% 50% no-repeat;
	background-size: auto;
}

.product-info-left-column {
    width: 66%;
	display: block;
    float:left;
	margin: 0 0 0 0;    
}

.product-info-right-column {
    width: 33%;
	display: block;
    float:left;
	margin: 0 0 0 0;
}

.product-info-right-column .product_text {
	margin: 15px 0 30px 0;
	padding: 0 0 15px 0;
	width: 95%;
	display: block;
	border-bottom: #8b83a1 1px solid;
}

.product-info-right-column .product_text p {
	color: #333;
	line-height: 22px;
	margin: 15px 0 15px;
}

.lblLoyaltyLabel 
{
    color: #fff;
}

.loyalty_header
{
    color: #F0C14D;
	font-weight: bold;
}

.loyalty_discount
{
    color: #fff;
	font-weight: bold;
}

.inv_conf
{
    width:140px !important;    
}

.product-info-right-column .product_text p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.product-info-right-column .product_text p a:hover {
	color: #f0c14d;
	text-decoration: underline;
	font-weight: bold;
}

.slider_container {
	margin: 15px 0 15px 2%;
	padding: 15px 0 15px 0;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	display: table;
	width: 96%;
}

.slider_right {
	vertical-align: middle;
	display: table-cell;
	width: 12%;
	padding: 0 0 0 5px;
	text-align: center;
}

.slider_left {
	vertical-align: middle;
	display: table-cell;
	width: 8%;
	padding: 0 5px 0 0;
	text-align: center;
}

.slider_left input.slider_left_btnLeft,
.slider_right input.slider_right_btnRight  {
    -webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	border: none;
	background: #fff;
	width: 22px;
	height: 22px;
	background: #3cb2f0;
	-webkit-box-shadow: 0 2px 2px 2px #333333;
	box-shadow: 0 2px 2px 2px #333333;
}

.slider_left input.slider_left_btnLeft {
	background-image: url(../graphics/kemijarvi/prev-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_right input.slider_right_btnRight {
	background-image: url(../graphics/kemijarvi/next-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_left input.slider_left_btnLeft:hover,
.slider_right input.slider_right_btnRight:hover {
	background-color: #5dbbed;
	box-shadow: none;
	border: solid 2px #fff;
}

.slider_middle {
 	vertical-align: middle;
	display: table-cell;
	width: 84%;
	margin: 0;
	max-height: 368px;
	border-radius: 3px;
	webkit-border-radius: 3px;
}

.slider_middle .lnkSlider img {
	width: 100%;
}

.product_right_column_customers {
	width: 100%;
	display: block;
}

.product_right_column_customers .add-persons {
	display: block;
	float: left;
	width: 26%;
	margin: 0 2% 0 0;
	font-family: inherit;
}

#ctl00_ContentPlaceHolder1_pCat {
	display: block;
	clear: both;
	margin: 0 0 20px 0; 
	color: #fff;
}

.product_right_column_customers .add-persons:last-child {
	clear: right;
}


.add-persons span {
	color: #3cb2f0;
	font-size: 16px;
	font-weight: bold;
}

.add-persons input {
	background: #fff;
	padding: 4px 6px 4px 6px;
	border: 1px #ccc solid;
	text-align: center;
	color: #333;
	width: 25%;	
}

.price-block {
	clear: left;
	float: left;
	display: block;
	width: auto;
	padding: 16px 0 10px 0;
	margin: 10px 2% 10px 0;
	overflow: hidden;
	font-size: 26px;
	color: #3cb2f0;
	text-align: left;	
}

.add-to-cart {
	display: block;
	clear: none;
	width: auto;
	float: right;
	padding: 10px 0 10px 0;
	margin: 10px 10px 10px 0;
	overflow: hidden;
}

.add-to-cart input {
	display: block;
	float: right;
	background: #3cb2f0 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	border-radius: 2px;
	webkit-border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 12px 52px 12px 12px;
	border: none;
	margin: 4px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
}


.add-to-cart input:hover {
	background: #71c8f6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

/*-----------date-picker-&-calendar--------------------*/

.date-info {
	width: 94.8%;
	margin: 10px 0 0 3%;
	float: left;
}

.calendar_header {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 0 5%;
}

.calendar_panel {
	display: block;
	overflow: hidden;
	float: left;
	width: 40%;
	margin: 0 2% 0 5%;
	padding: 5px;
	background: #fff;
	 -webkit-border-radius: 3px;
	border-radius: 3px;
}

table#calendar_ac.calendar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
}

table#calendar_ac.calendar td {
	vertical-align: middle;
	text-align: center;
	padding: 0; 
}

table#calendar_ac.calendar td a {
	display: block;
}

table#calendar_ac.calendar tr.calenderTop {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
}

tr.calendarWeekDays, tr.dates { cursor: default}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calendarWeekDays { 
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 1px #999 solid;
}

tr.calendarWeekDays td, tr.dates td {
	padding: 3px!important;	
	font-size: 13px; 
}

table#calendar_ac.calendar tr.calenderTop td.prevD a { 
	background: url(../graphics/kemijarvi/prev-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a { 
	background: url(../graphics/kemijarvi/next-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a:active { 
	background: url(../graphics/kemijarvi/next-month-hover.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.prevD a:active { 
	background: url(../graphics/kemijarvi/prev-month-hover.png) no-repeat 50% 50%;
}

td.prevD a, td.nextD a { 
	display: block; 
	padding: 5px;
}

tr.dates, tr.dates td { 
	border: #D2D2D2 1px solid;
}

td.calendar_starting_day {  }

td.calendar_selected_period { background: #1e85bb; color: #fff; font-weight: bold; }

td.calendar_available_start {}

td.calendar_available_start {  
	background: #3cb2f0;
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
}

td.calendar_ender {
	background: #1e85bb;
	background: -moz-linear-gradient(-45deg,  #1e85bb 0%, #1e85bb 49%, #3cb2f0 50%, #3cb2f0 100%, #3cb2f0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e85bb), color-stop(49%,#1e85bb), color-stop(50%,#3cb2f0), color-stop(100%,#3cb2f0), color-stop(100%,#3cb2f0));
	background: -webkit-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -o-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -ms-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: linear-gradient(135deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e85bb', endColorstr='#3cb2f0',GradientType=1 );
	color: #fff; 
	font-weight: bold;
}

td.calendar_starter {
	background: #3cb2f0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #3cb2f0 0%, #3cb2f0 49%, #1e85bb 50%, #2989d8 50%, #1e85bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3cb2f0), color-stop(49%,#3cb2f0), color-stop(50%,#1e85bb), color-stop(50%,#2989d8), color-stop(100%,#1e85bb));
	background: -webkit-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* IE10+ */
	background: linear-gradient(135deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb2f0', endColorstr='#1e85bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff; 
	font-weight: bold;
}

td.calendar_available { background: #3cb2f0; color: #fff;}

td.calendar_unavailable { background: #666666; color: #CCC; text-decoration: line-through; font-weight: bold; }

/*----------------------------*/

.product_left_column_dates {
    float:left;
	display: block;
	width: 46%;
	margin: 0 0 0 2%;
}

span.chkIn {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	color: #fff;
}

span.chkOut {
	display: block;
	padding: 0 0 2px 0;
	margin: 10px 0 0 0;
	color: #fff;
}

.product_left_column_dates input.date {
    width: 55%;
	border: none;
	box-shadow: none;
	background: #FFF url(/img/calendar.png) 96% 50% no-repeat;
	margin: 0;
	padding: 7px 7px 7px 10px;
	font-size: 14px;
	cursor: pointer;
	border: 1px #ccc solid;
}

.product_left_column_dates input.product_left_column_dates_btnClear {
	background: #ccc;
	padding: 5px 10px 5px 10px;
	color: #3c3c3c;
	border-radius: 3px;
	text-shadow: 0 1px 1px #FFFFFF;
	webkit-border-radius: 3px;
	display: inline-block;
	margin: 15px 0 0 0;
	border: none;
}

.product_left_column_dates input.product_left_column_dates_btnClear:hover {
	background: #ffffff;
	color: #483b6a;
}

.product_left_column_details {
   	display: block;
	overflow: hidden; 
	clear: both;
	padding: 18px 0 0 0;
	margin: 18px 0 0 4.8%;   
}

.product_left_column_details .start-date {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/start-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-available {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/available-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-unavailable {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/unavailable-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .selected-dates {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/selected-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-date span, 
.product_left_column_details .start-available span,
.product_left_column_details .start-unavailable span,
.product_left_column_details .selected-dates {
	color: #333;
	font-size: 14px;
	float:left;
	display: block;
	margin: 0;
}

/*--------------------------Form--------------------------------------------------------*/

.cart_info .col {
	width: 48%;
	margin: 20px 0 0 2%;
	float: left;
	display: block;
}

.additional-info {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.cart_info .col p { 
	display: block;
	color: #333;
	margin: 0 0 2px 0;
}

.cart_info .col input {
	padding: 8px 8px 8px 16px;
	border: 1px #ccc solid;
	border-radius: 0;
	webkit-border-radius: 0;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 89%;
	color: #483b6a;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.cart_info .col input:focus,
.cart_info .col select:focus, 
textarea.tBox:focus {
	border: #8172a8 solid 1px;
}

.cart_info .col select {
	padding: 8px;
	border: 1px #ccc solid;
	width: 95%;
	display: block;
	color: #483b6a;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	webkit-border-radius: 0;
	background: url(../graphics/kemijarvi/down.png) 96% 50% no-repeat;
}

textarea.tBox {
	width: 94%;
	font-size: 16px;
	padding: 4px;
	margin: 2px 0 0 2%;
	display: block;
	color: #483b6a;
	clear: both;
	min-height: 170px;
	resize: none;
	border: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
}

.news-letter {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.terms {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.terms_block, .register_description_block	{
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	margin: 19px 0 0;
    padding: 1%;
}

.register-error {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.register-error a {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 0;
	padding: 2px 24px 2px 0;
	background: url(../graphics/kemijarvi/register-icon.png) 98% 50% no-repeat;
	background-size: auto;
}

.register-error span {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 0;
	padding: 2px 24px 2px 0;
}

.news-letter input, .terms input {
	margin: 0 10px 0 0;
}

.terms a {
	color: #333;
	text-decoration: underline;
}

.to-counter {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.to-counter span { color: #483b6a; font-size: 18px; border-top: 1px #483b6a solid; display: block; padding: 10px 0 0 0;}

input#ctl00_ContentPlaceHolder1_btnContinue {
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
	width: auto;
}

/*---------------------------delivery-----------------------------*/

.cart_delivery {
	display: block;
	clear: both;
	margin: 20px 0 20px 2%;
	padding: 20px 0 20px 170px;
	width: 81%;
	font-family: Arial, Helvetica, sans-serif;
	border: #d7d7d7 1px solid;
	border-radius: 3px;
	webkit-border-radius: 3px;
	background: url(/img/delivery-box.png) 1% 50% no-repeat;
}

.cart_delivery_lblDelivery, .cart_delivery_lblDeliveryNo { margin: 0 20px 0 0; color: #743fa8; font-size: 13px;}

span.cart_delivery_lblPriceTotal {
	display: block;
	float: right;
	font-family: 'Noticia Text', serif;
	color: #483b6a; 
	font-size: 20px;
	margin: 0 2% 0 0;
}

.settings {
    
}

.settings_form {
    background:  #fff;
    width: 100%;
}

.error {}

.loyalty_settings_table {
     width: 100%;
}

.loyalty_settings_table .headline {
    background: #218cc6;
    color: #fff;
    padding: 5px 10px;
	font-size: 20px;
}

.loyalty_settings_table td {
    padding: 5px 10px;
}

.loyalty_settings_table td.password_change {
    color: #218cc6;
}

.loyalty_settings_table input[type=submit] {
    background: #218cc6 url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
    border: none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    padding: 6px 36px 6px 6px;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.loyalty_settings_table input[type=submit]:hover {
	 background: #67b4dd url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
}

.lblLoyaltyLabel {}

.mj_table { color: #000;}

.mj_table td {
   padding: 5px!important;
}

.mj_table .tBox {
    margin: 0 !important;
}

.mj_table .cart_products_continue {
    float: left;
    width: auto;
}

.confirmation_table
{
    
}

.lift_page
{
    width:380px;
    background:#483b6a;
    color:#fff;
    padding-left:10px;
}

}

@media only screen and (min-width: 769px) {

body {
    background: #000 url(/graphics/kemijarvi/KJmainBg.jpg) 50% 0 no-repeat;
    background-size:cover;
	background-attachment: fixed;   
	font-family: 'Gentium Basic', serif;
}

.gridContainer {
	width: 92%;
 	padding-left: 2%;
 	padding-right: 2%;
	max-width: 1232px;
 	margin: auto;
}

header {
	width:100%;
    padding: 0;
    margin: 0;
    overflow:hidden;
	background: #fff;
}

header .gridContainer {
	background: url(/graphics/kemijarvi/logo.png) 0 50% no-repeat;
	background-size: 16%; 
	padding: 15px 0 15px 0;
}

/* cart_mini, Mini shopping cart styles */

.cart_mini {
	float:right;
	background: #fff url(/graphics/kemijarvi/shopping-cart-icon.png) 2% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
	padding: 3px 4px 3px 42px;
	margin: 0;
	overflow: hidden;
	width: 28%;
	min-width: 275px;
	border: 1px #ccc solid;
}

.cart_mini span.cart_mini_lblItemCount {
	padding: 8px 16px 0 16px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

.cart_mini span.cart_mini_lblItemTotal {
	padding: 8px 8px 0 8px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #218cc6;
	font-size: 18px;
}

input.cart_mini_btnCart {
	width: 160px;
	display: block;
	float: right;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	font-size: 16px;
	background: #218cc6;
	color: #fff;
	padding: 5px;
	margin: 5px;
	font-family: inherit;
	text-transform: uppercase;
}

input.cart_mini_btnCart:hover {
	background: #3ab2ef;
}

/*------------------------------------------*/

.logo_block {
	width:100%;
    padding: 30px 0 0 0;
    margin: 0;
    overflow:hidden; 
}

.logo_block .gridContainer {
	margin: 0;
	padding: 0;
}

.logo_block .gridContainer img {
	display: none;
}

#loader {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	position: fixed;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 50;
	background: url(/graphics/kemijarvi/loadingAnimation.gif) 50% 50% no-repeat;
	background-color: rgba(250, 250, 250, 0.8);
    color: rgba(250, 250, 250, 0.8);
}

.date {
    background: url(/graphics/kemijarvi/calendar-icon.png) no-repeat 99% 50%;
	background-size: auto;
    font-family: 'Droid Sans', sans-serif;
	font-size: 10px;
	border-style: none;
	border: none;
	width: 90px;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px #ccc solid;
}

div.ui-datepicker {
	font-size:10px;
}

.ui-datepicker { 
	margin-left: 0px;
	z-index: 1000;
}

.hidden	{
	visibility:hidden;    
}

/* Hidden Login div, visible when login button clicked*/

#login {
	background: rgba(000, 000, 000, 0.6);
	margin: 0;
	padding: 0;
    color: #000;
    position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
    visibility: hidden;
}

#login div {
	background: #fff;
	padding: 50px;
}

#login div table {
	width: 70%!important;
	margin: 0 auto 0 auto;
}

#login div table td {vertical-align: middle;}

.login_error {
    color: #ff0000;
}

.login_txtUser, .login_txtPwd {
    border:solid #333 1px;
 	width: 200px;
	padding: 8px;    
}

#login .login_btnLogin {
    background: #218cc6 url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
	border-radius: 2px;
	webkit-border-radius: 2px;
    color: #fff;
	font-size: 20px!important;
	font-weight: bold;
	font-family: inherit;
	margin: 20px 0 0 0;
	padding: 0 0 0 8px;
	height: 46px;
	width: 145px;
	border: none;
	text-align: left;
	display: block;
	float: left;
}

#login .login_btnLogin:hover {
	background: #63b1db url(../graphics/kemijarvi/logout-icon-white.png) 90% 50% no-repeat!important;
	background-size: auto;
}

/* Language controls */
.lang {
    float:left;
	display: block;
	width: 40%;
	margin: 20px 0 0 18%;
	overflow: hidden;
}

.lang_lnkLoggedIn {
    color: #218cc6;
	margin: 0 5px 0 0;
}

input.lang_btnHome {
	height:32px;
	width:32px;
	margin: 0 5px 0 0!important;
	border:none;
	background: url(/graphics/kemijarvi/home-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogin {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0!important;
	border: none;
	background:url(/graphics/kemijarvi/login-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnLogout {
	height: 32px;
	width: 32px;
	margin: 0 15px 0 0;
	border: none;
	background:url(/graphics/kemijarvi/logout-icon.png) 50% 50% no-repeat;
	background-size: auto;
}

.lang input {
	height:  32px;
	width:  32px;
	margin: 0 2px 0 0;
	border:none;
}

input.lang_btnFi {
	background: url(/graphics/kemijarvi/fi-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnRu {
	background: url(/graphics/kemijarvi/ru-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnNo {
	background: url(/graphics/kemijarvi/no-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnEn {
	background: url(/graphics/kemijarvi/gb-flag.png) 50% 50% no-repeat;
	background-size: auto;
}

input.lang_btnFi:hover, input.lang_btnHome:hover, input.lang_btnLogin:hover, input.lang_btnLogout:hover, input.lang_btnEn:hover,
input.lang_btnNo:hover, input.lang_btnRu:hover { opacity: 0.6 }

.lang_btnEn
{
    
}

.lang_btnNo
{
    
}

.lang_btnRu
{
    
}


/* // language controls */


.cart_mini_lblItemCount
{
    
}

.cart_mini_lblItemTotal
{
    
}

/* // cart_mini */

/* main content */

.main_content 
{    
    /*margin-top:100px;*/
    
}

/* // main content */



/* SearchBox */

.location {
    
}

.location_list {
	width: 100%;
	display: block;
}

span.location_list_title {
	color: #fff;
	font-size: 32px;
	display: block;
	margin: 0 0 0 15px;
	padding: 15px 0 0 0;
}

table.location_list_chkLstLocation {
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;  
	margin: 0 0 0 15px;
}

table.location_list_chkLstLocation td {
    vertical-align: middle;
}

table.location_list_chkLstLocation td input {
	margin: 5px 4px 0 0;
	display: block;
	float:left;
}

table.location_list_chkLstLocation td label {
	margin: 0 12px 0 0;
}

/* branch */

.branch {}

.branch_list {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
	background: #8498a7;
}

.branch_list_rdAccommodation, 
.branch_list_rdActivities, 
 .branch_list_rdShop {
	display: block;
	text-align: center;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0 0 170px 0;
}

.branch_list_rdAccommodation { background: url(../graphics/kemijarvi/accommodation.jpg) 0 0 no-repeat; background-size:cover;}
.branch_list_rdActivities { background: url(../graphics/kemijarvi/activities.jpg) 0 0 no-repeat; background-size: cover;}
.branch_list_rdCatering { display: none;}
.branch_list_rdShop { background: url(../graphics/kemijarvi/shop.jpg) 0 0 no-repeat; background-size: cover;}

.branch_list_rdAccommodation input, 
.branch_list_rdActivities input, 
.branch_list_rdCatering input, 
.branch_list_rdShop input {
	margin: 20px 10px 15px 15px;
}

.branch_list_rdAccommodation label, .branch_list_rdActivities label, .branch_list_rdCatering label, .branch_list_rdShop label {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.branch_list_rdAccommodation label:hover, .branch_list_rdActivities label:hover, .branch_list_rdCatering label:hover, .branch_list_rdShop label:hover {
	color: #fff;
}

.branch_list_rdActivities {
    
}

.branch_list_rdCatering {
    
}

.branch_list_rdShop {
    
}

/* // branch*//* search panel */

.search_panel {
    background-color:#fff;filter:alpha(opacity=60); opacity:0.6;
    min-height:50px;
}

.search_box {
    width:220px;
    background-color: rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 1px;
    
}

.search_box_lstProductType {
    
}

.search_box_lstAccommodationType {
    
}

.search_box_lstPersons {
    
}

.search_box_lstPeriod {
    
}

/*
.search_box_btnMoreFilters
{
    
}
*/

/* // search panel */

/* accommodation search */

.accosearch_content {
    background:#fff;
    min-height:50px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}

.accosearch_content span {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
	margin: 0 0 0 18px;
}

.accosearch_content_type {
	width: 18%;
	margin: 0;
	float: left;
	display: block;
}

select.accosearch_content_type_lstAccoType {
    width: 90%;
	float: left;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 8px 0 0 15px;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_persons {
    width: 15%;
	min-width: 70px;
	float:left;
	color: #3cb2f0;
	margin: 0 0 0 15px;
	font-size: 18px;
}

select.accosearch_content_type_lstAccoPersons {
	width: 100%;
	border: 1px #ccc solid;
	background: #FFF;
	margin: 8px 0 0 0;
	padding: 6px;
	font-size: 14px;
}

.accosearch_content_arrival, .accosearch_content_departure {
    width: 10%;
	color: #fff;
	margin: 0 0 0 15px;
	float: left;
	display: block;
	text-align: left;
}

.accosearch_content_arrival span, .accosearch_content_departure span {text-align: left; margin: 0;}

input.date {
    width: 80%;
	border: 1px solid #ccc;
	background: #FFF url(/img/calendar.png) 96% 50% no-repeat;
	margin: 8px 0 0 0;
	padding: 7px 7px 6px 10px;
	font-size: 14px;
	cursor: pointer;
}

input.date:hover {
	opacity: 0.85;
}

.accosearch_content_search {
    float:right;
}

.accosearch_content_search_btnSearch {
    background: #3bb3ef url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
	color: #fff;
	text-align: center;
	padding: 6px 36px 6px 14px;
	border: none;
	margin: 28px 15px 0 0;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 2px;
	webkit-border-radius: 2px;
}

.accosearch_content_search_btnSearch:hover {
    opacity: 0.75;
}

#ui-datepicker-div.ui-datepicker { font-size: 14px!important; }

/* equipment */

.equipment_list {
    padding: 10px 0 10px 0;
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	clear: both;
}

.equipment_list span {
    margin: 0 0 0 15px;
	padding: 0 0 4px 0;
	font-size: 18px;
	color: #fff;
	display: block;
}

.equipment_list table {
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
}

.equipment_list table td {
	padding: 0 15px 0 0;
	float: left;
	width: 46%;
}

.equipment_list table td input {
	margin: 0 5px 0 0;
}

.equipment_list_lstEquipment {}

/* // equipment*//* result panel (result header) */

.result_panel {
	overflow:hidden;
	display: block;
	padding: 10px 0 10px 0;  
}

.result_panel_label {
	float: left;
	display: block;
	width: 49%;
	color: #fff;
	padding: 8px 0 8px 1%;
	margin: 0;
	font-size: 20px;    
}

.result_panel_sort {
    float: left;
	display: block;
	width: 50%;
	color: #fff;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 20px;       
}

select.result_panel_sort_lstSort {
	float: right;
	background: #fff;
	border: none;
	border-radius: 3px;
	webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
	margin: 3px 10px 0 0;			        
}

.result_panel_sort span {
	float: right;
	display: block;
	margin: 0 10px 0 0;
	text-align: right;			        
}

/* // result panel (result header) *//* result */

.results {
    overflow:hidden;
	clear: both;
	margin: 0;
	width: 100%;
	display: block;  
}

.results .item {
	margin:0 1% 8px 0;
	padding: 0;
	width: 32%;
	display: block;
    float:left;
    background:#fff;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;   
}

.results .item:nth-child(2n+2) {
	margin:0 1% 8px 0;
	padding: 0;
	width: 32%;
}

.results .item:nth-child(3n+3) {
	width: 33.5%;
	margin:0 0 8px 0;
}

span.result_name {
	color: #fff;
	font-size: 20px;
	height: 54px;
	display: block;
	padding: 8px 5px 8px 16px;
	background: #39b1ef;
}

.item-image {
    float:left;
	width: 61%;
	max-height: 150px;
	margin: 0 2% 10px 0;
	padding: 0;
	display: table-cell;
	overflow: hidden;
	text-align: left;  
}

.item-image img.result_img {
	width:100%;
	height: 100%;
	margin: 0;  
}

.item_right {
	float:left;
	width: 30%;
	margin: 5px 0 5px 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: left; 
	line-height: 18px;
	height: 155px;
}

.item_right .size {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/size-icon.png) 0 50% no-repeat;
}

.item_right .persons {
	display: block;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 24px;
	margin: 0 0 0 2px;
	background: url(../graphics/kemijarvi/person-icon.png) 0 50% no-repeat;
}

span.item-price {
	display: block;
	font-size: 18px;
	color: #3cb2f0;
}

span.price-details {
	display: block;
	font-size: 16px;
	color: #333;	
}

input.result_right_btnResult {
	background: #3cb2f0;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 3px 8px 5px 8px;
	color: #fff;
	font-size: 18px;
    float: none;
	display: block;
    margin: 10px auto 10px auto;
    width: 40%;
}

input.result_right_btnResult:hover {
	background: #62c2f5;
}

/* Product - page = accommodation */
.accommodation_title {
    background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 10px 8px 10px 8px;
}


/*'*-----------------------Aktiviteetti, pääasiassa samat kuin majoituksella ---- */

.product_text_lblProductTime { }

.pCat_Start { }

/*-*-----------------------majoitus--------------------------------*/

.additional_products {	
	width:100%; 
	background: #fff;
}

.additional_products_header {
    padding: 0;
	background: #EEE;
	color: #009ee0;
	font-size: 20px;
	padding: 8px 0 8px 10px;
}

.rptAddit {
    width:100%;    
}

.rptAdditional_productitem_tr {
	border-bottom: 1px solid #dcdcdc;
}

.rptAdditional_productitem_tr td {
	vertical-align: middle;
	padding: 10px;
}

.rptAdditional_productitem_tr td span {
	padding: 0;
	margin: 0;
}

.rptAdditional_productitem_tr input[type=text] {
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
}

.rptAdditional_productitem_tr input[type=submit] {
    border: none;
    float: right;
    padding: 14px 48px 14px 10px;
	background: #218cc6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	background-size: auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

.rptAdditional_productitem_tr input[type=submit]:hover {
	background: #3ab2ef url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

.equipment_container	{
	border-top: 1px solid #8b83a1;
	padding: 15px 5px 0 5px;
}

.equipment_container p	{
	color: #3cb2f0!important;
	margin: 0 0 4px 0!important;
	font-size: 16px!important;
}

.addit_activity_container {
    width:100%;
	border-bottom: 1px solid #dcdcdc;
    display: inline-block;
}

.addit_activity_select_day {
    background: #009ee0;
    float: left;
    margin: 10px 0 10px 10px;
	padding: 0;
    min-width: 40px;
    text-align: center;
    width: 54px;
	height: 54px;
	border-radius: 27px;
	-webkit-border-radius: 27px;
}

.addit_activity_select_day a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 0 10px 0;
	line-height: 16px;
}

.addit_activity_select_day:hover	{
	background: #EFCA6E;
}

.equipment_entry p {
	font-size: 16px;
	color: #fff!important;
	background: #3cb2f0;
	padding: 2px 4px 2px 4px;
	border-radius: 2px;
	webkit-border-radius: 2px;
	display: block;
	float: left;
}

.product-info {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: #fff;
}

.return-page span.title { 
	background: #483b6a;
	display: block;
	margin: 0 0 0 0;
	padding: 8px 8px 8px 16px;
	font-size: 20px;
	color: #fff;
}

.cart_products, .cart_info, .return-page {
	background: #fff;
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	display: block;
}

.return-page .return-page-content {
	margin: 0;
	padding: 50px 0 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

.return-page .return-page-content a {
	display: block;
	float: none;
	clear: both;
	padding: 8px 8px 10px 8px;
	margin: 0 auto 20px auto;
	background: #483b6a;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	width: 18%;
}

.return-page .return-page-content a:hover {
	background: #766a96;
}

table.cart_table {
	margin: 30px 0 0 2%;
	width: 95%;
}

table.cart_table td {
	padding: 2px;
	vertical-align: middle;
	color: #484848;
}

tr.cart_table_header { 
	border-bottom: 2px #dcdcdc solid;
}

tr.cart_table_items {
	border-bottom: 1px #dcdcdc solid;
}

tr.cart_table_items td {
	padding: 10px 0 10px 0;
}

tr.cart_table_header td { 
	padding: 4px 0 4px 0;
	font-size: 20px; 
	color: #483b6a;
}

table.cart_table td a { 
	padding: 6px 10px 6px 10px;
	text-align: center;
	background: #414141;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 16px;
	webkit-border-radius: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

table.cart_table td a:hover { 
	background: #8d8d8d;
}

input.cart_products_continue {
	background: #218cc6 url(/img/next.png) 96% 50% no-repeat;
	background-size: 12%;
	color: #fff;
	float: right;
	display: block;
	border-radius: 2px;
	webkit-border-radius: 2px;
	border: none;
	padding: 6px 32px 7px 16px;
	font-size: 26px;
	text-align: left;
	margin: 20px 2% 20px 0!important;
	font-family: inherit;
}

input.cart_products_continue_shopping {
	background: #218cc6 96% 50% no-repeat;
	background-size: 12%;
	color: #fff;
	float: left;
	display: block;
	border-radius: 4px;
	webkit-border-radius: 4px;
	border: none;
	padding: 6px 16px 7px 16px;
	font-size: 20px;
	text-align: left;
	margin: 20px 2.5% 20px 2%!important;
	font-family: inherit;
}

input.cart_products_continue:hover {
	background: #51acde url(/img/next.png) 98% 50% no-repeat;
	background-size: 12%;
}

input.cart_products_continue_shopping:hover {
	background: #3ab2ef 98% 50% no-repeat;
	background-size: 12%;
}

.product-info .accommodation_title {
	background: #1daae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1daae6 0%, #008be2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1daae6), color-stop(100%,#008be2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1daae6 0%,#008be2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1daae6 0%,#008be2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daae6', endColorstr='#008be2',GradientType=0 ); /* IE6-9 */
	display: block;
	padding: 8px 8px 8px 8px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.product-info .accommodation_title span {
	margin: 0 0 0 10px;
}

.product-info .accommodation_title span a {
	color: #1daae6;
	background: #fff url(../graphics/kemijarvi/back.png) 15% 50% no-repeat;
	background-size: auto;
	padding: 2px 8px 2px 26px;
	border-radius: 2px;
	webit-border-radius: 2px;
	margin: 2px 0 0 2%;
	float: left;
	display: block;
	font-size: 16px;
}

.product-info .accommodation_title span a:hover {
	color: #5fbdee;
	background: #fff url(../graphics/kemijarvi/back.png) 10% 50% no-repeat;
	background-size: auto;
}

.product-info-left-column {
    width: 50%;
	display: block;
    float:left;
	margin: 0 0 0 2%;    
}

.product-info-right-column {
    width: 44%;
	display: block;
    float:left;
	margin: 0 0 0 2%;
}

.product-info-right-column .product_text {
	margin: 15px 0 30px 0;
	padding: 0 0 15px 0;
	width: 95%;
	display: block;
	border-bottom: #8b83a1 1px solid;
}

.product-info-right-column .product_text p {
	color: #333;
	line-height: 22px;
	margin: 15px 0 15px;
}

.lblLoyaltyLabel 
{
    color: #fff;
}

.loyalty_header
{
    color: #F0C14D;
	font-weight: bold;
}

.loyalty_discount
{
    color: #fff;
	font-weight: bold;
}

.inv_conf
{
    width:140px !important;    
}

.product-info-right-column .product_text p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.product-info-right-column .product_text p a:hover {
	color: #f0c14d;
	text-decoration: underline;
	font-weight: bold;
}

.slider_container {
	margin: 15px 0 15px 0;
	padding: 15px 0 15px 0;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	display: table;
	width: 98%;
}

.slider_right {
	vertical-align: middle;
	display: table-cell;
	width: 8%;
	padding: 0 0 0 5px;
	text-align: center;
}

.slider_left {
	vertical-align: middle;
	display: table-cell;
	width: 8%;
	padding: 0 5px 0 0;
	text-align: center;
}

.slider_left input.slider_left_btnLeft,
.slider_right input.slider_right_btnRight  {
    -webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	border: none;
	background: #fff;
	width: 32px;
	height: 32px;
	background: #3cb2f0;
	-webkit-box-shadow: 0 2px 2px 2px #333333;
	box-shadow: 0 2px 2px 2px #333333;
}

.slider_left input.slider_left_btnLeft {
	background-image: url(../graphics/kemijarvi/prev-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_right input.slider_right_btnRight {
	background-image: url(../graphics/kemijarvi/next-month.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider_left input.slider_left_btnLeft:hover,
.slider_right input.slider_right_btnRight:hover {
	background-color: #5dbbed;
	box-shadow: none;
	border: solid 2px #fff;
}

.slider_middle {
 	vertical-align: middle;
	display: table-cell;
	width: 84%;
	margin: 0;
	max-height: 368px;
	border-radius: 3px;
	webkit-border-radius: 3px;
}

.slider_middle .lnkSlider img {
	width: 100%;
}

.product_right_column_customers {
	width: 100%;
	display: block;
}

.product_right_column_customers .add-persons {
	display: block;
	float: left;
	width: 26%;
	margin: 0 2% 0 0;
	font-family: inherit;
}

#ctl00_ContentPlaceHolder1_pCat {
	display: block;
	clear: both;
	margin: 0 0 20px 0; 
	color: #fff;
}

.product_right_column_customers .add-persons:last-child {
	clear: right;
}


.add-persons span {
	color: #3cb2f0;
	font-size: 16px;
	font-weight: bold;
}

.add-persons input {
	background: #fff;
	padding: 4px 6px 4px 6px;
	border: 1px #ccc solid;
	text-align: center;
	color: #333;
	width: 25%;	
}

.price-block {
	clear: left;
	float: left;
	display: block;
	width: auto;
	padding: 16px 0 10px 0;
	margin: 10px 2% 10px 0;
	overflow: hidden;
	font-size: 26px;
	color: #3cb2f0;
	text-align: left;	
}

.add-to-cart {
	display: block;
	clear: none;
	width: auto;
	float: right;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

.add-to-cart input {
	display: block;
	float: right;
	background: #3cb2f0 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
	border-radius: 2px;
	webkit-border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 12px 52px 12px 12px;
	border: none;
	margin: 4px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
}


.add-to-cart input:hover {
	background: #71c8f6 url(../graphics/kemijarvi/shopping-cart-icon.png) 94% 50% no-repeat;
}

/*-----------date-picker-&-calendar--------------------*/

.date-info {
	width: 94.8%;
	margin: 10px 0 0 3%;
	float: left;
}

.calendar_header {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 0 5%;
}

.calendar_panel {
	display: block;
	overflow: hidden;
	float: left;
	width: 40%;
	margin: 0 2% 0 5%;
	padding: 5px;
	background: #fff;
	 -webkit-border-radius: 3px;
	border-radius: 3px;
}

table#calendar_ac.calendar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ccc solid;
}

table#calendar_ac.calendar td {
	vertical-align: middle;
	text-align: center;
	padding: 0; 
}

table#calendar_ac.calendar td a {
	display: block;
}

table#calendar_ac.calendar tr.calenderTop {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 );
}

tr.calendarWeekDays, tr.dates { cursor: default}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calenderTop td { 
	padding: 8px 0 8px 0; 
	font-size: 14px; 
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
}

table#calendar_ac.calendar tr.calendarWeekDays { 
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 1px #999 solid;
}

tr.calendarWeekDays td, tr.dates td {
	padding: 3px!important;	
	font-size: 13px; 
}

table#calendar_ac.calendar tr.calenderTop td.prevD a { 
	background: url(../graphics/kemijarvi/prev-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a { 
	background: url(../graphics/kemijarvi/next-month.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.nextD a:active { 
	background: url(../graphics/kemijarvi/next-month-hover.png) no-repeat 50% 50%;
}

table#calendar_ac.calendar tr.calenderTop td.prevD a:active { 
	background: url(../graphics/kemijarvi/prev-month-hover.png) no-repeat 50% 50%;
}

td.prevD a, td.nextD a { 
	display: block; 
	padding: 5px;
}

tr.dates, tr.dates td { 
	border: #D2D2D2 1px solid;
}

td.calendar_starting_day {  }

td.calendar_selected_period { background: #1e85bb; color: #fff; font-weight: bold; }

td.calendar_available_start {}

td.calendar_available_start {  
	background: #3cb2f0;
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
}

td.calendar_ender {
	background: #1e85bb;
	background: -moz-linear-gradient(-45deg,  #1e85bb 0%, #1e85bb 49%, #3cb2f0 50%, #3cb2f0 100%, #3cb2f0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e85bb), color-stop(49%,#1e85bb), color-stop(50%,#3cb2f0), color-stop(100%,#3cb2f0), color-stop(100%,#3cb2f0));
	background: -webkit-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -o-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: -ms-linear-gradient(-45deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	background: linear-gradient(135deg,  #1e85bb 0%,#1e85bb 49%,#3cb2f0 50%,#3cb2f0 100%,#3cb2f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e85bb', endColorstr='#3cb2f0',GradientType=1 );
	color: #fff; 
	font-weight: bold;
}

td.calendar_starter {
	background: #3cb2f0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #3cb2f0 0%, #3cb2f0 49%, #1e85bb 50%, #2989d8 50%, #1e85bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3cb2f0), color-stop(49%,#3cb2f0), color-stop(50%,#1e85bb), color-stop(50%,#2989d8), color-stop(100%,#1e85bb));
	background: -webkit-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* IE10+ */
	background: linear-gradient(135deg,  #3cb2f0 0%,#3cb2f0 49%,#1e85bb 50%,#2989d8 50%,#1e85bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb2f0', endColorstr='#1e85bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff; 
	font-weight: bold;
}

td.calendar_available { background: #3cb2f0; color: #fff;}

td.calendar_unavailable { background: #666666; color: #CCC; text-decoration: line-through; font-weight: bold; }

/*----------------------------*/

.product_left_column_dates {
    float:left;
	display: block;
	width: 46%;
	margin: 0 0 0 2%;
}

span.chkIn {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	color: #fff;
}

span.chkOut {
	display: block;
	padding: 0 0 2px 0;
	margin: 10px 0 0 0;
	color: #fff;
}

.product_left_column_dates input.date {
    width: 55%;
	border: none;
	box-shadow: none;
	background: #FFF url(/img/calendar.png) 96% 50% no-repeat;
	margin: 0;
	padding: 7px 7px 7px 10px;
	font-size: 14px;
	cursor: pointer;
	border: 1px #ccc solid;
}

.product_left_column_dates input.product_left_column_dates_btnClear {
	background: #ccc;
	padding: 5px 10px 5px 10px;
	color: #3c3c3c;
	border-radius: 3px;
	text-shadow: 0 1px 1px #FFFFFF;
	webkit-border-radius: 3px;
	display: inline-block;
	margin: 15px 0 0 0;
	border: none;
}

.product_left_column_dates input.product_left_column_dates_btnClear:hover {
	background: #ffffff;
	color: #483b6a;
}

.product_left_column_details {
   	display: block;
	overflow: hidden; 
	clear: both;
	padding: 18px 0 0 0;
	margin: 18px 0 0 4.8%;   
}

.product_left_column_details .start-date {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/start-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-available {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/available-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-unavailable {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/unavailable-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .selected-dates {
	display: block; 
	padding: 4px 0 4px 38px;
	margin: 0 0 5px 0;
	background: url(../graphics/kemijarvi/selected-date-icon.png) 0 50% no-repeat;
	background-size: auto;
}

.product_left_column_details .start-date span, 
.product_left_column_details .start-available span,
.product_left_column_details .start-unavailable span,
.product_left_column_details .selected-dates {
	color: #333;
	font-size: 14px;
	float:left;
	display: block;
	margin: 0;
}

/*--------------------------Form--------------------------------------------------------*/

.cart_info .col {
	width: 31%;
	margin: 20px 0 0 2%;
	float: left;
	display: block;
}

.additional-info {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.cart_info .col p { 
	display: block;
	color: #333;
	margin: 0 0 2px 0;
}

.cart_info .col input {
	padding: 8px 8px 8px 16px;
	border: 1px #ccc solid;
	width: 89%;
	color: #483b6a;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.cart_info .col input:focus,
.cart_info .col select:focus, 
textarea.tBox:focus {
	border: #8172a8 solid 1px;
}

.cart_info .col select {
	padding: 8px;
	border: 1px #ccc solid;
	width: 95%;
	display: block;
	color: #483b6a;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}

textarea.tBox {
	width: 94%;
	font-size: 16px;
	padding: 4px;
	margin: 2px 0 0 2%;
	display: block;
	color: #483b6a;
	clear: both;
	min-height: 170px;
	resize: none;
	border: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
}

.news-letter {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.terms {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.terms_block, .register_description_block	{
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	margin: 19px 0 0;
    padding: 1%;
}

.register-error {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.register-error a {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 0;
	padding: 2px 24px 2px 0;
	background: url(../graphics/kemijarvi/register-icon.png) 98% 50% no-repeat;
	background-size: auto;
}

.register-error span {
	display: block;
	float: left;
	color: #1e85bb;
	margin: 0 10px 0 0;
	padding: 2px 24px 2px 0;
}

.news-letter input, .terms input {
	margin: 0 10px 0 0;
}

.terms a {
	color: #333;
	text-decoration: underline;
}

.to-counter {
	width: 95%;
	margin: 20px 0 0 2%;
	display: block;
	clear: both;
}

.to-counter span { color: #483b6a; font-size: 18px; border-top: 1px #483b6a solid; display: block; padding: 10px 0 0 0;}

input#ctl00_ContentPlaceHolder1_btnContinue {
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}

/*---------------------------delivery-----------------------------*/

.cart_delivery {
	display: block;
	clear: both;
	margin: 20px 0 20px 2%;
	padding: 20px 0 20px 170px;
	width: 81%;
	font-family: Arial, Helvetica, sans-serif;
	border: #d7d7d7 1px solid;
	border-radius: 3px;
	webkit-border-radius: 3px;
	background: url(/img/delivery-box.png) 1% 50% no-repeat;
}

.cart_delivery_lblDelivery, .cart_delivery_lblDeliveryNo { margin: 0 20px 0 0; color: #743fa8; font-size: 13px;}

span.cart_delivery_lblPriceTotal {
	display: block;
	float: right;
	font-family: 'Noticia Text', serif;
	color: #483b6a; 
	font-size: 20px;
	margin: 0 2% 0 0;
}

.settings {
    
}

.settings_form {
    background:  #fff;
    width: 100%;
}

.error {}

.loyalty_settings_table {
     width: 100%;
}

.loyalty_settings_table .headline {
    background: #218cc6;
    color: #fff;
    padding: 5px 10px;
	font-size: 20px;
}

.loyalty_settings_table td {
    padding: 5px 10px;
}

.loyalty_settings_table td.password_change {
    color: #218cc6;
}

.loyalty_settings_table input[type=submit] {
    background: #218cc6 url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
    border: none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    padding: 6px 36px 6px 6px;
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.loyalty_settings_table input[type=submit]:hover {
	 background: #67b4dd url(../graphics/kemijarvi/search.png) 90% 50% no-repeat;
}

.lblLoyaltyLabel {}

.mj_table { color: #000;}

.mj_table td {
   padding: 5px!important;
}

.mj_table .tBox {
    margin: 0 !important;
}

.mj_table .cart_products_continue {
    float: left;
}

.confirmation_table
{
    
}

.lift_page
{
    width:380px;
    background:#483b6a;
    color:#fff;
    padding-left:10px;
}

}