/** Main CSS **/
/** 23/04/09 **/

body {
  padding:0;
  margin:0;
  color:#FFFFFF;
  font-family:Arial;
}

img {
  border:0;
}

table#Content {
	width:1029px;
  padding:0;
  border:0;
  margin:0;
}

tr#Banner {
	height:113px;
}

tr#Menu {
	height:34px;
}

div#Website {
  width:1029px;
  height:772px;
  padding:0;
  border:0;
  margin:0;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-515px;
}

div#menu {
  margin:0;
	padding:0 5px 5px 270px;
	width:754px;
}

div#leftmenu {
  margin:0;
	padding:5px 0px 5px 50px;
	width:266px;
}

div#main {
	float:right;
	width:700px;
  margin:0;
  padding:10px 47px 10px 5px;
  min-height:400px;
  height:auto !important;
  height:400px;
	color:#153C8D;
}

.content-main {
	padding-top:0;
	margin-top:0;
}

div#footer {
  margin:0;
  text-align:center;
  font-size:0.75em;
  color:#153C8D;
}

a {
  color:#153C8D;
  text-decoration:none;
}

a.info {
  color:#153C8D;
  text-decoration:underline;
}

a:hover {
  color:#D96B09;
  text-decoration:underline;
}

table.info {
	margin:0;
	padding:0;
	width:430px;
}

table.info td {
	vertical-align:top;
}

p.shipping {
	float: right;
	margin-right:10px;
}

table#BasketShip {
	width:600px;
}
.deleteitem {
	font-size:0.85em;
}

table#BasketShip tr.title {
	background-color:white;
	font-weight:bold;
	height:35px;
}

tr.product {
	background-color:#FFF6F9;
}

table#BasketShip {
	padding: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
}

/* CSS CHOIX HEURE */

div.time-picker {
  position: absolute;
  height: 191px;
  width:5em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  color: black;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: black;
}
