/* Copyright (c) 2006, Ardent Creative */
/* Reset everything to defaults, so that styles can be cosistantly applied. */
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* Layout */
body, td {
	font-family: "Tahoma", "Arial", "Verdana", sans-serif;
	font-size: 12px;
}

h2 {
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	color: #724586;
	margin-top: 13px;
	padding-bottom: 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #724586;
	clip: rect(30px,auto,auto,auto);
	margin-top: 30px;
}

a {
	color: #A2789C;
}

p {
	line-height: 1.3em;
	margin-top: 10px;
}

strong {
	font-weight: bold;
}

table#container {
	border-left: 4px solid #724586;
	border-top: 4px solid #724586;
	border-right: 4px solid #724586;
	margin-top: 10px;
}

td#menu {
	text-align: center;
	border-right: 1px solid #DAD1E4;
}

/* Replaces the h1 tag with the Floating World logo */
td#menu h1 {
	width: 125px;
	height: 78px;
	margin: 20px 20px 20px auto;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
}

td#menu h1 span {
	display: none;
}

ul#nav {
	color: #724586;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #DAD1E4;
}

ul#nav li {
	padding: 5px 0 5px 0;
	border-top: 1px solid #DAD1E4;
	font-size: 12px;
}

ul#nav li.selected,
ul#nav li.hover,
ul#nav li:hover {
	background-color: #724586;
	color: #DAD1E4;
	cursor: hand;
	cursor: pointer;
}

div#products {
	padding: 5px;
	overflow: scroll;
	white-space: nowrap;
}

div#products img {
	margin-right: 5px;
}

td#product_container {
	padding-top: 10px;
}

td.earthenware { background-color: #CCCCCC; }
td.domesticware { background-color: #DDDDDD; }
td.art { background-color: #EEEEEE; }

td#earthenware { 
	background-color: #CCCCCC;
	color: #724586;
	cursor: pointer;
}

td#domesticware {
	background-color: #DDDDDD;
	color: #724586;
	cursor: pointer;
}

td#art {
	background-color: #EEEEEE;
	color: #724586;
	cursor: pointer;
}

.earthenware_highlight { background-color: #CCCCCC; }
.domesticware_highlight { background-color: #DDDDDD; }
.art_highlight { background-color: #EEEEEE; }

td#content {
	padding: 10px;
}

td.photo_only#content {
	padding: 0;
}

/* Makes the image fit right on the home page. */
body#home td#content {
	padding: 0;
}

table#category_list td {
	text-align: center;
	width: 384px;
	padding: 5px 0 5px 0;
	font-size: 1em;
	font-weight: bold;
}

* html table#category_list td {
	width: 384px;
}

td#detail {
	padding: 5px;
	padding-top: 0;
}

td#detail label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

td#detail p {
	margin-top: 5px;
}
/* Stops the category items floating. */
div.clear {
	clear: both;
}

div.spacer10 { height: 10px; }
div.spacer20 { height: 20px; }
div.spacer30 { height: 30px; }
div.spacer40 { height: 40px; }

/* End layout */
.footer {
	background-color: #724586;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
}
.full_page {
	text-align: right;
	width: 100%;
}
