@CHARSET "UTF-8";

/**
* Moduplug 
**/

/*containers*/


#hdc_cont_feat_value_A2219_1019509_TA327 .gy_hdc_post_sel_container
{
	position: relative;
	height: 950px;
	width: 950px;
	/*background-color:green;*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
#hdc_mp_destination_tabsel
{
	position: absolute;
	top:50px;
	left:0;
	width:415px;
	
	-webkit-tap-highlight-color: rgba(0,255,0,0);
}

#hdc_mp_source_tabsel
{
	position: absolute;
	top:50px;
	left:500px;
	width:450px;
	
	-webkit-tap-highlight-color: rgba(0,255,0,0);
}



/*tabs*/

ul.hdc_mp_tabsel_tabs {
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left:5px;
	padding: 2px 5px 0 5px;
	/*
	border: 1px solid #aaaaaa;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	*/
}

li.hdc_mp_tabsel_tab {
	color: #000000;
	display: inline-block;
	/*margin-top: 2px;
	margin-bottom: -1px;
	margin-left: -10px;
	margin-right: 1px;*/
	
	padding: 6px 13px 6px 10px;
	
	/*font-size: 12px;
    font-weight: bold;*/
	
	background-color: #aaaaaa;
	background-image: url("/wi_profi/CI_img/CI_layout_img/cw_suche_pfeil_down_v2.png");
	background-position: 87px center;
    background-repeat: no-repeat;
	
	border: 0;
	/*border-left: 1px solid #E6E6E6;
	border-right: 1px solid #D0D0D0;
	box-sizing: border-box;
	border-bottom: 0;*/
	
	border-bottom: 1px solid #767676;
	border-right: 1px solid white;
	
	
	cursor: pointer;
	/*-moz-box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);*/
	
	background-color: #f8f8f8;
    /*background-image: url("/wi_profi/CI_img/CI_layout_img/cw_suche_pfeil_down_v2.png");
    background-position: 208px center;
    background-repeat: no-repeat;*/
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    width: 80px;
    
    
}
li.hdc_mp_tabsel_tab.delete {
	padding: 6px 28px 3px 8px;
	margin-right: -20px;
}
li.hdc_mp_tabsel_tab:hover {
	/*background-color: #ff9f1e;*/
}
/*
li.hdc_mp_tabsel_tab:focus {
	outline: none;
	border: 2px dotted #e18200;
	margin: -1px;
	margin-bottom: -2px;
}
li.hdc_mp_tabsel_tab.delete:focus {
	outline: none;
	border: 2px dotted #cc0000;
	border-bottom: 1px solid #ffffff;
	margin-right: -19px;
}
*/
li.hdc_mp_tabsel_tab.hdc_mp_tabsel_active {
	color: #ffffff;
	background-color: #eb8c00;
	border-bottom: 1px solid #767676;
	background-image: url("/wi_profi/CI_img/CI_layout_img/cw_suche_pfeil_up_v2.png");
}
li.hdc_mp_tabsel_tab .remove {
	padding-right: 5px;
	margin-left: 5px;
}
div.hdc_mp_tabsel_content {
	background-color: #ffffff;
	margin: 0 5px 1em 0;
	padding: 8px 8px 8px 8px;
	/*
	border: 1px #aaaaaa solid;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/

}
/*
.input-wrapper {
	padding: .2em;
	border: 1px #aaaaaa solid;
}
.input-wrapper input, .input-wrapper textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.header {
	border: #e6e6e6 2px double;
	background-color: #ffffff;
	padding: 10px;
	height: 100px;
	margin: 40px auto 0px;
	width: 750px
}*/



/*selektor eigene layouts*/

.kachelblock {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.kachelblock td {
	vertical-align: top;
}

.ers_feature_overlay {
	width: 710px;
}

.select_kachel {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 10px;
}

.select_kachel_push {
	margin-left: 21px !important;
}

.select_kachel_img {
	border-bottom: 1px solid #767676;
	margin: 0px;
	padding: 0px;
	height: 150px;
}

.select_kachel_img img {
	width: 150px;
	height: 150px;
}

.select_nav_link_kachel {
	text-align:left;
}



#overlay_back_div {
	position:absolute;
	top:0px;
	left:0px;
	background-color: gray;
	height:100%;
	width: 100%;
	z-index: 110;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#overlay_content_div {
	z-index: 120;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width: 100%;
	background-color: transparent;
}

#overlay_content_div table, #overlay_content_div tbody, #overlay_content_div tr, #overlay_content_div td, #overlay_content_div div {
	background-color: transparent;
}

#overlay_back_prodgroup_div {
	position:absolute;
	top:0px;
	left:0px;
	background-color: gray;
	height:100%;
	width: 100%;
	z-index: 110;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#overlay_content_prodgroup_div {
	z-index: 120;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width: 100%;
}

#productvariation {
	background-color: #ffffff !important;
	width:720px;
	margin:auto;
	border: 1px solid #767676;
	padding: 5px;
}

.nav_sublinks {
	margin-top: 24px !important;
}

.ci_gy_selhead_disabled
{
	color: #767676;
}


.gy_hdc_mp_block_overlay
{
	position: absolute;
	background: #FFFFFF;
	z-index: 150;
}

#gy_hdc_mp_reset_button
{
	margin-right: 20px;
}

.gy_hdc_mp_drag_src_objs_container
{
	
	
}

.gy_hdc_mp_build_interface
{
	position: relative;
	top:0;
	left:0;
	
	height:690px;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}


.gy_hdc_mp_container_drag_source
{
	position: relative;
	/*top:35px;
	left:0px;*/
	top:0;
	left:0;
	
	width: 450px;
	height: 575px;
	
	overflow-y:auto;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

.gy_hdc_mp_container_drag_source::-webkit-scrollbar {
-webkit-appearance: none;
-moz-appearance: none;
width: 22px;
height: 22px;
background-color: #AAAAAA;
border: 2px solid white; /* Angleichen mit Hintergrundfarbe-nicht transparent! */
border-radius: 16px;
}

.gy_hdc_mp_container_drag_source::-webkit-scrollbar-thumb {
border-radius: 16px;
border: 2px solid white; /* Angleichen mit Hintergrundfarbe-nicht transparent! */
background-color: #666666;
}

#gy_hdc_mp_container_drop_destination
{
	position: absolute;
	top:0;
	left:0;
	
	width: 396px;
	height: 745px;
	
	overflow:hidden;
	
}

.gy_hdc_mp_drag_src_obj
{
	width :200px;
	float:left;
	
	margin: 0 10px 2px 0;
	
	position: relative;
	
	cursor: pointer;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
								  
	z-index: 4;
	
}



.gy_hdc_mp_build_item
{
	position:absolute;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	
	
	
	/*box-sizing: border-box;
	border: 5px solid green;*/
	
	cursor: pointer;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
   
   
   
/*    	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); Firefox 10+, Firefox on Android
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; IE6-9
    -webkit-filter: grayscale(100%);   */
    
	/*opacity: 0.75;
	background-color: #FFCC99;*/
}

.gy_hdc_mp_build_item .gy_hdc_mp_build_item_assigned
{
	/*opacity: 1;*/
	background-color: transparent;
}

.gy_hdc_mp_build_item .gy_hdc_mp_build_item_empty
{
	background-color: #767676;
	opacity: 0.4;
}


 
.gy_hdc_mp_build_item_type_frm
{
	/*background: #666666 url('../CI_img/CI_layout_img/Frontcom/build_item_backgrounds/build_item_backgrnd_frm.png') no-repeat*/
	

}

.gy_hdc_mp_fckn_ie_wa_assigned
{
	position:absolute;
	background-color: #FFFFFF;
}

/*debug*/
.gy_hdc_mp_build_item_type_mod .gy_hdc_mp_build_item_type_gap
{
	/*background: #45fafa;
	opacity: 0.5;*/
	border-radius: 50%;
}

.gy_hdc_mp_build_item_type_ins
{
	/* background: #CCCCCC url('../CI_img/CI_layout_img/Frontcom/build_item_backgrounds/build_item_backgrnd_ins.png') no-repeat; */
}

#gy_hdc_mp_drag_dummy, #gy_hdc_mp_demo_dummy, #gy_hdc_mp_drag_dummy_vernier
{
	position:absolute;
	top:100px;
	left:100px;
	height:50px;
	width:50px;
	
	background-repeat:no-repeat;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
    
    z-index: 100;
    
   /* background-color: #3399FF;*/
}


#gy_hdc_mp_drag_dummy.gy_hdc_mp_drag_dummy_type_acc, #gy_hdc_mp_demo_dummy.gy_hdc_mp_drag_dummy_type_acc, #gy_hdc_mp_drag_dummy_vernier.gy_hdc_mp_drag_dummy_type_acc
{
	border: 5px solid #767676;
	box-sizing: border-box;
	background-position: center center;
	background-color: #FFFFFF
}


.gy_hdc_mp_nav_link_selector
{
	cursor: pointer;
}

/*drop place is selected to get drag elements*/
/* .gy_hdc_mp_build_item_selected
{
	border: 2px solid #FFA500;
	opacity: 0.6 ;
} */


.gy_hdc_mp_build_item_selected
 {
	/* box-sizing: border-box;
	border: 4px solid green;
	backgrou */nd-position: -2px -2px !important;
 }




.gy_hdc_mp_build_item_selected.gy_hdc_mp_build_item_assigned
{
	/*background-color: #EB8C00;*/
}
/*
.gy_hdc_mp_build_item_selected.gy_hdc_mp_build_item_assigned.gy_hdc_mp_build_item_type_ins
{
	opacity: 1 !important;
	background-color: #EB8C00;
}
*/

.gy_hdc_mp_build_item_selected.gy_hdc_mp_build_item_assigned.gy_hdc_mp_build_item_type_roo
{
	background-color: #a8a8a8;
}

.gy_hdc_mp_build_item_type_roo
{
	background-color: #FFFFFF;
	
}


/*if started dragging the ptentially droppables are marked with this*/
.gy_hdc_mp_build_item_prospective_destination
{
	/*opacity: 0.6 !important;*/
	/*background: transparent url('../CI_img/CI_layout_img/HDC/moduplug/backgrounds/wi_orange_bg.png') repeat !IMPORTANT;*/
	background-color: rgba(235,140,0,0.5);
	/*background-color: #eb8c00;*/
}

.gy_hdc_mp_build_item_prospective_destination.gy_hdc_mp_view_type_accessories
{
	background-color: #a8a8a8;;
}



/*if started dragging the ptentially droppables are marked with this*/
.gy_hdc_mp_build_item_entered_destination
{
	opacity: 1 !important;
}

.gy_hdc_mp_item_rotation
{
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50;
	
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

/*hints und produktinfos*/

.gy_hdc_mp_short_info_text
{
	border-top: 1px solid #767676;
	padding: 8px 5px 0 13px;
	font-size: 12pt;
	background: transparent url('../CI_img/CI_layout_img/arrow_e18200.png') no-repeat 0 10px;
	font-size: 12px;
	font-weight:700;
	
	min-height: 60px;
}




.gy_hdc_mp_drag_compat_img
{
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	/*margin-top:2px;*/
}

.gy_hdc_mp_drag_compat_img img
{
	visibility: hidden;
}

.gy_hdc_mp_details_info, .gy_hdc_mp_locked_info
{
	background: transparent url('../CI_img/CI_layout_img/info_icon.gif') no-repeat 0 0;
	height: 16px;
	width:	16px;
	float: right;
	/*box-shadow: 1px 1px 1px #333;	*/
	border: 1px solid #767676;
}

.gy_hdc_mp_locked_info
{
	float:left;
	background: transparent url('../CI_img/CI_layout_img/HDC/moduplug/backgrounds/GZ_padlock_white_orange.gif') no-repeat 0 0;
}

.gy_hdc_mp_drag_src_obj .gy_hdc_mp_src_info_bar_container
{
	top: 3px;
	

}

.gy_hdc_mp_build_item .gy_hdc_mp_details_info
{
	float:right;
}

.gy_hdc_mp_build_item.gy_hdc_mp_item_rotation .gy_hdc_mp_details_info
{
	background: transparent url('../CI_img/CI_layout_img/info_icon_rotated.gif') no-repeat 0 0;	
	float:right;
	/*box-shadow: -1px 1px 1px #333;	*/
}

/**
*	info bar for drag and drop elements + tool tips on them
**/
/*
.gy_hdc_mp_details_info:hover, .gy_hdc_mp_build_item.gy_hdc_mp_item_rotation .gy_hdc_mp_details_info:hover
{
	box-shadow: 0px 0px 0px 0px #333;
}
*/
.gy_hdc_mp_src_info_bar_container
{
	position:absolute;
	top: 0;
	left:0;
	width:100%;
	/*background-color: #EEEEEE;*/
}

.gy_hdc_mp_src_info_bar_container
{
	width:100%;
}

/*Tooltips*/

.gy_hdc_mp_detail_info_tip
{
	display: block;
	position: absolute;
	width: 500px;
	background-color: #FFFFFF;
	border: 1px solid #767676;
	z-index:200;
}

.gy_hdc_mp_detail_info_tip .tip-title
{
	display: none;
}
/*make articledetails divs smaller than normal for tips*/

.gy_hdc_mp_detail_info_tip .article
{
	border-top-width: 0;
	padding-top: 0;
}

.gy_hdc_mp_detail_info_tip .article_img
{
	width:124px !important;
}

.gy_hdc_mp_detail_info_tip .article_features
{
	width:180px !important;
}

.gy_hdc_mp_detail_info_tip .article_description  
{
	width:320px !important;
}

#gy_hdc_mp_garbage_bin
{
	position:absolute;
	left: 385px;
	height: 128px;
	width: 128px;
	cursor:pointer;
	background: transparent url('../CI_img/CI_layout_img/Frontcom/misc/recycle_bin_empty.png') no-repeat;
	
	display:none;
	
}

#gy_hdc_mp_garbage_bin.gy_hdc_mp_build_item_entered_destination
{
	background-image: url('../CI_img/CI_layout_img/Frontcom/misc/recycle_bin_full.png');
}

.gy_hdc_mp_container_drag_source.gy_hdc_mp_build_item_entered_destination
{
	/*background-color: #EB8C00;	*/
}


.gy_hdc_mp_build_item_fake_empty
{
	background-position: -10000px -10000px !important;
	visibility: hidden;
}

/**
*	partlist
**/


.gy_hdc_mp_part_list_mp_show
{
	display:inline
}

.gy_hdc_mp_part_list_mp_hide
{
	display:none;
}

.gy_hdc_mp_add_to_partlist
{
	cursor:pointer;
	display:none;
}

#gy_hdc_mp_add_to_partlist_bottom
{
	position:absolute;
	top:720px;
	right: 0;
}

#mengen .page_content_secondary_title_sl span
{
	color: #000000;
}


.gy_hdc_mp_build_item_type_mod :not(:last-child).gy_hdc_mp_build_item_c_type_c .gy_hdc_mp_build_item_type_cmp .gy_hdc_mp_details_info
{
	visibility:hidden;
}

.gy_hdc_mp_build_item_type_mod :not(:last-child).gy_hdc_mp_build_item_c_type_c .gy_hdc_mp_build_item_type_cmp:hover .gy_hdc_mp_details_info
{
	visibility:visible;
}



/**
*  the hint appears directly if you touch a drag element
**/

.gy_hdc_mp_src_drag_touch_hint
{
	background-color: #DDDDDD;
	font-size: 16pt;
	position: absolute;
	padding: 5px;
	border-radius: 4px;
	z-index:199;
}


/**
*	Project Management
**/


.overlay_back_div {
	position:absolute;
	top:0px;
	left:0px;
	background-color: gray;
	height:100%;
	width: 100%;
	z-index: 110;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:none;
	visibility:hidden;
}

.overlay_content_div {
	z-index: 120;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	visibility: hidden;
}

.overlay_table_l1 {
	width: 100%;
	height: 100%;
}



.pcb_ol_padding {
	padding: 5px;
}


.nav_link_kachel img {
    position: relative;
    top: 3px;
}

.pcb_combination_active
{
	background-image:none;
	padding-left: 0 !important;
	width:560px;
} 

.gy_hdc_mp_compi_amount
{
	color: #000000;
	padding-left: 20px;
}

/**
accessories overlay
**/

.overlay_table_l1 .accessories_content_div
{
	margin:auto;
	background-color: #FFFFFF;
	width: 850px;
	min-height: 30px;
}

.gy_hdc_mp_accessory_items
{
	overflow: auto;
}

.gy_hdc_mp_overlay_controls
{
	text-align:right;
}

.page_content_title, .gy_hdc_mp_accessory_items, .gy_hdc_mp_overlay_controls
{
	padding:5px;
}

.accessories_content_div .art_desc_stueckliste 
{
	width:460px !important;
}

/**
*	demo animation
**/

.gy_hdc_mp_selector_demo_button
{
	padding-top: 35px;
	margin-bottom: -25px;
}


#gy_hdc_mp_demo_dummy
{
	position: absolute;
	z-index: 10;
}

#gy_hdc_mp_demo_cursor
{
	position: absolute;
	z-index: 12;
	height: 128px;
	width: 128px;
	background: transparent url('../CI_img/CI_layout_img/Frontcom/demo/demo_cursor.png') no-repeat
}

#gy_hdc_mp_hint_circle
{
	border: 40px solid #EB8C00;
	width: 400px;
	height: 400px;
	z-index: 11;
}

.plc_whitebg
{
	background-color: #FFFFFF !important;
}

.plc_filter_naming_wide {
    width: 570px;
}

.plc_filter_selection {
    width: 190px;
    text-align: right;
}

#gy_hdc_mp_config_start_button
{
	width: 300px;
}

.hdc_mp_destination_tabsel_content
{
	position:relative;
}

.gy_hdc_mp_sibling_touched
{
	/*background-color: rgba(255,0,0,0.5) !important;*/
}

.hdc_mp_destination_tabsel_tabs
{
	visibility:hidden;
}

.gy_hdc_mp_build_item_blinded_out
 {
 	opacity: 0.5;
 }
 
 .gy_hdc_mp_dst_style_pane
 {
 	position: absolute;
 	top:0;
 	left:0;
 	height:100%;
 	width: 100%;
 	z-index: 1;
 }
 
 .gy_hdc_mp_dst_info_bar_container
 {
 	z-index:2;
 	position: absolute;
 	top:0;
 	left:0;
 	width:100%;
 }
 
  .gy_hdc_mp_dst_description_pane_bg
 {
 	position: absolute;
 	bottom:0;
 	left:0;
 	z-index: 1;
	
 	background-color: #FFFFFF;
	opacity: 0.9;
	
 }
 
 .gy_hdc_mp_dst_description_pane
 {
 	position: absolute;
 	bottom:0;
 	left:0;
 	z-index: 1;
 }
 

 
 .gy_hdc_mp_build_item_fix > .gy_hdc_mp_dst_style_pane
{
	opacity: 0.1;
	/*background-color: #EEEEEE;*/
	/*background: transparent url('../CI_img/CI_layout_img/HDC/moduplug/backgrounds/locked.png') repeat;*/
	
}

.gy_hdc_mp_build_item > .gy_hdc_mp_build_item 
{
	z-index: 3;
}

.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_gap
{
	border: 1px solid #767676;
	box-sizing: border-box;
}

.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_acc
{
	background-position: center center; 

}



.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_gap.gy_hdc_mp_build_item_prospective_destination
{
	box-sizing: border-box;
	border: 5px solid #767676;
}

.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_gap.gy_hdc_mp_build_item_prospective_destination 
.gy_hdc_mp_dst_description_pane_bg,
.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_gap.gy_hdc_mp_build_item_prospective_destination 
.gy_hdc_mp_dst_description_pane
{
 	bottom:0;
}

.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_acc .gy_hdc_mp_dst_description_pane,
.gy_hdc_mp_view_type_accessories.gy_hdc_mp_build_item_type_acc .gy_hdc_mp_dst_description_pane_bg
{
	background-position: 2px 10px;
}

.gy_hdc_mp_hide_tab
{
	/*display:none !important;*/
	background-color: #FFFFFF !important;
	color:#CCCCCC !important;

}

.gy_hdc_mp_prevent_scrolling
{
	overflow-y: hidden !important;
}

body.gy_hdc_mp_prevent_scrolling
{
	height:100% !important;
}
/*Hintergrundbild der tats. Größe anpassen*/
.gy_hdc_mp_build_item, #gy_hdc_mp_drag_dummy_vernier, #gy_hdc_mp_drag_dummy
{
	background-size: 100%;
}

.gy_hdc_mp_build_item.gy_hdc_mp_build_item_type_acc
{
	background-size: 99%;
}

.gy_hdc_mp_build_item_locked
{
	background-color: #FF0000;
	opacity: 0.4;
}

.gy_hdc_drag_scroll_space
{
	position: absolute;
	left: 0;
	height: 550px;
	width:100px;
	
	z-index:1;
}

#gy_hdc_article_actions_bottom
{
	position: absolute;
	left:0;
	width: 100%;
}
.actions_spacer
{
	margin-right: 17px;
}
#gy_hdc_header_moduplug{
	position:absolute;
	left:0;
	top: 19px;
}


.wi_yt_tutorials {
    width: 613px;
    display: block;
    height: 325px;
    margin-top: 37px !important;
}


#ci_hdc_demo_tutorial_content
{
	position:relative;
	display:block;
	top:0;
	left:0;
	z-index: 999;
}

