/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/***** SHOPPING CART STYLESHEETS *****/

#shoppingCartHeader {
	position			: relative;
}

#shoppingCartHeading {
    float               : left;
    margin              : 0 0 0 50px;
	/*
	position			: absolute;
	padding				: 2px 30px 30px 50px;
	*/
}

#shoppingCartImage {
	position:			: absolute;
	top					: 0px;
	text-align			: right;
	padding-right		: 10px;	
}

span.cartHeading {
    margin              : 0px;
    padding             : 0px;
    font-size           : 25px;
    font-family         : verdana,arial;
    color               : #fff;
    font-weight			: bold;
}

#shoppingCart {
	position			: relative;
}

#shoppingCartBackground {
	height				: 451px;
	width				: 590px;
	background			: url(img/shopping_cart/background.png);
}

#shoppingCartContentBackground {
	position			: absolute;
	top					: 44px;
	margin				: 3px 10px 0px 9px;
	background			: #fff url(img/shopping_cart/bereich_unten.png) no-repeat left bottom;
}


#shoppingCartContent {
	margin				: -37px 16px 20px 15px;
	color				: #000;
}


/***** CONTENT-SITES *****/
#contentHeader {
	position			: relative;
}

#contentHeading {
	padding				: 2px 30px 30px 50px;
}

span.contentHeading {
    margin              : 0px;
    padding             : 0px;
    font-size           : 25px;
    font-family         : verdana,arial;
    color               : #fff;
    font-weight			: bold;	
}


/***** CHECKOUT-SITES *****/
#checkoutHeader {
	position			: relative;
}

#checkoutHeading {
	position			: absolute;
	padding				: 2px 30px 30px 50px;
}

#checkoutImage {
	position:			: absolute;
	top					: 0px;
	text-align			: right;
	padding-right		: 10px;	
}

span.checkoutHeading {
    margin              : 0px;
    padding             : 0px;
    font-size           : 25px;
    font-family         : verdana,arial;
    color               : #fff;
    font-weight			: bold;	
}




.rundebox {
	position			: relative;
}

.rundebox_container {
	position			: absolute;
	top					: 48px;
	margin-left			: 9px;
}

.rundebox_unten {
	width				: 571px;
	height				: 8px;
	background			: transparent url(img/shopping_cart/bereich_unten.png) no-repeat left bottom;
	font-size			: 1px;
}

.rundebox_content {
	position			: relative;
	width				: 531px;
	background			: #fff;
	padding				: 0 20px 10px 20px;
}

.rundebox_subcontent {
	position			: relative;
	top					: -37px;
	color				: #000;
}

.rundebox_background {
	height				: 451px;
	width				: 590px;
	background			: url(img/shopping_cart/background.png);
}
