#cellCart {
	margin:				0px 0px 0px 0px;
	padding:			15px 20px 0px 20px;
}	

#breadCrumb {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
}

#breadCrumb ul {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	list-style:			none;
}

#breadCrumb li {
	margin:				0px 0px 0px 0px;
	padding:			0px 5px 0px 0px;
	
	display:			inline;
}

#breadCrumb a {
	margin:				0px 0px 0px 0px;
	padding:			0px 5px 0px 0px;
}

#cellPrice {
	width:				130px;
	
	float:				right;

	margin:				0px 0px 0px 20px;
	padding:			0px 10px 10px 10px;
	
	text-align:			right;

	background-image:	url('../images/bg_productTable.gif');
	background-position:top left;
}	

#cellPrice form {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
}

#cellPrice input {
	width:				130px;
	margin:				3px 0px 0px 0px;
}

#cellPrice select {
	width:				130px;
	margin:				3px 0px 0px 0px;
}

.cartTotalPrice {
	text-align: right;
	font-weight: bold;
	
	margin: 2px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.cartGrandTotalPrice {
	text-align: right;
	font-weight: bold;
	
	margin: 2px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	
	border-top: 1px solid #FFFFFF;
	
	background-image:	url('../images/bg_cellTotalPrice.jpg');
	background-repeat:	repeat-x;
	background-position:bottom left;	
}


.dollarOrQty {
	text-align: right;
}


.featureItems {
	margin:				0px 0px 0px 0px;	
	padding:			0px 0px 0px 0px;					

	list-style:			none;
}

.featureItems li {
	height:				50px;

	margin:				0px 0px 10px 0px;	
	padding:			10px 0px 0px 0px;	
	
	background-color:	#EEEEEE;		

	border:				1px solid #666666;

	clear:				both;
}

.featureItems li img {
	margin:				-10px 10px 0px 0px;	
	padding:			0px 0px 0px 0px;					

	border-right:		1px solid #666666;
	
	float:				left;
}

.dataKey {
	width: 95px;
	
	padding: 0px 5px 0px 0px;
	
	text-align: right;

	float: left;
}

.inputForm input {
	width: 250px;

	margin-bottom: 5px;
}

.inputForm textarea {
	width: 250px;
	
	margin-bottom: 5px;
}

.inputForm select {
	width: 250px;
	
	margin-bottom: 5px;
}

#stepNavigation #prevBut {
	float: left;
}

#stepNavigation #nextBut {
	font-weight: bold;
	float: right;
}

#stepNavigation {
	height: 25px;

	margin: 25px 0px 0px 0px;	
	padding: 5px 5px 0px 5px;

	background-image:	url('../images/bg_productTable.gif');
	background-position:top left;
}

#checkoutPage #cellContent h2 {

	padding: 5px 5px 5px 5px;

	background-image:	url('../images/bg_productTable.gif');
	background-position:top left;
}

