html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background:#f9f6ef;
}
* {
	outline:none;
}
a {
	color:#af5996;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
}
table {
	font-size:12px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:18px;
	color:#af5996;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
li {
	list-style:none;
}
hr {
	background:none;
	border:none;
	border-bottom:1px solid #385892;
	height:1px;
	margin:10px 0;
}
address {
	font-style:normal;
}
input, textarea, select {
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"] {
	border:1px solid #bad5e4;
	padding:2px 5px;
	margin-bottom:5px;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
#site {
	width:1000px;
	margin:0 auto;
}

#container {
	overflow:hidden;
	background:url(../images/container-repeat.gif) top left repeat-y;
}
* html #container {
	height:1%;
	overflow:visible;
}
#container-left {
	float:left;
	width:300px;
	margin-left:30px;
	display:inline;
	margin-top:25px;
}
#container-left h1 {
	font-size:15px;
}
#submenu ul, #submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
#submenu li {
	padding-bottom:8px;
}
#submenu a {
	color:#000;
}
#submenu a:hover, #submenu a:focus, #submenu a.active {
	font-weight:bold;
}
#submenu h1 {
	margin:0;
}
#special img {
	float:left;
	margin-right:15px;
}
#shoppingBag {
	clear:left;
	padding:20px 0;
}
#flower {
	margin-left:-30px;
	position:relative;
}
#container-right {
	float:right;
	width:635px;
	margin-right:20px;
	display:inline;
}
#breadcrumb {
	padding:7px 0 0 15px;
}

#liste {
background: black;
width: 200px;
overflow: auto;

}
#myliste {
xbackground: black;
overflow: hidden;
width: 600px;
float: left;
}
#shopingBag{
xmargin-top: 150px;
}
#breadcrumb a {
	color:#000;
}
#content {
	margin:20px 0;
}
#content a {
	text-decoration:underline;
}
#footer {
	clear:both;
	text-align:right;
	padding:10px 0;
}
#footer a {
	color:#000;
	padding-left:25px;
}
#credits {
	position:relative;
	background:#FFF;
	height:42px;
	font-size:10px;
	line-height:42px;
}
#cLeft img {
	padding-top:4px;
}
#cRight {
	position:absolute;
	top:0;
	right:0;
	height:42px;
	width:635px;
	text-align:center;
}

/* products */

#product-detail-wrap {
	border:4px solid #d5bdc9;
	text-align:center;
	padding:10px;
}
#product-detail-thumbs {
	text-align:left;
}
#product-add-to-cart {
	margin-top:25px;
}
#product-add-to-cart p {
	margin:8px 0;
}
#product-thumbs {
	overflow:hidden;
	margin-top:55px;
	
}
* html #product-thumbs {
	height:1%;
	overflow:visible;
}
.product-thumb-item {
	float:left;
	width:210px;
	text-align:center;
	overflow: hidden;
}
#content .product-thumb-item a {
	text-decoration:none;
	color:#000;
}