@charset "utf-8";
/* CSS Document */

/*temporär*/
#fundbutton {
	background-color: rgb(255,255,228);
	color:#9d560b;
	font-size:12pt;
	border: 1px solid #9d560b;
	border-radius: 40px;
	padding: 20px;
	margin: 15px auto;
	transition: all .2s ease;
}

#fundbutton:hover {
	background-color: rgb(254,255,209);
	transform: scale(0.98, 0.98);
	cursor: pointer;
}

.small {
	font-size:9pt;
}
.very-small {
	font-size:8pt;
}
.grey {  
   color: #666666;
}
.small_grey {  
   font-size: 8pt;
   color: #666666;
}
.reason_number {
	text-align: left; 
	font-size: 3em; 
	color: rgba(170,5,7,1.00);
	margin-bottom: 10px;
}
.reason_number_bg {
	float: left; 
	position: absolute; 
	left: 400px; 
	color: rgba(232,232,232,1.00); 
	font-size: 60pt; 
	z-index: -100;
}
.standard_table_row_0 {  
	background-color: #eee;
	border-bottom: 1px solid #9d560b;
}
.standard_table_row_1 {  
	background-color: #fff;
	border-bottom: 1px solid #9d560b;
}
.just_border {
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.just_border_dec {
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.just_shadow {
	-webkit-box-shadow: 2px 3px 5px #666666;
	-khtml-box-shadow: 2px 3px 5px #666666;
	-moz-box-shadow: 2px 3px 5px #666666;
	-o-box-shadow: 2px 3px 5px #666666;
	-ms-box-shadow: 2px 3px 5px #666666;
    box-shadow: 2px 3px 5px #666666;
}
.spacer_div {
	clear:both;
	margin-bottom:30px;
}
.left_box {
	position:relative;
	float:left;
	display:table-cell;
	margin-right:5px;
}
.right_box {
	position:relative;
	float:right;
	display:table-cell;
	margin-left:5px;
}
.startboxes {
	position:absolute;
	margin:10px;
	background-color:white;
	background-repeat:no-repeat;
	border:none;
	overflow:hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.start_content_index {
	padding:10px;
	background: #fff;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.start_content_box {
	position: relative;
	padding:6px;
	background: #fff;
	height: 400px;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.gradient {
	background-image: linear-gradient(bottom, rgb(248,248,248) 0%, rgb(230,230,230) 50%, rgb(253,253,253) 100%);
	background-image: -o-linear-gradient(bottom, rgb(248,248,248) 0%, rgb(230,230,230) 50%, rgb(253,253,253) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(248,248,248) 0%, rgb(230,230,230) 50%, rgb(253,253,253) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(248,248,248) 0%, rgb(230,230,230) 50%, rgb(253,253,253) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(248,248,248) 0%, rgb(230,230,230) 50%, rgb(253,253,253) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(248,248,248)), color-stop(0.5, rgb(230,230,230)), color-stop(1, rgb(253,253,253)));
}
.news_box {
	margin-top: 20px;
	padding: 8px;
	font-size:9pt;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-webkit-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-khtml-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-moz-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-o-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-ms-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
}
.news_box_module {
	margin-bottom: 5px;
	padding: 5px;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-webkit-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-khtml-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-moz-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-o-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
	-ms-border-radius: 3px 200px 3px 3px / 3px 50px 3px 3px;
}
.news_box_detail {
	font-size:10pt;
}
.news_box_detail_date {
	font-size:8pt;
	font-style:italic;
	text-align:right;
}
.no_diff {
	color:#aaa;
}
.series_intro {
	width:958px;
	height:628px;
	position:relative;
	top:50px;
	background-image:url(../images/pages/git_start_bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.series_intro_knobs_top {
	position:relative;
	top:-630px;
	text-align:center;
}
.series_intro_knobs_bottom {
	position:relative;
	top:-165px;
	text-align:center;
}
.series_intro_knobs_label {
	width:120px;
	margin:0px;
	padding:0px;
	color:#9d560b;
	font-weight:bold;
	display:inline-block;
}
.series_intro_knobs_label a:link, .series_intro_knobs_label a:visited, .series_intro_knobs_label a:hover, .series_intro_knobs_label a:active {
	color:#9d560b;
	text-decoration:none;
}
.series_outro {
	position:relative; 
	top:-100px; 
	float:left; 
	width:100%; 
	text-align:left;
}
.resources_intro_knobs_label {
	width:110px;
	margin:0px 0px 8px 0px;
	padding:0px;
	color:#9d560b;
	font-weight:bold;
	display:inline-block;
}
.resources_intro_knobs_label a:link, .resources_intro_knobs_label a:visited, .resources_intro_knobs_label a:hover, .resources_intro_knobs_label a:active {
	color:#9d560b;
	text-decoration:none;
    border: none;
}
.resources_intro_knobs {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border-radius: 5px;
    box-shadow: 2px 3px 5px #666666;
    cursor: pointer;
}
.customshop_intro {
	width:958px;
	height:400px;
	position:relative;
	top:50px;
	background-image:url(../images/pages/cs_start_bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
.customshop_intro_knobs_top {
	position:relative;
	top:-420px;
	text-align:center;
}
.customshop_intro_knobs_label {
	width:120px;
	margin:0px;
	padding:0px;
	color:#9d560b;
	font-weight:bold;
	display:inline-block;
}
.customshop_intro_knobs_label a:link, .customshop_intro_knobs_label a:visited, .customshop_intro_knobs_label a:hover, .customshop_intro_knobs_label a:active {
	color:#9d560b;
	text-decoration:none;
}
.guit_ov_box_l {
	width:450px; 
	margin-top:15px; 
	margin-bottom:15px;
	float:left;
	padding: 0px;
	text-align:center;
	border:none; 
}
.guit_ov_box_r {
	width:450px; 
	margin-top:15px; 
	margin-bottom:15px;
	float:right;
	padding: 0px;
	text-align:center;
	border:none; 
}
.guit_ov_head {
	position:relative;
	float:left;
	top:-8px; 
	left:35px; 
	padding:0px 6px 0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color:#FFFFFF;
}
.guit_list_box_l {
	width:450px; 
	margin-top:15px; 
	margin-bottom:15px;
	float:left;
	padding: 0px;
	text-align:center;
}
.guit_list_box_r {
	width:450px; 
	margin-top:15px; 
	margin-bottom:15px;
	float:right;
	padding: 0px;
	text-align:center;
}
.guit_list_box_m {
	width:450px; 
	margin: 0px auto;
	margin-top:15px; 
	margin-bottom:15px;
	padding: 0px;
	text-align:center;
}
.guit_list_head {
	position:relative;
	float:left;
	top:-8px; 
	left:10px; 
	padding:0px 6px 0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color:#FFFFFF;
}
.model_intro {
	/*background-image:url(../images/layout/specs_table_bg.jpg);*/
	padding: 3px;
	text-align:left;
	border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
	-webkit-border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
	-khtml-border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
	-moz-border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
	-o-border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
	-ms-border-radius: 0px 200px 3px 3px / 0px 50px 3px 3px;
}
#main_guitar {
	width:300px;
	margin-right:5px;
	float:left;
}
.specs_table_wrapper {
	display:table-cell;
	width:420px;
	float:left;
	padding:0px;
	border:none;
}
.specs_table {
	font-family:inherit;
	font-size:9pt;
	line-height:20px;
	width:420px;
	float:left;
	padding:5px;
	background-image:url(../images/layout/specs_table_bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}
.add_opt {
	float:left;
	padding:5px;
	max-width:420px;
}
.show_specs_box {
	margin-top:10px;
	margin-bottom:10px;
	font-family:inherit;
	font-size:9pt;
	color:#666666;
	padding:3px 20px;
	text-align:center;
	cursor:pointer;
}
#price_tag {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
}
#ean_tag {
	color:#FFFFFF;
}
.cat_list_box {
	margin-top:15px; 
	margin-bottom:15px;
	padding:3px;
}
.cat_list_head {
	position:relative;
	float:left;
	left:10px; 
	padding:0px 6px 0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color:#FFFFFF;
}
.hint {
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	font-style:italic;
	background-image:url(../images/shader_grey.png);
}
.dsgvo_hint {
    margin: 15px 0px; 
    border: 1px solid rgba(148,115,115,1.00);
    border-radius: 3px;
    padding: 2px;
}
.wood_guide_box {
	position:relative;
	float:left;
	display:table-cell;
	width:190px;
	min-height:220px;
}
.wood_guide_hint {
	text-align:left;
	background-color:#eee;
}
.tab_pos {
	position:relative;
	float:left;
	top:-35px;
}
.tab {
	position:absolute;
	width:176px;
	height:23px;
	text-align:center;
	padding:5px;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#ccc #ccc transparent #ccc;
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
}
.wood_hint_content {
	float:left;
	padding:5px;
}
.form_div {
	margin-top:15px; 
	margin-bottom:15px;
	padding: 4px;
	border:solid 1px #9d560b; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.form_div_head {
	position:relative;
	float:left;
	top:-13px; 
	left:10px; 
	padding:0px 6px 0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color:#FFFFFF;
}
.form_div_success {
	margin-top:15px; 
	margin-bottom:15px;
	padding: 4px;
	border:solid 1px rgba(26,107,34,1.00); 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.mouse_hint {
	position:absolute;
	width:200px;
	padding:7px;
	border: 1px solid #FFCC00;
	background-color:#FFFFCC;
	color:#333333;
	font-size:8pt;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 2px 3px 5px #aaa;
	-webkit-box-shadow: 2px 3px 5px #aaa;
	-khtml-box-shadow: 2px 3px 5px #aaa;
	-moz-box-shadow: 2px 3px 5px #aaa;
	-o-box-shadow: 2px 3px 5px #aaa;
	-ms-box-shadow: 2px 3px 5px #aaa;
}
.hint_div {
	padding:7px;
	margin: 10px 0px 10px 0px;
	background-color: rgba(255,255,204,1.00);
	border: 1px solid rgba(255,204,0,1.00);
	color:#333333;
	font-size:9pt;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 2px 3px 5px #aaa;
	-webkit-box-shadow: 2px 3px 5px #aaa;
	-khtml-box-shadow: 2px 3px 5px #aaa;
	-moz-box-shadow: 2px 3px 5px #aaa;
	-o-box-shadow: 2px 3px 5px #aaa;
	-ms-box-shadow: 2px 3px 5px #aaa;
}
.button_link {
	margin-top:10px;
	margin-bottom:10px;
	font-family:inherit;
	font-size:9pt;
	color:#9d560b;
	padding:3px 20px;
	text-align:center;
	width:250px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.musicians_wrapper {
	margin-top:30px;
	background-image:url(../images/icons/info_bg.png);
	background-position:600px center;
	background-repeat:no-repeat;
	min-height:402px;
}
.musicians_img {
	position:relative;
	float:left;
	margin-right:10px;
}
.musicians_info {
	margin:20px 0px 20px 0px;
	font-size:9pt;
}
.quote {
	margin-top:20px;
	margin-bottom:20px;
	background-color:#eeeeee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#333333;
	font-size:9pt;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px;
}
.quote_positioner {
	position:relative;
	float:left;
	top:-25px;
	margin-bottom:-30px;
	margin-right:5px;
}
#artists_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
    align-content: space-around;
}
.artist_feature_box {
	margin: 5px;
	order: 1;
	flex: none;
    min-width: 300px;
    max-width: 800px;
    max-height: 200px;
    overflow: hidden;
	border: 1px solid rgba(157,86,11,1.00);
	border-radius: 5px;
	background-color: #ffffff;
	text-align: left;
    font-size: 10pt;
    cursor: pointer;
}
.artist_feature_text {
    padding: 3px;
    font-size: 9pt;
    max-width: 300px;
}
.artist_feature_intro {
    margin-top: 10px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
}
.artist_feature_intro:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 60px, rgba(255,255,255,0.80));
}
.artist_feature_img {
    float: right;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.artist_feature_img img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    border-radius: 0px 4px 4px 0px;
    transition: all .2s ease-in-out;
}
.artist_feature_img_transition {
    transform: scale(1.2);
}
.artist_box {
	margin: 5px;
	order: 1;
	flex: none;
    min-width: 150px;
    max-width: 500px;
    max-height: 100px;
    overflow: hidden;
	border: 1px solid rgba(157,86,11,1.00);
	border-radius: 5px;
	background-image: linear-gradient(10deg, rgba(255,255,255,0.35), rgba(187,187,187,0.4), rgba(255,255,255,0.7));
	text-align: left;
    font-size: 9pt;
}
.artist_wrapper {
    float: left;
}
.artist_text_header {
    padding: 4px;
    background-color: rgba(157,86,11,1.0);
    color: white;
}
.artist_text {
    padding: 3px;
    font-size: 8pt;
    max-width: 350px;
}
.artist_icons {
    width: 16px; 
    height: auto; 
    border: none; 
    vertical-align: middle;
    margin: 0px 5px;
}
.artist_icons_lrg {
    width: 40px; 
    height: auto; 
    border: none; 
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}
.artist_icon_wrapper {
    margin: 2px -4px 0px -4px;
}
.artist_img {
    float: right;
    width: 100px;
    height: 100px;
}
.artist_img img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    border-radius: 0px 4px 4px 0px;
}
.div_warning {
	margin:10px 0px 10px 0px;
	font-size: 9pt;
	color: #FF0000;
	background-color: #FFCCCC;
	padding: 10px;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
#structure {
	list-style-type:none;
	padding:0px;
}
#structure ul {
	padding-left:20px;
}
#structure li {
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
}
#res_cont img {
	max-width:35%;
}
.add_opts {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type:circle;
}
.sub_opts {
	margin: 0px 0px 0px 15px;
	list-style-type:none;
}
.sq_highlight {
	background-color:#fce08c;
	padding:0px;
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.team_box_l {
	float:left;
	width:450px;
	padding:15px 5px 5px 5px;
	margin-top:20px;
}
.team_box_r {
	float:right;
	width:450px;
	padding:15px 5px 5px 5px;
	margin-top:20px;
}
.team_box_m {
	clear:both;
	margin: 0px auto;
	width:450px;
	padding:15px 5px 5px 5px;
	margin-top:20px;
}
.team_box_l img {
	margin-right:5px;
}
.team_box_r  img{
	margin-right:5px;
}
.team_box_m  img{
	margin-right:5px;
}
.team_box_name {
	position:relative;
	float:left;
	top:-24px; 
	left:10px; 
	padding:0px 6px 0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color:#FFFFFF;
}
.gallery {
	margin-top:20px;
}
.gallery img {
	padding: 10px;
	background-color:#EEEEEE;
	border:none;
}
input, textarea, select {
	padding: 0.4em;
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	border-radius: 3px;
	font-size:9pt;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-family:inherit;
}
.input_warning, .textarea_warning, .select_warning {
	padding: 0.4em;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000 !important;
	border-radius: 3px;
	font-size:9pt;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-family:inherit;
	background-color:#FFCCCC;
}
.input_grey {
	color:#666666;
	font-style:italic;
}
.button {
	background: url(../images/layout/hg_button.png) repeat-x;
	font-family:inherit;
	font-weight:bold;
	color:#9d560b;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	border-radius: 3px;
	padding: 6px;
}
.button:hover {
	background: url(../images/layout/hg_button_hover.png) repeat-x;
}
.button:disabled {
	opacity: 0.4;
}
.button_lrg {
	background: url(../images/layout/hg_button_lrg.png) repeat-x;
	font-family:inherit;
	font-weight:bold;
	color:#9d560b;
	font-size:8pt;
	padding:10px 40px;
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	border-radius: 3px;
}
.button_lrg:hover {
	background: url(../images/layout/hg_button_hover_lrg.png) repeat-x;
}
.button_lrg:disabled {
	opacity: 0.4;
}
.confirm {
	color:#1a6b22;
}
.reject {
	color:#FF0000;
}
#event_cal_navi, #event_cal_legende {
    text-align: center;
    font-size: 9pt;
    color: #9d560b;
    margin: 10px auto;
}
.type_legend {
    display: inline-block;
    margin: 0px 3px 2px 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: text-bottom;
}
#event_tag {
    padding: 5px;
    font-size: 9pt;
    background-image: linear-gradient(10deg, rgba(255,255,255,0.35), rgba(187,187,187,0.4), rgba(255,255,255,0.7));
}
h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#9d560b;
	font-size: 14pt;
	text-align:center;
}
h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#9d560b;
	font-size: 12pt;
	text-align: left;
	margin-top:0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	margin-top:0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	margin-top:0px;
}
p {
	margin-top:0px;
}
.p_less {
	margin-bottom:0.5em;
}
table {
    border: 1px solid #9d560b;
    border-radius: 3px;
	border-collapse: separate;
	border-spacing: 0px;
}
th {
	background-image: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(150,150,150,0.3), rgba(255,255,255,0.7));
	background-repeat: no-repeat;
	border-bottom:1px solid #9d560b;
    padding: 4px;
}
tr {
    
}
td {
    padding: 4px;
}
img {
	max-width: 100%;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#9d560b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
hr {
	border:0px;
	border-top: solid 1px #9d560b;
	border-bottom:transparent;
}
a:link {
	color: #003399;
	text-decoration: none;
	border-color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
	border-color: #003399;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #006699;
	border-color: #006699;
}
.fake_link {
	color: #003399;
	text-decoration: none;
	border-color: #003399;
	cursor:pointer;
}
.fake_link:hover {
	text-decoration: underline;
}
.fake_link img {
	border:none;
	text-decoration: none;
}
a.green_link {
	color:#1a6b22;
}

ul.storelist {
    padding: 0;
    margin: 0;
	display: block;
    list-style-type: none;
    text-align: center;
}
.storelist li {
    display: inline-block; 
    margin: 2px; 
    padding: 5px; 
    border-radius: 2px; 
    background-color: rgba(69,142,37,1.00);
    color: white;
    font-size: 8pt;
}
.storelist li:hover {
    background-color: rgba(69,142,37,.7);
    cursor: pointer;
}
#video_container {
    margin-top: 20px;
}
#guitar_details_demo_vid {
    display: none;
}
#guitar_details_demo_vid_head {
    margin-bottom: 15px;
    cursor: pointer;
    color: #003399;
}
#guitar_details_vid_ico {
    height: 20px; 
    width:auto; 
    border: none;
    vertical-align: middle;
}
#repair_flex_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.repair_boxes {
    flex: 1 1 45%;
	padding: 15px 5px 125px 5px;
	margin: 10px;
    font-size: 9pt;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom;
}
.repair_box_name {
	position:relative;
	float:left;
	top:-24px; 
	left:5px; 
	padding:0px 5px;
	margin-bottom: -20px;
	color:#9d560b;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color: #fff;
}
.repair_retour_form {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 3fr;
    grid-template-rows: auto;
    grid-template-areas: "header header header header";
    font-size: 9pt;
}
.ret_form_box-0 {
    grid-area: header;
}
.ret_form_box-0, .ret_form_box-1, .ret_form_box-2, .ret_form_box-3, .ret_form_box-4, .ret_form_box-12, .ret_form_box-34 {
    align-self: center;
    padding: 3px;
}
.ret_form_box-12 {
    justify-self: center;
    align-self: start;
    grid-column-start: 1;
    grid-column-end: 3;
}
.ret_form_box-1 {
    justify-self: end;
    grid-column-start: 1;
    grid-column-end: 2;
    white-space: nowrap;
}
.ret_form_box-2 {
    justify-self: start;
    grid-column-start: 2;
    grid-column-end: 3;
}
.ret_form_box-34 {
    justify-self: center;
    align-self: start;
    grid-column-start: 3;
    grid-column-end: 5;
}
.ret_form_box-3 {
    justify-self: end;
    grid-column-start: 3;
    grid-column-end: 4;
    white-space: nowrap;
}
.ret_form_box-4 {
    justify-self: start;
    grid-column-start: 4;
    grid-column-end: 5;
}
.shipping_ways_highlight {
	background-color: rgba(255,255,204,1.00);
	border: 1px solid rgba(255,204,0,1.00);
    border-radius: 3px;
    margin-left: 20px;
}
.repair_service_box {
    margin-top: 20px;
    padding: 15px 5px 5px 5px;
}
.repair_shop_box {
    margin: 30px auto; 
    background-image: linear-gradient(80deg, rgb(250, 250, 250) 0%, rgb(240, 240, 240) 40%, rgb(250, 250, 250) 100%);
    border-radius: 3px; 
    padding: 1em .1em;
    width: 80%;
}
