/*.tx-linkshop-basket table td {
	text-align: right;
}
.tx-linkshop-basket table input {
	border: 1px solid black;
	width: 50px;
}

.tx-linkshop-basket .billingAdress h2 {
	cursor: pointer;
}

.tx-linkshop-basket .billingAdress {
	width: 45%;
	float: left;
}
.tx-linkshop-basket .deliveryAddress {
	width: 45%;
	float: right;
}
.tx-linkshop-basket label {
	display: block;
}

.tx-linkshop .fmessages {
  margin: 0 0 10px 0;
}
.tx-linkshop .fmessages ul {
	margin: 0 0 0 20px 0;
	list-style-type: none;
	border: 2px solid #d01b18;
	padding: 10px;
}
.tx-linkshop .fmessages ul li {
	margin: 0;
	padding: 10px;
	font-weight: bold;
}*/

#loadOverlay {
	position: fixed;
   	z-index:199;
   	top: 0px;
   	left: 0px;
   	height:100%;
   	width:100%;
	background-color:#000;
   	-ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
   	filter:alpha(opacity=75); /* IE5-7 */
   	-moz-opacity: 0.75; /* Mozilla */
   	opacity: 0.75; 
   	
}
#loadOverlayOuter {
	position: fixed;
   	z-index:2000;
   	top: 0px;
   	left: 0px;
   	height:100%;
   	width:100%;
   	display: none;  	
}

#loadOverlayOuter .loaderbg {
	position: fixed;
   	z-index:201;
   	top: 50%;
   	left: 50%;
   	margin-left: -110px;
   	margin-top: -60px;
}
#loadOverlayOuter .loader {
	position: fixed;
   	z-index:202;
   	top: 50%;
   	left: 50%;
   	margin-left: -22px;
   	margin-top: -22px;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
}
.overflowhidden {
  overflow: hidden;
}