/* CSS Document */

/*
///////////////////////////////////////////////////////
	 
	 CALCULATE SHIPPING AFTER CART | MODUL 15
	 
 ///////////////////////////////////////////////////////
*/
	 

#shipping-container {
	width: 706px;
	margin-bottom: 30px;
}

#shippingHeader ul li {
	padding: 12px 0 0 45px;
	font-size: 8.5pt;
}

#shippingHeader {
	margin-top: 20px;
	width: 706px;
}

#shipping-container .closed {
	background: url("https://estore.rhiem.com/mandant/elgato/images/block_header_closed.gif") no-repeat;
	height: 40px;
}

#shipping-container .open {
	background: url("https://estore.rhiem.com/mandant/elgato/images/shipping_open.gif") no-repeat;
	height: 48px;
}

#shippingCalculator #calculate {
	height: 65px;
}

#shippingCalculator #shippingCosts {
	height: 35px;
	padding-top: 15px;
}

#shippingCalculator #totalOrderValue {
	padding-top: 15px;
}

#shippingCalculator #calculate,
#shippingCalculator #shippingCosts,
#shippingCalculator #totalOrderValue {
	background: url("https://estore.rhiem.com/mandant/elgato/images/block_bckgnd.gif") repeat-y;
	width: 706px;
}

#frmVK ul#radioList {
	width: 350px;
	float: left;
}	

#frmVK ul#radioList li {
	vertical-align: middle;	
}

#frmVK ul#radioList li input#rdoVersandart {
	margin: 8px 10px 0 12px;
}

div#selectCountry {
	width: 680px;
	padding-top: 8px;
}	

div#selectCountry span {
	float: left;
	margin-right: 10px;
}

div#selectCountry select {
	float: left;
	margin-right: 10px;
}

div#selectCountry #btn {
	float: left;
}

div#rounded {
	background: url("https://estore.rhiem.com/mandant/elgato/images/block_rounded.gif") no-repeat;
	width: 706px;
	height: 6px;
}

div#rounded_end {
	background: url("https://estore.rhiem.com/mandant/elgato/images/block_rounded_end.gif") no-repeat;
	width: 706px;
	height: 20px;
	margin-bottom: 20px;
}

.tblVK {
	width: 706px;
}

.tblVK .tdVKPreisTxt {
	width: 580px;
	text-align: right;
	padding-right: 5px;
}

.tblVK .tdVKPreis {
	text-align: right;
	padding-right: 40px;
}

#totalOrderValue .tblVK .tdVKPreisTxt,
#totalOrderValue .tblVK .tdVKPreis {
	font-weight: bold;
}

#pageUebersicht div.divESD {
	display:none;
}
