/* DEV Anzeige */
body>nav:before { content: "DEV-DEV-DEV-DEV-DEV-DEV-DEV-DEV-DEV"; color: red; position: absolute; }

/* Shop H-D Basel - Anpassungen CSS-Styles */
#delprice th { border-top-color: #f88337; border-bottom-color: #f88337; padding-right: 10px; padding-left: 4px; text-align: left; 
font-weight: bold; border-top-width: 2px; border-top-style: solid; border-bottom-width: 2px;  border-bottom-style: solid;
}
#delprice td  { border-top-color: #f88337; border-bottom-color: #f88337; padding-right: 10px; padding-left: 4px; text-align: right; border-bottom-width: 1px; border-bottom-style: solid;
}
#delprice tr > td:first-child  { text-align: left;
} 

/* "Nettopreis" (Preis ohne MWST) bei Produkten verbergen */

#content .price-tax { display: none; }

/* Fenster-Div fuer Ringgroesse etc */
#tab-description { position: relative; } /* damit das nächste absolut da drin ist */
#fenster_inhalt { position: absolute; background: #eee; z-index: 10; width: 100%; top: 0; }

#show_ringsize { color: #e68b50; font-size: 1.2em; cursor: pointer; }
#show_ringsize:hover { color: inherit; }

/* Ringgroessentabelle ringsize.html */
#ringsize { margin: 1em; /*display: block; width: 100%; font-family: Arial, Helvetica, sans-serif;*/ }
#ringsize .title { font-size: 1.2em; font-weight: bold; }
#ringsize table.ringsize { border: 1px solid #1C6EA4; background-color: #FBE6BF; width: 100%; text-align: center; border-collapse: collapse; margin-top: 10px; margin-bottom: 10px; }
#ringsize table.ringsize td, table.ringsize th { border: 1px solid #FFFFFF; padding: 2px; }
#ringsize table.ringsize tbody td { min-width:100px; }
#ringsize table.ringsize tr:nth-child(even) { background: #FBE6BF; }
#ringsize table.ringsize thead { background: #E68B50; border-bottom: 1px solid #FFFFFF; }
#ringsize table.ringsize thead th { padding: 4px; font-weight: bold; color: #FFFFFF; text-align: center; }
#ringsize table.ringsize thead th:first-child { border-left: none; }

/* stylesheet.css */
/* Gradent to all drop down menus 3 */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
}

/* top */
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
}

/* menu */
#menu {
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
	border-color: #f48035 #f48035 #82441c;
	min-height: 40px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
	border-color: #f48035 #f48035 #82441c;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e68b50;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e68b50;
	background-image: linear-gradient(to bottom, #f88337, #954613);
	background-repeat: repeat-x;
	border-color: #f48035 #f48035 #82441c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #954613;
	background-position: 0 -15px;
}

/* Social Media Addthis Toolbox ausblenden */
div.addthis_toolbox,
div.addthis_default_style { display: none; }

