/* CSS Document */

#subcats_wrapper{
	overflow:hidden;
	margin-left:10px;
}
.subcatbg{
	overflow:hidden;
	float:left;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
	border:10px solid #f9f9f9;
	transition: all 0.1s ease-in-out 0s;
	

	padding:0px;
	width:286px;
	height:280px;
	margin-right:10px;
	margin-bottom:15px;
}
.subcatbg:hover{
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
}
.subcatbg a.subcat{
	display:block;
	overflow:hidden;
	transition: all 0.1s ease-in-out 0s;
	height:280px;
}
.subcatbg a.subcat span.img{
	height:180px;
	display:block;
	/*background:url(/shop/images/clients/munichre/subcat_gradient.png) 0px bottom repeat-x;*/
}
.subcatbg span.txt{
	display:block;
	color:#000;

	font-weight:normal;
	font-size: 12px;
	line-height:12px;
	text-align:left;
	padding:10px 0;
	text-transform:uppercase;
	overflow:hidden;
	margin-top:-30px;
	position:relative;
	background-color:#f9f9f9;
}
.subcatbg:hover{
	border:10px solid #e6e6e6 ;
}
.subcatbg:hover span.txt{
	background-color:#e6e6e6 ;
}
/*
a.subcat{
	color:#222;
}
.subcat{
	overflow:hidden;
	display:block;
	height:17px;
	width:200px;
	height:170px;
}
.subcatbg:hover{
	background: none repeat scroll 0 0 #F7F7F7;
	border:1px solid #7f7f7f;
}

.greyborder h2{ text-align:center;}
.subcat span{
	display:block;
	font-weight:bold;
	background: url(/shop/images/clients/munichre/moving_boxes/arrows.png) -23px 0px no-repeat;
	padding-left:30px;
	color: #444444;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	height:23px;
}
.subcatbg:hover .subcat span{
	background: url(/shop/images/clients/munichre/moving_boxes/arrows.png) -23px -23px no-repeat;
}


#column_middle a.subcat{
	color:#00B4DC
}
#column_middle a.subcat:hover{
	text-decoration:none;
}
*/

.toggleopacity {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.toggleopacity:hover {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.retoggleopacity img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.retoggleopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

.product_images_head{
/*
	border-right: 0px solid #E5EAEE;
	height:0px;
	overflow:hidden;
	background:#fff url(/shop/images/clients/munichre/cornerE5EAEE_long.gif) right 0px no-repeat;
*/
}
#big_images{
	/*
	width:400px;
	height:400px;
	*/
	overflow:hidden;
	float:left;
}
.product_images{
	/*
	border-left: 1px solid #E5EAEE;
	border-right: 1px solid #E5EAEE;
	border-bottom: 1px solid #E5EAEE;
	border-top: 1px solid #E5EAEE;
	*/
	overflow:hidden;
	/*padding:10px;*/
}

.product_image{
	width:80px;
	float:left;
	overflow:hidden;
	background-color:#fff;
	border:0px solid #eee;
	margin-top:3px;
	margin-right:20px;
	margin-left:15px;
}
.product_image .image{
	height:80px;
	overflow:hidden;
}
.product_image .enlarge{
	text-align:center;
	font-size:10px;
}







.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
#big_images .centered-btns_nav.next{
	top:250px;
	right:auto;
	left:408px;
}
#big_images .centered-btns_nav.prev{
	top:250px;
	left:20px;
}



/*

#big_images .ui-carousel-next {
	top:250px;
	right:auto;
	left:408px;
}
#big_images .ui-carousel-prev {
	top:250px;
	left:20px;
}
*/
.details_border{
	border:10px solid #fff;
	background-color:#fff;
	overflow:hidden;
	margin-left:0px;
}
.details_border:hover{
	border:10px solid #f9f9f9 ;
	background-color:#f9f9f9 ;
}


.printing .details_border{
	border:0px solid #fff;
	background-color:#fff;
	overflow:hidden;
}
.printing .details_border:hover{
	border:0px solid #fff ;
	background-color:#fff ;
}


#product_info_box{
	float:left;
	/*width:380px;*/
	width:auto;
	max-width:380px;
	padding:15px;
	overflow:hidden;

}

#product_info_box span.highlight{
	display:block;
	position:absolute;
	margin-left:-140px;
	top:50px;
	width:120px;
	height:98px;
	padding-top:42px;
	background: url(/shop/images/clients/munichre/bg_price_big.png) 0px 0px no-repeat;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:15px;
	line-height:1;
	text-transform:uppercase;
}


/* BOF Accordion Leihartikel */
.roundborder{
	overflow:hidden;
	border-radius: 4px;
	border:1px solid #ccc;
	margin-top: 6px;
	background-color:#fff;
}

/* normal / offen */
dl.acc{
	margin:10px 0 30px 0;
}

.acc dt {

	display: block;
	margin: 0;
	padding: 0;
	/*background: url(/shop/images/clients/munichre/navihover.gif) 0px 0px repeat-x;*/
	/*background: #fff url(/shop/images/clients/munichre/bg_radiobtn_active.png) 0px 0px repeat-x;*/
	border: 1px solid #D4D4D4;
	margin-bottom: 4px;
	background-color: #F6F6F7;
}
.acc dt a{
	overflow: hidden;
	font-size: 12px;
	border:0px none #fff;
	
	
	color: #606163;
	cursor: pointer;
	display: block;
	/*font-family: 'PT Sans', sans-serif;*/
	outline: medium none;
	padding: 10px 20px 10px 0px;
	position: relative;
	text-decoration: none;
	
	

}

.acc dt a span{
	background:#0F1E32 url(/shop/images/clients/munichre/collapse.png) 0px -17px no-repeat;
	border-radius: 50% 50% 50% 50%;
	height: 17px;
	width:17px;
	display:block;
	float:left;
	margin: 0 10px;
}
.acc dt.closed a span{
	background:#6D767C url(/shop/images/clients/munichre/collapse.png) 0px 0px no-repeat;
}

/* geschlossen */
.acc dt.closed {
	background-color: #fff;
}
.acc dt.closed a{

}


.acc dt.closed:hover {

}
.acc dt.closed a:hover {
	background-color: #F6F6F7;
}



.acc dd {
	margin:-4px 0 4px 0;
	padding:19px;
	background-color: #fff;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}


.acc dd p {
	
}


.acc.shipping .main{
	font-size:12px;
}

/* EOF Accordion Leihartikel */


.shipping_cost_area table{
	width:100%;
}

.half{
	width:430px;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
}

.halfcenter{
	width:430px;
	float:none;
	overflow:hidden;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0;
}

.halfcenter_big{
	width:580px;
	float:none;
	overflow:hidden;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0;
}

.shipping_inner{min-width:120px; float:left; margin-right:40px; max-width:150px;}
.shipping_spacer{width:40px;}

.also_labeled_description{
	margin-top:80px;
}

.sun .productPriceInBox{
	text-align:right;
}
.productPriceInBox td{
	white-space:nowrap;
}
.sun .productPriceInBox td{
	font-size:13px;
	font-weight:bold;
}