.basketContent
{
	background-color:#4e3a42;
}

	.basket #miniBanner
	{
		background-image:url("/design/tmp/banners/products.jpg");
	}

	.basketContent .photo
	{
		position:absolute;
		left:0;top:0;
	}

	.basketContent .content
	{
		background: rgb(78,58,66); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%, rgba(64,46,53,1) 52%, rgba(45,36,39,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(78,58,66,1)), color-stop(52%,rgba(64,46,53,1)), color-stop(100%,rgba(45,36,39,1))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e3a42', endColorstr='#2d2427',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
		margin-left:250px;
		min-height:250px;
		padding:40px 44px 34px 44px;
	}

	.basketContent .intro
	{
		color:white;
		font-size:14px;
		line-height:22px;
		margin-bottom:44px;
		font-family:Arial, Helvetica, sans-serif;
	}

	.basketContent table
	{

		table-layout:fixed;

		width:100%;

		/*border-collapse:collapse;*/

		font-size:17px;

		line-height:22px;

		text-transform:uppercase;

		color:white;

		margin-bottom:34px;

	}

		.basketContent col.price

		{

			width:128px;

		}

		.basketContent col.quantity

		{

			width:136px;

		}

		.basketContent col.totalPrice

		{

			width:85px;

		}

		.basketContent col.delete

		{

			width:38px;

		}

		.basketContent th,

		.basketContent td

		{

			vertical-align:top;

		}

		.basketContent thead td

		{

			padding-bottom:54px;

		}

			.basketContent th.first,

			.basketContent td.first

			{

				text-align:left;

			}

			.basketContent td.price,

			.basketContent td.totalPrice,

			.basketContent td.delete

			{

				text-align:right;

			}

			.basketContent th.quantity,

			.basketContent td.quantity

			{

				text-align:center;

			}

				.basketContent td .title

				{

					font-size:22px;

					font-weight:normal;

				}

		.basketContent tfoot td

		{

			padding-top:43px;

		}

			.basketContent tfoot td.first

			{

				font-size:22px;

			}

		.basketContent tbody td

		{

			padding-bottom:18px;

		}

			.basketContent td.first .details

			{

				font-family:Arial, Helvetica, sans-serif;

				font-size:14px;

				text-transform:none;

			}

			.basketContent .quantityShow
			{
				position:relative;
				width:100%;height:1px;
			}
				.basketContent .quantityShow .count
				{
					width:31px;height:31px;
					background-color:#2d2427;
					border:1px solid #733f53;
					margin:0 auto;
					text-align:center;
					position:absolute;
					left:50%;top:-8px;
					margin-left:-16px;
					line-height:31px;
				}

		.basketContent .quantityButton

		{

			width:11px;height:11px;

			cursor:pointer;

			display:block;

		}

			.basketContent .quantityButton:hover

			{

				background-position:left bottom;

			}

			.basketContent .quantityButton.decrease,

			.basketContent .quantityButton.increase

			{

				top:10px;

				position:absolute;

			}

				.basketContent .quantityButton.decrease

				{

					left:-24px;

					background-image:url("buttons/basket/decrease.png");

				}

				.basketContent .quantityButton.increase

				{

					right:-24px;

					background-image:url("buttons/basket/increase.png");

				}

				.basketContent .quantityButton.remove

				{

					background-image:url("buttons/basket/remove.png");

					margin:0 0 0 auto;

					position:relative;

					top:3px;

				}

	.basketContent .send

	{

		width:204px;height:36px;

		display:block;

		margin:0 0 0 auto;

		background-color:#4b3f42;

		line-height:39px;

		color:white;

		text-align:center;

		font-size:14px;

	}

		.basketContent .send:hover

		{

			color:#ceb046;

		}