html,body
{
	margin: 0;
	padding: 0 0 3em 0;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans", LucidaUnicode, verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	line-height: 150%;
	text-align: center;
	background-image: url(/images/background_top.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #333;
}

.shipinfo {
	padding: 10px;
	background-color: salmon;
}

body#bookclub.front { background-image: url(/images/background_top_members.png); }
body#frontpage { background-image: url(/images/background_front_400.png); }
body#aboutus.front { background-image: url(/images/background_top_about.png); }
body#news.front { background-image: url(/images/background_top_news.png); }

a,a:link,a:visited
{
	text-decoration: none;
	cursor: pointer;
	color: #C30;
}

a.current,dl dd a.current, body#aboutus a.current
{
	color: #000;
	cursor: default;
}

/*:focus,:active {
border:0;
}*/

i,em
{
	font-style: italic;
	font-weight: inherit;
	font-family: "Lucida Sans", "Lucida Grande", LucidaUnicode, verdana,arial,helvetica,sans-serif;
}

strong { color: #000; }
body#frontpage a { color: #36026A; }
body#books a { color: #97037E; }
body#artists a { color: #90C500; }

/*body#news a { color: #32248D; }*/
body#news a { color: #e6001d; }
body#aboutus a { color: #FF9906; }
body#contactus a { color: #02968D; }
body#bookclub a { color: #36026A; }
body#frontpage a:hover,body a:hover,body#books a:hover,body#artists a:hover,body#aboutus a:hover,body#contactus a:hover, body#bookclub a:hover { color: #000; }

#frontpage_downloads {
	text-align: left;
	background-color: orange;
	height: 0;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	width: 780px;
	z-index: 10;
}

#frontpage_downloads a {
	clear: both;
	display: block;
	margin: 0 0 10px;
	width: 160px;
}

p
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

p.author { font-family: "Lucida Grande"; }

.message
{
	padding: 1em;
	background-color: #FF9;
	margin-bottom: 1em;
}

a img { border: 0; }

a.action
{
	padding: .2em .5em;
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
}

a.action:hover { background-color: #333; }
p.buttons { margin: 1em 0; }
p.buttons img { margin: 0 .5em 5px 0; }
p.submit { text-align: right; }

p.submit input
{
	vertical-align: bottom;
	margin: 0 0 0 .5em;
}

h1
{
	width: 110px;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -1234em;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

h1 a
{
	display: block;
	width: 100%;
	height: 45px;
	background-image: url(/images/steidl_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1 a:hover { background-position: 0 -45px; }

h2
{
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}

#mainText h2
{
	margin: 0 0 1em 0;
	line-height: 150%;
}

h3
{
	font-size: 100%;
	line-height: 150%;
	margin: 1.5em 0 0 0;
	padding: 0;
	color: #000;
}

h3.author
{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

dl,dt,dd
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

dt, legend, label { color: #000; }
dl.spaced { margin-top: 5em; }

ul,li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

ul.arrow { margin: 1.5em 0; }

ul.arrow li, a.arrow
{
	padding-left: 12px;
	background-image: url(/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

dl.bookClub { margin: 1.5em 0; }

dl.bookClub dt
{
	padding-left: 12px;
	background-image: url(/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

dl.bookClub dd { padding: 5px 12px; }
dl { margin-bottom: .5em; }
dt { font-weight: bold; }

div#wrapper
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#menu
{
	height: 45px;
	margin: 0 0 40px 5px;
	font-size: 75%;
}

div#menu ul
{
	list-style: none;
	margin: 0 0 0 110px;
	padding: 0;
}

div#menu ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div#menu ul li a
{
	display: block;
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 25px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -1234em;
}

div#menu ul li#booksMenu a
{
	width: 57px;
	background-position: 0 0;
}

div#menu ul li#booksMenu a:hover,div#menu ul li#booksMenu.current a
{
	background-position: 0 -25px;
	height: 25px;
}

div#menu ul li#artistsMenu a
{
	width: 61px;
	background-position: -57px 0;
}

div#menu ul li#artistsMenu a:hover,div#menu ul li#artistsMenu.current a { background-position: -57px -25px; }

div#menu ul li#newsMenu a
{
	width: 49px;
	background-position: -118px 0;
}

div#menu ul li#newsMenu a:hover,div#menu ul li#newsMenu.current a { background-position: -118px -25px; }

div#menu ul li#aboutUsMenu a
{
	width: 71px;
	background-position: -167px 0;
}

div#menu ul li#aboutUsMenu a:hover,div#menu ul li#aboutUsMenu.current a { background-position: -167px -25px; }

div#menu ul li#contactUsMenu a
{
	width: 83px;
	background-position: -238px 0;
}

div#menu ul li#contactUsMenu a:hover,div#menu ul li#contactUsMenu.current a { background-position: -238px -25px; }

div#menu ul li#yourAccountMenu a
{
	width: 99px;
	background-position: -315px 0;
}

div#menu ul li#yourAccountMenu a:hover,div#menu ul li#yourAccountMenu.current a { background-position: -315px -25px; }

div#menu ul li#bookClubMenu a
{
	width: 77px;
	background-position: -321px 0;
}

div#menu ul li#bookClubMenu a:hover,div#menu ul li#bookClubMenu.current a { background-position: -321px -25px; }

div#menu ul li#pressMenu a
{
	width: 77px;
	background-position: -398px 0;
}

div#menu ul li#pressMenu a:hover,div#menu ul li#pressMenu.current a { background-position: -398px -25px; }

/* category menu */
dl#categories
{
	list-style: none;
	margin: 3.5em 0 0 0;
	padding: 0;
	text-indent: 0;
	width: 110px;
	position: absolute;
	left: 0;
}

dl#categories dt { display: none; }

dl#categories dd
{
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	width: 110px;
	height: 20px;
	overflow: hidden;
}

dl#categories dd a
{
	display: block;
	background-image: url(/images/categories_new19052009.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 20px;
	text-indent: -1234em;
}

dl#categories dd.current a { cursor: default; }
dl#categories dd#newReleases_category a { background-position: 0 0; }
dl#categories dd#newReleases_category a:hover { background-position: -110px 0; }
dl#categories dd#newReleases_category.current a { background-position: -110px 0; }
dl#categories dd#comingSoon_category a { background-position: 0 -20px; }
dl#categories dd#comingSoon_category a:hover { background-position: -110px -20px; }
dl#categories dd#comingSoon_category.current a { background-position: -110px -20px; }

dl#categories dd#photography_category a
{
	background-position: 0 -50px;
	margin-top: 10px;
}

dl#categories dd#photography_category a:hover { background-position: -110px -50px; }
dl#categories dd#photography_category.current a { background-position: -110px -50px; }
dl#categories dd#architecture_category a { background-position: 0 -70px; }
dl#categories dd#architecture_category a:hover { background-position: -110px -70px; }
dl#categories dd#architecture_category.current a { background-position: -110px -70px; }

dl#categories dd#contemporaryCulture_category a
{
	background-position: 0 -90px;
	height: 32px;
}

dl#categories dd#contemporaryCulture_category a:hover { background-position: -110px -90px; }
dl#categories dd#contemporaryCulture_category.current a { background-position: -110px -90px; }

dl#categories dd#design_category a { background-position: 0 -122px; }
dl#categories dd#design_category a:hover { background-position: -110px -122px; }
dl#categories dd#design_category.current a { background-position: -110px -122px; }

dl#categories dd#fashion_category a { background-position: 0 -142px; }
dl#categories dd#fashion_category a:hover { background-position: -110px -142px; }
dl#categories dd#fashion_category.current a { background-position: -110px -142px; }

dl#categories dd#film_category a { background-position: 0 -162px; }
dl#categories dd#film_category a:hover { background-position: -110px -162px; }
dl#categories dd#film_category.current a { background-position: -110px -162px; }

dl#categories dd#fineArt_category a { background-position: 0 -182px; }
dl#categories dd#fineArt_category a:hover { background-position: -110px -182px; }
dl#categories dd#fineArt_category.current a { background-position: -110px -182px; }

dl#categories dd#giftbooks_category a { background-position: 0 -202px; }
dl#categories dd#giftbooks_category a:hover { background-position: -110px -202px; }
dl#categories dd#giftbooks_category.current a { background-position: -110px -202px; }

dl#categories dd#literature_category a { background-position: 0 -222px; }
dl#categories dd#literature_category a:hover { background-position: -110px -222px; }
dl#categories dd#literature_category.current a { background-position: -110px -222px; }

dl#categories dd#rare_category a { background-position: 0 -242px; }
dl#categories dd#rare_category a:hover { background-position: -110px -242px; }
dl#categories dd#rare_category.current a { background-position: -110px -242px; }

dl#categories dd#collectorsEditions_category a
{
	background-position: 0 -252px;
	margin-top: 10px;
}

dl#categories dd#collectorsEditions_category a:hover { background-position: -110px -252px; }
dl#categories dd#collectorsEditions_category.current a { background-position: -110px -252px; }

dl#categories dd#steidl_vintage_2006 a { background-position: 0 -272px; }
dl#categories dd#steidl_vintage_2006 a:hover { background-position: -110px -272px; }
dl#categories dd#steidl_vintage_2006.current a { background-position: -110px -272px; }

dl#categories dd#steidl_vintage a { background-position: 0 -292px; }
dl#categories dd#steidl_vintage a:hover { background-position: -110px -292px; }
dl#categories dd#steidl_vintage.current a { background-position: -110px -292px; }

dl#categories dd#steidl_rare a { background-position: 0 -312px; }
dl#categories dd#steidl_rare a:hover { background-position: -110px -312px; }
dl#categories dd#steidl_rare.current a { background-position: -110px -312px; }

/* end category menu */
/* sortingSwitch */
dl#sortingSwitch

dl#sortingSwitch
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 200px;
	height: 15px;
	position: absolute;
	left: 0;
}

dl#sortingSwitch dt { display: none; }

dl#sortingSwitch dd
{
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
	display: inline;
}

dl#sortingSwitch dd.current a { cursor: default; }

dl#sortingSwitch dd a
{
	display: block;
	background-image: url(/images/sortby.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
	text-indent: -1234em;
	overflow: hidden;
	float: left;
}

dl#sortingSwitch dd#byTitle a
{
	width: 35px;
	background-position: -91px 0;
}

dl#sortingSwitch dd#byTitle.current a
{
	width: 35px;
	background-position: -91px -15px;
}

dl#sortingSwitch dd#byArtist a
{
	width: 91px;
	background-position: 0 0;
}

dl#sortingSwitch dd#byArtist.current a
{
	width: 91px;
	background-position: 0 -15px;
}

dl#sortingSwitch dd#byReleaseDate a
{
	width: 74px;
	background-position: -126px 0;
}

dl#sortingSwitch dd#byReleaseDate.current a
{
	width: 74px;
	background-position: -126px -15px;
}

/* end sortingSwitch */
/* alphabet */
ul#alphabet
{
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	width: 780px;
	height: 15px;
}

ul#alphabet li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul#alphabet li a
{
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(/images/alphapet_matrix.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1234em;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

ul#alphabet li#complete_list a
{
	background-position: 0 0;
	width: 80px;
}

ul#alphabet li#letter_a a { background-position: -85px 0; }
ul#alphabet li#letter_b a { background-position: -110px 0; }
ul#alphabet li#letter_c a { background-position: -135px 0; }
ul#alphabet li#letter_d a { background-position: -160px 0; }
ul#alphabet li#letter_e a { background-position: -185px 0; }
ul#alphabet li#letter_f a { background-position: -210px 0; }
ul#alphabet li#letter_g a { background-position: -235px 0; }
ul#alphabet li#letter_h a { background-position: -260px 0; }
ul#alphabet li#letter_i a { background-position: -285px 0; }
ul#alphabet li#letter_j a { background-position: -310px 0; }
ul#alphabet li#letter_k a { background-position: -335px 0; }
ul#alphabet li#letter_l a { background-position: -360px 0; }
ul#alphabet li#letter_m a { background-position: -385px 0; }
ul#alphabet li#letter_n a { background-position: -410px 0; }
ul#alphabet li#letter_o a { background-position: -435px 0; }
ul#alphabet li#letter_p a { background-position: -460px 0; }
ul#alphabet li#letter_q a { background-position: -485px 0; }
ul#alphabet li#letter_r a { background-position: -510px 0; }
ul#alphabet li#letter_s a { background-position: -535px 0; }
ul#alphabet li#letter_t a { background-position: -560px 0; }
ul#alphabet li#letter_u a { background-position: -585px 0; }
ul#alphabet li#letter_v a { background-position: -610px 0; }
ul#alphabet li#letter_w a { background-position: -635px 0; }
ul#alphabet li#letter_x a { background-position: -660px 0; }
ul#alphabet li#letter_y a { background-position: -685px 0; }
ul#alphabet li#letter_z a { background-position: -710px 0; }
ul#alphabet li#complete_list a:hover,ul#alphabet  li#complete_list.current a { background-position: 0 -15px; }
ul#alphabet li#letter_a a:hover,ul#alphabet li#letter_a.current a { background-position: -85px -15px; }
ul#alphabet li#letter_b a:hover,ul#alphabet li#letter_b.current a { background-position: -110px -15px; }
ul#alphabet li#letter_c a:hover,ul#alphabet li#letter_c.current a { background-position: -135px -15px; }
ul#alphabet li#letter_d a:hover,ul#alphabet li#letter_d.current a { background-position: -160px -15px; }
ul#alphabet li#letter_e a:hover,ul#alphabet li#letter_e.current a { background-position: -185px -15px; }
ul#alphabet li#letter_f a:hover,ul#alphabet li#letter_f.current a { background-position: -210px -15px; }
ul#alphabet li#letter_g a:hover,ul#alphabet li#letter_g.current a { background-position: -235px -15px; }
ul#alphabet li#letter_h a:hover,ul#alphabet li#letter_h.current a { background-position: -260px -15px; }
ul#alphabet li#letter_i a:hover,ul#alphabet li#letter_i.current a { background-position: -285px -15px; }
ul#alphabet li#letter_j a:hover,ul#alphabet li#letter_j.current a { background-position: -310px -15px; }
ul#alphabet li#letter_k a:hover,ul#alphabet li#letter_k.current a { background-position: -335px -15px; }
ul#alphabet li#letter_l a:hover,ul#alphabet li#letter_l.current a { background-position: -360px -15px; }
ul#alphabet li#letter_m a:hover,ul#alphabet li#letter_m.current a { background-position: -385px -15px; }
ul#alphabet li#letter_n a:hover,ul#alphabet li#letter_n.current a { background-position: -410px -15px; }
ul#alphabet li#letter_o a:hover,ul#alphabet li#letter_o.current a { background-position: -435px -15px; }
ul#alphabet li#letter_p a:hover,ul#alphabet li#letter_p.current a { background-position: -460px -15px; }
ul#alphabet li#letter_q a:hover,ul#alphabet li#letter_q.current a { background-position: -485px -15px; }
ul#alphabet li#letter_r a:hover,ul#alphabet li#letter_r.current a { background-position: -510px -15px; }
ul#alphabet li#letter_s a:hover,ul#alphabet li#letter_s.current a { background-position: -535px -15px; }
ul#alphabet li#letter_t a:hover,ul#alphabet li#letter_t.current a { background-position: -560px -15px; }
ul#alphabet li#letter_u a:hover,ul#alphabet li#letter_u.current a { background-position: -585px -15px; }
ul#alphabet li#letter_v a:hover,ul#alphabet li#letter_v.current a { background-position: -610px -15px; }
ul#alphabet li#letter_w a:hover,ul#alphabet li#letter_w.current a { background-position: -635px -15px; }
ul#alphabet li#letter_x a:hover,ul#alphabet li#letter_x.current a { background-position: -660px -15px; }
ul#alphabet li#letter_y a:hover,ul#alphabet li#letter_y.current a { background-position: -685px -15px; }
ul#alphabet li#letter_z a:hover,ul#alphabet li#letter_z.current a { background-position: -710px -15px; }

/* end alphabet */
div#breadcrumbs
{
	font-size: 80%;
	color: #000;
	display: none;
}

p#footer,#footer
{
	font-size: 80%;
	color: #999;
	padding: 10em 0 2em 0;
	margin: 0;
	clear: both;
	bottom: 0;
}

.legal-info
{
	font-size: 85%;
	color: #999;
	padding: 2em 0 2em 0;
	margin: 0;
	clear: both;
	bottom: 0;
}

p.cards {
	text-align: center;
}

/*
Front page
*/

div#frontDisplay
{
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	margin: 0;
	padding: 0;
	height: 400px;
	z-index: 5;
	overflow: hidden;
}

h3.replaked,legend.replaked,dt.replaked
{
	width: 150px;
	height: 15px;
	background-image: url(/images/frontHeaders_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1234em;
	display: block;
	margin: 1.5em 0 .5em 0;
}

div#rightcolumn h3,div#rightcolumn dt { margin: 0 0 .5em 0; }
h3.replaked#newReleases { }
h3.replaked#news { background-position: 0 -15px; }
h3.replaked#bookClub { background-position: 0 -30px; }
h3.replaked#aboutSteidl { background-position: 0 -45px; }
h3.replaked#pressSection { background-position: 0 -60px; }
legend.replaked#pressSection { background-position: 0 -60px; }
h3.replaked#requestPressAccess { background-position: 0 -75px; }
h3.replaked#joinBookClub { background-position: 0 -90px; }
h3.replaked#orderCatalog { background-position: 0 -105px; }
h3.replaked#selectShippingRegion { background-position: 0 -180px; }

dt.replaked#recentNews_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -120px;
}

dt.replaked#pressSection_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -60px;
}

dt.replaked#contact_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -135px;
}

dt.replaked#imprints_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -150px;
}

dt.replaked#submissionGuidelines_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -165px;
}

dt.replaked#uscanada_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -195px;
}

dt.replaked#europe_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -210px;
	height: 30px;
}

dt.replaked#othermarkers_header
{
	text-indent: -1234em;
	overflow: hidden;
	background-position: 0 -240px;
}

dl.bookDetails { margin: 0 0 .5em 0; }

dl.bookDetails dt,dl.bookDetails dd
{
	margin: 0;
	text-indent: 0;
}

ul#frontboxes
{
	text-indent: 0;
	list-style: none;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 7.5pt;
	line-height: 150%;
	display: block;
}

ul#frontboxes li.image
{
	padding: 0;
	width: 195px;
	height: 130px;
}

ul#frontboxes li
{
	list-style: none;
	padding: 5px;
	display: block;
	width: 185px;
	height: 120px;
	float: left;
	margin: 385px 0 0 0;
}

div#grid
{
	width: 640px;
	margin: 0 0 30px 140px;
	position: relative;
	font-size: 7.5pt;
	line-height: 150%;
}

div#grid ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0;
	margin-bottom: .5em;
}

/* commented backslash hack v2 -- hides from IE 5 Mac  \*/
div#grid ul { clear: both; }

/* end hack */
div#grid ul li
{
	list-style: none;
	padding: 0;
	text-indent: 0;
	width: 155px;
	float: left;
	margin: 15px 5px 10px 0;
	padding-left: 0;
	display: inline;
}

div#grid ul li.specialed
{
	list-style: none;
	padding: 0;
	text-indent: 0;
	width: 300px;
	float: left;
	margin: 15px 15px 10px 0;
	padding-left: 0;
	display: inline;
}

div#grid ul li.specialed a
{
	display: block;
	height: 260px;
}

div#grid ul li.specialed a img { }

div#grid ul li.specialed dl a
{
	display: auto;
	height: inherit;
	background-color: inherit;
}

dd.more,ul.news dl dd.more { padding-top: 1em; }
img.bookCover,img.file { margin: 0 10px 5px 5px; }
body#frontpage img.bookCover { float: right; }
div#grid img.bookCover, div#grid img.file { margin: 0 0 5px 0; }
div#grid ul li dl { margin: 0 0 0 0; }
div#grid ul li dt { font-weight: bold; }

div#grid ul li dt,div#grid ul li dd
{
	margin: 0;
	text-indent: 0;
}

div#browser
{
	padding: 0 .5em 1em 0em;
	margin: 0;
	position: relative;
	height: 1.6em;
	border-bottom: 0px #000 solid;
}

div#browser a.browserNav,div#browser span.pagination { padding: 0 .5em; }

div#browser a.sortingKey.selected
{
	color: #000;
	font-weight: bold;
	cursor: default;
}

/*
Sorting
*/

div#grid  ul.sorting
{
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
	border: 0;
	height: 15px;
	background-image: url(/images/sorting.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 150px;
	position: absolute;
	left: 0;
	top: .3em;
}

div#grid ul.sorting li
{
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul.sorting li a
{
	display: block;
	height: 15px;
	background-image: url(/images/sorting.gif);
	background-repeat: no-repeat;
	background-position: -50px 0;
	text-indent: -1234em;
	overflow: hidden;
}

div#grid ul.sorting li.title,ul.sorting li.title a { width: 42px; }

div#grid ul.sorting li.artist,ul.sorting li.artist a
{
	width: 41px;
	background-position: -92px 0;
}

div#grid ul.sorting li.title,ul.sorting li.title a.selected { background-position: -50px -15px; }
div#grid ul.sorting li.artist,ul.sorting li.artist a.selected { background-position: -92px -15px; }

div#prevNext
{
	position: absolute;
	right: 0;
	top: 0;
}

a.next
{
	background-image: url(/images/next_arrow.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 10px;
	margin: 0 .5em;
}

a.previous
{
	background-image: url(/images/previous_arrow.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0 .5em;
}

a.last
{
	background-image: url(/images/last_arrow.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
	margin: 0 .5em;
}

a.first
{
	background-image: url(/images/first_arrow.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0 .5em;
}

div#search
{
	position: absolute;
	top: 20px;
	right: 0;
	padding: 3px 0;
	float: right;
	width: 220px;
	text-align: right;
}

input.text { font-family: "Lucida grande", "Lucida Sans", LucidaUnicode, verdana,arial,helvetica,sans-serif; }

div#search input.text
{
	height: 14px;
	width: 116px;
	padding: 2px;
}

div#basket
{
	position: absolute;
	right: 0;
	top: 47px;
	text-align: right;
	line-height: 15px;
	font-size: 8pt;
	width: 100%;
}

div#content
{
	position: relative;
	padding: 1em 0;
	overflow: visible;
}

div#mainColumn
{
	line-height: 150%;
	padding-right: 0;
	overflow: visible;
	float: left;
	width: 500px;
}

div#rightColumn
{
	line-height: 150%;
	position: relative;
	float: right;
	right: 0;
	top: 1em;
	width: 180px;
	font-size: 7.5pt;
	margin: 0;
	padding: 0;
	clear: right;
	overflow: hidden;
}

/* RTL content */
.rtl
{
	text-align: right;
	direction: rtl;
}

.rtl input {
	direction: ltr;

}

div#content.rtl { font-family: "Lucida grande",'Arial Unicode','Geeza Pro',"Lucida grande", "Lucida Sans",sans-serif; }

div#content.rtl div#mainColumn
{
	line-height: 150%;
	padding: 0 0 0 270px;
}

div#content.rtl div#rightColumn
{
	right: auto !important;
	left: 0;
}

div#content.rtl td { padding: .5em 0 .5em 1em; }

div#content.rtl .amount
{
	text-align: left;
	padding: .5em 1em .5em 0;
}

div#content.rtl th
{
	padding: .5em 0 .5em 0;
	text-align: right;
}

div#content.rtl th.total
{
	padding: .5em 1em .5em 0;
	text-align: left;
}

div#content.rtl p.submit { text-align: left; }

div#content.rtl p.submit input
{
	vertical-align: bottom;
	margin: 0 .5em 0 0;
}

div#content.rtl div#c olumn2
{
	line-height: 130%;
	width: 370px;
	position: absolute;
	top: 0;
	margin-right: 390px !important;
	margin-left: 0px !important;
	padding: 0 20px 5em 0;
}

div#content.rtl p.checkbox { padding-right: 25px; }

div#content.rtl p.checkbox input.checkbox
{
	float: right;
	margin-right: -20px;
}

div#content.rtl ul.arrow li, div#content.rtl a.arrow
{
	padding-left: 12px;
	background-image: url(/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 100% .3em;
}

div#errors.rtl ul li
{
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
	text-indent: 0;
	background-image: url(/images/previous_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% .3em;
}

/* new 2 colums layout for customers details */
div#content.rtl #twoColumns { overflow: hidden; }

div#content.rtl #column1
{
	width: 390px;
	/* The width and color of the rail */
	margin-right: -390px;
	/* Hat tip to Ryan Brill */
	float: right;
	right: auto !important;
	left: 0;
}

div#content.rtl #column2
{
	width: 370px;
	float: left;
}

div#content.rtl div#twoColumns h2 { margin-top: 0; }

/*
Book page
*/

div#bookDisplay
{
	background-color: #E3E3E3;
	height: 420px;
	float: right;
	width: 270px;
	margin: 0 -270px 20px 20px;
	padding-right: 0;
}

/* commented backslash hack v2 -- hides from IE 5 Mac  \*/
div#bookDisplay { padding-right: 270px; }

/* end hack */
div#spreads
{
	width: 540px;
	height: 350px;
}

div#spreadNavigation
{
	margin-top: 10px;
	color: #999;
	padding: 7px;
	border-top: 1px #ccc solid;
}

div#spreadNavigation ul,div#spreadNavigation ul li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	height: 22px;
}

div#spreadNavigation ul li { display: inline; }

div#spreadNavigation ul li a
{
	display: block;
	background-color: #ccc;
	width: 17px;
	text-align: center;
	float: left;
	margin: 5px 10px 0 0;
	color: #fff;
}

div#mainText
{
	line-height: 150%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

ul#actions
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

ul#specs
{
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	font-family: "Lucida Grande";
}

/*
/ Artists
*/

ul#authors { margin-left: 110px; }

ul#authors li a,ul#authors li a:link,ul#authors li a:hover
{
	color: #000;
	cursor: default;
}

ul#authors li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
}

ul#artists
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	list-style: none;
}

img.photo { margin: 0 0 1em 0; }

img#vintage_photo
{
	margin: 0 270px 20px 20px;
	padding-right: 0;
	float: right;
}

div#mainText img.photo { margin: 0 0 2em 0; }

div#bio
{
	padding-right: 280px;
	position: relative;
}

div#bio div#related
{
	width: 180px;
	position: absolute;
	right: 0;
	top: 0;
}

dl.list
{
	margin: 0 0 2em 0;
	padding: 0;
	text-indent: 0;
}

dl.list dt
{
	margin: 0 0 .5em 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

dl.list dd
{
	margin: 0 0 .5em 0;
	padding: 0;
	text-indent: 0;
}

dl.list select { width: 160px; }

/*
News
*/

ul.news
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.news li
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-indent: 0;
}

ul.news li dl
{
	list-style: none;
	margin: 0;
	padding: .5em 0;
	text-indent: 0;
}

ul.news li dt
{
	list-style: none;
	padding: 0;
	text-indent: 0;
	margin: 0;
	font-weight: bold;
}

ul.news li dd
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news li dt.date
{
	margin-left: 0;
	text-indent: 0;
	font-weight: normal;
	color: #333;
}

fieldset
{
	border: 0;
	margin: 1em 0 2em 0;
	padding: .5em 0 0 0;
	display: block;
}

div#display
{
	width: 780px;
	left: 0;
	top: 0px;
	margin: 0 0 10px 0;
	padding: 0;
	height: 240px;
	white-space: nowrap;
	position: relative;
}

div#display div.flashBox
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
}

div#display div.flashBox object,div#display div.flashBox embed
{
	margin: 0;
	padding: 0;
	border: 0;
}

/*
basket
*/

table.basket
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.basket th
{
	margin: 0;
	padding: .5em 0 .5em 0;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px #000 solid;
}

table.basket td
{
	margin: 0;
	padding: .5em 1em .5em 0;
	border-bottom: 1px #000 solid;
	vertical-align: top;
}

table.basket td.amount
{
	text-align: right;
	padding: .5em 0 .5em 1em;
	width: 20%;
}

table.basket th.total
{
	text-align: right;
	width: 20%;
	padding-left: 1em;
}

table.basket tr.total td
{
	border: 0;
	padding: .5em 0 0 0;
}

th.item { width: 60%; }

th.quantity
{
	width: 25%;
	white-space: nowrap;
}

p.basket { margin: 2em 0 0 0; }
label { font-weight: normal; }
input.text { width: 300px; }

/*div#twoColumns
{
	position: relative;
	padding-bottom: 5em;
	overflow: hidden;
}

div#column1
{
	line-height: 150%;
	width: 370px;
	top: 0;
	float: left;
	padding: 0 20px 5em 0;
}

div#column2
{
	line-height: 130%;
	width: 370px;
	top: 0;
	margin-left: 390px;
	padding: 0 20px 0 0;
}*/

/* new 2 colums layout for customers details */
#twoColumns
{
	background-color: #fff;
	overflow: hidden;
}

#column1
{
	background-color: #fff;
	width: 370px;
	border-right: 390px solid #fff;
	/* The width and color of the rail */
	margin-right: -370px;
	/* Hat tip to Ryan Brill */
	float: left;
}

#column2
{
	background-color: #fff;
	width: 370px;
	float: left;
}

div#twoColumns h2 { margin-top: 0; }
p.checkbox { padding-left: 20px; }
p.checkbox input.checkbox { margin-left: -20px; }
div#options { margin: 2em 0; }

div#differentShippingAddress
{
	padding-top: 0em;
	display: none;
}

div#bookClubPromo
{
	background-color: #FF9;
	margin-left: -5px;
	padding: 5px;
	margin-bottom: 2em;
	clear: both;
}

div#bookClubPromo p
{
	margin-left: -5px;
	padding-left: 25px;
}

div#bookClubPromo.checkbox input.checkbox { margin-left: -20px; }

ul#langSelector
{
	width: 780px;
	padding: 1em 0 5em 0;
	margin: 0;
	list-style: none;
}

ul#langSelector li
{
	list-style: none;
	display: inline;
}

ul#langSelector li a
{
	margin: 0 1.2em 0 0;
	display: block;
	float: left;
}

div#content.rtl ul#langSelector li a
{
	margin: 0 0 0 1.2em;
	display: block;
	float: right;
}

p#langSelector a.current,p#progress a.current
{
	color: #000;
	cursor: default;
}

p#progress a.completed
{
	color: #666;
	cursor: default;
}

div#bookClubLoginDetails
{
	display: none;
	padding-bottom: 10px;
}

/* Contact us */
div.answer { margin-top: 1em; }

div.answer fieldset
{
	margin-top: 2em;
	padding-top: 0;
}

div.answer h2 { display: none; }

/* Book club */
dl.storyIndex dt
{
	margin: 2.5em 0 0 0;
	clear: both;
}

dl.storyIndex dd { margin: 0 0 .5em 0; }

dd.bookCover
{
	float: right;
	clear: right;
	margin: 0;
}

dd.bookCover img { margin: 0 0 1em 1em; }

span.normalPrice
{
	text-transform: inherit;
	text-decoration: line-through;
}

span.membersPrice
{
	font-weight: bold;
	color: #000;
}

/* login page */
div#login dt label { font-weight: bold; }

div#login dt
{
	height: 2em;
	margin-top: 2em;
}

div#login dt,div#login dd { margin-left: 2.5em; }

div#login dt input
{
	margin-left: -2.5em;
	position: absolute;
}

/* Errors */
p.alert
{
	background-color: #FF9;
	padding: 1em;
	margin: 0 0 1em 0;
	color: #000;
}

body#frontpage p.alert { display: none; }
p.error { background-color: #FCC; }

label.error
{
	color: #F03;
	font-weight: bold;
}

/* Book Club Member payment details */
div#newAddress
{
	display: none;
	margin-top: 1em;
}

ul.radio li
{
	margin-left: 2em;
	margin-bottom: 1.5em;
}

ul.radio li input.radio
{
	margin-left: -2em;
	position: absolute;
}

/* added */
div#errors
{
	background-color: #FF9;
	padding: 1em;
	margin: 2em auto;
	width: 100%;
}

div#errors pre
{
	font-size: 90%;
	line-height: 130%;
	margin-left: 2em;
	display: block;
}

div#errors ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div#errors ul li
{
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	text-indent: 0;
	background-image: url(/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.missing { color: #F00; }

/* press */
dl#pressSidebar
{
	list-style: none;
	margin: 3.5em 0 0 0;
	padding: 0;
	text-indent: 0;
	width: 110px;
	position: absolute;
	left: 0;
}

dl#pressSidebar dd#logout { margin-top: 1em; }
span.explanation { color: #999; }

/* Robert Frank section
----------------------------------------*/

ol#photoReportage
{
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
}

ol#photoReportage li { display: block; }

ol#photoReportage dl
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	position: relative;
}

ol#photoReportage dl dt,ol#photoReportage dl dd
{
	padding: 0;
	margin: 0 0 .5em 0;
	text-indent: 0;
}

ol#photoReportage dl dt
{
	margin: 0 0 1em 0;
	clear: both;
}

ol#photoReportage dl dd.nav
{
	margin: 1.5em 0;
	width: 525px;
	height: 15px;
}

a.toggle.next
{
	display: block;
	height: 15px;
	width: 37px;
	background-image: url(/images/next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1234em;
	float: right;
}

a.toggle.previous
{
	display: block;
	height: 15px;
	width: 58px;
	background-image: url(/images/previous.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1234em;
	float: left;
}

div#rightColumn select { font-size: 8pt; }

div#securityMessage
{
	display: relative;
	clear: both;
}

select#cat_dl { width: 175px; }

/* Staff page */
ul#staff
{
	overflow: hidden;
	width: 528px;
}

ul#staff li
{
	float: left;
	margin: 0 20px 20px 0;
	width: 156px;
}

ul#staff li img { margin: 0 0 .5em 0; }
.imprint { margin: 0 0 1.5em 0; }

/* Vintage multicolumn layout */
div#vintage3columns
{
	width: 510px;
	margin: 0 0 30px 0;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	font-size: 7.5pt;
	line-height: 150%;
}

div#vintage3columns ul,
div#vintage3columns dl
{
	width: 160px;
	float: left;
	margin: 0 10px 2em 0;
}

div#vintage3columns ul li { margin: 0 0 .7em 0; }

/* Steidl Editions */
dd.more
{
	padding-top: 1em !important;
	clear: both;
}

dl.bookListWithThumb
{
	position: relative;
	margin-bottom: 2em;
	overflow: visible;
	clear: both;
}

dl.bookListWithThumb dt,dl.bookListWithThumb dd { border-left: #fff solid 320px; }

dl.bookListWithThumb dd.bookCover
{
	float: left;
	height: 300px;
	margin: 0 0 2em 0;
	padding: 0;
	border-left: 0;
	position: relative;
}

dl.bookListWithThumb dd.bookCover img
{
	margin: 0;
	padding: 0;
}

dl.bookListWithThumb dd.bookCoverLeft img { margin: 0 1em 1em 0; }

dl.bookListWithThumb dd.more
{
	padding-top: 1em !important;
	clear: none;
}

table#delivery
{
	width: 100%;
	margin: 1em 0;
}

table#delivery th,table#delivery td
{
	text-align: left;
	background-color: #EBEBEB;
	border-right: 1px #fff solid;
}

table#delivery th
{
	padding: .3em .8em 0 .8em;
	color: #000;
}

table#delivery td { padding: 0 .8em .3em .8em; }

.rtl table#delivery th,
.rtl table#delivery td
{
	text-align: right;
	background-color: #EBEBEB;
	border-right: 1px #fff solid;
	padding: .3em .8em;
}

.rtl table#delivery th { color: #000; }

/* Roni Horn page */
.book { margin: 0 0 2em 0; }
.book ul { margin: 1em 0; }
.book dd img { margin: .5em 0; }
.book dd.more img { margin: 0; }

/* Shops */
.shop span, .shop a { color: red !important; }

.row
{
	overflow: hidden;
	clear: both;
}

#frontpage_download
{
	width: 780px;
	margin: 0 auto;
	z-index: 6;
	text-align: left;
}

#frontpage_download a
{
	position: absolute;
	top: 70px;
	background-color:#fff;
	background-image: url(/images/frontpage_download_catalogue_08042009.gif);
	background-position: 0 0;
	width: 130px;
	height: 50px;
	display: block;
	text-indent: -1234em;
	overflow: hidden;
}

#frontpage_real_steidlville
{
	width: 780px;
	margin: 0 auto;
	z-index: 7;
	text-align: left;
}

#frontpage_real_steidlville a
{
	position: absolute;
	top: 0;
	background-color:#fff;
	background-image: url(/images/frontpage_real_steidlville.gif);
	background-position: 0 0;
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -1234em;
	overflow: hidden;
}



#langMenu
{
	font-size: 7pt;
	background-color: #fff;
	border: 1px #000 solid;
}

.shipping_message {
	display:block;
	/*padding: 1em;
	background-color: #FF9;*/
	color: #000;
	margin-bottom: 1em;
	font-weight:bold;
}

/* mårten's additions for polariod blog */
.blogentry {
	padding-bottom: 25px;
	padding-top: 25px;
}
