/**
 *	MASK
 */
#mask-wrap
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #606060;
	z-index: 20000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
}

#mask-content
{
	position: fixed;
	left: 0px;
	z-index: 20001;
	color: #fff000;
	text-align: center;
}

/**
 *	MESSAGEBOX
 */
#messagebox-wrap
{
	background-color: #FFFFFF;
	border: 3px solid #B5D437;
	font-family: Arial, Helvetica, sans-serif;
	
	/**
	 *	Don't change:
	 */
	width: 300px;
	height: 200px;
	
	z-index: 35000;
}

	#messagebox-wrap h3
	{
		color: #FFFFFF;
		text-align: center;
		padding: 3px 8px 0px 8px;
		height: 25px;
		font-size: 15px;
		background: #B5D437 url(../img/ajax-loader.gif) top left no-repeat;
		
		margin-bottom: 6px;
	}
	
	#messagebox-content
	{
		font-size: 13px;
		padding: 5px;
		height: 135px;
		color: #666666;
		text-align: center;
		font-weight: bold;
	}
	
	#messagebox-footer
	{
		padding-bottom: 5px;
	}
	
	
	


/**
 *	OTHER
 */
.clear
{
	clear: both;
}

/**
 *	LOADER
 */
.loader-small
{
	width: 100px;
	height: 16px;
	width: 16px;
	background: transparent url("../img/main/loader-blue-ball-small.gif") no-repeat top right;
	display: inline;
	line-height: 16px;
}

.loader-big
{
	height: 32px;
	width: 32px;
	background: #FFFFFF url("../img/main/loader-blue-snake-big.gif") no-repeat top left;
	display: inline;
	line-height: 32px;
}

/**
 *	WINKELWAGEN
 */
#TB_window {
	border: 3px solid #B5D437;
}

#TB_ajaxContent
{
	
}

	#TB_title 
	{
		color: #FFFFFF;
		text-align: center;
		padding: 3px 8px 6px 8px;
		height: 25px;
		font-size: 15px;
		background-color: #B5D437;
	}
	
	#TB_title a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
	}
	
	#TB_title a:visited
	{
		color: #FFFFFF;
	}
	
	#TB_title a:hover
	{
		color: #666666;
	}

#TB_ajaxContent ul
{
	list-style-type: none;
}

#cart-list-items
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: top;
}

	.cart-list-item
	{
		border-color: #f4f4f4;
		border-style: solid;

		height: 40px;
	}
	
	#cart-list-items th
	{
		height: 22px;
		color: #666666;
	}
	
	#cart-list-items tr, #cart-list-items td
	{
		/* vertical-align: top; */
	}
	
	.cart-item-change-number
	{	
	}
	
	.link-remove-from-cart, .button-increase-cart-number
	{
		display: block;
		width: 16px;
		height: 16px;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
	}
	
	.link-remove-from-cart, .button-increase-cart-number
	{
		color: #FFFFFF;
		font-size: 18px;
		background-color: #B5D437;
	}
	
	.link-remove-from-cart a
	{
		color: #FFFFFF;
		/* background: url(../img/min.gif); */
	}
	
	.button-increase-cart-number a
	{
		color: #FFFFFF;
		/* background: url(../img/plus.gif); */
	}
	
	.cart-item-number
	{
		width: 30px;
	}
	
	.cart-item-x
	{
		width: 10px;
		padding-right: 15px;
	}
	
	.cart-item-title
	{
		width: 190px;
	}
	
	.cart-item-gewicht
	{
		text-align: left;
		
	}
	
	.cart-item-price
	{
		width: 65px;
		text-align: right;
	}
	
	.cart-item-totalPrice
	{
		width: 65px;

		text-align: right;
	}
	
	.cart-item-remove
	{
	
	}
	
	.total-gewicht
	{
		height: 25px;
		text-align: right;
	}
	
	#cart-total
	{
		width: 100%;
		height: 30px;
		font-weight: bold;
		text-align: right;
	}
	
	#cart-footer
	{
	
	}