* {
	margin: 0;
	padding: 0;
}

body#main {
	background: #fff url(../../images/theme/body.gif) repeat-x 0 0;
	font: 0.8em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333;
}

body#splash {
	background: #004da2 url(../../images/theme/intro_background.gif) no-repeat 50% -100px;
}

a { color: #F7931D; }
a:hover { color: #900; }
a img { border: none; }

.meta {
	list-style-type: none;
	margin: 10px 10px 0 10px;
	text-align: right;
	font-size: 80%;
}

div.category_info .description {
	margin: 1em 1em 2em;
}

div.product_info p {
	clear: both;
}

div.product_info p.minimum_order {
	font-style: italic;
}

.more {
	padding: 4px 0 4px 20px;
	background: url(../../images/theme/darrow.gif) no-repeat 0 50%;
}

h2.images {
	padding-right: 40px;
	background: url(../../images/theme/images.gif) no-repeat 100% 50%;
}

h2.inquiry {
	padding-right: 40px;
	background: url(../../images/theme/email.gif) no-repeat 100% 50%;
}

h2.artwork {
	padding-right: 40px;
	background: url(../../images/theme/artwork.gif) no-repeat 100% 50%;
}

#container {
	width: 754px;
	margin: 10px auto;
	background: #fff url(../../images/theme/sidebar.gif) repeat-y 0 0;
	border: 4px solid #fff;
	position: relative;
}

#splash #welcome {
	width: 353px;
	height: 286px;
	background: url(../../images/theme/logo.gif) no-repeat 0 0;
	margin: 145px auto;
}

#splash #site_title a {
	display: block;
	width: 353px;
	height: 286px;
}

#header {
	width: 739px;
	height: 125px;
	background: url(../../images/theme/header.gif) no-repeat 0 0;
	text-align: right;
	padding: 15px 15px 0 0;
}

#site_title {
	font-size: 600%;
	color: #fff;
	letter-spacing: -4px;
}

#main #site_title a {
	display: block;
	float: right;
	width: 520px;
	height: 141px;
	color: #fff;
	text-decoration: none;
	margin: -15px -15px 0 0;
}

#site_subtitle {
	color: #fff;
	margin-right: 30px;
	letter-spacing: -1px;
}

#site_title span, #site_subtitle span { display: none; }

#search label {
	color: white;
	position: absolute;
	top: 60px;
	font-size: 85%;
	left: 9px;
}

#search input#q {
	position: absolute;
	background: url(../../images/theme/search.gif) no-repeat 0 0;
	top: 55px;
	left: 70px;
	width: 107px;
	padding: 5px;
	height: 16px;
	border: none;
}

#search input#q.issafari {
	background: transparent;
	left: 75px;
	width: 117px;
	height: 26px;
}

#search #search_spinner {
	position: absolute;
	top: 60px;
	left: 197px;
}

#content_container {
	width: 499px;
	float: right;
	padding: 10px;
}

#content_container h1,
#content_container h2,
#content_container h3,
#content_container h4,
#content_container h5,
#content_container h6 {
	color: #3FA6DD;
	font-weight: normal;
	border-bottom: 1px solid #3FA6DD;
	margin-bottom: 3px;
}

#content_container h1 { font-size: 2.25em; }
#content_container h2 { font-size: 1.75em; }
#content_container h3 { font-size: 1.5em; }
#content_container h4 { font-size: 1.25em; }
#content_container h5 { font-size: 1em; }
#content_container h6 { font-size: 1em; }

#content_container a { text-decoration: none; }

#content_container p.cart_add a.cart_add {
	background: url(../../images/theme/cart.gif) no-repeat 0 50%;
	padding: 4px 0 0 20px;
	display: block;
	height: 12px;
}

div.product_info p.cart_add { float: left; }

#content_container p {
	margin: 0 1em 1em;
}

#content_container div.product {
	clear: left;
	margin: 1em;
	overflow: auto;
	height: 1%;
	padding: 1em 0 1em 95px;
	border-bottom: 1px solid #e3e3e3;
}

#content_container div.product h3 {
	border: none;
}

#content_container div.product a:hover h3 {
	color: #900;
}

#content_container div.product img {
	float: left;
	margin: 0 15px 0 -85px;
	border: none;
	padding: 5px;
	background: #fff;
}

#content_container div.product li.filed_under {
	text-align: right;
}

#content_container div.notice {
	margin: 10px;
	padding: 20px 20px 20px 80px;
	background: #84C225 url(../../images/theme/notice.png) no-repeat 10px 10px;
	min-height: 80px;
	border: 2px solid #66A62E;
}

#content_container div.notice *,
#content_container div.errorExplanation * {
	color: #333;
	border-color: #333;
	font-style: italic;
	list-style-position: inside;
}

#content_container div.notice ul,
#content_container div.errorExplanation ul {
	margin-left: 20px;
}

#content_container div.errorExplanation {
	margin: 10px;
	padding: 20px 20px 20px 80px;
	background: #c61e00 url(../../images/theme/error.png) no-repeat 10px 10px;
	min-height: 80px;
	border: 2px solid #8c2020;
}

#content_container div.notice,
#content_container div.errorExplanation {
	background-color: #e3e3e3;
	border-color: #333;
}

#content_container li.breadcrumbs {
	text-align: right;
}

ul.thumbnails {
	display: inline-block;
	height: 1%;
	margin: 10px auto;
	text-align: center;
}

ul.thumbnails li {
	display: -moz-inline-box;	/* Mozilla */
	display: inline-block;		/* Opera, Safari, IE */
	vertical-align: top;
	margin: 0 2px 10px 2px;
}

ul.thumbnails li {
	width: 100px;
}

/* Holly hack (for IE) */
* html ul.thumbnails,
* html ul.thumbnails li {
	display: inline;
	height: 0;
	he\ight: auto;
}

ul.thumbnails li {
	background: #22AAF2 url(../../images/theme/thumbnail.gif) repeat-x 0 0;
}

ul.thumbnails li a {
	display: block;
	background: transparent url(../../images/theme/thumbnail_corners.gif) no-repeat 0 100%;
	padding: 4px 0;
}

ul.thumbnails li a {
	width: 100px;
}

ul.thumbnails li .caption,
ul.thumbnails li img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

ul.thumbnails li img {
	margin: 7px auto 0;
	padding: 5px;
	background: #fff;
	float: none;
	border: none;
}

ul.thumbnails li .caption {
	color: white;
	padding: 7px;
	font-size: 85%;
}

ul.thumbnails li a,
ul.thumbnails li a:hover {
	color: #fff;
	text-decoration: none;
}

dl.artwork {
	margin: 0 1em 1em;
}

dl.artwork dt {
	position: relative;
	padding: 4px 0;
}

dl.artwork dt a.more {
	position: absolute;
	text-align: right;
	top: 0;
	right: 0;
}

dl.artwork dd,
.order_form {
	background: #ebdccc url(../../images/theme/form.gif) no-repeat 0 100%;
	width: 400px;
	padding: 10px 20px 34px 20px;
	margin: 10px auto;
}

#sidebar_container .widget {
	margin-bottom: 20px;
}

#sidebar_container {
	margin-right: 519px;
	padding: 0 20px;
	position: relative;
}

#sidebar_container ul {
	margin: 5px 0 5px 20px;
	list-style-type: none;
}

#sidebar_container * {
	color: #927962;
	font-weight: normal;
}

#sidebar_container a {
	text-decoration: none;
}

#sidebar_container a:hover {
	color: #333;
	text-decoration: underline;
}

.order_form {
	padding-bottom: 44px;
}

.order_form p {
margin: 0;
}

.order_form fieldset {
	margin-bottom: 20px;
	border: none;
}

.order_form fieldset legend {
	color: #927962;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.order_form fieldset legend a.details {
	font-size: 0.75em;
	display: block;
	text-align: right;
}

.order_form input,
.order_form textarea {
	width: 200px;
}

.order_form label {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

.order_form label.required { color: #F00; }

.order_form input.submit {
	width: 80px;
	height: 30px;
	border: 1px solid #927962;
	background: #E5D3BD url(../../images/theme/button.gif) no-repeat 0 0;
}

.order_form textarea {
	height: 150px;
}

#footer {
	color: #fff;
	clear: both;
	background: url(../../images/theme/footer.gif) no-repeat 0 0;
	width: 505px;
	height: 11px;
	padding: 12px 7px 12px 242px;
	font-size: 85%;
	text-align: center;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
	text-align: center;
}

#cart li.product {
	position: relative;
	background: url(../../images/theme/cart_item.gif) no-repeat 0 0;
	height: 28px;
	width: 144px;
	margin: 6px 0 0 -28px;
	color: #fff;
	padding: 2px 24px 2px 32px;
	clear: left;
}

#cart li.product a {
	color: #fff;
	font-size: 80%;
}

#cart li.product a:hover {
	text-decoration: none;
}

#cart li.product a.cart_remove {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 12px;
	width: 12px;
	background: url(../../images/theme/cart_remove.gif) no-repeat 0 0;
}

#cart li.product a.cart_remove:hover {
	background: url(../../images/theme/cart_remove_hover.gif) no-repeat 0 0;
}

#cart li.product a.cart_remove span {
	display: none;
}

#cart li.product img.thumbnail {
	float: left;
	height: 18px;
	vertical-align: top;
	margin: 4px 10px 4px -26px;
}

#cart p.checkout {
	text-align: right;
	margin: 1em 0 1em 0;
}

#cart p.checkout a {
	background: url(../../images/theme/rarrow.gif) no-repeat 100% 50%;
	padding: 4px 20px 4px 0;
}

div.page img {
	float: right;
	margin: 1em;
}
div.page ul, div.page ol { list-style-position: inside; }
div.page ul, div.page ol, div.page dl { margin: 1em 2em; }

div.paginator {
	padding: 0.25em;
	background: #f8f8f8;
	clear: both;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
ul.paginator {
	text-align: right;
}
ul.paginator li {
	display: inline-block;
	display: -moz-inline-box;
}
ul.paginator li a, ul.paginator li span {
	display: block;
	padding: 3px 5px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
ul.paginator li span {
	color: #fff;
	background: #e3e3e3;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul.paginator li a { background: #fff; }
ul.paginator li a:hover {
	background: #900;
	color: #fff;
}
div.paginator p.current {
	text-align: left;
	letter-spacing: -1px;
	font: bold 100% arial, verdana, sans-serif;
	color: #666;
	border: none;
	padding: 3px 0;
	float: left;
}
div.paginator p.current span.current_items { font-weight: normal; }
