 @charset "UTF-8";
/* CSS Document */


body,html {
	margin: 0px;
	padding: 0px;
	
	background: url(../cms/content/hp_file/background.jpg);
	
	background: -webkit-gradient(linear,right top,left bottom,color-stop(0, #95042e),color-stop(1, #4a071b));
	background: -moz-linear-gradient(right top,#95042e 0%,#4a071b 100%);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1 {
	font-family: 'Nobile', serif;
	font-size:32px;
	font-weight:400;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333333;
	line-height: 1.1em;
}

h2 {
	font-family: 'Nobile', serif;
	font-size:32px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #1C1C1C;
	text-shadow: 0px -1px 1px #4a071b, 0px 1px #95042e;
}

h3 {
	font-family: 'Nobile', serif;
	font-size:22px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:400;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333333;
	line-height: 26px;
}

h4 {
	font-family: 'Nobile', serif;
	font-size:22px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:100;
	color: #1C1C1C;
	text-shadow: 0px -1px 1px #4a071b, 0px 1px #95042e;
	line-height: 26px;
}

.mainbox {
	width: 100%;	
}

.mainbox .main {
	width: 1024px;	
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;	
}

a:hover {
	color: #666666;
}

#contents a:visited {
	color: #FFFFFF;
}

.font {
	font-family: 'Nobile', serif;	
}

.container {
	width: 100%;
    height: auto;
	margin: auto;
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px;
	text-align: left;
	background-color: #FFF;
}

.header {
	width: 100%;
	margin: 0px;
}

.header .headerbox {
	width: 1024px;
    height: 180px;
    border: none;
    margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat:no-repeat;
	position: relative;
	z-index: 0;
}

.header .headerbox .logo{
	display:inline-block;
	margin-top:20px;
	margin-left: 80px;
}

.header .headerbox .searchbox {
	display: inline-block;
	position: absolute;
	top: 75px;
	right: 0px;
}

.header .headerbox .searchbox .shop_quickdirect {
	font-size: 16px;
	width: 200px;
}

.header .headerbox .searchbox .searchbox_spacer {
	display: inline-block;
	width: 1px;
	height: 38px;
	background-color: #95042e;
	border-left: 1px solid #4a071b;
	margin-left: 10px;
	margin-right: 10px;
}

.header .headerbox .searchbox .pattern {
	color:#000000;
	background-image: url(../cms/content/hp_file/titlebar/input_loupe.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 32px;
	padding-right: 20px; 
	height: 25px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #460816 0px 0px 3px;
	-moz-box-shadow: #460816 0px 0px 3px;
	box-shadow: #460816 0px 0px 3px;
	
	font-size: 12px;
	line-height:25px;
	border: none;
}

.header .headerbox .searchbox .search_button {
	height:52px;
	width:52px;
	border:none;	
	background-color: transparent;
	background-image:url(../cms/content/hp_file/titlebar/submit_btn.png);
	background-position: left top;
	cursor: pointer;
	margin-left: -25px;
}

.header .headerbox .searchbox .search_button:hover {
	background-position: left bottom;
}

.contentarea
{
	margin: 0px;
	width: 100%;
}

.contentarea .contentbox {
	width: 984px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
    min-height: 400px;
    font-size: 14px;
}

.contentarea .socialbox {
	clear: both;
	width: 1024px;	
}

.clear {
	clear:both;	
}

.titlebar {
	width: 100%;
	margin-bottom: 20px;	
	position: relative;
	z-index: 0;
}

.titlebar .titlebox {
	width: 1024px;
	height: 40px;
	
	overflow: hidden;
	font-size: 16px;
	
	background: url(../cms/content/hp_file/titlebar/titlebar_bg.png);	
}

.titlebar .titlebox #title {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 40px;
	vertical-align: middle;
}

.titlebar .titlebox #clock {
	float:right;
	margin-right: 20px;
	line-height: 40px;
	vertical-align: middle;
}

.titlebar .titlebox #title_elem_current {
	color:#FFFFFF;
}

.titlebar .titlebox .elem {
	display:inline-block;
	
	line-height: 40px;
	vertical-align: middle;
	
	padding-left: 20px;
	padding-right: 10px;
	
	color: #999999;
	text-decoration:none;
	
	cursor:pointer;
	background: url(../cms/content/hp_file/titlebar/titlebar_spacer.png) no-repeat;
	background-position: 0% 50%;
}

.titlebar .titlebox .spacer {
	
}

.titlebar .titlebox .elem:hover {
	color:#FFFFFF;
}

.footer	
{
	width:100%;	
	margin: 0px;
	padding: 0px;	
	background-color: #3A121D;
}

.footer .footerbox {
	width:1024px;
	color: #FFFFFF;	
	padding-top:20px;
	padding-left: 40px;	
}

.footer .footerbox .footernav .section {
	float:left;
	width: 100px;
	padding-right: 10px;
}

.footer .footerbox .footernav .section .title {
	display:block;
	font-size:16px;
	margin-bottom: 10px;
	
	text-decoration:none;
}

.footer .footerbox .footernav .section .title {
	display:inline-block;
	color: #CCC;
}

.footer .footerbox .footernav .section .title:hover {
	color: #FFF;
}

.footer .footerbox .footernav .section .subelement {
	display:block;
	text-decoration:none;
	color: #AAA;
	margin-bottom: 11px;
	font-size:10px;
}

.footer .footerbox .footernav .section .subelement:hover {
	color: #fff;
}

.footer .footerbox .copyright {
	font-size:14px;
	line-height: 20px;
	padding-bottom: 10px;
}

.button {
	background: -moz-linear-gradient(top, #333333 0%, #222222 100%);
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #333333),color-stop(1, #222222));
	
	border: #444444 solid 1px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: #3A121D 0px 0px 3px;
	-moz-box-shadow: #3A121D 0px 0px 3px;
	box-shadow: #3A121D 0px 0px 3px;
	
	color:#fff;
	font-size:14px;
	text-shadow: 0px 0px 2px #000;
	font-weight:400;
	font-family: 'Nobile', serif;
	text-decoration: none;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	cursor: pointer;
}

.button:hover {
	background: -moz-linear-gradient(top, #373737 0%, #222222 100%);
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #373737),color-stop(1, #222222));
	
}

.button:active {
	background: -moz-linear-gradient(top, #222222 0%, #373737 100%);
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #222222),color-stop(1, #373737));
	
	outline: none;
}

.arrow_button_right {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	height: 38px;
	vertical-align: bottom;
	
}

.arrow_button_right .left {
	display:inline-block;
	background: url(../cms/content/hp_file/arrow_btn/Arrow_Button_01.png) top no-repeat;
	width: 10px;
	height: 38px;	
}

.arrow_button_right .center {
	display:inline-block;
	background: url(../cms/content/hp_file/arrow_btn/Arrow_Button_03.png) top repeat-x;
	height: 29px;
	vertical-align: top;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Nobile', serif;
	font-size: 14px;
	font-weight:400;
	color: #FFF;
}

.arrow_button_right .right {
	display:inline-block;
	background: url(../cms/content/hp_file/arrow_btn/Arrow_Button_05.png) top no-repeat;
	width: 18px;
	height: 38px;
}

.arrow_button_right:hover .left, .arrow_button_right:hover .right, .arrow_button_right:hover .center {
	background-position: bottom;
}

hr {
	color: #4a071b;
	background-color: #4a071b;
	border:none;
	border-bottom: 1px solid #95042e;
	
	width: 80%;
	height: 1px;
	
	opacity: 0.8;
}

.box {
	display: inline-block;
	
	padding: 20px;
}

.inputfield {
	color:#000000;
	background-image: url(../cms/content/hp_file/titlebar/input_loupe.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 32px;
	padding-right: 20px; 
	height: 25px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #460816 0px 0px 3px;
	-moz-box-shadow: #460816 0px 0px 3px;
	box-shadow: #460816 0px 0px 3px;
	
	font-size: 12px;
	line-height:25px;
	border: none;
}

.search_result {
	padding: 20px;
	display: inline-block;
	width: 800px;
}

.search_result .arrow_button_right {
	opacity: 0.5;
}

.search_result:hover .arrow_button_right {
	opacity: 1.0;
}

.img_gallery {
	padding:10px;
}

.img_gallery .title {
	margin-left:10px; 
	margin-bottom: 10px;
}

.img_gallery .nav {
	display:block;	
	border-top: #440417 1px solid;
	border-bottom: #440417 1px solid;
	color: #CCCCCC;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_gallery .nav .spacer {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #440417;
}

.img_gallery .nav a {
	text-decoration: none;
	color: #FFFFFF;
}

.img_gallery .nav a:hover {
	color: #CCCCCC;	
}

.img_gallery .thumb {
	display: inline-block;
	cursor:pointer;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: #333333 0px 0px 5px;
	-moz-box-shadow: #333333 0px 0px 5px;
	box-shadow: #333333 0px 0px 5px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_gallery .thumb:hover {
	-webkit-box-shadow: #111111 0px 0px 5px;
	-moz-box-shadow: #111111 0px 0px 5px;
	box-shadow: #111111 0px 0px 5px;
}

.img_gallery .thumb img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.shop {
	display: block;
	padding: 20px;
}

.shop .infobox {
	width:200px;  
	float: right; 
	padding-left: 40px;	
	margin-left: 40px;	
	border-left: #440417 1px solid;
}

.shop .infobox a {
	text-decoration: none;	
	color: #FFFFFF;
}

.shop .infobox b, .shop .infobox strong {
	color: #3A121D;	
}

.shop .bottombox {
	width: 964px;	
	border-top: #440417 1px solid;
	border-bottom: #440417 1px solid;
	padding: 10px;
}

.locationMap {
	position: fixed;
	z-index: 9999; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../cms/content/hp_file/shop/locationMapBG.png);
}

.locationMap .mapImage {
	display:inline-block;
	background-color: #eeeeee; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	padding: 20px;
	margin-top: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 125) 0px 0px 10px;
}

.locationMap .mapBubble {
	position:absolute;
}

.locationMap .mapBubble .mapBubbleLeft {
	display:inline-block;
	vertical-align:top;
	width:26px;
	height:117px;
	background-image:url(../cms/content/hp_file/shop/map_bubble/map_bubble_l.png);
}

.locationMap .mapBubble .mapBubbleCenter {
	display:inline-block;
	vertical-align:top;
	height:117px;
	background-image:url(../cms/content/hp_file/shop/map_bubble/map_bubble_mid.png);
	background-position: center top;
}

.locationMap .mapBubble .mapBubbleRight {
	display:inline-block;
	vertical-align:top;
	width:33px;
	height:117px;
	background-image:url(../cms/content/hp_file/shop/map_bubble/map_bubble_r.png);
}

.flippingbook_preview {
	display: inline-block;
	cursor:pointer;
	
}

.flippingbook_preview img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.img_zoom {
	display:inline-block;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.img_zoom:hover {
	-webkit-box-shadow: #333333 0px 0px 5px;
	-moz-box-shadow: #333333 0px 0px 5px;
	box-shadow: #333333 0px 0px 5px;	
}

.img_zoom img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.download {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin: 1px;
}

.download:hover {
	border: 1px solid #440417;
	margin: 0px;
	-webkit-box-shadow: #95042e 0px 0px 2px;
	-moz-box-shadow: #95042e 0px 0px 2px;
	box-shadow: #95042e 0px 0px 2px;
}

.download .description {
	color: #FFFFFF;
}