﻿/* ------ CHECKOUT TABLE ------ */
body.checkout {
  background: #f8f8f8 url(/images/backgrounds/bg_bodyCheckout.jpg) no-repeat center top;
}
.checkoutContainer {
    border-top: 1px solid #000;
}
.checkoutTable {
    text-align: left;
    width: 771px;
}
.checkoutContainer h4 {
  background: #E2E2E4;
  color: #28282B;
  font-size: 1.3em;
  padding: 20px;
  text-transform: uppercase;
  overflow: hidden;
  width: 731px;
}
.checkoutContainer .checkoutAddressBoxes h4 {
  width: auto;
}
.checkoutContainer h4 a.linkRecapBasket {
  color:#000000;
  display:inline-block;
  font-size:0.8em;
  font-weight:normal;
  padding: 0 0 10px 10px;
  text-transform:none;
}
.addressName {
  padding: 10px 20px;
}
.checkoutCGV {
  font-size: 1.2em;
  padding: 10px 20px;
}
.checkoutCGV a:link, .checkoutCGV a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.checkoutCGV a:hover, .checkoutCGV a:active {
  text-decoration: underline;
}
.checkout div.breadCrumb {
  background: #343437;
  color: #fff;
}
.checkoutPageTitle {
  font-size: 2.2em;
  font-weight: bold;
  padding: 0 20px 10px;
  text-transform: uppercase;
}
.checkoutContainer h4 a.showRecapBasket {
  background: url(/images/icons/icon_showHide.png) no-repeat center bottom;
}
.checkoutContainer h4 a.hideRecapBasket {
  background: url(/images/icons/icon_showHide.png) no-repeat center 14px;
}
.checkoutTable
{
    background: url(/images/backgrounds/bg_borderCheckoutTable.png) repeat-x 0 bottom;
}
.checkoutTable th
{
    background: url(/images/backgrounds/bg_borderCheckoutTable.png) repeat-x 0 bottom;
    color: #28282b;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 8px 15px 10px;
    text-transform: uppercase;
}
.checkoutTable td
{
    border-bottom: 1px solid #d6d6d8;
    color: #58585e;
    padding: 8px;
    height: 90px;
    vertical-align: middle;
    font-size: 11px;
    text-align: left;
}

.checkoutTable .productImg
{
    width: 36px;
    padding-left:20px;
}
.checkoutTable .productTitle {
    text-transform: uppercase;
    padding-left:20px;
    font-weight:bold;
    line-height: 1.2em;
}
.productTitle a:link, .productPrice a:visited {
  color: #58585e;
  text-transform: none;
  font-weight: normal;
}
.productTitle a:hover, .productPrice a:active {
  color: #000;
}
.checkoutTable .productColor select
{
    width:110px;
    
}
.checkoutTable .productSize
{
    text-align: center;
}
.checkoutTable .productQty
{
    text-align: center;
    font-weight: bold;
    color: #000;
}
.checkoutTable .productSize select
{
    width:60px;
}
.checkoutTable .productQty select
{
    width:60px;
}
.checkoutTable .productUnitPrice {
    text-align: right;
    color: #000;
}
.checkoutTable span.discountPrice {
    text-decoration:line-through;
    font-weight:normal;
}
.checkoutTable .productPrice {
    text-align: right;
    font-weight: bold;
    color: #000;
    width: 75px;
}
.checkoutTable .productDelete {
    text-align: right;
    padding-right: 20px;
}
.checkoutTable .productSelect
{
    text-align: right;
    padding-right:20px;
}
.checkoutTable td img
{
    border: 1px solid #d6d6d8;
}
.checkoutTableSubTotal {
    overflow: hidden;
    width: 771px;
    text-align: right;
    color: #28282b;
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d8;
    text-transform: uppercase;
}
.checkoutTableTotalLabel
{
    float: left;
    width: 680px;
}
.checkoutTableTotalValue  {
  float:right;
  padding:0 20px 0 8px;
  width:60px;
}
.checkoutTableSubTotal li
{
    padding: 5px 0;
}
.checkoutTableTotal
{
    overflow: hidden;
    width: 771px;
    text-align: right;
    font-size: 12px;
    color: #28282b;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.checkoutTableDelivery {
	overflow: hidden;
	width: 100%;
	font-size: 1.1em;
	padding-bottom: 15px;
}
.checkoutTableDelivery p {
	text-transform: uppercase;
	color: #58585e;
	padding: 12px 20px;
}
.checkoutTableDeliveryLeft {
	padding-left: 20px;
	float: left;
	width: 500px;
}
.checkoutTableDeliveryLeft input {
	margin-top: 0;
}
.checkoutTableDeliveryRight {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	color: #58585e;
	font-weight: bold;
}
.checkoutTableDelivery li {
	height: 20px;
	line-height: 2.2em;
}
.discountMsg {
	font-style: italic;
	color: #2daa15;
	font-size: 1.1em;
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}
.checkoutTableDeliveryRight .discountMsg {
	padding: 0;
	font-size: 1em;
}
.checkoutTotal {
	background: #ffbc6f;
	overflow: hidden;
	width: 771px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 0;
	text-transform: uppercase;
}
.checkoutTotalLabel {
	float: left;
	width: 600px;
	padding-left: 20px;
}
.checkoutTotalValue {
	float: right;
	width: 70px;
	padding: 0 20px;
	text-align: right;
}
.continueBt {
	background: url(/images/buttons/bt_continue.png) no-repeat 0 0;
	display: block;
	width: 156px;
	height: 36px;
	float: right;
	margin: 20px;
	text-indent: -5000px;
	border: 0;
	cursor:pointer;
}
.purchaseContinueBt {
	background: url(/images/buttons/bt_purchaseContinue.png) no-repeat 0 0;
	display: block;
	width: 250px;
	height: 36px;
	float: left;
	margin: 20px;
	text-indent: -5000px;
}

.empty {
    font-weight:bold;
    font-size:1.1em;
    padding-left:15px;
    color:#000;
}


/* ------ CHECKOUT ADDRESS ------ */
.checkoutAddressBoxes {
	width: 771px;
	overflow: hidden;
	font-size: 1.1em;
}
.checkoutAddressBoxes li {
	width: 385px;
	float: left;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	position: relative;
}
.checkoutAddressBoxes li.lastItem {
	border-right: 0;
}
.checkoutAddressBoxes li li {
	padding: 2px 20px;
	float: none;
	border: 0;
	width: auto;
}
.checkoutAddressBoxes li li.addressOwner {
	padding: 10px 20px;
	font-weight: bold;
}
.checkoutAddressBoxes li li.addressPhone {
	padding: 10px 20px;
}
.checkoutAddressBoxes select {
  margin: 10px 0 0 20px;
}
.checkoutAddressBoxes .addressBoxModify {
  position: absolute;
  right: 10px;
  top: 16px;
}
.checkoutAddressBoxes .addressBoxModify li {
  float: left;
  padding: 0 3px;
}
.checkoutAddressBoxes .addressBoxModify li a.defaultMinorBtn:link,
.checkoutAddressBoxes .addressBoxModify li a.defaultMinorBtn:visited  {
  padding:5px 8px;
}


/* ------ ORDERSTABLE ------ */
.ordersTable {
	font-size:1.1em;
	text-align:left;
	width:771px;
}
.ordersTable table {
	background: url(/images/backgrounds/bg_borderCheckoutTable.png) repeat-x 0 bottom;
	width: 100%;
}
.ordersTable td {
	border-bottom:1px solid #d6d6d8;
	color:#28282b;
	font-size:1.2em;
	padding:8px;
	height: 60px;
	vertical-align: middle;
	text-align: left;
}
.ordersTable .orderNumber{
	width: 120px;
	padding-left:20px;
}
.ordersTable .orderDate {
	width: 100px;
}
.ordersTable .orderViewLink {
	text-align: right;
	padding-right:30px;
}
.tipsMsg {
  color: #14730f;
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px 10px 20px 60px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background: url(/images/icons/icon_tips.png) no-repeat 20px 15px;
}
.actionButtons {
  overflow: hidden;
  width: 100%;
}
.crosssellTitle {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 7px 20px;
}
.giftContainer {
  border-top: 1px solid #000;
  padding: 20px;
}
.giftContainer h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #29292c;
  padding: 0 0 20px;
  background: none;
}
.giftContainer label {
  color: #58585E;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0 0 10px 5px;
  overflow: hidden;
}
.giftContainer label textarea, .giftMessage .textGift {
  margin: 0 15px 0 0;
  float: left;
  width: 290px;
  color: #909090;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  background: url(/images/backgrounds/bg_giftTextarea.png) repeat-x 0 0;
  border: 1px solid #a0a0a0;
}
.giftMessage .textGift {
  font-size: 1em;
  width: 250px;
  height: 58px;
}
.giftMessage p {
  clear: both;
  display: none;
}
.basketLine .errorArrow .textGiftBasket {
  border: 2px solid #E58E24;
}
.basketLine .errorArrow p.errorMessage {
  background:url("/images/icons/icon_errorField.png") no-repeat 0 6px;
  padding: 7px 0 7px 25px;
  color: #e58e24; 
  font-style: italic;
  font-size: 1.2em;
  width: 300px;
  display: block;
}
.basketLine .validationSuccess p.validMessage {
  background: url(/images/icons/icon_validField.png) no-repeat 0 6px;
  padding-left: 25px;
  width: 300px;
  height: 20px;
  display: block;
}
.giftMessage a.defaultButton:link, .giftMessage a.defaultButton:visited {
  float: left;
  padding-top: 22px;
  color: #58585E;
}
.giftContainer label p {
  display: block;
  float: left;
  font-size: 0.9em;
  color: #ababab;
  text-transform: none;
  width: 400px;
}
.giftContainer label input {
  margin: 0 8px 0 0;
}
.giftContainer .actionButtons a {
  float: right;
}
.checkoutTableSubTotal .discountCode {
	font-weight: bold;
	color: #acacac;
	text-transform: none;
}
.checkoutTableSubTotal .discountCode span {
	font-style: italic;
	color: #2daa15;
	font-size: 1.1em;
	display: inline-block;
	padding-right: 15px;
}
.checkoutContainer h2 {
  padding: 7px 0 5px 20px;
  border-bottom: 1px solid #000;
}
.checkoutContainer .listProduct {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.checkoutContainer ul.listProduct li {
  border-top: 0;
  height: 318px;
  border-bottom: 1px solid #000;
}
.checkoutContainer ul h2 {
  padding: 0;
  border-bottom: 0;
}
.checkoutContainer ul .productLink {
  height: auto;
  width: auto;
  margin-bottom: 10px;
}
.checkoutContainer span.iconPlus {
  bottom: 117px;
}
.discountCode {
  color:#28282B;
  font-size:1.1em;
  margin:0 auto;
  padding:10px 20px;
  text-align: right;
}
.discountCode p.errorArrow label {
  padding-right: 28px;
  color: #e58e24; 
  font-style: italic;
}
.discountCode p.validationSuccess label {
  padding-right: 33px;
  color: #2DAA15; 
  font-style: italic;
}
.discountCode p input {
  background:url(/images/backgrounds/bg_input.png) repeat-x right 0;
  border:1px solid #A0A0A0;
  height:20px;
}
.discountCode p.errorArrow {
  background:url("/images/icons/icon_errorField.png") no-repeat 467px 6px;
}
.discountCode p.validationSuccess {
  background: url(/images/icons/icon_validField.png) no-repeat 467px  6px;
}
.checkoutTable .discountLine td {
  height: auto;
}
.checkoutTable .discountLine .productTitle, .checkoutTable .discountLine .productPrice {
  color: #2DAA15;
  font-weight: normal;
}
.checkoutTable .discountLine td {
  color: #2DAA15;
  text-transform: none;
}
.errorArrow p.message, .errorArrow p.errorMessage {
  background:url("/images/icons/icon_errorField.png") no-repeat 0 6px;
  padding: 7px 0 7px 25px;
  color: #e58e24; 
  font-style: italic;
  font-size: 1.2em;
  width: 300px;
}
.validationSuccess p.message, .validationSuccess p.errorMessage {
  background: url(/images/icons/icon_validField.png) no-repeat 0 6px;
  padding-left: 25px;
  width: 300px;
  height: 20px;
}
.giftContainer .errorArrow textarea {
  border: 2px solid #E58E24;
}








/*-------------------olds------------*/




.moreProducts
{
    float: left;
    width: 170px;
    margin: 0;
}
.basketContainer
{
    float: right;
    width: 585px;
    padding: 0 20px 50px 20px;
    margin: 0;
    font-size: 1.2em;
}
.shippingLine
{
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden;
    width: 585px;
}
.shippingLine
{
    background-color: #e0e0e0;
}
.titleLine
{
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
.shippingLine .titleLine
{
    display: inline;
    padding: 10px;
}
.leftContentLine
{
    float: left;
    padding: 10px;
    width: 235px;
}
.leftContentLine a:link, .leftContentLine a:visited
{
    color: #000;
    text-decoration: underline;
}
.leftContentLine a:hover, .leftContentLine a:active
{
    text-decoration: none;
}
.rightContentLine
{
    float: right;
    text-align: right;
    width: 250px;
    padding: 0 52px 0 0;
}
.rightContentLine select
{
    width: 117px;
    border: 1px solid #808080;
}
.shippingLine .rightContentLine
{
    padding-right: 50px;
}
.push5
{
    color: #d0050c;
    display: inline-block;
}
.clear
{
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 0;
}
.divAdvantageCode label
{
    display: block;
    padding: 0 0 3px;
}
.advantageDelete
{
    float: right;
    width: 30px;
    padding-left: 20px;
    height: 1px;
    overflow: visible;
}
.resumeLine, .totalLine
{
    padding: 5px 40px 0 0;
    text-align: right;
}
.totalLine
{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.recapContainer
{
    font-size: 1.2em;
}

.basketHeaderLine, .recapHeaderLine
{
    overflow: hidden;
    width: 100%;
    height: 25px;
    background: url(/images/nref/backgrounds/bg_leftTitleAccount.gif) no-repeat left top;
    padding-left: 8px;
    color: #000;
    font-family: "helvetica neue" , Arial narrow, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.basketHeaderLine span, .recapHeaderLine ul
{
    display: block;
    height: 20px;
    background: url(/images/nref/backgrounds/bg_titleAccount.gif) no-repeat right top;
    padding-top: 5px;
}
.basketHeaderLine li, .recapHeaderLine li
{
    float: left;
}
.basketLine, .recapLine
{
    overflow: hidden;
    width: 100%;
    padding: 5px 0 5px 2px;
}
.recapLine
{
    padding-left: 10px;
}
.basketLine li, .recapLine li
{
    float: left;
    padding-top: 40px;
}
.recapContainer .recapHeaderLine .sizeProduct
{
    width: 105px;
}
.basketLine .sizeProduct
{
    width: 64px;
}
.quantityProduct .quantityMinus
{
    margin-right: -3px;
}
.quantityProduct .quantityPlus
{
    margin-left: -3px;
}
.basketLine .quantityProduct
{
    width: 80px;
}
.basketLine .colorProduct
{
    width: 86px;
}
.basketLine .priceProduct
{
    width: 70px;
}
.nameProduct
{
    padding-left: 64px;
    width: 115px;
    text-align: left;
}
.colorProduct
{
    width: 96px;
    text-align: left;
}
.sizeProduct
{
    width: 76px;
    text-align: left;
}
.quantityProduct
{
    width: 60px;
    text-align: left;
}
.priceProduct
{
    width: 79px;
    text-align: right;
    text-align: left;
}
.totalProduct
{
    width: 50px;
    text-align: right;
}
.recapContainer .nameProduct
{
    width: 224px;
    padding-left: 25px;
    text-align: left;
}
.recapContainer .colorProduct
{
    width: 130px;
    text-align: left;
}
.recapContainer .sizeProduct
{
    width: 118px;
    text-align: left;
}
.recapContainer .quantityProduct
{
    width: 108px;
    text-align: left;
}
.recapContainer .priceProduct
{
    width: 108px;
    text-align: left;
}
.recapContainer .totalProduct
{
    width: 60px;
    text-align: right;
}
.recapLine .priceProduct
{
    width: 100px;
}
.basketLine .nameProduct
{
    margin-left: 0;
    height: 40px;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 1.1em;
    width: 117px;
    padding: 40px 8px 0 8px;
}
.recapLine .nameProduct
{
    margin-left: 0;
    height: 14px;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 1.1em;
    width: 165px;
    padding: 40px 8px 0 8px;
}
.recapLine .nameProduct
{
    height: 13px;
}
.basketLine li.imageProduct, .recapLine li.imageProduct
{
    width: 59px;
    padding-top: 0;
    text-align: right;
}
.imageProduct img
{
    border: 1px solid #ccc;
}
.basketLine li.deleteProduct, .recapLine li.deleteProduct
{
    padding: 35px 0 0 19px;
}
.basketLine li.discountProduct
{
    color: #666;
    font-size: 0.8em;
    padding: 5px 0 0 9px;
    width: 500px;
    text-align: left;
}
.basketLine .discountPriceProduct
{
    float: none;
    text-align: right;
    width: 65px;
}
.basketLine .discountDetailProduct
{
    color: #666666;
    display: inline-block;
    padding: 0;
    width: 435px;
}
.advantageCode
{
    float: right;
    overflow: hidden;
    text-align: right;
    width: 320px;
}
.advantageCode span
{
    display: block;
    float: right;
    padding: 0 30px 0 0;
}
.advantageCode .upperAdv
{
    text-transform: uppercase;
}
.advantageCode .tinyAdv
{
    font-size: 0.8em;
}
.advantageCode .deleteAdv
{
    float: right;
    display: block;
    padding: 0 8px 15px 0;
}
.recapLine li.discountProduct
{
    color: #666;
    font-size: 0.8em;
    padding: 10px 8px 0 8px;
    width: 700px;
}
.recapLine .discountDetailProduct
{
    width: 660px;
    float: left;
}
.recapContainer .discountDetailProduct
{
    width: 650px;
}
.discountPriceProduct
{
    width: 65px;
    text-align: right;
    float: left;
}
.recapContainer .discountPriceProduct
{
    width: 50px;
    float: none;
}
.productSubTotal
{
    display: block;
    padding: 10px 0;
    font-weight: bold;
    text-align: right;
    width: 545px;
    font-size: 1.1em;
}
.subtotalRecapLine
{
    background: #F3F3F3;
    font-weight: bold;
    padding: 10px;
    text-align: right;
}
.subtotalRecapLine .item
{
    padding-right: 20px;
}
.shippingRecapLine
{
    padding: 10px;
    text-align: right;
}
.shippingRecapLine .item
{
    padding-left: 30px;
}
.shippingRecapLine .itembold
{
    padding: 35px 20px 35px 35px;
    font-weight: bold;
}
.totalRecapLine
{
    background: #E0E0E0;
    padding: 10px 28px 10px 10px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: right;
}
.addressRecap
{
    overflow: hidden;
    padding: 15px 0 50px;
    width: 797px;
}
.addressRecap .addressBox
{
    width: 190px;
    padding: 0 15px;
}
.addressRecap .addressBox h5
{
    height: 25px;
    background: url(/images/nref/backgrounds/bg_leftTitleAccount.gif) no-repeat left top;
    color: #000;
    font-family: "helvetica neue" , Arial narrow, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 10px 8px;
    margin: 0 -10px;
}
.addressRecap .addressBox h5 span
{
    display: block;
    height: 20px;
    background: url(/images/nref/backgrounds/bg_titleAccount.gif) no-repeat right top;
    padding: 5px 0 0;
}
.addressBox select
{
    margin-bottom: 10px;
}
.addressBox ul
{
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}
.addressBox li
{
    float: left;
    padding-left: 10px;
    position: relative;
}
.addressBox li a:link, .addressBox li a:visited
{
    font-family: "helvetica neue" , Arial narrow, Arial, sans-serif;
    text-transform: uppercase;
    color: #d2050c;
    text-decoration: none;
    padding: 0 3px 0 18px;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.addressBox li a:hover, .addressBox li a:active
{
    background: #d2050c;
    color: #fff;
}
.addressBox li span
{
    background: url(/images/nref/icons/icon_crossBtn.gif) no-repeat left top;
    display: inline-block;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 3px;
    left: 4px;
    overflow: hidden;
}
.addressBox li a.modifAddressRecap span
{
    height: 8px;
    top: 5px;
}
.addressBox li a.modifAddressRecap span
{
    background: url(/images/nref/icons/icon_arrowBtn.gif) no-repeat left top;
}
.addressBox li a:hover span
{
    background: url(/images/nref/icons/icon_crossBtn.gif) no-repeat left bottom;
}
.addressBox li a.modifAddressRecap:hover span
{
    background: url(/images/nref/icons/icon_arrowBtn.gif) no-repeat left bottom;
}
.submitRecap
{
    float: right;
    width: 298px;
    padding-top: 20px;
    text-align: center;
}
.submitRecap a:link, .submitRecap a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.submitRecap a:hover, .submitRecap a:active
{
    text-decoration: none;
}
.recapButton
{
    background: transparent url(/images/nref/buttons/btnValiderRecap.gif) no-repeat scroll left top;
    display: block;
    float: right;
    height: 31px;
    width: 161px;
    cursor: pointer;
    border: 0;
    margin: 26px 32px 0 0;
}
.recapButton:hover
{
    background: transparent url(/images/nref/buttons/btnValiderRecapH.gif) no-repeat scroll left top;
}



.moreProducts h4
{
    height: 25px;
    background: url(/images/nref/backgrounds/bg_leftTitleAccount.gif) no-repeat left top;
    padding-left: 8px;
    color: #000;
    font-family: "helvetica neue" , Arial narrow, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.moreProducts h4 span
{
    display: block;
    height: 20px;
    background: url(/images/nref/backgrounds/bg_titleAccount.gif) no-repeat right top;
    padding-top: 5px;
}
.moreProductsContent h5
{
    height: 14px;
    color: #000;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    width: 100px;
}
.moreProductsContent .productImage
{
    float: left;
    width: 60px;
    height: auto;
}
.moreProductsContent .productDescription
{
    float: right;
    width: 100px;
}
.moreProductsContent .productListItem
{
    width: 165px;
}
.moreProductsContent .productPrices
{
    width: auto;
    background: none;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}
.bold
{
    font-weight: bold;
}
.deleteProduct
{
    width: 13px;
    height: 19px;
    float: right;
    padding: 5px 5px 0 32px;
}
#imgUnselected
{
    z-index: 10000;
    overflow: visible;
    position: absolute;
}
.contentBasketConfirmation {
    font-size: 1.2em;
    text-align: left;
    width: 720px;
    margin: 50px auto;
}
.contentBasketConfirmation p
{
    padding-bottom: 20px;
}
.contentBasketConfirmation p a
{
    color: #000;
    text-decoration: underline;
}
.quantityValue
{
    border: 1px solid #ccc;
    width: 16px;
    height: 15px;
    vertical-align: top;
    text-align: center;
}
