/*

Reset
Setup
Header
Nav
Search
Content
Footer
Headings
Links
Lists
Forms
Tables
Misc

/*
=Reset
------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*
=Setup
------------------------------------------------------------------------------------------ */
body {
	text-align: center;
	background: #dbdbdb no-repeat fixed center top; /* optional image urls set in page styles admin */
}
body, input, textarea, select, button {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#shell {
	width: 988px;
	margin: 12px auto 12px;
	text-align: left;
}
#inner-shell {
	position: relative;
	background: #fff;
	margin: 0 24px 0 24px;
	padding: 0 24px 8px; /* clear footer */
	/* background: url(/_img/dev_grid.png) repeat-y center top; */
}	

/*
=Header
------------------------------------------------------------------------------------------ */
#header {
	height: 94px;
}
#header p#logo {
	height: 90px;
	width: 170px;
	position: absolute;
	left: 24px;
	top: -12px;
}
#header p#logo a img {
	border: none;
}
#header #basket-link {
	position: absolute;
	right: 24px;
	top: 24px;
	padding-left: 23px;
	background: url(/_img/basket.gif) no-repeat left center;
}

/*
=Nav
------------------------------------------------------------------------------------------ */
#nav ul {
	position: absolute;
	top: 56px;
	left: 328px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	margin: 0 1.5em 0 0;
}
#nav li#nav-contact {
	margin: 0;
}

/*
=Search
------------------------------------------------------------------------------------------ */
#search {
	position: absolute; 
	top: 47px;
	right: 24px;
}
#search label {
	display: none;
}
#search input {
	padding: 4px;
	border: 1px solid #999;
	color: #666;
	width: 170px;
}
#search input:hover {
	color: #000;
}
#search input:focus {
	color: #000;
}
#search #search-submit {
	display: none;
}

/*
=Content
------------------------------------------------------------------------------------------ */
#banner {
	background-repeat: no-repeat !important;
	margin: 0 0 32px 100px;
	width: 792px;
	height: 132px;
}
#content {
	width: 792px;
	margin-left: 100px;
}
#content p {
	margin: 0 0 16px;
}
#primary {
	float: left;
	width: 588px;
	overflow: visible;
	min-height: 500px;
}
#secondary {
	float: left;
	width: 180px;
	margin-right: 24px;
}
.two-column {
	width: 384px !important;
	margin-right: 24px !important;
	float: left;
}
.one-column {
	width: 180px;
	float: left;
}
.no-heading {
	padding-top: 48px;
}
.next-one {
	margin-left: 24px;
	margin-right: 0 !important;
}

/*
=Footer
------------------------------------------------------------------------------------------ */
#footer {
	clear: both;
	color: #333;
	width: 588px;
	margin: 0 0 0 304px;
	padding: 48px 0 0 0;
	font-size: x-small;
}
#footer p {
	margin: 0 0 16px;
}
#footer img {
	vertical-align: baseline;
	margin-right: 4px;
}

/*
=Headings
------------------------------------------------------------------------------------------ */
#secondary h2 {
	margin: 0 0 26px;
	font-size: 26px;
	line-height: 32px;
	color: #aaa;
	letter-spacing: -0.05em;
	text-indent: -2px;
}
#secondary h3 {
	margin: 16px 0 0;
	color: #333;
	font-weight: bold;
}
#secondary h4 {
	margin: 8px 0 0;
	font-style: italic;
}
#primary h1 {
	margin: 0 0 26px -2px;
	font-size: 26px;
	line-height: 32px;
	color: #333;
	letter-spacing: -0.05em;
	font-weight: normal;
}
#primary h1 em {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #666;
	font-style: normal;
	margin: 0 0 0 8px;
}
#primary h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
#primary h3 {
	font-weight: bold;
}
#primary h4 {
	font-style: italic;
}

/*
=Links
------------------------------------------------------------------------------------------ */
#header h1 a {
	display: block;
	height: 38px;
	width: 277px;
}
a {
	color: #2D5CA2;
	text-decoration: none;
}
a:hover {
	color: #4F9446 !important;
}

li.active, .active a, a.active {
	color: #61A758 !important;
	font-weight: bold;
}

.notice a {
	color: #fff;
	text-decoration: underline;
}
.notice a:hover {
	color: #fff !important;
	text-decoration: none;
}

/* .button-on applied by functions.js */
a.button {
	background: #fff;
	border: 1px solid;
	border-color: #C7D5E7 #8DB0E6 #4976B8;
	padding: 4px;
	display: block;
	float: left;
}

/* add popup icon */
.js-enabled-popup {
	background: url("/_img/popup.gif") no-repeat right bottom;
	padding-right: 19px;
}

/*
=Lists
------------------------------------------------------------------------------------------ */
ul {
	list-style: disc;
	padding: 0 0 0 16px;
	margin: 0 0 16px;
}
ol {
	list-style: decimal;
	padding: 0 0 0 32px;
	margin: 0 0 16px;
}
#secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary li {
	margin-left: 8px;
	text-indent: -8px;
}
#secondary ul.next {
	background: #e6e6e6;
	margin: 8px 0 8px -13px;
	padding: 8px 0 8px 13px;
}
#secondary li.divider {
	margin-bottom: 16px;
}
#secondary ul li.attention a {
	font-weight: bold;
}
#primary ul.bullets {
	list-style-type: none;
	padding: 0;
	margin: 0 0 16px;
	text-align: left;
}
#primary ul.bullets li {
	background: url(/_img/bullet.gif) no-repeat 0 5px;
	padding-left: 16px;
}
#primary ul.bullets.trifle {
	list-style-type: disc;
	list-style-position: inside;
	color: #777;
	font-size: 11px;
	font-weight: bold;
}
#primary ul.bullets.trifle li {
	background: none;
	padding-left: 0;
}
dl {
	margin: 0 0 16px;
}
dt {
	font-weight: bold;
	margin: 16px 0 0;
}
dd {
	margin: 0 0 0 32px;
}
.linkbar {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff url(/_img/gradient_lightblue.gif) repeat-x bottom left;
	list-style: none;
	margin: 0 0 16px;
	line-height: 20px;
}
.linkbar a {
	padding: 0 0 0 20px;
}
.inline-linkbar a {
	padding: 0;
}
.linkbar.inline-linkbar li {
	display: inline;
	margin: 0 0 0 20px;
}
.linkbar .linkbar-text-only {
	padding: 0 0 0 20px;
}
.a-z {
	list-style-type: none;
	margin: 0 0 32px;
	padding: 0;
}
.a-z li.first {
	border-left: 1px solid #aaa;
}
.a-z li {
	display: inline;
	border: 1px solid #aaa;
	border-left: none;
}
.a-z li.active a, .a-z li a:hover {
	background-color: #2D5CA2;
	color: #FFF !important;
}
.a-z a {
	padding: 0px 5px;
	border: none !important;
}

/*
=Forms
------------------------------------------------------------------------------------------ */
input, textarea, select {
	width: 90%;
	margin-top: 4px;
}
input, textarea {
	background: #fff url(/_img/input_shadow.gif) repeat-x left top;
	border: 1px solid;
	border-color: #848484 #c0c0c0 #e1e1e1;
	padding: 4px;
}
fieldset {
	margin: 32px 0 16px;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom-color: #aaa;
	padding: 8px;
	background: #eee url(/_img/fieldset.gif) repeat-x left top;
	text-align: left;
}
fieldset legend {
	font-weight: bold;
	color: #666;
}
.errors {
	font-weight: bold;
	margin-bottom: 16px;
	text-align: left;
	color: #CC0000;
}
form .error { /*for invalid inputs etc*/
	border: 1px solid;
	border-color: #CC0000 #F08888 #F7AEAE;
	background: #FFF0F0 url(/_img/input_shadow_error.gif) repeat-x left top;
	color: #CC0000;
}
.required {
	color: #CC0000;
}
input.button, button {
	color: #2D5CA2;
	background: #fff;
	border: 1px solid;
	border-color: #C7D5E7 #8DB0E6 #4976B8;
}
.button-on {
	border-color: #4976B8 #8DB0E6 #C7D5E7 !important;
}
.input-control {
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
}
form p.note {
	margin: 0 !important;
}

/* treat div.form-container as a 'row' in a form */
.form-container label {
	display: block;
	float: left;
	width: 125px;
}
.form-container {
	clear: left;
	overflow: visible;
	padding: 8px 0;
}
.form-container input, .form-container textarea {
	width: 250px;
}
.form-container input {
	margin-top: -9px;
}
.form-container textarea {
	margin-top: -5px;
}
.form-group {
	padding-left: 125px;
}
.form-group label {
	display: inline;
	float: none;
	width: auto;
}
.formhint {
	color: #666;
	font-size: 11px;
	margin: 2px 0 4px !important;
	padding-left: 125px;
}

/*
=Tables
------------------------------------------------------------------------------------------ */
table {
	font-size: small;
	text-align: left;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom: none;
	margin-bottom: 32px;
}
td, th {
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	padding: 4px;
}
th {
	background: #EEE;
}

/*
=Art Market
------------------------------------------------------------------------------------------ */
.art-market-listing {
	border-top: 1px solid #ccc;
	padding: 16px 0;
	margin: 32px 0 0;
	overflow: hidden;
}
.art-market-listing .details {
	float: left;
	width: 384px;
	margin-top: 14px;
}
#primary .art-market-listing h4 {
	font-style: normal;
}
.art-market-thumb {
	float: left;
	margin: 0 24px 0 0;
	width: 180px;
	text-align: center;
}
#content .listing-price {
	margin-bottom: 0;
}
.listing-contact {
	font-size: 11px;
}
.listing-toolbar {
	overflow: hidden;
	clear: left;
	padding: 8px 0 0;
}
.listing-toolbar img {
	vertical-align: middle;
}
.listing-toolbar .right {
	float: right;
}

/*
=Misc
------------------------------------------------------------------------------------------ */
em {
	font-style: italic;
}
.thumbnails {
	clear: both;
}
.thumbnails div {
	float: left;
	width: 180px;
	margin: 7px 19px 7px -5px;
	padding: 4px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
	min-height: 90px;
	position: relative;
}
.thumbnails div.last {
	margin-right: -24px;
}
.small div {
	width: 100px;
	min-height: 50px;
	margin: 8px 17px 16px -5px;
}
.small div.last {
}
.thumbnails .unavailable {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #FFF;
	border: 1px solid #B7010D;
	color: #B7010D;
	padding: 0 2px;
}
.thumbnails a span.info1 {
	color: #666;
	display: block;
}
.thumbnails a span.info2 {
	color: #999;
	display: block;
}
.thumbnails div img {
	display: block;
	margin: 0 auto 4px;
}
.small div img {
	margin: 0 auto 4px;
	display: block;
}
.pinball-on {
	border: 1px solid #BDD8BA !important;
	cursor: pointer;
}
.pinball-on a {
	color: #4F9446 !important;
	border: none !important;
}

strong {
	font-weight: bold;
}
.hidden {
	display: none !important;
}
address {
	font-style: normal;
}
.column-a {
	float: left;
	width: 47%;
}
.column-b {
	float: right;
	width: 47%;
}
small {
	line-height: normal;
	font-size: smaller;
}
.notice {
	font-weight: bold;
	color: #fff;
	background: #2D5CA2 url(/_img/info_icon.gif) no-repeat 8px 8px;
	padding: 8px 8px 8px 28px;
	margin: 0 0 16px 0 !important;
}
h2.notice {
	background-position: 7px 4px;
}
.bottom-push {
	margin-bottom: 1em !important;
}
.width-auto {
	width: auto !important;
}
.border-none {
	border: none;
}
hr {
	color: #B8CAD0;
	background-color: #B8CAD0;
	height: 1px;
	border: none;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
#site-closed {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 908px;
	height:16px;
	background: #FF8585;
	border-top: 14px solid maroon;
	font-size: 20px;
	padding: 16px;
}
blockquote {
	font-style: italic;
	width: 400px;
	border-left: 6px solid #ddd;
	padding-left: 6px;
	margin: 32px 0 8px;
}
cite {
	margin: 0 0 0 12px;
	color: #666;
}
.indent {
	margin-left: 32px;
}
.highlight {
	background: #FFFF6F;
}
.loading {
	padding-left: 10px;
	background: url(/_img/loading.gif) no-repeat left top;
}
