﻿ul.basket_products2 {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 15px 0;
}

ul.basket_products2 li {
	background: url("/graphics/new_basket_bg.png") no-repeat;
	height: 185px;
	overflow: hidden;
	position: relative;
	width: 740px;
}

ul.basket_products2 p.number {
	color: #cb0076;
	font-size: 16px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}

ul.basket_products2 img.product_image {
	left: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}

ul.basket_products2 img.status_banner {
	left: 38px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85px;
}

ul.basket_products2 h2 {
	color: #cb0076;
	font-size: 13px;
	font-weight: normal;
	left: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}

ul.basket_products2 div.description {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 100px;
	left: 175px;
	overflow: auto;
	position: absolute;
	top: 50px;
	width: 400px;
}

ul.basket_products2 div.information {
	color: #bb016e;
	font-size: 12px;
	left: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 145px;
	width: 440px;
    z-index: 50;
}

ul.basket_products2 p.already_purchased {
	color: #000;
	font-size: 11px;
	right: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 148px;
	width: 440px;
}

ul.basket_products2 div.information input.text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25px;
}

ul.basket_products2 div.add_or_remove {
	left: 600px;
	position: absolute;
	top: 85px;
	width: 145px;
}

ul.basket_products2 div.add_or_remove input.checkbox {
	float: left;
}

ul.basket_products2 div.add_or_remove label {
	float: left;
	font-size: 11px;
	padding: 0 0 0 3px;
	width: 75px;
}

ul.basket_products2 div.add_or_remove img.remove {
	clear: both;
	display: block;
	padding: 30px 0 0 0;
}

ul.basket_products {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 15px 0;
}

ul.basket_products li {
	background: url("/graphics/new_basket2_bg.png") no-repeat;
	height: 185px;
	overflow: hidden;
	position: relative;
	width: 777px;
}

ul.basket_products p.number {
	color: #cb0076;
	font-size: 16px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}

ul.basket_products img.product_image {
	left: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}

ul.basket_products img.status_banner {
	left: 38px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85px;
}

ul.basket_products h2 {
	color: #cb0076;
	font-size: 13px;
	font-weight: normal;
	left: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}

ul.basket_products div.description {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 100px;
	left: 175px;
	overflow: auto;
	position: absolute;
	top: 50px;
	width: 440px;
}

ul.basket_products div.information {
	color: #bb016e;
	font-size: 12px;
	height: 100px;
	left: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 145px;
	width: 440px;
}

ul.basket_products p.already_purchased {
	color: #000;
	font-size: 11px;
	right: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 148px;
	width: 440px;
}

ul.basket_products div.information input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 25px;
}

ul.basket_products div.add_or_remove {
	left: 660px;
	position: absolute;
	top: 85px;
	width: 145px;
}

ul.basket_products div.add_or_remove input.checkbox {
	float: left;
}

ul.basket_products div.add_or_remove label {
	float: left;
	font-size: 11px;
	padding: 0 0 0 3px;
	width: 75px;
}

ul.basket_products div.add_or_remove img.remove {
	clear: both;
	display: block;
	padding: 30px 0 0 0;
}

