﻿.ShoppingBasket
{
	font-family:Arial;
	font-size:12px;
	display: table;
	margin: auto;
	text-align: left;
	overflow: auto;
	width:100%;
}

.ShoppingBasket .UpdateBasket
{
	float:left;
	width:120px;
}

.ShoppingBasket .Items
{
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	border:solid 0px #81c1f5;
}

.ShoppingBasket .Items a,hover,visited
{
	color: #000;
}

.ShoppingBasket .Items .DeleteButton
{
	font-size:10px;
	display:block;
	position:relative;
	margin-top:2px;
	float:left;
	color: Red;
}

.ShoppingBasket .Items table
{
	width:100%;
	border-collapse:collapse;
}

.ShoppingBasket .Items th
{
	text-align:left;
	padding-left:5px;
}

.ShoppingBasket .Items td
{
	padding-top: 10px;
	border-bottom:solid 1px #95960a;
	padding-bottom:10px;
}

.ShoppingBasket .Items td img
{
	border:solid 1px #CCCCCC;
}

.ShoppingBasket .Items tr
{
}


.ShoppingBasket .Discount
{
	float:right;
	width:300px;
	text-align:right;
}

.ShoppingBasket .Totals
{
	text-align:right;
	float:right;
	clear:left;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:30px;
	margin-top: 20px;
	width: 100px;
}

.ShoppingBasket .Totals .Title
{
	color:#000;
	font-weight:bold;
}

.ShoppingBasket .Buttons
{
	width: 100%;
	display: table;
}

.btnPayNow
{
	background-image: url('../../images/liniar/button-checkout.jpg');
	background-repeat: no-repeat;
	width: 258px;
	height: 32px;
	display: block;
	cursor: pointer;
	float: right;
}

.btnPayNow:hover
{
	background-image: url('../../images/liniar/button-checkoutHover.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}


.btnUpdateBasket
{
	background-image: url('../../images/liniar/button-updateBasket.jpg');
	background-repeat: no-repeat;
	width: 258px;
	height: 32px;
	display: block;
	cursor: pointer;
	float: left;
}

.btnUpdateBasket:hover
{
	background-image: url('../../images/liniar/button-updateBasketHover.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}


.Buttons a
{
	text-decoration: none;
}
