body {
	margin: 0px;
	color:#aaa;
    background-color: #eee;
    font-family:"Bitstream Vera Sans", Verdana,Helvetica;
    font-size:0.75em;
}

#centerpage {
	width: 1000px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align:left;
  	border-left: 1px solid #aaa;
  	border-right: 1px solid #aaa;
  	border-bottom: 1px solid #aaa;
  	background-color: #ffffff;
}


.fullwidth {
    width: 100%;
}

.left {
    text-align: left;
}

.clear {
    clear:both;
}

.hr {
	height: 8px;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.flat {
	border: 1px solid #ddd;
	padding: 2px;
}

#mainpage {
	margin: 0px 0px 2px 0px;
}	

#mainpage a {
	color: #444;
}

#mainpage .box  {
	background: #faf0f2 none repeat scroll 0% 50%;
 	border: 1px solid #eabbcb; 
	color: #6f1e3e;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
	width: 285px;
	display: inline;
}

#mainpage .full {
	width: 670px;
}

#mainpage .left-full {
	width: 680px;
}

#mainpage .two-col {
	width: 580px;
	margin: 8px 8px 0px 8px;
}

#mainpage .box h1 {
	font-size: 1.3em;
	font-weight: bold;
	border: 0px none #000;
	border-bottom: 1px solid #6f1e3e;
	margin: 0px 0px 5px 0px;
}

#mainpage .box h2, h3 {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin-top: 16px;
	margin-bottom: 4px;
}

#mainpage .box .img {
	float: left;
	margin-right: 8px;
}

#mainpage .box .w1  {
	background: transparent url(../images/pink-tl.png) no-repeat scroll 0% 0%;
	position: relative;
	left: -1px;
	top: -1px;
}

#mainpage .box .w2 {
	background: transparent url(../images/pink-tr.png) no-repeat scroll 100% 0%;
	position:relative;
	left:2px;
}

#mainpage .box .w3 {
	background: transparent url(../images/pink-br.png) no-repeat scroll 100% 100%;
	position:relative;
	top:2px;
}

#mainpage .box .w4  {
	background: transparent url(../images/pink-bl.png) no-repeat scroll 0% 100%;
	position:relative;
	left:-2px;
	line-height: 1.5em;
	padding: 10px;
}

#mainpage .hg {
	min-height: 220px;
		
}

#mainpage .heading {
	background:#FFFAC5 none repeat scroll 0% 50%	;
 	border:1px solid #e1ce00; 
	clear:both;
	color: #c88f2c;
	font-weight: bold;
	
}

#mainpage .heading .w1  {
	background: transparent url(/images/yellow-tl.png) no-repeat scroll 0% 0%;
	position: relative;
	left: -1px;
	top: -1px;
}

#mainpage .heading .w2 {
	background: transparent url(/images/yellow-tr.png) no-repeat scroll 100% 0%;
	position:relative;
	left:2px;
}

#mainpage .heading .w3 {
	background: transparent url(/images/yellow-br.png) no-repeat scroll 100% 100%;
	position:relative;
	top:2px;
}

#mainpage .heading .w4  {
	background: transparent url(/images/yellow-bl.png) no-repeat scroll 0% 100%;
	position:relative;
	left:-2px;
	line-height: 1.4em;
	padding: 10px;
}



#mainpage img.product {
	border: 1px solid #ddd;
}

#mainpage .story {
	width: 800px;
}

#mainpage .news {
	background:#FFFAC5 none repeat scroll 0% 50%	;
 	border:1px solid #e1ce00; 
	color: #333;
	margin: 5px 0px 0px 0px;
}

#mainpage .news .img {
	float: left;
	margin-right: 8px;
}

#mainpage .news h1 {
	font-size: 1.3em;
	font-weight: bold;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #c88f2c;
	color: #c88f2c;
	
}

#mainpage .news h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

#mainpage .news .w1 {
	background-image: url(/images/yellow-tl.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	left: -1px;
	top: -1px;
}

#mainpage .news .w2 {
	background-image:url(/images/yellow-tr.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left:2px;
}

#mainpage .news .w3 {
	background-image:url(/images/yellow-br.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	position:relative;
	top:2px;
}

#mainpage .news .w4 {
	background-image:url(/images/yellow-bl.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	position:relative;
	left:-2px;
	line-height: 1.4em;
	padding: 10px;
}




#mainpage legend {
	font-weight: bold;
}

#mainpage fieldset {
	border:0px none;
	border-color:#aaa;
	border-style:solid none none;
	border-width:1px 0pt 0pt;
	clear:both;
	font-size:100%;
	padding:10px;
	margin:0pt;
	/*padding: 4px 4px 4px 0px;*/
}

#mainpage ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0px;
}


#mainpage li {
	padding-left: 10px;
}

#mainpage div.resultbox {
	clear: both;
	padding-top: 20px;
}

#mainpage div.legend {
	float: left;
	padding-right: 20px;
}

#mainpage div.summary {
	padding-top: 4px;
}


#leftcol {
	float: left;
	width: 590px;
	margin: 0px;
}

#leftcol div.pagenav {
	width: 570px;
	font-size: 0.85em;
	text-align: right;
	margin: 8px 8px 0px 8px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #666;
}

#rightcol {
	float: left;
	width: 220px;
	margin: 0px;
}

div.atStart { padding-top: 4px; padding-bottom: 4px; }


span.err, label.err {
	font-weight: normal;
	color: #dd0000;
}	

span.small {
	font-size: 0.85em;
}

a.button {
	text-decoration: none;
}

span.button, input.button {
	background-image: url('/images/button.gif');
	border: 1px solid #ccc;
	padding: 3px;
	font-weight: bold;
	font-size: 0.85em;
	cursor: pointer;
	text-decoration: none;
}

span.button {
	padding-top: 5px;
	padding-bottom: 5px;
}

span.button-disabled {
	background-image: url('/images/button.gif');
	border: 1px solid #ccc;
	color: #aaa;
	cursor:default;
	padding: 3px;
	font-weight: bold;
	font-size: 0.85em; 
	text-decoration: none;
}

span.informal {
	font-style: italic;
	font-weight: bold;
}

input.err, select.err {
	border: 1px solid #dd0000;
}	

input.nb {
	border: 1px solid #aaa;
	padding: 2px;
}

input.action {
	border: 1px solid #ccc;
	background-image: url(/images/button.gif);
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px;
}

input.flat {
	border: 1px solid #ccc;
	padding: 2px;
}

img.button {
	cursor: pointer;
}

ul#mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:255px;
}

ul#mainmenu li {
	_width:0px;
	float:right;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 1px;
	background:url(/images/header-tab1.png) no-repeat 0% 0%;
}

ul#mainmenu li a {
	display:block;
	list-style-type:none;
	padding:4px 8px 0px 8px;
	margin:0px;
	height:20px;
	background:url(/images/header-tab2.png) no-repeat 100% 0px;
	white-space:nowrap;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

ul#mainmenu li:hover {
	background-image:url(/images/header-tab1.png);
	background-position:0% -24px;
}

ul#mainmenu li:hover a {
	background-image:url(/images/header-tab2.png);
	background-position:100% -24px;
}

ul#mainmenu li.search {
	margin-left: 4px; 
	margin-right: 1px;
	margin-bottom: 5px;
	background-image: none;
}

#header {
	background: transparent url(/images/fade-top.gif) repeat-x 0% 0%;
	height: 91px;
	margin:0px;
}
		
#tabfloat {
	padding-top: 68px;
	z-index:2;
}

#search {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	z-index:20;
	float:right;
}

#breadcrumb {
	margin: 0px;
	border-top: 1px solid #f0abc7; 
	padding: 4px; 
	padding-left: 8px; 
	color: #fff; 
	background-color: #E59FB6; 
	border-bottom: 1px solid #BB557E;
	font-size: 0.85em;	
}

#breadcrumb a {
	text-decoration: none;
	color: #fff;
}

#breadcrumb a:hover {
	color: #bb557e;
}

#ecard input, textarea {
	border: 1px solid #aaa;
	padding: 2px;
}

#ecard .err {
	color: red;
	font-weight: bold;
}

#ecard .errout {
	border: 1px solid red;
}

#indexpage {
	width: 100%;
}

#indexpage #leftcol {
	width: 75%;
}

#passwordpage .box {
	width: 75%;
}

#search .box {
	width: 100%;
}

#products .box {
	background:#FFFAC5 none repeat scroll 0% 50%	;
 	border:1px solid #e1ce00; 
	width: 100%;
}

#products .box h1 {
	border-bottom: 1px solid #c88f2c;
	color: #c88f2c;
}

#products .box h2 {
	color: #333;
}

#products .box .w1  {
	background-image: url(/images/yellow-tl.png);
}

#products .box .w2  {
	background-image:url(/images/yellow-tr.png);
}

#products .box .w3 {
	background-image:url(/images/yellow-br.png);
}

#products .box .w4  {
	background-image:url(/images/yellow-bl.png);
	line-height: 1.3em;
}

#products .box .product {
	float: left;
	margin-right: 4px;
}


#linked .box {
	width: 100%;
}

p.nfo {
	background: #eee url(/images/information.png) no-repeat scroll 4px 4px; 
	border: 1px solid #aaa;
	margin-left: 0px;
	padding: 4px 4px 4px 24px;
}

p.info, div.info, td.info {
	background: #eee url(/images/information.png) no-repeat scroll 4px 4px;
	width: 50%;
	border: 1px solid #aaa;
	margin-left: 20px;
	padding: 4px 4px 4px 24px;
}

p.info-big {
	background: #eee url(/images/information.png) no-repeat scroll 4px 4px;
	width: 75%;
	border: 1px solid #aaa;
	margin-left: 0px;
	padding: 4px 4px 4px 24px;
}

#pimages
{
	width: 240px !important;
	height: 192px !important;
	/*border: 1px solid #aaa !important;*/
	float: left;
	margin-right: 8px;
}

#productpage .box {
	width: 98%;
}

.lupe {
	background-image: url(/images/lupe.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

td.discount {
	font-size: 0.85em;
	text-align: center;
}

table.discount {
	background: #eee;
	border: 1px solid #aaa;
	padding: 4px;
}

#guideresult .leftcol {
	width: 700px;
	float: left;
}

#guideresult .rightcol {
	width: 25%;
	float: left;
}

#guideresult .box {
	width: 100%;
}

#guideresult div.img {
	font-size: 0.85em;
}

#guideresult span.check {
	color: #006600;
}

#guideresult span.nocheck {
	color: #CC0000;
}

#guide input {
    border: 1px solid #aaa;
    padding: 2px;
}

#guide ul {
    list-style-type: none;
}

#guide li {
	margin-left: -3em;
}

#guide span.check {
	color: #006600;
}

#guide span.nocheck {
	color: #aa0000;
}

#guide div.resultbox {
	clear: both; 
	padding-top: 24px;
}

#guide-info {
	width: 75%;
	margin-left: 20px;
}

#guide-info .box {
	width: 100%;
}

#guide-info a {
	color: #000;
}

#guide-info h1 {
	color: #6D90D7;
	border-bottom: 1px solid #6D90D7;
}

#guide-info .box .w1  {
	background-image: url(/images/news-tl.png);
}

#guide-info .box .w2  {
	background-image:url(/images/news-tr.png);
}

#guide-info .box .w3 {
	background-image:url(/images/news-br.png);
}

#guide-info .box .w4  {
	background-image:url(/images/news-bl.png);
}

#basketpage .box {
	background:#e5ecfa none repeat scroll 0% 50%	;
	width: 700px;
	float: left;
	margin: 5px;
 	border:1px solid #6d90d7; 
	color: #13316e;
}

#basketpage .box h1 {
	font-size: 1.3em;
	border-bottom: 1px solid #13316e;
	margin: 0px 0px 5px 0px;
	
}

#basketpage .box .w1  {
	background: transparent url(/images/blue-tl.png) no-repeat scroll 0% 0%;
	position: relative;
	left: -1px;
	top: -1px;
}

#basketpage .box .w2 {
	background: transparent url(/images/blue-tr.png) no-repeat scroll 100% 0%;
	position:relative;
	left:2px;
}

#basketpage .box .w3 {
	background: transparent url(/images/blue-br.png) no-repeat scroll 100% 100%;
	position:relative;
	top:2px;
}

#basketpage .box .w4  {
	background: transparent url(/images/blue-bl.png) no-repeat scroll 0% 100%;
	position:relative;
	left:-2px;
	line-height: 1.4em;
	padding: 10px;
}

#basket h1 {
	font-size: 1.3em;
	font-weight: normal;
	border: 0px none #000;
	border-bottom: 1px solid #6f1e3e;
	margin: 0px 0px 5px 0px;
}	

#basket td {
	vertical-align: middle;
	padding: 4px;
}

#basket td.center {
	text-align: center;
}

#basket td.right {
	text-align: right;
}

#basket td.sum {
	font-weight: normal; 
	text-align: right; 
}

#basket td.line {
	border-top: 1px solid #aaa;
}

#basket td.bold {
	font-weight: bold;
}

#basket th {
	text-align: center;
	border-bottom: 1px solid #aaa;
	padding-left: 8px;
	padding-right: 8px;
}

#cat-nav {
	background-color: #e59fb6; 
	border-top: 1px solid #F0ABC7; 
	border-bottom: 1px solid #BB557E;	
	color: #fff; 
	font-size: 0.85em;
	padding: 4px; 
	height: 1.5em;
}

#cat-nav ul {
	display:none;
	position: absolute;
	list-style:none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	z-index:5;
	background-color: #e59fb6;
	width: 150px;
	line-height: 2em;
	font-size: 1.1em; 
	border-left: 1px solid #F0ABC7;
	border-right: 1px solid #BB557E;
	border-bottom: 1px solid #BB557E
}	

#cat-nav li {
	padding-left: 8px;
}

#cat-nav a {
	color: #fff;
	text-decoration: none;
}

#cat-nav a:hover {
	text-decoration: underline;
	color: #b53a47;
}

#cat-nav div {
	float: left;
}

#cat-nav .menu {
	background: transparent url(/images/cat-dn.png) no-repeat right;
	padding-right: 14px;
	cursor: pointer;
}

.product-stream
{
	margin: 0;
}

.product-stream li
{
	padding:				5px;
	text-align:				left;
	float: left;
}

.search-info {
	background: #FAF0F2 url(/images/information.png) no-repeat scroll 4px 4px; 
	margin: 0px;
	padding: 4px 4px 4px 24px;
}

#footer a {
	text-decoration: none;
	color: #666;
	margin: 0px 4px 0px 4px;
}

#footer a:hover {
	 color: #6F1E3E;
}

#footer {
	clear:both;
	margin-top: 8px;
	background-color:#eee;
	font-size:0.85em;
	padding: 2px;
	margin: 0px;
}

#navcol .box {
	width:154px;
	background-color: #E4CFEA;
	color: #6f1e3e;
	border: 1px solid #b66fd0;
}


#navcol .box .w1 {
	background-image: url(../images/lila-tl.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	position: relative;
	left: -1px;
	top: -1px;
}

#navcol .box .w2 {
	background-image:url(../images/lila-tr.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	position:relative;
	left:2px;
}

#navcol .box .w3 {
	background-image:url(../images/lila-br.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	position:relative;
	top:2px;
}

#navcol .box .w4 {
	background-image:url(../images/lila-bl.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	position:relative;
	left:-2px;
	line-height: 1.4em;
	padding: 10px;
}


#navcol a {
	text-decoration:none;
	color: #6f1e3e;
	/*color: #6F1E3E;*/
}

#navcol a:hover {
	color: #444;
	text-decoration:underline;
}

#navcol p {
	padding-left: 8px;
	margin: 2px;
}


#navcol .selected {
	font-weight: bold;
}


#NewsTicker {
	width:100%;
	height:390px;
}

#NewsVertical {
	width:100%;
	height:390px;
	display:block;
	overflow:hidden;
	position:relative;
}

#TickerVertical {
	width:100%;
	height:390px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

#TickerVertical li {
	display:block;
	width:100%;
	color:#333333;
	text-align:left;
	margin:0;
	float:left;
	margin-bottom: 16px;
}

#TickerVertical li .title{
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin-top: 0px;
	margin-bottom: 2px;
	display:block;
}

#TickerVertical li .product {
	float: left;
	margin-right: 4px;
}

#adv ul {
}

#adv li {
	list-style-type: disc;
	margin-left: 14px;
	margin-top: 0.3em;	
}


#mini-basket .box {
	background:#E5ECFA none repeat scroll 0% 50%	;
	width: 100%;
 	border:1px solid #6d90d7; 
	color: #13316e;
}

#mini-basket .box .divider {
	height: 8px;
	border-top: 1px solid #13316e;
}

#mini-basket .box h1 {
	border-bottom: 1px solid #13316e;
}

#mini-basket .box .w1  {
	background-image: url(/images/blue-tl.png);
}

#mini-basket .box .w2  {
	background-image:url(/images/blue-tr.png);
}

#mini-basket .box .w3 {
	background-image:url(/images/blue-br.png);
}

#mini-basket .box .w4  {
	background-image:url(/images/blue-bl.png);
	min-height:0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#norm li {
	list-style: disc;
	margin-left: 16px;
}

#press {
	font-size: 14px;
	margin-left: 8px;
	color: #000;
}

#press h1 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	color: #6F1E3E;
}

#press td.desc {
	background-color: #eee;
	padding: 4px;
	text-align: center; 
}

#press div.cell {
 border: 1px solid #ccc; 
 margin: 4px;
 padding: 4px; 
 float: left;
}

#press td.separator {
	padding-left: 4px;
	padding-right: 4px;
}

div.flower {
	float: right;
	margin: 4px 4px 0px 0px;
}

#shipment th {
	font-size: 0.8em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
}

#shipment h2.country {
	font-size: 1.4em;
	margin-top: 16px;
	color: #444;
}

#shipment table {
	border: 1px solid #999;
	border-collapse: collapse;
}

#shipment td.price {
	text-align: right;
}

#shipment td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
}

#shipment th.type {
	min-width: 300px;
}

#shipment th.price {
	min-width: 90px;
	text-align: right;
}

/*
#tagcloud {
	width: 230px;
	background:#FFFFCC;
	color:#0066FF;
	padding: 4px;
	border: 1px solid #FFE7B6;
	text-align:center;
}
*/
#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
}
#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #000;
}

#tagcloud {
	text-align: center;
}	
#tagcloud .box {
	background:#E5ECFA none repeat scroll 0% 50%	;
	width: 100%;
 	border:1px solid #6d90d7; 
	color: #13316e;
}

#tagcloud .box .divider {
	height: 8px;
	border-top: 1px solid #13316e;
}

#tagcloud .box h1 {
	border-bottom: 1px solid #13316e;
}

#tagcloud .box .w1  {
	background-image: url(/images/blue-tl.png);
}

#tagcloud .box .w2  {
	background-image:url(/images/blue-tr.png);
}

#tagcloud .box .w3 {
	background-image:url(/images/blue-br.png);
}

#tagcloud .box .w4  {
	background-image:url(/images/blue-bl.png);
	min-height:0px;
}

#tagcloud span {
	padding: 4px;
}
#tagcloud span.smallest {
	font-size: x-small;
}
#tagcloud span.small {
	font-size: small;
}
#tagcloud span.medium {
	font-size: medium;
}
#tagcloud span.large {
	font-size: large;
}
#tagcloud span.largest {
	font-size: larger;
}

