body {
	background: url(bg.png) top left repeat;
	margin: 0;
	padding: 0;
	font-family: arial, Verdana;
	font-size: 12pt;
	color: #666;
}
a {
	color: #E17F8C;
}
a img {
	border: 0;
}
#outer-container {
	overflow: hidden;
	width: 992px;
	margin: 0 auto;
	padding: 0 5px;
	background-color: white;
}
#inner-container {
	background: #FFF3F7 url(header-bg.jpg) 0px 41px no-repeat;
}

/* HEADER */

#header {
	height: 175px;
	position: relative;
}
#before-header {
	height: 40px;
	background-color: #FAD0DE;
}
#logo {
	position: absolute;
	bottom: 20px;
	left: 360px;
	width: 200px;
	min-height: 80px;
	text-align: center;
}
#topmenu {
	position: absolute;
	top: -40px;
	left: 0px;
	height: 40px;
	width: 100%;
}
#topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topmenu li {
	float: left;
	padding: 10px 20px;
	text-transform: uppercase;
}
#topmenu li a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #E07F8C;
}
#topmenu li a:hover {
	text-decoration: underline;
}
#topmenu li.topmenu-basket {
	padding-left: 20px;
	background: url(basket.png) 0 13px no-repeat;
	float: right;
}

#personalisation {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 380px;

	color: #E67A87;
	white-space: nowrap;
	overflow: hidden;
}
#personalisation #shop-name {
	font-size: 18pt;
}
#personalisation #shop-tag-line {
	font-size: 13pt;
	margin-top: 8px;
}
#personalisation #shop-address {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
}

#socialmedia {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* BODY */

#body-container {
	padding-top: 15px;
	padding-bottom: 20px;
}
#body {
	padding: 0 5px;
}
#body-sidebar {
	float: left;
	width: 300px;
	padding-top: 35px;
}
#body-content-container {
	float: right;
	width: 663px;
}
#after-body {
	clear: both;
}
#body-banner {
	text-align: center;
}
#body-content div.textbanner {
	background-color: #FAD0DE;
	margin-top: 5px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 80%;
	color: #E07F8C;
}
#body-content .body {
	padding: 15px;
	clear: both;
}

div.pager {
	border: 0 !important;
	background-color: transparent !important;
}

#body-sidebar .brick {
	margin-left: 40px;
}
#body-sidebar .banner-brick {
	margin-left: 0;
}
#body-sidebar .brick .header {
	padding: 10px 0;
	margin: 0 20px;
	margin-right: 40px;
	text-transform: uppercase;
	color: #990000;
}
#body-sidebar .brick .content {
	margin: 0 40px 10px 20px;
}
#body-sidebar .brick .content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#body-sidebar .brick .content li {
	margin-bottom: 3px;
}
#body-sidebar .brick a {
	font-size: 90%;
	text-decoration: none;
	color: #666;
}
#body-sidebar .brick a:hover {
	color: #EA7E8B;
}
#body-sidebar .search-brick {
	margin: 20px 40px 20px 60px;
}
#body-sidebar .search-brick input[type='text'] {
	width: 100%;
}

/* FOOTER */

#footer {
	background-color: #FAD0DE;
	display: grid;
	padding: 20px;
	grid-template-rows: 1fr auto;
	grid-template-columns: 330px auto;
	grid-template-areas: "brand menu" "copyright .";
}
#footer, #footer a {
	color: #E07F8C;
	font-weight: bold;
	font-size: 90%;
}
#footer .brand {
	grid-area: brand;
	margin: 0 10px 10px 0;
}
#footer .copyright {
	grid-area: copyright;
}
#footer .footer-menu {
	grid-area: menu;
	padding-top: 30px;
}
#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 #E07F8C;
	text-transform: uppercase;
}
#footer .footer-menu li.last {
	border-right: 0;
}
#footer .footer-menu a {
	text-decoration: none;
}
#footer .footer-menu a:hover {
	text-decoration: underline;
}

/* PRODUCT LISTING */
div.productlist div.product {
	margin: 15px auto; text-align: center;
	font-family: 'Trebuchet MS', 'Times new roman';
}
div.productlist div.product div.name {
	height: 35px;
	line-height: 100%;
	overflow: hidden;
	overflow-wrap: break-word;
}
div.productlist div.product div.name a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 80%;
	color: #999;
}
div.productlist div.product div.name a:hover {
	text-decoration: underline;
}
div.productlist div.product div.price {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
}
div.productlist div.product div.buynow {
	background: url(buynow-bg.png) top center no-repeat;
	padding: 4px;
	margin-top: 5px;
	min-height: 22px;
}
div.productlist div.product div.buynow a {
	font-family: Verdana, Arial;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
}

/* CATEGORY / OCCASION PAGE */
#category-header {
	background-color: #FAD0DE;
	text-transform: uppercase;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 80%;
	color: #E07F8C;
}

/* GENERIC NON-LISTING PAGE */
#page {
	padding: 5px 25px 20px 0;
}
#page H1, #page H2, #page H3, #page H4, #page H5 {
	margin: 5px 0;
	padding: 0;
	font-weight: normal;
}
#page h1 {
	color: #E17F8C;
}
#page a {
	text-decoration: underline;
}
#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 #prices {
	margin-bottom: 15px;
}
#productdetail ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#productdetail ul li {
	padding-bottom: 5px;
	line-height: 20px;
	padding-left: 0;
	background: none;
	font-family: 'Trebuchet MS', 'Times new roman';
}
#productdetail li span.price {
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Times new roman';
}
#productdetail div.image-container {
	width: 300px;
	text-align: center;
}
#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;
}

/* Forms */
form th {
	vertical-align: top;
	text-align: left;
	width: 105px;
	font-weight: normal;
}
form label {
	font-family: arial;
	font-size: 0.9em;
}
form input.text {
	width: 150px;
}
form textarea {
	width: 180px;
}
form input.text, form 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;
}
form button {
	border: 0;
	background: #999;
	padding: 4px 6px;
	margin-top: 5px;
	color: white;
	text-transform: uppercase;
	font-family: 'Myriad Pro', 'Times new roman';
	font-weight: bold;	
	font-size: 1em;
}
form button.primary {
	background-color: #990000;
	color: white;
}
form button + button {
	margin-left: 10px;
}
form div#actions {
	margin-top: 10px;
}

/* Checkout */
div.checkout h1 {
	margin: 0 !important;
	padding: 0 0 20px !important;
	font-size: 1.5em;
	color: #E17F8C !important;
}
div.checkout h2 {
	margin: 0 0 7px !important;
	padding: 0 0 3px !important;
	font-size: 1.3em;
	border-bottom: 1px dotted #E17F8C;
	color: #E17F8C !important;
}
div.checkout-recipient a {
	display: block;
}
div.checkout-recipient textarea.cardtext {
	height: 150px;
	overflow: auto;
}
div.checkout-basket {
	position: relative;
}
div.checkout-basket div.top-buttons, div.checkout-basket div.bottom-buttons {
	margin-top: 10px;
	text-align: right;
}
div.checkout-basket div.basket-actions {
	margin: 10px 0;
	text-align: right;
}
div.checkout-basket table {
	border-spacing: 0;
}
div.checkout-basket table th, div.checkout-basket table td {
	padding: 5px;
	vertical-align: top;
}
div.checkout-basket tr.even td {
	background-color: #FDE8EF;
}
div.checkout-basket tr.odd td {
	background-color: transparent;
}
div.checkout-basket tr.total td {
	background-color: transparent;
	font-size: 1.2em;
}
div.checkout div#actions {
	margin-top: 10px;
}

.badge {
	background-color: #990000;
}

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

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

@media (max-width: 991px) {
	.mobile-header {
		background-color: #FFF3F7;
	}
	.mobile-header .basket a {
		color: #666;
		text-decoration: none;
	}
	.mobile-header .basket a:hover, .mobile-header .basket a:active {
		font-weight: bold;
		color: #990000;
		text-decoration: none;
	}
	.mobile-header nav {
		font-family: "Trebuchet MS", Arial;
		font-size: 90%;
	}
	.mobile-header nav .brick .header {
		padding: 10px 10px 15px 10px;
		margin: 0 10px;
		color: #990000;
		text-transform: uppercase;
		font-weight: bold;
	}
	.mobile-header nav .brick .content ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-header nav .brick a {
		color: #666;
		text-decoration: none;
		display: block;
		padding: 5px 0 5px 20px;
	}
	.mobile-header nav .brick a:hover, .mobile-header nav .brick a:active {
		font-weight: bold;
		color: #990000;
	}
	#outer-container {
		background: none;
		padding: 0;
	}
	#inner-container {
		border: 0;
		background: none;
	}
	#body-container {
		width: auto;
		background: #FFF3F7 !important;
		margin: 0 10px;
		padding: 20px;
	}
	#footer-container {
		background: white;
		margin: 0 10px 10px;
		padding: 0;
		box-shadow: none;
	}
	
	#page {
		background: none;
	}
	
	#before-footer {
		background: none;
		margin: 0;
		height: 0;
	}

	#footer {
		width: auto;
		display: grid;
		grid-template-areas:
		    "menu"
		    "copyright"
		    "brand";
		grid-template-columns: 1fr;
		grid-template-rows: 1fr auto auto;
		padding: 20px;
		grid-gap: 10px;
		text-align: center;
	}
	#footer .copyright {
		grid-area: copyright;
		float: none;
		width: auto;
		padding: 10px;
	}
	#footer .footer-menu {
		grid-area: menu;
		text-align: right;
		margin: 0; padding: 0;
	}
	#footer .footer-menu li {
		display: block;
		float: none;
		text-align: center;
		border-top: 1px solid #E07F8C;
		border-right: 0;
		padding: 10px;
	}
	#footer .footer-menu li:first-child {
		border-top: 0;
	}
	#footer .brand {
		grid-area: brand;
		float: none;
		margin: 0;
	}
}

