body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 11pt;
	background-color: white;
}

a img {
	border: 0;
}

#outer-container {
	background: url(outer-container-bg.gif) 0 103px repeat-x;
}
#inner-container {
	width: 990px;
	margin: 0 auto; 
	overflow: hidden;
}
#header {
	height: 103px;	
	background: url(header-outer-bg.gif) top left repeat-y;
	padding: 0 5px;
	position: relative;
	/*overflow: hidden;*/
	background-color: white;
}
#after-header {
	height: 175px;
	background: url(header-bg.jpg) 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 15px;
	left: 55px;
	width: 200px;
	height: 80px;
	text-align: center;
}
#logo img {
	border: 0px;
}
#topmenu {
	float: right;
	margin-top: 60px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
#topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#topmenu li {
	float: left;
	padding: 14px 0;
}
#topmenu li#topmenu-contact a , #topmenu li#topmenu-basket a {
	border-right: 0;
}
#topmenu #topmenu-basket a {
	font-size: 0.85em;
}
#topmenu li a {
	color: #5E7374;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	border-right: 1px solid #67324C;
}
#topmenu li a:hover {
	color: #CEB033;
}
#topmenu-basket {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 400px;
	text-align: right;
}
#body-container {
	background: white url(header-outer-bg.gif) top left repeat-y;
	padding: 0 10px 0 15px;
	overflow: hidden;
}
#before-body {
	height: 10px;
}
#body {
	overflow: hidden;
	height: 1%;
}
#body-sidebar {
	float: left;
	width: 300px;
}
#body-content-container {
	float: right;
	width: 660px;
}
#body-banner {
	text-align: center;
}
#body-content div.textbanner {
	background: #E4D6A3 url(textbanner-bg.gif) bottom left repeat-x;
	border: 1px solid #EBD6E1;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
}
#body-content .body {
	padding: 15px;
}

#body-sidebar .brick .header {
	padding: 10px 0;
	color: #B4982C;
	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;
	width: 200px;
}
#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: #B4982C;
}

#footer-container {
	background: url(footer-outer-bg.gif) bottom left no-repeat;
	padding: 0 5px;
	overflow: hidden;
}
#before-footer {
	background: url(footer-bg.gif) 0 0 repeat-x;
	margin: 10px 5px 0;
	height: 16px;
}
#footer {
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.8em;
	overflow: hidden;
	height: 1%;
}
#after-footer {
	height: 5px;
}
#footer, #footer a {
	color: #575757;
}
#footer .copyright {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-left: 20px;
}
#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 #575757;
}
#footer .footer-menu li.last {
	border-right: 0;
}
#footer .footer-menu a {
	text-decoration: none;
}
#footer .footer-menu a:hover {
	text-decoration: underline;
}
#footer .euroflorist {
	float: right;
	margin-right: 10px;
}

/* PRODUCT LISTING */
div.productlist {
	padding-left: 5px;
	overflow: hidden;
}
div.productlist div.product {
	float: left; margin: 10px 13px 10px 10px; text-align: center;
	width: 130px;
	padding: 0 3px 9px;
	background: url(buynow-reflection.gif) bottom left no-repeat;
}
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: #4C4C4C;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}
div.productlist div.product div.name a:hover {
	text-decoration: underline;
}
div.productlist div.product div.price {
	color: #6B5545;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
}
div.productlist div.product div.buynow {
	margin-top: 5px;
}
div.productlist div.product div.buynow a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: #E4D6A3 url(button-bg.gif) bottom left repeat-x;
	border: 1px solid #DEE4E4;
	padding: 4px;
}

/* CATEGORY / OCCASION PAGE */
#category-header {
	background: #E4D6A3 url(textbanner-bg.gif) bottom left repeat-x;
	border: 1px solid #EBD6E1;
	color: white;
	font-weight: bold;
	padding: 8px 20px;
}

/* GENERIC NON-LISTING PAGE */
div#page {
	padding: 20px;
	padding-top: 0;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page a {
	color: #6B5545;
}
#page h1, #page h2, #page h3, #page h4, #page h5 {
	margin: 5px 0;
	padding: 0;
}
#page h1 {
	font-size: 20px;
}
#page h2 {
	font-size: 18px;
}
#page h3 {
	font-size: 16px;
}
#page h4 {
	font-size: 14px;
}
#page h5 {
	font-size: 1px;
	font-weight: bold;
	color: black;
}
#page a {
	text-decoration: underline;
	font-weight: bold;
}
#page a.big {
	font-size: larger;
}
#page ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page ul li {
	background: url(bullet.png) 0 6px no-repeat;
	padding-left: 15px;
}

/* 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: #6B5545;
	font-size: 1.2em;
}
#productdetail li input {
	vertical-align: middle;
}
#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;
	background: url(zoom.png) top left no-repeat;
}
#productdetail div.description {
	padding-top: 7px;
	text-align: left;
}

/* Checkout */
div.checkout h1 {
	margin: 0 !important;
	padding: 0 0 20px !important;
	font-size: 1.5em;
}
div.checkout h2 {
	margin: 0 !important;
	padding: 0 0 10px !important;
	font-size: 1.2em;
	text-decoration: underline;
}
div.checkout button {
	padding: 4px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	background: #E4D6A3 url(button-bg.gif) bottom left repeat-x;
	border: 1px solid #DEE4E4;
}
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;
	color: #485A5B;
}
div.checkout-basket table tr.total td {
	color: #554437;
}
div.checkout-basket tr.even td {
	background-color: #E8DA9F;
}
div.checkout-basket tr.odd td {
	background-color: #F0E8CC;
}
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;}