#navigation,
#header .other-nav,
#footer-navigation,
#footer-about,
div.footer,
div.callout,
.send-message,
#map h1,
.view-map a.button,
#main div.info-content .colours,
#main div.basket,
.gallery .thumbs,
#product-reviews,
#product-recommendations,
.contact-us .half,
.contact-us h1,
.contact-us .intro,
div.gallery-warning {
	display: none;
}
	.contact-us .first {
		display: inline;
	}
	.contact-us .callout {
		display: none;
	}

a {
	color: #000000;
	text-decoration: none;
}
span.logo a {
	color: #4C1E63;
}

#main div.info-content div.sizes {
	display: block;
}

body {
	font-family: Arial, sans-serif;
	font-size: 75%;
}

span.logo {
	font-size: 2em;
	font-family: Georgia, serif;
	color: #4C1E63;
	margin-right: 20px;
}

#tel {
	font-size: 1.5em;
	font-family: Georgia, serif;
	color: #4C1E63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, serif;
	color: #4c1e63;
	font-weight: bold;
	margin-bottom: 0.75em;
}

table.basket {
	width: 100%;
	margin-top: 30px;
}
	table th,
	table td {
		text-align: left;
	}
	table th.item,
	table td.img,
	table th.description,
	table td.description {
		text-align: left;
	}
	table td.img img {
		border: none;
	}
	table td.description p a {
		color: #000000;
		text-decoration: none;
	}
	table td.day {
		padding-right: 10px;
	}

#main .sizes ul {
	margin-bottom: 0;
}
#main .data ul {
	margin-top: 0;
}

#main div.info-content .diagram,
#main #diagram-full h5 {
	display: none;
}
	#main #diagram-full {
		position: absolute;
		top: 480px;
		left: -40px;
	}
#main div.info-content {
	margin-top: 20px;
	padding-left: 420px;
}
	#main div.info-content .data {
		position: absolute;
		width: 230px;
		top: 490px;
	}
		#main div.info-content .data ul {
			padding: 40px 0 0 10px;
		}
	#main div.info-content .sizes {
		position: relative;
		z-index: 50;
		width: 230px;
	}
			#main div.info-content .sizes h4 {
				display: none;
			}
			#main div.info-content .sizes ul {
				padding: 0;
			}
			#main div.info-content .sizes li {
				display: none;
				padding-bottom: 5px;
			}
				#main div.info-content .sizes li.current {
					display: block;
				}
					#main div.info-content .sizes li.current a {
						font-size: 1.25em;
						font-weight: bold;
						font-family: Georgia,serif;
						padding-bottom: 1em;
						display: block;
					}
#main div.info-header {
	margin-left: 420px;
}
	#main div.info-header p {
		font-family:Georgia,serif;
		font-size: 1.0833em;
		font-weight: normal;
		line-height: 1.5em;
	}
#main div.gallery {
	
}
	#main div.gallery .main img {
		width: 400px;
		height: 400px;
		position: absolute;
		top: 55px;
		left: 7px;
	}