/* ---- html ---- */

html {
	background: #e0d6cb url(/images/html.jpg) top center;
}

/* ---- body ---- */

body {
	background: transparent;
	color: #333;
}

/* ---- wrapper ---- */

#wrapper {
	width: 942px;
	padding: 0 25px;
	background: transparent url(/images/wrapper.png) top center repeat-y;
	_background: transparent url(/images/wrapper-6.png) top left repeat-y;
	margin: 0 auto;
	position: relative;
}

/* ---- header ---- */

#header {
	width: 942px;
	height: 199px;
}

#logo {
	float: left;
	width: 365px;
	padding: 8px 0 0 9px;
	display: inline;
}

#logo a {
	display: block;
	background: url(/images/the-makery.png) top left no-repeat;
	width: 365px;
	height: 182px;
	text-indent: -9999px;
}


#logo a.kids {
	background: url(/images/makery-kids-logo.jpg) top left no-repeat;
}

#logo a:hover {
	border: 0;
}

#head-right {
	float: right;
	width: 560px;
	text-align: right;
	padding: 25px 0 15px;
}

/* ---- sub-nav ---- */

#sub-nav {
	padding: 0 2px;
	font-size: 1.1em;
}

#sub-nav ul {
	list-style: none;
}

#sub-nav li {
	display: inline;
}

#sub-nav li a {
	font-weight: 400;
	color: #00448b;
	text-decoration: none;
}

#sub-nav li a:hover, #sub-nav li a.active {
	color: #009ee6;
	border: 0;
}

/* ---- nav ---- */

#nav {
	font-family: Georgia, "Times New Roman", serif;
}

#nav ul {
	list-style: none;
	border-top: 1px dotted #373535;
	border-bottom: 1px dotted #373535;
	padding: 14px 10px 14px 0;
	margin-right: -10px;
}

#nav li {
	display: inline;
}

#nav li a {
	padding: 0;
	font-size: 1.8em;
	text-decoration: none;
	color: #00448b;
	font-weight: 700;
}

#nav li a:hover,
#nav li a.active {
	color: #009ee6;
	border: 0;
}

/* ---- search ---- */

#search {
	margin: 18px 0 0;
	color: #8c0c64;
	height: 29px;
}

#search * {
	float: right;
}

#search label {
	font: 1.8em Georgia, "Times New Roman", serif;
	padding: 3px 0 0;
}

#searchbox {
	border: 1px solid #8c0c64;
	height: 23px;
	padding: 2px 5px;
	width: 150px;
	margin: 0 5px;
	font: 1.8em Georgia, "Times New Roman", serif;
}

#searchbutton {
	background: #8c0c64;
	color: #fff;
	border: 1px solid #8c0c64;
	height: 29px;
	width: 38px;
	font: 700 1.2em Arial, sans-serif;
}

#searchbutton:hover,
#searchbutton:active {
	background: #fff;
	color: #8c0c64;
	outline: 0;
}

/* ---- content ---- */

#content {
	width: 942px;
	position: relative;
	z-index: 2;
}

#sub-header {
	margin: 0 0 55px;
}

#slogan {
	padding: 0 0 23px 10px;
	font: 700 2.2em Georgia, "Times New Roman", serif;
	-webkit-text-size-adjust: none;
}

h1.tape {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 3.0em;
	position: relative;
	_position: inherit;
}

h1.tape.one,
h1.tape.two,
h1.tape.three,
h1.tape.four,
h1.tape.five,
h1.tape.six,
h1.tape.seven {
	width: 243px;
	height: 75px;
}

h1.tape.one {
	background: url(/images/tape-01.png) top left no-repeat;
}

h1.tape.two {
	background: url(/images/tape-02.png) top left no-repeat;
}

h1.tape.three {
	background: url(/images/tape-03.png) top left no-repeat;
}

h1.tape.four {
	background: url(/images/tape-04.png) top left no-repeat;
}

h1.tape.five {
	height: 71px;
	background: url(/images/tape-05.png) top left no-repeat;
}

h1.tape.six {
	height: 65px;
	background: url(/images/tape-06.png) top left no-repeat;
}

h1.tape.seven {
	width: 282px;
	background: url(/images/tape-07.png) top left no-repeat;
}

#sub-left,
#sub-left div {
	width: 598px;
	height: 234px;
	float: left;
}

#sub-left .overlay a {
	position: relative;
	float: right;
	right: 50px;
	display: block;
	padding: 8px 18px 6px;
	border: 1px solid #8c0c64;
	font: 700 1.4em Arial, sans-serif;
}

#sub-left .index {
	/*background: url(/images/workshops.jpg) top left no-repeat;*/
	background: url(/images/home-page.jpg) top left no-repeat;
}

#sub-left .sewing {
	background: url(/images/sewing.jpg) top left no-repeat;
}

#sub-left .fashion {
	background: url(/images/home-fashion.jpg) top left no-repeat;
}

#sub-left .health {
	background: url(/images/home-health.jpg) top left no-repeat;
}

#sub-left .kids {
	background: url(/images/home-kids.jpg) top left no-repeat;
}

#sub-left .home {
	background: url(/images/home-home.jpg) top left no-repeat;
}

#sub-left .index .overlay a {
	top: 46px;
	background: #fff;
	color: #8c0c64;
}

#sub-left .sewing .overlay a,
#sub-left .fashion .overlay a,
#sub-left .health .overlay a,
#sub-left .home .overlay a,
#sub-left .kids .overlay a {
	background: #8c0c64;
	color: #fff;
}

#sub-left .sewing .overlay a {
	top: 46px;
}

#sub-left .fashion .overlay a {
	top: 89px;
}

#sub-left .health .overlay a {
	top: 133px;
}

#sub-left .home .overlay a {
	top: 133px;
}

#sub-left .kids .overlay a {
	top: 177px;
}

#sub-left .index .overlay a:hover,
#sub-left .index .overlay a:active {
	background: #8c0c64;
	border-color: #fff;
	color: #fff;
}

#sub-left .sewing .overlay a:hover,
#sub-left .sewing .overlay a:active,
#sub-left .fashion .overlay a:hover,
#sub-left .fashion .overlay a:active,
#sub-left .health .overlay a:hover,
#sub-left .health .overlay a:active,
#sub-left .kids .overlay a:hover,
#sub-left .kids .overlay a:active,
#sub-left .home .overlay a:hover,
#sub-left .home .overlay a:active {
	background: #fff;
	border-color: #8c0c64;
	color: #8c0c64;
}

#sub-right {
	background: #8c0c64;
	float: right;
	width: 341px;
	height: 234px;
	border-left: 3px solid #fff;
}

/* IE6 HACK */

*html #sub-right {
	background: #8c0c64;
	float: right;
	width: 338px;
	height: 234px;
	border-left: 3px solid #fff;
}

/* END IE6 HACK */

#sub-right h1.tape.five {
	margin: -42px 0 0 35px;
	padding: 18px 0 0;
	color: #8c0c64;
}

#sub-right ul {
	font: 700 2.3em Arial, sans-serif;
	color: #fff;
	position: relative;
	z-index: 25;
}

#sub-right li {
	margin: 0 0 0 -24px;
	padding: 4px 0 13px 61px;
}

#sub-right li.active {
	background: url(/images/li-active.png) top left no-repeat;
	color: #009ee6;
}

#sub-right li a {
	color: #fff;
	display: block;
}

#sub-right li a:hover,
#sub-right li a:active,
#sub-right li.active a {
	color: #FF8CDB;
	border: 0;
}

#content-text {
	float: left;
	display: inline;
	width: 305px;
	margin: 0 20px 0 35px;
}

#content-left {
	float: left;
	width: 296px;
	padding: 73px 0 0;
	display: inline;
}

#index #content-left {
	float: left;
	width: 569px;
	border-top: 1px dotted #373535;
	padding: 0 0 67px;
}

#index #content-left h1.tape.seven {
	margin: -12px 0 0 -19px;
	padding: 18px 0 0;
	color: #d1051e;
}

#content-left ul {
	width: 277px;
	padding: 52px 0 20px;
	color: #fff;
}

#content-left .latest-posts {
	width: 569px;
	color: #333;
	padding: 0 0 55px 0;
	border-bottom: 1px dotted #373535;
}

#content-left .latest-posts h1.tape.two {
	margin: -15px 0 0 14px;
	padding: 18px 0 0;
	color: #009ee6;
}

#content-left .latest-posts .desc {
	float: left;
	width: 305px;
	padding: 0 20px 0 35px;
}

#content-left .latest-posts .thumb {
	float: left;
	padding: 8px 0 0 0;
}



#content-left ul.main-nav {
	font-size: 2em;
}

#blue #content-left ul {
	background: #009ee6;
	margin: -55px 0 0;
}

#blue #content-left h1.tape.four {
	margin: -40px 0 9px 15px;
	padding: 20px 0 0;
	color: #009ee6;
}


#purple #content-left ul {
	background: #8c0c64;
	margin: -42px 0 0;
}

#purple #content-left h1.tape.five {
	margin: -38px 0 0 20px;
	padding: 18px 0 0;
	color: #8c0c64;
	z-index: 5;
}

#green #content-left ul {
	background: #6eb400;
	margin: -55px 0 0;
}

#green #content-left h1.tape.four {
	margin: -40px 0 9px 15px;
	padding: 20px 0 0;
	color: #6eb400;
}

#red #content-left ul {
	background: #d1051e;
	margin: -42px 0 0;
}

#red #content-left h1.tape.five {
	margin: -38px 0 0 20px;
	padding: 18px 0 0;
	color: #d1051e;
	z-index: 5;
}

#red #content-left h1.tape.six {
	margin: -36px 0 9px 15px;
	padding: 16px 0 0;
	color: #d1051e;
}

#navy #content-left ul {
	background: #00448b;
	margin: -55px 0 0;
}

#navy #content-left h1.tape.four {
	margin: -40px 0 9px 15px;
	padding: 20px 0 0;
	color: #00448b;
}

#navy #content-left h1.tape.three {
	margin: -40px 0 9px 15px;
	padding: 20px 0 0;
	color: #00448b;
}

#blue #content-left li,
#purple #content-left li,
#green #content-left li,
#red #content-left li,
#navy #content-left li {
	margin: 0;
	padding: 4px 0 13px 20px;
}

#blue #content-left li.active,
#purple #content-left li.active,
#green #content-left li.active,
#red #content-left li.active,
#navy #content-left li.active {
	width: 276px;
	padding: 4px 0 13px 20px;
}

#blue #content-left li.active {
	background: url(/images/li-active-b.png) top right no-repeat;
	

/* IE6 HACK */
	_width: 256px;
	_background: none;
/* END IE6 HACK */
}

#purple #content-left li.active {
	background: url(/images/li-active-p.png) top right no-repeat;
	

/* IE6 HACK */
	_width: 256px;
	_background: none;
/* END IE6 HACK */
}

#green #content-left li.active {
	background: url(/images/li-active-g.png) top right no-repeat;
	

/* IE6 HACK */
	_width: 256px;
	_background: none;
/* END IE6 HACK */
}

#red #content-left li.active {
	background: url(/images/li-active-r.png) top right no-repeat;
	

/* IE6 HACK */
	_width: 256px;
	_background: none;
/* END IE6 HACK */
}

#navy #content-left li.active {
	background: url(/images/li-active-n.png) top right no-repeat;
	

/* IE6 HACK */
	_width: 256px;
	_background: none;
/* END IE6 HACK */
}

#blue #content-left li a,
#purple #content-left li a,
#green #content-left li a,
#red #content-left li a,
#navy #content-left li a {
	color: #fff;
	display: block;
}

#blue #content-left li a:hover,
#blue #content-left li a:active,
#blue #content-left li.active a {
	color: #80d7ff;
	border: 0;
}

#purple #content-left li a:hover,
#purple #content-left li a:active,
#purple #content-left li.active a {
	color: #ff8cdb;
	border: 0;
}

#red #content-left li a:hover,
#red #content-left li a:active,
#red #content-left li.active a {
	color: #ff8291;
	border: 0;
}

#green #content-left li a:hover,
#green #content-left li a:active,
#green #content-left li.active a {
	color: #ceff80;
	border: 0;
}

#navy #content-left li a:hover,
#navy #content-left li a:active,
#navy #content-left li.active a {
	color: #80bdff;
	border: 0;
}

ul.cart {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	background: #fff !important;
	font: 700 1em Arial, sans-serif;
}

ul.cart li {
	padding: 22px 0 22px 15px !important;
	border-bottom: 1px dotted #373535 !important;
}

ul.cart li a {
	display: block;
}

ul.cart li h2 {
	padding: 0;
}

ul.cart li strong {
	font: 700 1.2em Arial, sans-serif;
}

ul.cart li.rss {
	background: url(/images/rss.png) center right no-repeat;
}

ul.cart li.calendar {
	background: url(/images/calendar.png) center right no-repeat;
}

ul.cart li.basket {
	background: url(/images/basket.png) center right no-repeat;
}

ul.cart li.vouchers {
	background: url(/images/vouchers.png) center right no-repeat;
	border: 0 !important;
}

ul.cart li.rss a {
	color: #F7941E !important;
}

ul.cart li.calendar a {
	color: #8c0c64 !important;
}

ul.cart li.basket a,
ul.cart li.vouchers a {
	color: #00448b !important;
}

ul.cart li.rss a:hover,
ul.cart li.rss a:active,
ul.cart li.calendar a:hover,
ul.cart li.calendar a:active,
ul.cart li.basket a:hover,
ul.cart li.basket a:active,
ul.cart li.vouchers a:hover,
ul.cart li.vouchers a:active {
	color: #009ee6 !important;
	border: 0 !important;
}

#content-right {
	float: right;
	width: 623px;
	position: relative;
}

#index #content-right {
	float: right;
	width: 295px;
}

#content-right h1.blue,
#content-right h1.navy,
#content-right h1.red,
#content-right h1.gray,
#content-right h1.green,
#content-right h1.purple {
	min-height: 56px;
	_height: 56px;
	position: relative;
}

#content-right h1 span {
	position: absolute;
	bottom: 0px;
}

#content-right .product {
	border-top: 1px dotted #373535;
	margin: 25px 0 0;
	padding: 30px 10px 0 0;
	clear: both;
}

#content-right .product img.float-left {
	padding: 0 10px 10px 0;
}

#content-right .product img.float-right {
	padding: 0 0 10px 10px;
}

#content-right .product .blog-image {
	margin: 0 0 0px;
}

#content-right .product .column {
	float: left;
	width: 190px;
	text-align: center;
	margin-right:14px;
}

#content-right .product .column a {
	text-align: left;
}

#content-right .product .column a:hover {
	text-decoration: none;
	border: 0;
}

#content-right .product .column a:hover h2 {
	color: #009ee6;
}

.our-shop-gray #content-right .product .column a:hover h2 {
	color: #D1051E;
}



#content-right .product .column a img {
	/*max-width: 150px;
	max-height: 150px;
	height: expression(this.height > 150 ? 150: true);*/
	width:190px;
	height:152px;
	display: block;
	margin: 0 auto 5px 0;
}

#content-right .product .column h3 {
	text-align: left;
	clear: both;
}

#content-right .product .heading {
	margin: 0 0 18px;
	padding: 0;
}

#content-right .product .blog .heading {
	margin: 0 0 5px;
	padding: 0;
}

#content-right .product h2.new {
	height: 29px;
	padding: 13px 0 0;
	margin: -13px 0 9px;
	position: relative;
}

#content-right .product h2.purple.new span {
	background: url(/images/new-p.png) right center no-repeat;
	padding: 13px 64px 9px 0;
	position: relative;
}

#content-right .product .image {
	float: left;
	padding: 0 20px 10px 0;
	width: 305px;
	display: inline;
}

#content-right .product .image img {
	width: 305px;
	height: auto;
}


#content-right .product .image-sm {
	float: left;
	padding: 0 20px 10px 0;
	width: 150px;
	display: inline;
}

#content-right .product .image-sm img {
	width: 150px;
	height: auto;
}

#content-right .product .description {
	float: left;
	width: 288px;
	_padding: 0 0 10px;
}

#content-right .product .wide {
	float: left;
	width: 443px;
}

#content-right .product .blog {
	float: left;
	width: 613px;
}

.product .purchase {
	margin: 10px 0 0;
}

.product .purchase * {
	float: left;
}

.product .purchase input {
	margin: 0 10px;
	padding: 8px 2px;
	font-size: 1.3em;
}

table {
	width: 100%;
	font: 1.2em Arial, sans-serif;
}

#navy table th {
	font: 700 1em Georgia, "Times New Roman", serif;
	padding: 10px 4px 5px;
}

#navy table tr:last-child td {
	padding: 4px 4px 15px;
}

.availability h1 {
	margin: 10px 0;
}

table.availability th,
table.calendar th {
	font: 700 1em Georgia, "Times New Roman", serif;
	color: #8c0c64;
	padding: 10px;
	background: #ffd9f3;
}

table.basket tr.red,
table.basket tr.purple {
	color: #333;
}

table.basket td {
	height: 95px;
}

#navy table tr.border td,
table.basket tr.update td,
table.basket tr.vouchers td {
	height: auto;
	padding: 4px !important;
}

table.basket tr.vouchers td h3,
table.basket tr.vouchers td p {
	text-align: right;
	padding: 0 25px 0 0;
}

table.terms input {
	margin: 0 5px 5px 0 !important;
	width: auto !important;
	height: auto !important;
}

table.terms p {
	padding: 0 !important;
}

table.terms label {
	font-size: 1em;
}

#navy table tr.border td .spacer {
	margin: 0;
	padding: 0;
}

table.basket td img {
	max-height: 75px;
	max-width: 75px;
	padding: 2px;
	border: 1px solid #ccc;
}

table.basket input {
	margin: 0;
	padding: 8px 2px;
	font-size: 1em;
}

table.billing input,
table.shipping input,
table.voucher input,
table.basket tr.vouchers input,
table.payment input {
	margin: 0;
	height: 17px;
	padding: 0 2px;
	font-size: 1em;
	float: left;
	border: 1px solid #333;
	width: 175px;
}

table.billing input.postcode,
table.shipping input.postcode {
	width: 60px;
}

table.payment input.cvn {
	width: 30px;
}

#navy table textarea {
	border: 1px solid #333;
	width: 100%;
	height: 50px;
	font-size: 1em;
}

table.basket tr.red h3 a {
	color: #d1051e;
}

table.basket tr.purple h3 a {
	color: #8c0c64;
}

#navy table {
	border-bottom: 1px dotted #373535;
	margin: 0 0 25px 0;
}

#navy table.voucher {
	margin: 0;
}

#navy table.basket,
#navy table.summary {
	border: 0;
}

table.summary th {
	font: 700 1.4em Georgia, "Times New Roman", serif;
	padding: 10px;
	border-bottom: 1px dotted #373535;
}

table.summary tr td {
	font-size: 1.2em;
}

table.summary tr td:first-child {
	width: 150px;
}

table.payment select,
table.payment p {
	display: inline;
}

table.availability td {
	padding: 10px;
}

table.availability td a,
table.calendar td a {
	font: 700 1em Arial, sans-serif !important;
}

table.calendar,
table.calendar th {
	text-align: center;
}

table.calendar .left,
table.calendar td h3,
table.calendar td p {
	text-align: left !important;
}

table.calendar td h3 a {
	font: 700 1em Georgia, "Times New Roman", serif !important;
	color: #8c0c64;
}

table.availability td select {
	margin: 0 5px 0 0;
	width: 50px;
}

table.availability tr.even td,
table.calendar tr.even td {
	background: #d9f4ff;
}

table.availability tr.odd td,
table.calendar tr.odd td {
	background: #e5f7ff;
}

table.calendar td {
	padding: 10px;
}

#index #content-right ul {
	width: 295px;
	margin: -14px 0 0;
}

#index #content-right li {
	padding: 14px 10px;
	border-bottom: 1px dotted #373535;
}

#index #content-right li.last {
	border: 0;
}

#index #content-right li a:hover {
	border: 0;
	color: #009ee6;
}

.calendar-table {
	clear: both;
	margin: 15px 0 0;
	border-left: 1px solid #ccc;
}

.calendar-table tr {
}	

.calendar-table td {
	height: 100px;
	width: 134px;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.calendar-table .calendar-heading {
	font-weight: 700; 
	font-size: 14px;
	color: #fff; 
	background: #8C0C64; 
	height: 25px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #8C0C64;
	border-right: 1px solid #8C0C64;
}

.calendar-table .today { 
	color: #000;
	background: #ccc;
}

.calendar-table .blank { 

}

.calendar-table .cell {
	color: #666;
}

.calendar-table .cell a,
.calendar-table .cell a:visited {
	font-weight: 400;
}

.calendar-table .cell a:hover {
}

.calendar-table .cell,
.calendar-table .blank,
.calendar-table .today {
	
}

.calendar-table .calendar-event {
	background: #eee;
	margin: 0 0 3px;
	padding: 2px 4px;
	border-radius: 5px;
	width: 94%;
}


/* ---- footer ---- */

#footer {
	background: #fff;
	padding: 0 0 20px;
	margin: 40px 0 0;
	font-size: 0.9em;
	position: relative;
}

/*#columns {
	width: 974px;
	background: #f1ebd5;
	margin-left: -16px;
	padding: 15px 0;
	color: #333;
}*/

#columns {
	width: 974px;
	height: 232px;
	background: transparent url(/images/footer.png) top left no-repeat;
	padding: 65px 0 15px;
	margin-left: -16px;
	position: relative;
}

#columns h2 {
	padding: 0 0 8px;
}

#columns .column {
	width: 250px;
	padding: 10px 35px 0;
	float: left;
	display: inline;
}

/* IE6 HACK */

*html #columns {
}

*html #columns .column a {
	background: none;
}

*html #columns .column a.button {
	background: #009ee6;
	border-color: #009ee6;
}

*html #columns .column a.button:hover {
	background: #fff;
	border-color: #009ee6;
}

/* END IE6 HACK */

#columns .column p {
	padding: 5px 0;
}

#columns .mid {
	width: 248px;
	border-left: 1px dotted #373535;
	border-right: 1px dotted #373535;
	height: 222px;
}

#columns .mid .first {
	width: 120px;
	float: left;
}

#columns .mid .second {
	width: 90px;
	float: right;
}

#columns .mid  ul {
	padding: 0 0 5px;
}

#columns .mid li{
	list-style: none;
	margin: 0 0 2px;
}

#columns .mid li a {
	color: #333;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;	
}

#columns .mid li a:hover {
	border-bottom: 1px solid #333;
}

#columns .column .update {
	width: 220px;
	padding: 0 0 0 18px;
	margin: -55px 0 0;
	position: relative;
}

#columns .update h2 {
	font-size: 2.4em;
	padding: 0 0 0px;
}

#columns .update p {
	padding: 0;
}

#columns .update a {
	color: #00448b;
	text-decoration: none;
	font-weight: 400;
}

#columns .update a:hover {
	border-bottom: 1px solid #00448b;
}

#newsletter {
	border: 1px solid #00448b;
	height: 19px;
	padding: 5px 5px 3px 5px;
	width: 203px;
	margin: 7px 0 17px;
	font-size: 1.4em;
	color: #333;
}

#newsletterbutton {
	background: #00448b;
	color: #fff;
	border: 1px solid #00448b;
	height: 29px;
	width: 74px;
	font: 700 1.4em Arial, sans-serif;
}

#newsletterbutton:hover,
#newsletterbutton:active {
	background: #fff;
	color: #00448b;
	outline: 0;
}

#copyright {
	padding: 20px 10px 0;
	color: #666;
}

#copy-left {
	float: left;
}

#copy-left p {
	padding: 0 0 15px;
}

#copy-right {
	text-align: right;
	float: right;
}

#copy-right h3 a:hover {
	border: 0;
}

#copy-right li {
	display: inline;
}

#copy-right li a {
	color: #666;
	font-weight: 400;
	font-size: 1.2em;
}

#copy-right li a:hover {
	color: #333;
	border: 0;
}

#copy-right h3 {
	margin: 0 0 10px;
}

#copy-right h3 img {
	margin: 0 0 -5px;
	position: relative;
}



/* ---- classes ---- */

.blue,
.blue a {
	color: #009ee6;
}

input.blue,
.blue input {
	border: 1px solid #009ee6;
	color: #009ee6;
}

.purple,
.purple a {
	color: #8c0c64;
}

input.purple,
.purple input {
	border: 1px solid #8c0c64;
	color: #8c0c64;
}

.green,
.green a {
	color: #6eb400;
}

input.green,
.green input {
	border: 1px solid #6eb400;
	color: #6eb400;
}

.red,
.red a {
	color: #d1051e;
}

input.red,
.red input {
	border: 1px solid #d1051e;
	color: #d1051e;
}

.navy,
.navy a {
	color: #00448b;
}

input.navy,
.navy input {
	border: 1px solid #00448b;
	color: #00448b;
}

p.button {
	color: #fff;
	margin: 15px 0 0;
	*padding: 0 0 36px 0;
	font: 700 1em Arial, sans-serif;
}

p.button a.button,
a.button,
.column p.button a,
table.basket p.button a,
input.button {
	font: 700 1.4em Arial, sans-serif;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 8px 13px 6px;
}

a.button.blue,
input.button.blue {
	background: #009ee6;
	color: #fff;
	border-color: #009ee6;
}

a.button.blue:hover,
a.button.blue:active,
input.button.blue:hover {
	background: #fff;
	color: #009ee6 !important;
	border-color: #009ee6 !important;
}

a.button.purple,
input.button.purple {
	background: #8c0c64;
	color: #fff;
	border-color: #8c0c64;
}

a.button.purple:hover,
a.button.purple:active,
input.button.purple:hover {
	background: #fff;
	color: #8c0c64 !important;
	border-color: #8c0c64 !important;
}

a.button.green,
input.button.green {
	background: #6eb400;
	color: #fff;
	border-color: #6eb400;
}

a.button.green:hover,
a.button.green:active,
input.button.green:hover {
	background: #fff;
	color: #6eb400 !important;
	border-color: #6eb400 !important;
}

a.button.red,
.purchase a.button,
input.button.red {
	background: #d1051e;
	color: #fff;
	border-color: #d1051e;
}

a.button.red:hover,
a.button.red:active,
input.button.red:hover {
	background: #fff;
	color: #d1051e !important;
	border-color: #d1051e;
}

a.button.navy,
input.button.navy {
	background: #00448b;
	color: #fff;
	border-color: #00448b;
}

a.button.navy:hover,
a.button.navy:active,
input.button.navy:hover {
	background: #fff;
	color: #00448b !important;
	border-color: #00448b;
}

a img {
	border: 0;
}

/* IE6 PNG FIX */

.fix {
	behavior: url(css/iepngfix.htc);
}

.date {
	text-align: center;
	border: 1px solid #555;
	background: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	width: 40px;
}

.date * {
	display: block;
}

.date .day {
	background: #8c0c64;
	color: #fff;
	border-bottom: 1px solid #555;
	font: 700 1em Georgia, "Times New Roman", serif;
}

.date .number {
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	font: 700 1.8em "Times New Roman", serif;
}

.spacer {
	border-top: 1px dotted #373535;
	margin: 25px 0 0;
	padding: 30px 0 0 0;
}

input.checkbox {
	border: 0;
}

p.checkout * {
	float: left;
	margin: 0 5px 0 0;
}

.paginate {
	font-size: 1.2em;
	margin: 25px 0 0;
}

.paginate * {
	float: left;
	display: block;
	padding: 2px;
	margin: 0 5px 0 0;
}

.paginate span {
	padding: 3px 2px 3px 0;
}

.paginate strong,
.paginate a {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.paginate strong {
	border: 1px solid #00448b;
	background: #00448b !important;
	color: #fff;
}

.paginate a:hover {
	border: 1px solid #00448b;
	background: #b6e7fb !important;
}

#content-right .voucher-form {
	float: left;
}

#content-right .newsletter-form div {
	margin: 20px 0 0;
}

#content-right .newsletter-form label,
#content-right .voucher-form label {
	font-size: 1.2em;
	display: block;
	float: left;
	width: 150px;
	padding: 3px 0 15px;
}

#content-right .voucher-form label {
	width: 55px;
}

#content-right .newsletter-form .input,
#content-right .voucher-form .input {
	float: left;
	border: 1px solid #00448b;
	height: 16px;
	padding: 2px 5px;
	width: 200px;
	margin: 0 5px;
	font-size: 1.2em;
}

#content-right .newsletter-form .textarea,
#content-right .voucher-form .textarea {
	float: left;
	border: 1px solid #00448b;
	height: 50px;
	padding: 2px 5px;
	width: 200px;
	margin: 0 5px 10px;
	font-size: 1.2em;
}

#content-right .voucher-form select {
	font-size: 1.2em;
	margin: 0 5px;
}

#content-right .newsletter-form br,
#content-right .voucher-form br {
	clear: both;
}

#content-right .newsletter-form .button,
#content-right .voucher-form .button {
	background: #00448b !important;
	color: #fff;
	border: 1px solid #00448b;
	font: 700 1.2em Arial, sans-serif;
	margin: 5px 0 5px 155px;
	padding: 2px 5px;
	height: 31px;
	font-size: 1.4em;
	cursor: pointer;
}

#content-right .voucher-form .button {
	margin: 5px 0 5px 60px;
}

#content-right .newsletter-form .button:hover,
#content-right .voucher-form .button:hover {
	background: #fff !important;
	color: #00448b !important;
	border: 1px solid #00448b;
}

.list {
	font-size: 1.2em;
}

.list li {
	list-style: circle;
	padding: 0 0 5px;
}

div.vouchers {
	margin: 10px 0 0;
}

div.small {
	margin: 24px 0 0;
}

div.small p,
p.small {
	font-size: 1em;
}

.flying-plumes {
	position: absolute;
	top: -125px;
	left: -16px;
	width: 904px;
	height: 176px;
	background: url(../images/flying-plumes.png) top left no-repeat;
	z-index: 1;
}

#target {
	width: 612px;
	min-height: 600px;
}


/* Font size fixes */

td, td p {
	font-size: 1em !important;
}

th h3, td h3 {
	font-size: 1.1em !important;
}

td input {
	font-size: 1em !important;
	padding: 4px 2px 2px 2px !important;
}

td p.button a.button {
	font-size: 1.2em !important;
}

a.foxycart_link {
	background: #8c0c64;
	color: #fff;
	border-color: #8c0c64;
}

a.foxycart_link:hover {
	background: #fff;
	color: #8c0c64 !important;
	border-color: #8c0c64 !important;
}

#fc_cart_container {
	margin-top:27px;
	
}

#fc_cart_container a {
	color: #00448B;
}

#fc_cart_controls_top {
	display:none;
}

#fc_cart_controls_bottom {
	text-align:right;
}

#fc_cart_controls_top .fc_link_nav, #fc_cart_controls_bottom .fc_link_nav  {
	font: 700 1.2em Arial, sans-serif;
	background: #00448B;
	color: #fff;
	border: 1px solid #fff;
	border-color: #00448B;
	padding: 8px 13px 6px;
}

#fc_cart_controls_top .fc_link_nav:hover, #fc_cart_controls_bottom .fc_link_nav:hover {
	background: #fff;
	color: #00448B;
	border-color: #00448B;
}

#fc_cart_table {
	margin: 20px 0;
}

#fc_cart_table caption {
display:none;
}

#fc_cart_head_item, #fc_cart_head_quantity, #fc_cart_head_price {
	padding-top: 10px;
	font-weight: 700;
	color: #00448B;
}

.fc_cart_remove_link {
	
}

.none {
	display:none;
}

#fc_form_checkout li label {
	display:inline;
	float:left;
	width:100px;
	padding: 4px 10px 0 0;
	height:20px;
	font-size:1.2em;
	text-align:right;
}

#fc_form_checkout li input {
	margin:0 0 5px 0px;
	font-size:1.2em;
/* 	margin: 0; */
	height: 17px;
	padding: 0 2px;
/* 	font-size: 1em; */
	float: left;
	border: 1px solid #333;
	width: 175px;
}

#fc_form_checkout legend {
	display:none;
}

#fc_form_checkout h2, #fc_receipt_container h2, #fc_receipt_container h1 {
	color: #00448B;
	padding:10px 0;
}

#li_customer_password, li_customer_password2 {
	height:20px;
	margin:20px 0 0 0;
	width:600px;
}

#li_customer_password label, li_customer_password2 label {
	width:auto;
}

#li_customer_password {
	float:left;
}

#li_customer_password2 {
	float:right;
	position:relative;
	top:-21px;
	width:350px;
}

#fc_payment_list label {
	float:none !important;
}

#fc_customer_billing_list label, #fc_address_shipping_list label {
	display:inline;
}

#fc_payment_method_plastic_container label {
	cursor:default;
}

#fc_payment_list .fc_error {
	display:block;
	color:red;
	width:auto;
	height:auto;
	text-align:left;
	padding:0 10px 4px 0;
}

#fc_login_register_list label {
	display:inline;
	float:none !important;
}

#li_customer_email .fc_error {
	float:right !important;
	margin-right:140px;
	width:200px;
}

#fc_customer_billing_list .fc_error, #fc_address_shipping_list .fc_error {
	float:right !important;
	width:330px;
	text-align:left;
	padding-left:5px;
}

#fc_login_register_list .fc_guest_checkout label {
	width:auto !important;
}

#fc_continue {
	display:none !important;
}

#fc_receipt_links_inner a {
	margin:0 50px 0 0;
}

.fc_cart_item {
	font-weight: 700;
}

.fc_cart_item_options {
	font-weight: 400;
	font-style: italic;
	font-size: 0.8em;
	padding:0;
}

.fc_cart_item_quantity,
.fc_cart_item_price {
	font-weight: 400;
}


.fc_cart_item_block_fb,
.fc_cart_item_sku,
.fc_cart_item_form_begin,
.fc_cart_item_code {
	display:none;
}

.fc_cart_item_quantity input {
	width:30px;
}


.fc_cart_remove_link {
	display:none;
}

.fc_cart_item_quantity .fc_cart_remove_link {
	display:inline !important;
}

tr.fc_cart_item:nth-child(even) {
	background:#fff;
}
tr.fc_cart_item:nth-child(odd)	{
	background:#D9F4FF;
}

tr.fc_cart_item td {
	padding: 4px 4px 4px !important;
}

#fc_cart_foot_discount_new {
	display:inline;
}

#fc_cancel_continue_shopping {
	text-align: right;
}

#fc_cancel_continue_shopping a {
	background:#00448B none repeat scroll 0 0;
	border:1px solid #00448B;
	color:#FFFFFF !important;
	font-family:Arial,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal;
	padding:8px 13px 6px;
}

#fc_cancel_continue_shopping a:hover {
	background: #fff;
	color: #00448B !important;
	border-color: #00448B !important;
}

#li_cc_exp_month select {
	font-size:1.1em;
}

#fc_receipt_container fieldset span, #fc_receipt_container fieldset legend {
	font-size:1.2em;
}

#fc_receipt_container fieldset legend span {
	font-size:1em;
}

#fc_receipt_links_inner a {
	background:#00448B none repeat scroll 0 0;
	border:1px solid #00448B;
	color:#FFFFFF !important;
	font-family:Arial,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal;
	padding:8px 13px 6px;
}

#fc_receipt_links_inner a:hover {
	background: #fff;
	color: #00448B !important;
	border-color: #00448B !important;
}

#fc_shipping_list .fc_tax {
	display: none;
}

#delivery_options li {
	font-size:1.1em;
}

#delivery_options li label {
	float:none;
}

.fc_cart_checkout_paypal, .fc_cart_checkout_paypal:hover {
	border:1px solid #fff !important;
	background:#fff !important;
	padding:2px !important;
	display:inline-block !important;
	float:left !important;
	margin:0 0 0 0 !important;
	opacity:1 !important;
	padding:1px !important;
	color:#fff !important;
}

#fc_payment_method_plastic_container label span img {
	cursor: pointer;
}

#fc_cart_foot_total td {
	font-weight:700;
}

.press-left {
	float:left;
	margin:0 62px 0 0;
}

.deliv {
	line-height: 2.9;
}

#content-right h1.three {
	padding: 17px 0 0;
	height: 33px;
}

.comments {
	padding: 30px 15px 15px;
	margin: 15px 0 0;
	background: #f5f5f5;
	border-top: 1px dotted #373535;
}

.comments li {
	margin: 0 0 4px;
	clear: both;
	min-height: 25px;
}

.comments label {
	width: 175px;
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 6px 4px 0 0;
	margin: 0 12px 0 0;
}

.comments label span {
	font-size: .8em;
	color: #f00;
}

.comments label.long {
	width: 500px;
}

.comments .input {
	margin: 0 10px 0 0;
	height: 17px;
	padding: 3px 2px;
	font-size: 1.2em;
	float: left;
	border: 1px solid #333;
	width: 175px;
}

.comments textarea {
	padding: 3px 2px;
	font-size: 1.2em;
	border: 1px solid #333;
	width: 366px;
	height: 100px;
	margin: 0;
}

.comments .button {
	background: #8c0c64;
	color: #fff;
	border: 1px solid #8c0c64;
	width: 83px;
	font: 700 1.2em Arial, sans-serif;
	margin: 10px 10px 0 0;
}


/*
#content-right h1.blue img {
	height: auto;
	margin: 0 0 -16px;
}
*/

.party-image {
	margin: 0 0 10px;
}

.kids-club {
	color: #00448B;
}

.kids-club-list {
	color: #80b33a;
	font-style:normal;
	font-weight:bold;
	font-size: 1.2em;
	line-height:1.5em;
	list-style-type: disc;
}

#kids-club-coloured {
	letter-spacing:-3px;
}

.k {
	color: #00b7f0;
}

.i {
	color: #82b532;
/* 	color: #eb008b; */
}

.d {
	color: #f7921e;
}

.s {
	color: #fc3038;
}

.c {
	/* color: #82b532; */
	color: #00b7f0;
}

.l {
	color: #82b532;
/* 	color: #00b7f0; */
}

.u {
	color: #f7921e;
}

.b {
	color: #fc3038;
}

.active .k, a:hover .k,
.active .i, a:hover .i,
.active .d, a:hover .d,
.active .s, a:hover .s,
.active .c, a:hover .c,
.active .l, a:hover .l,
.active .u, a:hover .u,
.active .b, a:hover .b { 
	color: #FF8CDB; 
}

.kids-club-link {
	letter-spacing: -3px;
}

.active #kids-club-coloured span, #kids-club-coloured:hover span {
	color: #FF8CDB;
}

.book-now {
	display: none;
}

.our-shop-gray {
	/*background: #666 50% 0%;*/
	background: #666 url(http://www.themakeryonline.co.uk/images/html2.jpg) 50% 0%;
}

.our-shop-gray #logo a {
	background: url(http://www.themakeryonline.co.uk/images/the-makery-emporium.png) no-repeat 0% 0%;
}

.our-shop-gray ul.main-nav {
	background: #666 !important;
}

.our-shop-gray #content-left li.active {
	background: url("/images/li-active-gray.png") no-repeat scroll right top transparent !important;
}

.gray,
.gray a {
	color: #666;
}

.cred {
	margin: 5px 0 0;
}

.cal-next {
	float: right;
}

.cal-prev {
	float: left;
}

.cal-heading {
	text-align: center;
	float: left;
	width: 657px;
	*width: 653px;
	margin: 8px 0 0;
}

.foxee-custom {
}

.foxee-custom label {
	display:inline;
	float:left;
	width:140px;
	padding: 0 10px 0 0;
	font-size:1.2em;
	margin: 8px 0;
}

.foxee-custom label.quantity {
	margin: 5px 0 15px;
}

.foxee-custom select {
	margin: 8px 0 0;
}

.foxee-custom input.quantity {
	width: 30px;
	padding: 4px 2px 2px 2px;
	font-size: 1.2em;
}

.foxee-custom .custom-field,
.foxee-custom .quantity-field {
	clear: both;
	overflow: hidden;
}

.foxee-custom .quantity-field {
	margin: 5px 0 0;
}
