/**
** product styling
***************************************************************/

.content { font-size: 96%!important; }

.osh_error, .osh_warning { background: #ff7474; color: #eee; border: 1px solid #f65e5e; padding: 2px 2px 2px 2px; }
.osh_success, .osh_positiv { background: #dffdda; color: #1b8409; border: 1px solid #67cd56; padding: 2px 2px 2px 2px; }

.osh_btn_small_help_xl {
	margin-left: 6px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
.osh_btn_small_help_xs {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

.osh_txt_orange {
	color: #FF8B00;
}

.osh_product_info_small { 
	font-size: 95%;
	width: 200px;
	border-top: 1px dashed #8D8D8D;
	border-bottom: 1px dashed #8D8D8D;
	border-right: 1px dashed #8D8D8D;
	padding: 5px 5px 5px 5px;
}

.osh_product_sheet_float_left {
	float: left;
	margin-right: 10px;
}

.osh_product_sheet_float_right {
	float: right;
}

.osh_product_media_right {
	float: right;
	width: 125px;
	margin-left: 10px;
}

.osh_product_media_right a, .osh_product_media_right a:link, .osh_product_media_right a:active, .osh_product_media_right a:hover, .osh_product_media_right a:visited {
	border: 0px;
	text-decoration: none;
}
.osh_product_media_right a img {
	border: 2px solid #FE7900;
}

.osh_product_media_left {
	float: left;
	width: 125px;
}

.osh_product_media_left a, .osh_product_media_left a:link, .osh_product_media_left a:active, .osh_product_media_left a:hover, .osh_product_media_left a:visited {
	border: 0px;
	text-decoration: none;
}
.osh_product_media_left a img {
	border: 2px solid #FE7900;
}

.osh_headline_color { color: #FE7900; }

.osh_product_text {
}

.osh_breakline { 
	height: 5px;
	border-top: 1px dashed #8C8C8C;
}

.osh_basket_submit {
	display: block;
	border: 0px;
	background: #fff;
	color: #FE7900;
	font-weight: bold;
	font-size: 105%;
}

.osh_button_large {
	font-size: 115%; 
}

.osh_basket_submit_transp {
	background: transparent;
}

.osh_button_left_text { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: left; }

.osh_basket_icon {
	background: url(/images/basket.gif) top left no-repeat;
	height: 19px;
	display: block;
	padding: 0px 0px 0px 24px;
}

.osh_calc_icon {
	background: url(/images/icon.calc.gif) top left no-repeat;
	height: 19px;
	display: block;
	padding: 0px 0px 0px 24px;
}

.osh_basket_button {
	border: 0px;
	background: #fff;
}

.osh_basket_button_icon {
	border: 0px;
	padding: 0px 0px 0px 24px;
}

/**
** basket
***************************************************************/

.osh_basket_table { 
 width: 100%;
 border: 0px;
}

.osh_basket_table table {
}

.osh_basket_table th { 
	padding: 0px 0px 10px 0px;
}


/*
.osh_basket_table_delete {
 width: 20px;
 height: 30px;
 border-bottom: 1px dashed #888;
 vertical-align: top;
 margin-left: 3px;
}
.osh_basket_table_delete button {
	background: url(/images/trash.gif) top left no-repeat;
	border: 0px;
	width: 19px;
	height: 28px;
	display: block;
}
.osh_basket_table_delete button span { visibility: hidden; }

*/

.osh_basket_table_delete {
	width: 20px;
	height: 30px;
	border-bottom: 1px dashed #888;
	vertical-align: top;
	margin-left: 3px;
}
.osh_basket_table_delete input {
	background: url(/images/trash.gif) top left no-repeat;
	border: 0px;
	width: 19px;
	height: 28px;
	display: block;
}
.osh_basket_icon_delete {
	background: url(/images/trash.gif) top left no-repeat;
	width: 19px;
	height: 28px;
}


.osh_basket_table_product { 
	width: 68%;
	text-align: left;
	border-bottom: 1px dashed #888;
}

.osh_basket_table_amount {
	width: 10%;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dashed #888;
}

.osh_basket_table_price {
	width: 20%;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dashed #888;
}

.osh_basket_table_amount input { width: 50px; }
.osh_basket_product_code { font-size: 80%; }
.osh_basket_booking_date { font-size: 85%; }
.osh_basket_booking_persons { font-size: 85%; }

/**
** infobars
***************************************************************/

.osshop_basket_infobar {
	display: block;
	position: absolute;
	top: 75px;
	right: 10px;
	width: 200px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	background: #f1f1f1;
	border: 1px solid #d9d9d9;
}
.osshop_basket_infobar_basket_icon {
	display: block;
	height: 20px;
	width: 195px;
	background: url(/images/basket.gif) top right no-repeat;
}

.osshop_basket_infobar a, .osshop_basket_infobar_basket_icon a { text-decoration: none; color: #000; }
.osshop_basket_infobar a:active, .osshop_basket_infobar_basket_icon a:active { text-decoration: none; color: #000; }
.osshop_basket_infobar a:link, .osshop_basket_infobar_basket_icon a:link { text-decoration: none; color: #000; }
.osshop_basket_infobar a:hover, .osshop_basket_infobar_basket_icon a:hover { text-decoration: none; color: #000; }
.osshop_basket_infobar a:visited, .osshop_basket_infobar_basket_icon a:visited { text-decoration: none; color: #000; }

/**
** (head-)lines
***************************************************************/
.osshop_head_sub_lined {
 border-bottom: 1px solid #000;
 font-weight: bold;
 font-size: 110%;
}

/**
** sheets
***************************************************************/

.osshop_sheet_block {
 display: block;
 clear: both;
 width: 100%;
}

.osshop_sheet_block .osshop_sheet_label {
 display: block;
 width: 200px;
 float: left;
 font-weight: bold;
}

.osshop_sheet_block .osshop_sheet_label_min {
 display: block;
 width: 120px;
 float: left;
 font-weight: bold;
}

.osshop_sheet_label span {
	color: #999;
	font-size: 85%;
	font-weight: normal;
}

.osshop_sheet_block .osshop_sheet_label_nonebold {
 display: block;
 width: 200px;
 float: left;
}

.osshop_beet.block .osshop_sheet_long_text {
	display: block;
	clear: both;
	font-size: 95%!important;
}

.osshop_sheet_block .osshop_sheet_context {
 display: block;
 width: auto;
 font-weight: normal;
 margin-left: 200px;
}

.osshop_sheet_block .osshop_sheet_context_left {
 display: block;
 width: auto;
 font-weight: normal;
}

.osshop_sheet_spacer {
	display: block;
	height: 5px;
	width: auto;
	clear: all;
}

.osshop_sheet_block .osshop_sheet_left {
 display: block;
 width: auto;
 font-weight: normal;
 float: left;
 padding-right: 10px;
 width: 40%;
}

.osshop_sheet_block .osshop_sheet_right {
 display: block;
 width: auto;
 font-weight: normal;
}

/**
** form a/ input fields stylin'
***************************************************************/

.osshop_form_input {
	font-weight: normal;
	border: 1px solid #d9d9d9;
	background: #e8e8e8;

}

/**
** special shop output areas
***************************************************************/

.osh_infobox, .osh_inline_product {
	background: #fdfdfd;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

.osh_smallprint_box, .osh_small_infobox {
	color: #999;
	text-align: justify;
	line-height: 100%;
	font-size: 85%!important;
}

/**
** form styling
***************************************************************/

.osh_input {
	border: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
}

.osh_input_date_only {
	width: 60px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid black;
}

.osh_user_tripdates select.osh_user_tripdates_selection { width: 150px; }
.osh_user_tripdates select.osh_user_tripdates_selection option { width: auto; }

.osh_booking_pricing_link_label { font-weight: bold; font-size: 110%!important; text-decoration: underline; }
.osh_booking_pricing_link_label:before { content: ""; }
.osh_booking_pricing_link_label:after { content: " \203A\203A"; }

/**
** table styling for pricing
***************************************************************/
div.osh_pricing_saisons {
	font-size: 90%!important;
	clear: both;
}

div.osh_pricing_saisons strong.label {
	font-size: 100%;
	height: auto;
	line-height: auto;
	float: left;
	width: 8em;
}

div.osh_pricing_saisons strong.label_medium { float: left; width: 12em; }
div.osh_pricing_saisons strong.label_large { float: left; width: 18em; }
div.osh_pricing_saisons span { }

table.osh_fact_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: auto;
	border-spacing: 0px;
	font-size: 100%!important;
	width: 100%;
}

table.osh_price_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: auto;
	border-spacing: 0px;
	font-size: 90%!important;
	width: 90%;
}

table.osh_price_table_mini { width: 35%; }
table.osh_price_table_small { width: 50%; }
table.osh_price_table_medium { width: 65%; }
table.osh_price_table_large { width: 70%; }
table.osh_price_table_large_xs { width: 73%; }
table.osh_price_table_large_x { width: 75%; }
table.osh_price_table_large_xl { width: 80%; }
table.osh_price_table_large_xxl { width: 85%; }

table.osh_fact_table th, table.osh_price_table th {
	background: #FF8B00;
	border-bottom: 1px solid #FF8B00;
	vertical-align: middle;
}
table.osh_fact_table th span, table.osh_price_table th span {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
}
table.osh_fact_table th span sup, table.osh_fact_table th span sub, table.osh_price_table th span sup, table.osh_price_table th span sub {
	font-family: sanf-serif;
	font-size: 80%!important;
	font-weight: bold;
}

table.osh_fact_table td, table.osh_price_table td {
	background: #FFF3E6;
	border-bottom: 1px solid #FF8B00;
	padding-left: 5px;
}

table.osh_fact_table td.price, table.osh_price_table td.price {
	text-align: right;
}

table.osh_booking_history_table td { text-align: center; }


.osh_basket_elem_ib { padding: 2px 2px 2px 2px; background: #f6f4f4; height: auto; }
.osh_basket_elem_ib_close { }
.osh_basket_tgl_ib { background: url(/images/icons/box-collapse.gif) #f6f4f4 center left no-repeat; padding-left: 12px; color: gray; cursor: pointer; }
.osh_basket_tgl_ib_off { background: url(/images/icons/box-expand.gif) #f6f4f4 center left no-repeat; padding-left: 12px; color: gray; cursor: pointer; }
.osh_basket_tgl_allib { background-color: #fff; text-align: right; }

.osh_basket_tiny_icon { margin-top: 4px; margin-bottom: 4px; clear: both; height: 24px;}
.osh_icon_date { background: url(/images/icons/date-field.png) center left no-repeat; padding-left: 20px; }
.osh_icon_time { background: url(/images/icons/time-field.png) center left no-repeat; padding-left: 20px; }
.osh_icon_flag { background: url(/images/icons/flag.png) center left no-repeat; padding-left: 20px; }
.osh_icon_people { background: url(/images/icons/people.png) center left no-repeat; padding-left: 20px; }

.osh_user_help_talk { height: 20px; display: block; }
.osh_user_help_talk a { padding-top: 4px; display: block; width: 100%; height: 100%; }
.osh_icon_talk { background: url(/images/icons/questions.png) center left no-repeat; padding-left: 25px; }
.osh_icon_question, .osh_icon_questions { background: url(/images/icons/questions.png) center left no-repeat; padding-left: 25px; }


/** user order history table
*****************************/

.osh_order_status_open, table.osh_price_table td.osh_order_status_open { /*background: #F58989;*/ background: #FFB9B9; }
.osh_order_status_closed, table.osh_price_table td.osh_order_status_closed { background: #E7E6E6; }
.osh_order_status_confirmed, table.osh_price_table td.osh_order_status_confirmed { background: #95FF9C; }
.osh_order_status_waiting, table.osh_price_table td.osh_order_status_waiting { background: #FFB9B9; }
.osh_order_status_confirmed a, table.osh_price_table td.osh_order_status_confirmed a { display: block; color: black; }
.osh_order_status_confirmed a:hover, table.osh_price_table td.osh_order_status_confirmed a:hover { display: block; color: black; text-decoration: none; }
.osh_order_status_booked, table.osh_price_table td.osh_order_status_booked { background: #FFCC69; }

.osh_change_data_icon { display: block; height: 24px; background: url(/images/icons/small_pen.gif) top left no-repeat; padding-left: 26px; }

/** dialog styling
*****************************/

.osshop_inline_dialog { background-color: #FFF3E6; border-left: 2px solid #FFA800; border-bottom: 2px solid #FFA800; padding: 2px 2px 2px 2px; width: 40em; }



