/* CSS Document */


.rounded{
	border-radius:5px;
}


.pageHeading{
	font-size:38px;
	line-height:1.5;
	margin-bottom:15px;
	font-weight:normal;
	color:#0F1E32;
}
.pageHeading span{
	/*
	clear: both;
	display: block;
	*/
}
	
.pageHeadingLine{
	background: url(/shop/images/clients/munichre/plScnBg.png) repeat scroll 0 0;
	height: 10px;
	margin-bottom: 32px;
	margin-top: 6px;
	padding: 0;
}
.pageHeading.links{ float:left; width:70%; }
.pageHeading.rechts{ float:right; width:15%; text-align:right; min-width:90px; padding-right:10px;}

#price_fly.pageHeading.rechts .sun{
	width:120px;
	height:75px;
	/*background: url(/shop/images/clients/munichre/bg_price_big.png) center center no-repeat;*/
	text-align:center;
	color:#000;
	font-weight:bold;
	padding-top:45px;
	font-size:22px;
	position:absolute;
	right:10px;
	top:50px;
}
.converter{
	font-size:14px;
	margin-top:10px;
}
.subline{
	color:#182A5F;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
}
.bluetext{
	color:#222222;
	/*font-size:1.2em;*/

}
.ship_extra{
	font-size:11px;
}
a span.ship_extra{
	display:inline-block;
	margin-left:10px;
}
.ship_extra blockquote{
	margin:0;
	padding:10px 0 10px 10px;
}
.ot_table{
	border-top:1px solid #eee;
}
.ot_table tr td{
	border-bottom:1px solid #eee;
}
.clear{
	clear:both;
}
.clear10px{
	clear:both;
	height:10px;
}
.clear20px{
	clear:both;
	height:20px;
}
.dummy{
	border:1px solid red;
}



a:active {
    color: #0F1E32;
}

a:link {
    color: #0F1E32;
	text-decoration:none;
}
a:visited {
    color: #0F1E32;
}


.impressum{
	font-size:11px;
	text-align:justify;
	line-height:1.5;
}
.impressum strong{
	color:#000;
}

#column_middle a:hover{
	text-decoration:underline;
}

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }


.fullBg {
	position: fixed;
	top:0;
	left:0;
	right:0;
	overflow: hidden;
	z-index:2;
}

.car_del_ico{
	display:block;
	background:url(/shop/images/icons/icon_dustbin_b_small.png) center 0px no-repeat;
	width:30px;
	height:20px;
	margin-top:5px;
}
.car_del_ico:hover{
	background:url(/shop/images/icons/icon_dustbin_b_small.png) center -30px no-repeat;
}
.cart_delete .jqTransformCheckboxWrapper{ display:none;}

.nowrap{
	white-space:nowrap;
}