/**** L E F T ****/
#left
{
	background: none;
	/*border-right: 3px dashed #c6c6c6;*/
}

#buy-steps-wrapper{
	height:40px;
}

#buy-steps
{
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	list-style: none;
}

#buy-steps li
{
	height: 30px;
	/* padding: 4px;
	 background: url('../images/bg_box.gif');*/
	border-bottom: 1px solid #ebedee;
	float:left;
	width:29%;
	margin-right:20px;
}
#buy-steps a
{
	display: block;
}

#buy-steps span
{
	float: left;
	font-size: 14pt;
	color: #666666;
	width: 20px;
	font-weight:bold;
	padding-top:2px;
}
#selected-step
{
	border-color: #ff9900;
}
	#selected-step span
	{
		color: #D71919;
	}


/**** C A R R E L L O ***/
#cart-listing
{
	width: 100%;
	border-collapse: collapse;
}
	#cart-listing th
	{
		text-align: right;
		color: #666666;
		border-bottom: 1px solid #C3D778;
		padding: 5px;
	}
	#cart-listing td
	{
		padding: 5px;
		vertical-align: middle;
	}
.browse-odd
{
	background: #F6F6F6;
}
.browse-even
{
	background: #ffffff;
}
.browse-price
{
	vertical-align: middle;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.browse-quantity
{
	vertical-align: middle !important;
	text-align: center;
}
	.page
	{
		display: block;
		margin: 0 auto;
		width: 20px;
		font-weight: bold;
		text-align: center;
		padding-top: 3px;
		padding-bottom: 3px;
		background: url('../icons/add.gif') no-repeat center;
		color: #ffffff;
	}
	#sub
	{
		background-image: url('../icons/sub.gif');
	}
.browse-perte
{
	background-color: #ff9900;
}
	.browse-perte td
	{
		color: #ffffff;
		text-align: right;
	}
.browse-totals
{
	text-align: right;
	font-size: 10pt;
	padding-right: 10px;
}
.browse-no-products
{
	font-size: 14pt;
	font-weight: bold;
	color: #c0c0c0;
	padding: 20px;
	text-align: center;
}
#cart-total td
{
	border-top: 1px solid #C3D778;
	font-size: 10pt;
}

/**** C H E C K O U T ****/
.payment-title
{
	font-size: 10pt;
	margin: 0;
	color:#666666;
	text-align:right;
	padding-right:100px;
}
.address
{
	float: left;
	width: 30%;
	margin: 5px;
}
.address-info
{
	background: url('../icons/read-more.gif') no-repeat left top;
	padding-left: 20px;
	font-size: .8em;
	color: #003399;
}
	.address-info a
	{
		text-decoration: underline;
	}

div.choose
{
	width: 100%;
	padding-top: 10px;
}
	.choose-section
	{
		background: #F6F6F6;
		border: 1px solid #ebedee;
		margin-bottom: 5px;
		padding: 5px;
	}
	.choose p
	{
		margin: 0;
		padding-left: 30px;
		padding-bottom: 5px;
	}
	.choose label
	{
		font-weight: bold;
		font-size: 8pt;
	}
	.choose-description
	{
		margin: 0px;
		margin-bottom: 20px;
		padding-left: 18px;
		padding-top: 5px;
		color: #606060;
	}
.choose-cost
{
	float: right;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	/*padding: 8px;
	padding-left: 15px;*/
	padding-right: 15px;
}

#order-report
{
	width: 100%;
}
#order-addresses
{
	width: 15%;
	display: none;
}
#order-comments
{
	width: 100%;
}
	#order-comments td
	{
		font-size: 10pt;
	}
	#order-comments textarea
	{
		width: 450px;
		height: 50px;
	}
.send-final
{
	font-size: 14pt;
	border: 3px solid #ff9900;
}

