/* CSS Document */

.basketViewTable
{
	margin-top:0px;	
}

.basketViewTable th
{
	border-bottom:1px solid #BBBBBB;
}

.basketViewTable .productRow td
{
	border-bottom:1px solid #BBBBBB;
}

.basketViewTable .checkoutButtonRow td
{
	border-top:1px solid #BBBBBB;
	padding-top:10px; 
}


#row_delivery td
{

}

.back:hover
{
	opacity:0.8;
	filter: alpha(opacity = 80);
	
}

.next:hover
{
	opacity:0.8;
	filter: alpha(opacity = 90);
}

h1
{
	color:#80B796;	
	font-size:1.5em;
}

h2
{
	background:#80B796;
	color:white;
}

.order_quick_summary
{
	background:#80B796;
	margin-top:5px;
	text-align:left;
}
	.order_quick_summary table
	{
		width:330px;
		float:left;
		margin-right:30px;
		padding-top:7px;

	}
	
		.order_quick_summary table td
		{
			margin:0px;
			width:200px;
		}
		
		.order_quick_summary table th
		{
			text-align:left;
			color:white;
			padding-left:10px;
			width:130px;
/*			border-right:1px solid red;*/
		}
		
		
		
.checkout_back_next
{
	text-align:right;	
}


#checkout_buttons
{
	clear:both;	
	border-top:1px solid #bbb;

	height:30px;
	
	position:relative;
	
	

}
#button_continue
{
	position:absolute;
	right:150px;
	top:-125px;
	cursor:pointer;

	
	
}
#button_checkout
{
/*	clear:both;*/
	display:block;
	position:absolute;
	right:0px;
	top:-125px;
}
	#button_checkout:hover, #button_continue:hover
	{
		opacity:0.8;
		filter: alpha(opacity = 90);

	}
	
#updateQuantities:hover
{
	opacity:0.8;
	filter: alpha(opacity = 90);

}

#btnCancel
{
	cursor:pointer;	
}

#btnCancel:hover
{
	opacity:0.8;	
	filter: alpha(opacity = 90);

}

.panel_checkout_delivery
{
	width:752px;
	height:235px;
	background-image:url(../../images/panels/delivery_green_panel.png);
	background-repeat:no-repeat;
	position:relative;
	padding:0px;
}

	#panel_checkout_title
	{
		color:white;
		position:absolute;
		top:7px;
		left:12px;
		font-size:1.7em;
	}

	#panel_checkout_country
	{
		color:white;
		position:absolute;
		top:36px;
		left:30px;
		font-size:1.1em;
		text-align:left;
	}
		#panel_checkout_country select
		{
			width:200px;
		}

	#panel_checkout_service
	{
		color:white;
		position:absolute;
		top:36px;
		left:470px;
		font-size:1.1em;
		text-align:left;
	}
		#panel_checkout_service select
		{
			width:250px;
		}

	#panel_checkout_postcode
	{
		color:white;
		position:absolute;
		top:36px;
		left:265px;
		font-size:1.1em;
		text-align:left;
	}
		#panel_checkout_postcode input
		{
			width:170px;
		}



	#panel_checkout_weight
	{
		color:white;
		position:absolute;
		top:7px;
		right:12px;
		font-size:0.85em;
	}
	
	#updateQuantities
	{
		bottom:0px;

		position:absolute;
		
		left:0px;
		
	}
	
