﻿.BasketStep
{
  margin: 0 0 3px 3px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  background-color: #eeeeee;
  border-top:1px solid #cccccc;
  width:959px;
}
div.BasketStep
{
	padding:5px;
}
div.selectedRadio
{
	background-color:#dfdfdf;
}
.ba_line
{
	margin:3px;
}
.ba_ex_label
{
	float:left;
	width:80px;
	padding-top:5px;
}
td.basketHeader
{
  font-weight: bold;
}
td.BasketStepPoint
{
  width: 40px;
  vertical-align: top;
}
td.BasketStepHeader
{
  height: 30px;
  padding-left: 5px;
}
div.BasketStepPoint
{
  background-image: url(/img/BasketStepPoint.png);
  background-repeat: no-repeat;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  height: 39px;
  padding-left: 13px;
  padding-top: 6px;
  width: 25px;
}
div.btnPay
{
  background-image: url(/img/ewBtnPay.png);
  background-repeat: no-repeat;
  width: 126px;
  height: 34px;
  color: White;
  padding-left: 60px;
  padding-top: 15px;
  font-size: 12px;
  font-weight: bold;
}
div.btnPay:Hover
{
  background-image: url(/img/ewBtnPay_over.png);
  background-repeat: no-repeat;
  text-decoration: underline;
  cursor: pointer;
}
div.btnPayOver
{
  background-image: url(/img/ewBtnPay_over.png);
  background-repeat: no-repeat;
}
div.HoverUnderline:Hover
{
  text-decoration: underline;
}
div.HoverUnderline td:Hover
{
  text-decoration: underline;
}
.basketTblAddress td
{
  height: 24px;
}
div.basket_line
{
  overflow: auto;
}
div.basket_line div.basket_line_info
{
  margin-left: 25px;
  font-style: italic;
  font-size: 0.9em;
}
div.basket_line div.basket_line_qty
{
  float: left;
  width: 25px;
}
div.basket_line div.basket_line_itemid
{
  float: left;
  width: 170px; /*overflow: hidden;             height: 15px;*/
}
div.basket_line div.basket_line_description
{
  float: left;
  width: 290px;
}
div.basket_line div.basket_line_price
{
  float: left;
  width: 60px;
  text-align: right;
}
tr.AlternateBasketLine td
{
  background-color: #f9f9f9;
}
div.basket_line a
{
	text-decoration:underline;
}
div.basket_line a:hover
{
	text-decoration:none;
}
