body {
	font-size:12px;
}
button {
	padding:.5em 2em;
	white-space:nowrap;
}


#MainSurround {
	width:800px;
	margin:0 auto;
}




/*
MAIN HEADER OF SITE
*/
#MainLogo {
	height:204px;
	background:url(/images/mugbug_header.gif) center top no-repeat;
	text-align:right;
	padding-right:1em;
	position:relative;
}
#MainLogo #topLinks {
	padding-top:.5em;
}
#MainLogo #topLinks, #MainLogo #topLinks a {
	color:#999;
	text-decoration:none;
}
#MainLogo #topLinks a:hover, #MainLogo #topLinks a strong {
	color:#00F;
	text-decoration:underline;
	font-weight:normal;
}
#MainLogo #basket {
	background:url(/images/cart-empty.gif) right 10px no-repeat;
	padding:0 90px 0 0;
	color:#C00;
}
#MainLogo #basket a {
	color:#00F;
}
#MainLogo #basket.empty {
	padding-top:40px;
	padding-bottom:60px;
}
#MainLogo #basket.full {
	background-image:url(/images/cart-full.gif);
	padding-top:30px;
	padding-bottom:50px;
}
#MainLogo fieldset {
	margin:0;
	position:absolute;
	bottom:10px;
	right:1em;
}
#MainLogo input {
	width:260px;
	vertical-align:middle;
	font-size:12px;
	color:#999;
}
#MainLogo input#searchGoButton {
	width:26px;
}

















/*
MAIN LEFT TAG MENU
*/
#MainMenu {/*Menu container*/
	float: left;
	width:197px;
	background:url(/images/left_bground.gif) left repeat-y;
	margin: 0 0 5em;
}
#MainMenu ul {/*Main menu items*/
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0 0 130px;
	line-height:150%;
	background:url(/images/left_bottom.gif) bottom no-repeat;
}
#MainMenu ul ul {
	/*Sub links*/
	margin: 0 0 0 .3em;
	padding:0;
	background:url();
}
#MainMenu li {
	list-style: none;
	margin:0;
	padding:0;
}
#MainMenu li.moreLink a {
	color:#00F;
}
#MainMenu a {/*Links*/
	display: block;
	color: #C00;
	cursor:pointer;
}
#MainMenu a:hover {/*Mouse Overs*/
	color:#000;
}
#MainMenu a strong {/*Current Page*/
	color: #000;
	font-weight: bold;
}
.mugCategoryHidden, .mugColourHidden, .mugIconHidden, .mugDesignerHidden, .mugEventHidden {
	display:none;
}
#MainMenu li#mugCatSeperator1 {
	background:url(/images/left_divider_1.gif) center bottom no-repeat;
	padding-bottom:27px;
}
#MainMenu li#mugCatSeperator2 {
	background:url(/images/left_divider_2.gif) center bottom no-repeat;
	padding-bottom:27px;
}
#MainMenu li#mugCatSeperator3 {
	background:url(/images/left_divider_3.gif) center bottom no-repeat;
	padding-bottom:27px;
}
#MainMenu p {
	margin:0;
	background:#FFF;
}
#MainMenu p a {
	color:#00F;
}






/*
PAGE CONTENT
*/

#MainContent {
	float: left;
	width:590px;
	text-align:left;
	margin-left:10px;
}
h1 {
	margin-top:0;
	font: italic 26px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color:#C00;
}
#Postcode {
	text-transform:uppercase;
}

label.error {/*javascript error triggers*/
	color:#FFF;
	padding:.5em;
	background:#C00 url(/images/icons/exclamation.gif) 5px center no-repeat;
	padding-left:25px;
}
.Notification, .Success {
	border:3px double #C00;
	border-radius:5px;
	box-shadow:2px 2px 2px #CCC;
	padding:1.5em 1.1em;
	padding-left:70px;
	margin:1em;
	background:#FFC url(/images/icons/exclamationx3.gif) no-repeat left center;
}
.Success {
	background:#FFC url(/images/icons/giant_tick.gif) no-repeat 10px center;
}

ul#suggestedSearches {
	line-height:200%;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}
	ul#suggestedSearches a {
		color:#00F;
	}

table, table td, table th, table caption {
	border:1px solid #CCC;
	border-collapse:collapse;
	padding:.5em;
	margin:0 auto;
}
table caption {
	border-bottom:0;
}
table td.numeric, table td.rightA {
	text-align:right;
}
table tfoot td button#cancelBasket {
	/*color:#999;*/
}
table tfoot td button:hover {
	color:#C00;
}
table tfoot td button#cancelBasket:hover {
	color:#000;
}

form#EditDetails table td input {
	font-size:12px;
	margin:4px 0;
}
form#EditDetails table td label {
	display:block;
}


/*
PRODUCT LISTING TABLE
*/
table.productList {
	border:0;
	text-align:center;
	margin:1em auto;
}
table.productList td {
	border:1px solid #BFBFBF;
	padding:10px;
}
table.productList td:hover {
	border:1px solid #000;
	box-shadow:2px 2px 2px #CCC;
}
table.productList td.empty:hover {
	box-shadow:0;
	border:auto;
}
table td.left {
	border-left:0;
}
table td.right {
	border-right:0;
}
table tr.top td {
	border-top:0;
}
table tr.bottom td {
	border-bottom:0;
}
table tr.bottom td.left {/*top right diamond*/
	background:url(/images/diamond_tr.gif) right top no-repeat;
}
table tr.bottom td.right {/*top left diamond*/
	background:url(/images/diamond_tl.gif) left top no-repeat;
}
table tr.top td.left {/*bottom right diamond*/
	background:url(/images/diamond_br.gif) right bottom no-repeat;
}
table tr.top td.right {/*bottom left diamond*/
	background:url(/images/diamond_bl.gif) left bottom no-repeat;
}
table tr.onlyOne td {/*no diamond*/
	background:url();
	border-top:0;
	border-bottom:0;
}
table tr.oneOnly td {
	border:0;
	background:url();
}
table td.empty {/*empty cell*/
	background:url();
	border:0;
}

table.productList td img {
	display:block;
	margin:0 auto 10px;
	width:150px;
}
table.productList td div.oosbanner {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#00F;
}
table.productList td em {/*sub title*/
	display:block;
	font-style:normal;
}
table.productList td a {
	text-decoration:none;
	display:block;
	position:relative;
}
table.productList td a:hover {
	text-decoration:underline;
}
table.productList td ul, table.productList td li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
table.productList td li.RRPonly {/*Only normal price*/
	font-weight:bold;
}
table.productList td li.deliveredPrice {/*Free delivery price*/
	font-weight:bold;
}
table.productList td li.freeDeliveryNotice {/*Free delivery notice*/
	color:#00F;
	font-size:11px;
	text-transform:uppercase;
}
table.productList td li.salePrice {/*sale price*/
	font-weight:bold;
	color:#00F;
}
table.productList td li.wasPrice {/*pre sale price*/
	text-decoration:line-through;
	color:#666;
}
table.productList td li.saving {/*Customer saving*/
	display:none;
}
table.productList td img.insetImage {
	position:absolute;
	top:0;
	right:0;
	border:1px solid #999;
	height:50px;
	width:50px;
}











/*

PRODUCT MORE INFO

*/
table#moreInfoTable {
	border:0;
	margin-bottom:1em;
}
table#moreInfoTable td {
	text-align:center;
}
table#moreInfoTable h1 {/*product title*/
	letter-spacing:normal;
	font-style:normal;
	margin: 0;
	text-align:center;
	font: bold 18px Arial,Helvetica,sans-serif;
	color:#000;
	text-shadow: 2px 2px 2px #CCC;
}
table#moreInfoTable h2 {/*sub title*/
	font-size:11px;
	font-weight:normal;
	margin:0;
	text-align:center;
}
table#moreInfoTable h3 {/*slogan*/
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin:0 auto;
	padding:1em 2em 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#00F;
}
div#clickabovetoenlarge {
	border-bottom:1px solid #CCCCCC;
	color:#999;
	font-size:11px;
	padding-bottom:1em;
}
table#moreInfoTable td#moreInfoImage {
	padding:0 1em 1em;
	text-align:center;
	/*background:url(/images/mugs_of_interest.gif) center bottom no-repeat;*/
	border-left:0;
}
table#moreInfoTable td#moreInfoImage div#fullDescription {/*full description surround*/
	padding:1em 0 70px;
	text-align:justify;
}
table#moreInfoTable td#associatedProducts {
	/*background:url(/images/mugs_of_interest2.gif) center top no-repeat;*/
	padding:0;
}
table#moreInfoTable td#associatedProducts table.productList {
	margin-top:0;
}
table#moreInfoTable td#associatedProducts table.productList tr.onlyOne td, table#moreInfoTable td#associatedProducts table.productList tr.top td, table#moreInfoTable td#associatedProducts table.productList tr.oneOnly td {/*space for associated prodyct graphic*/
	padding-top:30px;
}
table#moreInfoTable td#addToBasketTD {
	width:210px;
	border:0;
}
form#addToBasket {
	text-align:center;
	width:180px;
	margin:0 auto;
}
form#addToBasket a {
	color:#00F;
}
form#addToBasket p#deliveryInfoClickSurround {
	background:url(/images/delivery_prices.jpg) left center no-repeat;
	padding:10px 0px 30px 70px;
}
form#addToBasket ul, form#addToBasket li {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}
form#addToBasket ul#productInfo {
	color:#666;
	font-size:11px;
	line-height:200%;
}
form#addToBasket ul#productBullets li {/*Product bullet points*/
	text-align:center;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #CCC;
	font-size:11px;
	color:#00F;
}
form#addToBasket ul#productInfo sup {
	font-size:8px;
	color:#C00;
}
form#addToBasket ol#productNotices, form#addToBasket ol#productNotices li {
	font-size:9px;
	list-style:decimal;
	list-style-type:decimal;
	margin:auto;
	padding:auto;
	color:#999;
	list-style-position:inside;
	margin-bottom:1em;
}
form#addToBasket ol#productNotices {
	margin-top:5em;
	/*border-top: 1px solid #CCC;*/
	padding-top:1.5em;
	margin-left:0;
}
form#addToBasket select {
	display:block;
	width:180px;
}
form#addToBasket label {
	margin:10px auto 1em;
	display:block;
	text-align:left;
	background:url(/images/basket_arrow.gif) center bottom no-repeat;
	padding-bottom:24px;
}
form#addToBasket legend {
	display:none;
}
form#addToBasket li.RRPonly {/*Only normal price*/
	font:bold 36px Arial, Helvetica, sans-serif;
	color:#00F;
	text-align:center;
}
form#addToBasket li.deliveredPrice {/*Free delivery price*/
	font:bold 36px Arial, Helvetica, sans-serif;
	color:#00F;
	text-align:center;
}
form#addToBasket li.freeDeliveryNotice {/*Free delivery notice*/
	text-transform:uppercase;
	text-align:center;
	color:#C00;
	font: bold 18px Arial, Helvetica, sans-serif;
}
form#addToBasket li.salePrice {/*sale price*/
	font:bold 36px Arial, Helvetica, sans-serif;
	color:#00F;
	text-align:center;
}
form#addToBasket li.wasPrice {/*pre sale price*/
	text-decoration:line-through;
	color:#666;
	text-align:center;
}
form#addToBasket li.saving {/*Customer saving*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:none repeat scroll 0 0 #00F;
	border:3px solid #000000;
	color:#FFF;
	font:bold 16px Arial,Helvetica,sans-serif;
	margin-top:5px;
	text-align:center;
	padding:5px 0;
}
form#addToBasket li#dishwasher, form#addToBasket li#microwave {
	padding-left: 20px;
	background:url(/images/tick.gif) left center no-repeat;
}
form#addToBasket li#dishwasher.unsafe, form#addToBasket li#microwave.unsafe {
	background:url(/images/cross.gif) left center no-repeat;
	text-decoration:line-through;
}
form#addToBasket div#OOS {
	border:2px dashed #C00;
	padding:.5em;
	margin-top:1em;
	background:#FFC;
	font-size:11px;
	display:none;
}
img#mainImage {
	margin:0;
}
div#extraImages {
	text-align:center;
	margin-top:1em;
}
div#extraImages img {
	border:1px solid #CCC;
	cursor:pointer;
}


div#emptyBasket {
	text-align:center;
	padding:2em 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	border:1px dotted #CCC;
	margin:2em 3em;
}


form#addToBasket a#expandDelivery {/*delivery link*/
	text-decoration:underline;
	color:#C00;
}
#deliveryInfo {
	display:none;
	margin:1em 0;
}
#deliveryInfo table td, #deliveryInfo table th {
	font-size:11px;
	font-weight:normal;
}
#deliveryInfo table td {
	text-align:right;
}
#deliveryInfo table thead th {
	font-weight:bold;
}






/*

CHECKOUT & BASKET

*/
div.giftWrapQuestionLink, div.changeDeliveryLink, div.specialDeliveryLink {
	text-align:right;
	margin-top:.4em;
}
div.specialDeliveryLink div {/*instructions*/
	border:1px dashed #CCC;
	padding:5px;
	margin:5px;
	text-align:left;
	font-style:italic;
	font-size:11px;
}
div.giftWrapQuestionLink a, div.changeDeliveryLink a, div.specialDeliveryLink a {
	color:#00F;
	font-size:10px;
}
div.giftWrapMessageText {
	margin: 1em;
	background:#E7E7E7;
	border:1px dashed #999;
	padding:.5em;
	font-size:11px;
}
div.giftWrapMessageText p {
	margin-bottom:0;
}
.giftwrapMessageEdit {
	text-align:right;
}
div.giftWrapMessageText a {
	color:#00F;
}
form table th em {
	display:block;
	font-weight:normal;
	font-style:normal;
}
form#proceedToCheckout {
	text-align:center;
}
form#proceedToCheckout button {
	margin:1em auto;
}
form#proceedToCheckout button:hover {
	color:#C00;
}
form#proceedToCheckout fieldset {/*discount code*/
	border:1px solid #CCC;
	margin:5px auto;
	padding:5px;
	color:#666;
}
form#proceedToCheckout fieldset label {
}
form#proceedToCheckout fieldset input {
	text-transform:uppercase;
	color:#C00;
	text-align:center;
	padding:5px;
}
#mismatch {
	display:none;
}
#checkoutSteps {
	text-align:center;
	margin:0 0 2em;
}
form#sagepayCheckout {
	text-align:center;
	padding:2em 0;
}
tr.basketOOS td {
	background:#FFC url(/images/icons/exclamationx3.gif) left center no-repeat;
	padding-left:70px;
}
form#deliveryMethodChoice fieldset {
	border:1px solid #CCC;
	margin:1em;
	padding:2em 1em 1em;
}
form#deliveryMethodChoice fieldset#buttonFieldset {
	text-align:center;
	padding:1em;
	margin-top:1em;
}









/*
FOOTER OF SITE
*/

#Footer {
	clear:both;
	background:url(/images/footer.gif) center top no-repeat;
	height:135px;
	padding-top:60px;
}
#Footer a {
	color:#00F;
}
#Footer #cardLogos {
	margin-top:2em;
}
#Footer #cardLogos img {
	/*height:30px;*/
}

#externalLinks ul {
	margin-top:1em;
}
#externalLinks ul, #externalLinks li {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
#externalLinks li {
	display:inline;
	font-size:11px;
	margin:0 .3em;
}
#externalLinks li a {
	color:#006;
}






/*

Other stuff

*/
#mugComparison {
	background:url(/images/mug_comparison/standard_mug.gif) left top no-repeat;
	width:160px;
	height:101px;
	margin-top:2em;
	text-align:left;
}
#mugComparison img {
	/*actual comparison mug*/
	margin-left:75px;
}
#badge_container {
	margin:0 auto;
}
#breadcrumbTrail a {
	color:#00F;
}
#categorySearchTerms {
	line-height:180%;
}
#categorySearchTerms a {
	text-decoration:none;
}
#categorySearchTerms a:hover {
	text-decoration:none;
	color:#00F;
}
table#pastAddressList {
	margin:1em auto 2em;
}
table#pastAddressList td a {
	color:#00F;
}

/*
Superceded mug
*/
#supercededByBlock {
	border:2px solid #000;
	background:#FFC;
	padding:1em;
	margin:1em;
}
#supercededByBlock p {/*Note*/
	font-size:11px;
	line-height:150%;
}
#supercededByBlock a {/*Link to product*/
	text-decoration:none;
	color:#000;
}
#supercededByBlock a:hover {
	text-decoration:underline;
}
#supercededByBlock img {
	float:left;
	border:1px solid #000;
	margin-right:1em;
}
#supercededByBlock strong {/*product title*/
	color:#00F;
}
#supercededByBlock p.clickToView {
	clear:both;
	display:block;
	text-align:center;
	margin:1em auto;
}


/*
Sub product mugs
*/
#subProducts {
	margin-top:1em;
}
#subProducts td {
	font-size:11px;
}


/*
Category featured
*/
table.productList td.featuredItem img {
	vertical-align:middle;
	display:inline;
}




/*Xmas delivery schedule*/
table#christmasDeliverySchedule th {
	background:#EEE;
}
table#christmasDeliverySchedule tr.tooLate th,
table#christmasDeliverySchedule tr.tooLate td {
	background:#CCC;
	color:#666;
	font-weight:normal;
	text-shadow:1px 1px 0 #EEE;
}
table#christmasDeliverySchedule caption {
	background:#C00;
	color:#FFF;
	font-weight:bold;
}
