/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  .cart_container { border-left: 1px solid rgb(155, 0, 0);
    border-right: 1px solid rgb(155, 0, 0);
    border-bottom: 1px solid rgb(155, 0, 0);
    margin: 0px auto 10px;
    padding: 2px;
    width: 130px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    }

  #droite h1.cart { margin: 0px;
    padding: 2px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(155, 0, 0);
    font-size: 1.2em;
    clear: both;
    }

  a.cartbutton, a.cartbutton:link, a.cartbutton:visited { text-align: center;
    display: block;
    float: left;
    width: 100%;
    background-color: rgb(204, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    font-weight: bold;
    }

	a.cartbutton:hover {
		   background-color: rgb(245, 0, 0);
	}
	
  a.cartbuttonlocation, a.cartbuttonlocation:link, a.cartbuttonlocation:visited { text-align: center;
    display: inline;
	font-size: 0.9em;
    font-weight: bold;
    color: rgb(0, 0, 153);
    }
a.cartbuttonlocation:hover {
	text-decoration: underline;
}

  a.cartbuttonproceed, a.cartbuttonproceed:link, a.cartbuttonproceed:visited { text-align: center;
    display: block;
    float: left;
    width: 100%;
    background-color: rgb(204, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 1.1em;
    font-weight: bold;
    }
	
	a.cartbuttonproceed:hover {
		   background-color: rgb(245, 0, 0);
	}

 	.cartbuttontable {
		width: 100%; 
		text-align: left; 
		margin-left: auto; 
		margin-right: auto;
	}
	
	.carttable {
		width: 500px; 
		margin-left: auto; 
		margin-right: auto;
		border: 1px solid rgb(0, 0, 0);
	}
	
  .shippingtitle { border-top: 1px solid rgb(0, 0, 0);
    font-size: 1.3em;
    text-align: right;
    }
	
  .totaltitle { border-top: 1px solid rgb(0, 0, 0);
    font-size: 1.3em;
    text-align: right;
    }

  .shippingprice { border-top: 1px solid rgb(0, 0, 0);
    font-size: 1.3em;
    text-align: right;
    }

  .totalprice { border-top: 1px solid rgb(0, 0, 0);
    font-size: 1.3em;
    text-align: right;
    }


  .cart_center_cell { border-top: 1px dotted rgb(0, 0, 0);
    text-align: center;
    }

  .cart_title_cell { border-top: 1px dotted rgb(0, 0, 0);
    text-align: left;
	font-size: 1.1em;
    }
	
  .cart_right_cell { border-top: 1px dotted rgb(0, 0, 0);
    text-align: right;
	font-size: 1.1em;
   }




