@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://yaml.t3net.de/YAML-fuer-xt-Commerce.101.0.html
* @package         yaml for xt:Commerce
* @version         1.3.0   
*/

@media all {

	/* ################################################################################################################## */
	/* ### Spezielle Anweisungen für einzelne Module #################################################################### */
	/* ################################################################################################################## */

	/* ### Warenkorb #################################################################################################### */

	#cart_quantity table.orderDetailsTab {
		background-color: 		transparent;
		border: 				0px;
		color: 					#0088bc;
	}
	#cart_quantity .left {
		text-align: 			left;
	}
	#cart_quantity .right {
		text-align: 			right;
	}
	#cart_quantity .center {
		text-align: 			center;
	}
	
	#cart_quantity th {
		color: 					#0088bc;
		padding: 				5px 5px 5px 5px;
		border-bottom: 			1px solid #0088bc;
	}
	
	#cart_quantity tr.prodRow1 {
		background-color: 		#fff;
	}
	
	#cart_quantity tr input {
		padding: 				2px 5px 2px 5px;
		margin:					0px 0px 0px 5px;
	}
	
	#cart_quantity td {
		color: 					#0088bc;
		padding:				5px 0px 5px 0px;
	}
	#cart_quantity a {
		color: 					#0088bc;
	}
	
	#cart_quantity td.subTotal {
		text-align: 			right;
		background: 			#0088bc;
		color: 					#ffffff;
		white-space:			nowrap;
		padding:				2px 10px 2px 0px;
	}
	#cart_quantity td.subTotal a {
		color: 					#fff;
		text-decoration: 		underline;
	}
	
	#cart_quantity td.singlePrice, #cart_quantity td.totalPrice {
		font-size:				0.8em;
		text-align:				right;
		vertical-align: 		top;
		white-space:			nowrap;
		padding:				2px 10px 2px 0px;
	}
	#cart_quantity td.delete {
		background-color:		#fdd;
		line-height:			20px;
	}
	#cart_quantity td.delete input {
		margin-left:			35px;
	}
	
	/* login forms */
	
	#login label {
		float: 					left;
		width: 					160px;
		color: 					#0088bc;
		padding:				0px 10px 0px 0px;
	}
	
	#login label a {
		color: 					#0088bc;
		text-decoration: 		underline;
	}
	
	#login label a:hover {
		text-decoration: 		none;
	}
	
	#login input {
		float:					left;
	}

}
