/* ------------------------------------------------------
	(c) 2008 by Dihedrals Group Ltd. All rights reserved.
-------------------------------------------------------*/


/* --------------- Webascent Shopping Basket --------------- */
#basketErrors {
	border: 1px solid maroon;
	color: red;
	margin: 0pt auto 20px !important;
	padding: 20px;
	text-align: center;
	width: 600px;
}



#basketForm {
	width: 800px;
	margin: 0 auto;
}

/* --------------- Line Items --------------- */
#basketForm .shopBasketItems {
	border-collapse: collapse;
	width: 100%;
	border: 1px rgb(80%,80%,80%) solid;
	font-size: 83%;
	color: rgb(30%,30%,30%);		/* Text Gray */
	line-height: 1.1em;
}
	.shopBasketItems th {
		background-color: rgb(80%,80%,80%);
		height: 1.7em;
		line-height: 1.1em;
		font-weight: bold;
		vertical-align: middle;
	}
	.shopBasketItems td {
		border: 1px rgb(80%,80%,80%) solid;
	}
	.rightHdrBorder {
		border-right: 1px rgb(90%,90%,90%) solid;
	}
	
	
	.shopBasketItems .delete {
		width: 50px !important;
		text-align: center;
		font-size: 83%;
		cursor: default;
	}
		.shopBasketItems .delete a {
			text-decoration: none;
			border: none;
		}


	.shopBasketItems .product {
		width: 120px;
		text-align: center;
	}
	
	.shopBasketItems .productRow {
		height: 57px;
		vertical-align: middle;
		text-align: center;
		background: url(/images/basket/productimagebox.gif) center center no-repeat;
		
	}
	
		.productRow a {
			display: block;
			border: none;
			cursor: default;
			position: relative;
			width: 76px; 
			height: 36px;
			margin: 0 auto;
			background-position: center;
			background-repeat: no-repeat;
			border: none;
		}
		.productRow img {
			vertical-align: bottom;
			overflow: visible;
			display: none;
			z-index: 100;
			position: absolute;
			left: 85px; top: -4px;
		}
		.productRow a:hover img {
			display: block;
		}
		
		

	.shopBasketItems .qty {
		width: 80px;
		vertical-align: middle;
		text-align: center;
	}
	.shopBasketItems .qtyInput {
		width: 30px;
		border: 1px rgb(30%,30%,30%) solid;
		text-align: center;
	}
		
		
	.shopBasketItems .desc {
		width: auto;
		vertical-align: middle;
		text-align: left;
		padding: 0 0 0 10px;
		}
		.shopBasketItems .desc h3 {
			font-size: 110%;
		}
		.shopBasketItems .desc em {
			font-style: italic;
		}
		.shopBasketItems .desc strong {
			font-weight: bold;
		}
		
	.shopBasketItems .price {
		width: 90px;
		vertical-align: middle;
		text-align: right;
		padding: 0 10px 0 0;
	}
	.shopBasketItems .total {
		width: 90px;
		vertical-align: middle;
		text-align: right;
		padding: 0 10px 0 0;
		font-weight: bold;
	}
		
		
		
	.shopBasketItems .tenPixSpacer {
		height: 10px;
		width: 100%;
	}
	
	.emptyRow {
		height: 57px;
		vertical-align: middle;
		text-align: center;
	}
	

/* --------------- Basket Shipping and Totals --------------- */
#basketForm .shopBasketTotals {
	float: right;
	display: inline;
	border-collapse: collapse;
	margin: 5px 0 0 0;
	width: 230px;
	font-size: 83%;
	color: rgb(30%,30%,30%);		/* Text Gray */
	line-height: 1.1em;
}
	.shopBasketTotals td {
		border: 1px rgb(80%,80%,80%) solid;
		height: 2em;
		vertical-align: middle;
	}

	.shopBasketTotals .subTDesc,
	.shopBasketTotals .shipDesc,
	.shopBasketTotals .totalDesc
	 {
		width: 100px;
		vertical-align: middle;
		text-align: right;
		padding: 0 10px 0 0;
	}

	.shopBasketTotals .subTAmount,
	.shopBasketTotals .shipAmount,
	.shopBasketTotals .totalAmount
	{
		width: 130px;
		vertical-align: middle;
		text-align: right;
		padding: 0 10px 0 0;
		font-weight: bold;
	}
	
	.shopBasketTotals .shipDesc,
	.shopBasketTotals .shipAmount
	{
		font-style: italic;
	}
	
	.shopBasketTotals .totalDesc,
	.shopBasketTotals .totalAmount
	{
		border-top: 3px rgb(80%,80%,80%) double;
		color: rgb(76,76,153);			/* Base Color: Dark Violet */
		background-color: rgb(95%,95%,95%);
	}


/* --------------- Basket Buttons --------------- */
#basketForm .basketBtn {
	background: url(/images/basket/basketbtnLight.jpg) top left repeat-x;
	height: 32px;
	width: 190px;
	position: relative;
	overflow: hidden;
}

	#basketForm .basketBtn .left {
		background: url(/images/basket/basketbtnLight.jpg) bottom left no-repeat;
		height: 32px;
		width: 20px;
		float: left;
		display: inline;
	}	
	#basketForm .basketBtn .right {
		background: url(/images/basket/basketbtnLight.jpg) bottom right no-repeat;
		height: 32px;
		width: 20px;
		float: right;
		display: inline;
	}	
	#basketForm .basketBtn input {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0; left: 0;
	}
	#basketForm .basketBtn h2 {
		margin: 7px 0 0 0;
	}
	#basketForm .basketBtn h2:hover {
		margin: 7px 0 0 0;
		color: black;
	}
	
#purchaseBtn,
#continueShoppingBtn {
	float: right;
	display: inline;
	clear: right;
	margin: 15px 0 0 0;
}
	.disabledFormBtn {
		opacity: .4;
		filter: alpha(opacity=40);
		cursor: default;
	}

#continueShoppingBtn {
	
}
	#continueShoppingBtn h2 {
		color: rgb(193,53,0) !important;			/* Base Color: Very Dark Orange */
	}
	
	#continueShoppingBtn a {
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	#continueShoppingBtn a:hover {
		text-decoration: none;
	}
	
	
/* --------------- Basket Buttons --------------- */
#basketInfos {
	float: left;
	display: inline;
	margin: 5px 0 0 0;
	width: 400px;
	min-height: 62px;
	text-align: left;
}
#refreshBasketBtn {
	float: left;
	display: inline;
	margin: 15px 0 0 0;
	text-align: center;
}
	#refreshBasketBtn em {
		display: block;
		width: 59px;
		height: 54px;
		background: url(/images/basket/refreshbasket.gif) no-repeat;
	}