BODY {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11pt;
}
#outer-container {
	width: 1060px;
	margin: 0 auto; 
	overflow: hidden;
	background: url(container-bg.gif) top left repeat-y;
}
#inner-container {
	width: 985px;
	margin: 0 auto; 
	overflow: hidden;
	padding: 0 25px 15px 20px;
	position: relative;
}
#header-container {
	/*height: 85px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	overflow: hidden;
}
#after-header {
	clear: both;
}
#logo {
	float: left;
	width: 300px;
	/*height: 80px;*/
	text-align: center;
	margin-right: 20px;
}
#logo IMG {
	border: 0px;
}
#topmenu {
	/*overflow: hidden;*/
	float: right;
	width: 665px;
	position: relative;
	background: url(header-bg.gif) 15px 0 no-repeat;
}
#topmenu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 46px;
	overflow: hidden;
	border-top: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	height: 37px;
}
#topmenu LI {
	float: left;
	margin: 10px 0;
	padding: 0 20px;
	border-right: 1px solid #7D7D7D;
	color: #7D7D7D;
	text-transform: uppercase;
}
#topmenu LI A, #topmenu LI#topmenu-basket {
	color: #7D7D7D;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}
#topmenu LI A:hover {
	color: #990099;
}
#topmenu LI#topmenu-basket {
	position: absolute;
	top: 5px;
	right: 0;
	padding-right: 0;
	border: 0;
	font-weight: normal;
}
#topmenu LI#topmenu-home {
	padding-left: 0;
}
#topmenu LI#topmenu-contact {
	padding-right: 0;
	border-right: 0;
}
#body-sidebar {
	float: left;
	width: 300px;
}
#body-sidebar a img {
	border: 0;
}
#body-content-container {
	float: right;
	width: 665px;
}
#after-body {
	clear: both;
}
#body-banner {
	text-align: center;
}
#body-content DIV.textbanner {
	border: 1px solid #669900;
	background: #669900 url(textbanner-bg.gif) top left repeat-x;
	margin-top: 5px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
}
#body-content .body {
	padding: 15px;
	clear: both;
}

#body-sidebar .brick .header {
	padding: 10px 0;
	color: #990099;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
}
#body-sidebar .brick {
	margin-bottom: 15px;
}
#body-sidebar .brick .content UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#body-sidebar .brick .content LI {
	border-bottom: 1px solid #686868;
}
#body-sidebar .brick A {
	color: #333333;
	font-size: 80%;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}
#body-sidebar .brick A:hover, #body-sidebar .brick A:active {
	font-weight: bold;
	color: #666666;
}

#footer-container {
	margin-top: 10px;
}
#footer {
	overflow: hidden;
	border-top: 1px solid #7D7D7D;
	padding: 5px;
	text-transform: uppercase;
	font-size: 80%;
}
#footer, #footer A {
	color: #666666;
}
#footer A IMG {
	border: 0;
}
#footer .copyright {
	float: left;
	width: 280px;
	padding-top: 10px;
}
#footer .footer-menu {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
#footer .footer-menu UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer .footer-menu LI {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #666666;
}
#footer .footer-menu LI.last {
	border-right: 0;
}
#footer .footer-menu A {
	text-decoration: none;
	font-weight: bold;
}
#footer .footer-menu A:hover {
	color: #990099;
}
#footer .euroflorist {
	float: right;
}

/* PRODUCT LISTING */
DIV.productlist {
	overflow: hidden;
}
DIV.productlist A IMG {
	border: 0;
}
DIV.productlist DIV.product {
	float: left; margin: 15px; text-align: center;
	width: 130px;
}
DIV.productlist DIV.product IMG {
	width: 130px;
}
DIV.productlist DIV.product DIV.name {
	height: 70px;
	overflow: hidden;
}
DIV.productlist DIV.product DIV.name A {
	color: #4D4D4D;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 80%;
}
DIV.productlist DIV.product DIV.name A:hover {
	text-decoration: underline;
}
DIV.productlist DIV.product DIV.price {
	color: #990099;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
}
DIV.productlist DIV.product DIV.buynow {
	border: 1px solid black;
	background: url(button-bg.gif) top left repeat-x;
	padding: 4px;
	margin-top: 5px;
}
DIV.productlist DIV.product DIV.buynow A {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

/* CATEGORY / OCCASION PAGE */
#category-header {
	border: 1px solid #669900;
	background: #669900 url(textbanner-bg.gif) top left repeat-x;
	color: white;
	font-weight: bold;
	padding: 8px 20px;
}

/* GENERIC NON-LISTING PAGE */
DIV#page {
}
#page H1, #page H2, #page H3, #page H4, #page H5, #page A {
	color: #333333;
}
#page H1, #page H2, #page H3, #page H4, #page H5 {
	margin: 5px 0;
	padding: 0;
}
#page A {
	text-decoration: underline;
	font-weight: bold;
}
#page A.big {
	font-size: larger;
}
#page UL {
	list-style-type: square;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

/* PRODUCT DETAIL PAGE */
#productdetail FORM {
	margin: 0;
	padding: 0;
}
#productdetail UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#productdetail UL LI {
	padding-bottom: 10px;
	line-height: 22px;
	padding-left: 0;
	background: none;
}
#productdetail LI SPAN.price {
	color: #990099;
	font-size: 1.2em;
}
#productdetail LI INPUT {
	vertical-align: middle;
}
#productdetail A IMG {
	border: 0;
}
#productdetail DIV.image-container {
	width: 250px;
	text-align: center;
	font-size: smaller;
}
#productdetail DIV.zoom {
	padding-top: 7px;
}
#productdetail div.zoom a {
	padding-left: 20px;
	color: #669900;
	background: url(zoom.png) top left no-repeat;
}
#productdetail DIV.description {
	padding-top: 7px;
	text-align: left;
}
#productdetail p.costs {
	font-size: smaller;
}

/* Checkout */
div.checkout h1 {
	margin: 0 !important;
	padding: 0 0 20px !important;
	font-size: 1.5em;
	color: #333;
}
div.checkout h2 {
	margin: 0 !important;
	padding: 0 0 10px !important;
	font-size: 1.2em;
	text-decoration: underline;
	color: #333;
}
div.checkout button {
	border: 1px solid black;
	background: url(button-bg.gif) top left repeat-x;
	padding: 4px;
	margin-top: 5px;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
}
div.checkout-recipient th, div.checkout-customer th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 0.9em;
	width: 105px;
}
div.checkout-recipient textarea.cardtext {
	height: 150px;
	overflow: auto;
}
div.checkout input.text {
	width: 150px;
}
div.checkout textarea {
	width: 180px;
}
div.checkout input.text, div.checkout textarea {
	padding: 3px;
	background: #fff url(input.gif) top left repeat-x;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #E1E1E1;
	font-size: 0.9em;
}
div.checkout-basket {
	position: relative;
}
div.checkout-basket div.top-buttons {
	position: absolute;
	top: 0;
	right: 0;
}
div.checkout-basket div.bottom-buttons {
	margin-top: 10px;
	text-align: right;
}
div.checkout-basket div.basket-actions {
	margin: 10px 0;
	text-align: right;
	font-size: 0.9em;
}
div.checkout-basket table {
	border-spacing: 0;
}
div.checkout-basket table th, div.checkout-basket table td {
	padding: 5px;
	font-size: 0.9em;
	vertical-align: top;
}
div.checkout-basket table a img {
	border: 0;
}
div.checkout-basket td {
	margin-bottom: 2px;
}
div.checkout-basket td a {
	color: #669900 !important;
}
div.checkout-basket tr.even td {
	background-color: #F2FFD9;
}
div.checkout-basket tr.odd td {
	background-color: #DFEFCF;
}
div.checkout-basket tr.total td {
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
}

/* Error feedback */
li.feedbackPanelERROR {
	color: red;
}

/* SWITCH SIDEBAR */
BODY.layout-right #body-sidebar{float:right;}
BODY.layout-right #body-content-container{float:left;}