a, a:link, a:visited, a:active
{
	color: #52006D;
}

a:hover
{
	text-decoration: none;
}

/* GLOBAL STYLES */
body, html, form
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input, textarea
{
	font-family: Arial, Courier, sans-serif;
	font-size: 12px;
}

img
{
	border: none;
}

/*Dynamic buttons*/

.mb_dynamic_button
{
  float: left;
}

.mb_dynamic_button:hover .mb_dynamic_button_left
{
  background-position: 0 -26px;
}

.mb_dynamic_button:hover .mb_dynamic_button_middle
{
  background-position: -3px -26px;
}

.mb_dynamic_button:hover .mb_dynamic_button_right
{
  background-position: right -26px;
}

.mb_dynamic_button_left
{
  float: left;
  width: 3px;
  height: 24px;
  background: url(/static/images/mb_dynamic_button_sprite.png) 0 0;
}

.mb_dynamic_button_middle
{
  float: left;
  height: 24px;
  background: url(/static/images/mb_dynamic_button_sprite.png) -3px 0;
  
  line-height: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #14001e;
}

.mb_dynamic_button_middle a
{
  color: #14001e;
  padding: 0 10px;
  text-decoration: none;
}



.mb_dynamic_button_right
{
  float: left;
  width: 3px;
  height: 24px;
  background: url(/static/images/mb_dynamic_button_sprite.png) right 0;
}


body 
{
	background: url(/static/images/background_gradient.jpg) repeat-x;
	min-width: 1012px;
	text-align: center;
}

.tooltip
{
	display: inline;
	margin-left: 3px;
}

.note 
{
  font-size: 0.8em;
}

.main-place-holder-repeater
{
	width: 1012px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.main-place-holder-repeater-image
{
	background: url(/static/images/background_repeater_white.jpg) repeat-y top left;
	float: left;
	width: 1012px;
	height: auto;
}

.main-place-holder
{
	width: 1012px;
	height: auto;
	background: url(/static/images/head_round_angle.jpg) no-repeat;
	min-height: 282px;
}

.maintenance .main-place-holder
{
	/*background: url(/static/images/head_round_angle.png) no-repeat;*/
}

/* breadcrumbs */
.breadcrumbs
{
	width: 940px;
	float: left;
	height: 20px;
	padding: 0;
	margin: 0 0 0 36px;
	color: #999999;
	font-size: 11px;
	border-bottom: solid 1px #E5E5E5;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active
{
	color: #52006D;
	text-decoration: none;
}

.breadcrumbs a:hover
{
	text-decoration: underline;
}

/* 3 col pages */

.col-left
{
	width: 210px;
	float: left;
	height: auto;
	background-color: Red;
	padding: 0 10px;
}

.col-center
{
	width: 480px;
	float: left;
	height: auto;
	background-color: Green;
}

.col-right
{
	width: 220px;
	float: left;
	height: auto;
}

/* SEARCH RESULTS */

.search-result
{
	clear: both;
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	background: url('/static/images/shadow_line_light.gif') bottom center repeat-x;
	font-size: 0.9em;
	line-height: 1.5em;
}

.search-result .search-left
{
	width: 66px;
	margin: 0;
	padding: 0 5px;
	float: left;
	clear: left;
}

.search-result .search-left img
{
	margin: 0;
}

.search-result .search-left .ic-booktype
{
	margin: 0 0 2px 0;
}

.search-result .search-right
{
	width: 388px;
	min-height: 75px;
	float: left;
	clear: right;
	margin: 0 0 0 10px;
}

.search-result .search-right h4
{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	text-transform: none;
}

.search-result .search-right h4 a
{
	text-decoration: none;
}

.search-result .search-right h4 span
{
	font-size: 0.7em;
}

.search-result .search-right .search-result-secondtitle, .search-result .search-right .search-result-isbn
{
	/*color: #52006D;*/
}

.search-result .search-right .search-result-secondtitle
{
	margin: 0;
	display: block;
	font-weight: bold;
}

.search-result .search-right .search-result-description
{
	display: block;
	float: none;
	margin: 5px 0; /*min-height: 65px;*/
}

.search-result .search-right .search-result-price
{
	clear: both;
	color: #52006D;
	font-size: 1.1em;
	vertical-align: bottom;
	float: left;
	margin: 5px 0 0 0;
}

.search-result .search-right .search-result-price span
{
	color: #E44510;
	font-weight: bold;
	font-size: 1.3em;
}

.search-result .search-right span.search-result-newprice
{
	font-weight: normal;
	font-size: 0.9em;
}

.search-result .search-right a.search-result-buy
{
	float: right;
	display: none;
	margin: 0px 5px 0 0;
	display: block;
	height: 25px;
	overflow: hidden;
	width: 127px;
	background: url('/static/images/btn_add_cart.gif') 0 -50px no-repeat !important;
}

.search-result .search-right a.search-result-buy span
{
	margin-left: -200px;
}

.search-result hr
{
	clear: both;
	background: #fff;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

.search-result-message
{
	background: #F6F6F6 url('/static/images/shadow_line_light.gif') bottom center repeat-x;
	padding: 10px 10px 18px 10px;
	margin: 0 0 10px 0;
}

/* COPY TO POSITIONING CSS */

.book-detail-head
{
	width: 700px;
	float: left;
	padding: 10px 0 9px 0;
	font-size: 11px;
	border-bottom: solid 1px #E5E5E5;
}

/* BOOK DETAIL PHOTO */
.book-detail-left-col, .prenten-detail-left-col
{
	width: 200px;
	float: left;
	height: auto;
	padding: 10px 0 0 0;
}

.book-detail-left-col dl
{
	width: 165px;
	margin: 0;
	padding: 0;
}

.book-detail-left-col dl dt, .book-detail-left-col dl dd
{
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	min-height: 20px;
	float: left;
}

.book-detail-left-col dl dt
{
	clear: left;
	font-weight: bold;
	width: 80px;
}

.book-detail-left-col dl dd
{
	width: 85px;
}

.book-detail-right-col
{
	width: 490px;
	float: left;
	height: auto;
	padding: 10px 0 0 10px;
	margin: 10px 0 10px 0;
	background: url(/static/images/book_detail_background.jpg) no-repeat top left;
}

.book-detail-right-col h1
{
	color: #52006D;
	padding-right: 100px;
	border-bottom: solid 1px #E2E2E2;
}

.book-detail-right-col h2
{
	padding-right: 100px;
	border-bottom: solid 1px #D4BFDE;
	margin-bottom: 10px;
}

.book-detail-right-col dl
{
	width: 380px;
	margin: 0;
	padding: 0;
}

.book-detail-right-col dl dt, .book-detail-right-col dl dd
{
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	min-height: 20px;
	float: left;
}

.book-detail-right-col dl dt
{
	font-weight: bold;
	width: 100px;
}

.book-detail-right-col dl dd
{
	width: 225px;
	padding-right: 50px;
}

.pOnlyOne
{
	clear: both;
	color: #E44510;
}

.book-detail-photo-holder, .book-detail-price-holder, .book-detail-photo-header, .book-detail-photo-footer, .book-detail-price-header, .book-detail-price-footer
{
	width: 190px;
	height: auto;
	float: left;
}
.book-detail-photo-content
{
	padding: 10px 0 7px 10px;
	width: 170px;
	float: left;
	height: auto;
}

.book-detail-photo-note
{
	height: 18px;
	float: none;
	clear: both;
	padding: 0 0 0 10px;
	margin: 0;
	width: 170px;
	font-family: tahoma;
	font-size: 0.8em;
}

.book-detail-photo-holder
{
	background: url(/static/images/book_detail_repeater.jpg) repeat-y;
	margin: 0 0 10px 0;
}

.book-detail-photo-header
{
	background: url(/static/images/book_detail_header.jpg) no-repeat;
	background-position: top left;
}

.book-detail-photo-footer
{
	background: url(/static/images/book_detail_footer.jpg) no-repeat;
	background-position: bottom left;
}

.book-detail-price-holder
{
	margin: 0 0 20px 0;
	background: url(/static/images/book_price_repeater.jpg) repeat-y;
}

.book-detail-price-header
{
	background: url(/static/images/book_price_header.jpg) no-repeat;
	background-position: top left;
}

.book-detail-price-footer
{
	background: url(/static/images/book_price_footer.jpg) no-repeat;
	background-position: bottom left;
}

.book_detail_info_title
{
	font-weight: bold;
}


.book-detail-price-content
{
	margin: 0 0 0 10px;
	padding: 5px 0px 15px 0px;
	float: left;
}

.book-detail-description
{
  float: left;
  width: 100%;
	clear: both;
	margin: 0 10px 20px 0;
}

.content-homepage-col-content-newramsj .book-detail-description
{
	clear: none;
}

a.book-detail-more, a.book-detail-less
{
}

.book-detail-price
{
	position: absolute;
	width: 95px;
	height: 67px;
	text-align: center;
	padding: 27px 0 0 0;
	margin: 0 0 0 380px;
	background: url('/static/images/pricetag.png') 0 0 no-repeat;
	font-weight: bold;
	font-size: 1.1em;
}

.book-detail-price em
{
	color: #E44510;
	font-size: 1.3em;
	font-style: normal;
}

.book-detail-copies
{
  float: left;
	width: 480px;
}

.book-copies
{
	/*width: 480px;*/
	font-size: 0.9em;
}

.book-copies .in-selection strong
{
	font-size: 1.1em;
	margin-bottom: 20px;
	display: block;
}

.book-copies tr.book-copies-header th
{
	text-align: left;
	border-bottom: solid 1px #E2E2E2;
	padding: 5px 2px;
}

.book-copies tr td
{
	padding: 10px 2px 0px 2px;
}

.book-copies tr td.book-copy-footer, .studybookitem
{
	padding-bottom: 10px;
	background: url('/static/images/shadow_line_light.gif') bottom center repeat-x; /*border-bottom: solid 1px #E2E2E2;*/
}

.book-copies img.book-copy-cover
{
	float: left;
	margin: 0 22px 0 2px;
}

.book-copies tr td.book-copy-footer p
{
	margin: 0 0 10px 0;
	float: left;
	width: 450px;
}

.book-copies tr td.book-copy-footer p.pOnlyOne.ebook
{
  width: 480px;
  text-align: right;
  font-size: 1.1em;
}

.book-copies .book-copy-icon
{
	width: 65px;
}
.book-copies .book-copy-quality
{
	width: 85px;
}
.book-copies .book-copy-shop
{
	width: 130px;
}
.book-copies .book-copy-stock
{
	width: 60px;
	text-align: center;
}
.book-copies .book-copy-price
{
	width: 60px;
	text-align: right;
	padding-right: 10px;
}
.book-copies .book-copy-buy
{
	width: 85px;
}

.book-copies td.book-copy-shop a
{
	display: none;
	margin: 0;
}

.book-copy-buy a
{
	display: block;
	height: 25px;
	overflow: hidden;
	width: 109px;
	background: url('/static/images/btn_add_cart.gif') 0 0 no-repeat !important;
}

.book-copy-buy a span
{
	margin-left: -1000px;
}

  tr.paklijst .book-copy-buy a
{
  padding: 0;
  margin: 0;
}

  /* text button */
  tr.paklijst .book-copy-buy a
  {
    background: url('/static/images/btn-general.png') top left no-repeat !important;
    text-decoration: none !important;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
    padding: 0px 0 0 0 !important;
    overflow: hidden;
    height: 18px;
  }

  tr.paklijst .book-copy-buy a span
  {
    display: block;
    height: 18px;
    margin: 0 0 0 5px !important;
    padding: 1px 25px 4px 20px !important;
    background: url('/static/images/btn-general.png') top right no-repeat !important;
  }

.book-copies tr.out-selection td, .book-copies tr.out-selection th
{
	color: #7F7F7F;
}

.book-copies tr.out-selection td h2
{
	color: #7F7F7F;
	margin: 20px 0 0 0;
	border: none;
}

.book-copies tr.out-selection .book-copy-buy a
{
	width: 99px;
	background: url('/static/images/btn_add_cart.gif') 0 -25px no-repeat !important;
}

/*.book-copies tr.special td { background-color: #FFF8EF; }*/

/* icons */
.ic-correct
{
  width: 20px;
  height: 11px;
  background: url("/static/images/ic_correct.png") no-repeat scroll 0 0 transparent;
}

span.ic-booktype
{
	background-image: url('/static/images/ic_legenda.gif?v=1');
	background-repeat: no-repeat;
	display: block;
	width: 60px;
	overflow: hidden;
	float: left;
	line-height: 50px;
	margin-right: 5px;
	padding: 0;
	height: 15px; /* BUGFIX 28-12-2011*/
}

span.ic-Ramsj
{
	background-position: 0 -45px;
}
/* B22661 */
span.ic-Nieuw
{
	background-position: 0 0;
}
span.ic-Ebook
{
	background-position: 0 -60px;
}
span.ic-Tweedehands, span.ic-2ehands
{
	background-position: 0 -15px;
}
span.ic-Speciaal, .special span.ic-Tweedehands
{
	background-position: 0 -30px;
}

/*span.ic-Speciaal, .special span.ic-Tweedehands { background-color: #640090; border: solid 2px #FEBF00; }*/

/*tr.out-selection span.ic-Ramsj { background-image: none; background-color: #ff6666; }
    tr.out-selection span.ic-Nieuw { background-position: -66px 0; }
    tr.out-selection span.ic-Tweedehands { background-position: -66px -15px; }
    tr.out-selection .special span.ic-Tweedehands { background-position: 0 -30px; }*/

/* more from author */

.search-result-author
{
	width: 155px;
	margin: 0 5px 0 0;
	float: left;
	font-size: 0.8em;
	min-height: 100px;
}

.search-result-author img
{
	width: 60px;
	float: left;
}

.search-result-author div
{
	width: 85px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}

.search-result-author div a
{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 0.9em;
}

.search-result-author div a:hover
{
	text-decoration: underline;
}

.search-result-author div p
{
	margin: 0;
	padding: 0;
	min-height: 72px;
	overflow: hidden;
}

.search-result-author div span
{
	color: #E44510;
	font-weight: bold;
	font-size: 1.2em;
}

/* instructions */

.instructions-holder
{
	margin: 1px 0 0 0;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 10px;
}

.instructions-holder h2
{
	margin-top: 10px;
	border-bottom: solid 1px #E2E2E2;
	float: none;
	clear: both;
}

.instructions-holder dl
{
	width: 215px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}

.instructions-holder dl dt, .instructions-holder dd
{
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	float: left;
}

.instructions-holder dl dt
{
	font-weight: bold;
	width: 60px !important;
	overflow: hidden;
	display: inline;
	clear: left;
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
}

.instructions-holder dl dd
{
	width: 140px;
}

.instructions-holder p.instruction-type
{
	margin: 2px 0;
	padding: 0;
	clear: both !important;
}

/* verwijderen later */
.book-detail-tabs
{
	width: 480px;
	float: left;
	height: 30px;
	border-bottom: solid 1px #EBE1BF;
}

.book-detail-content
{
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 480px;
}

.book_detail_location
{
	width: 475px;
}

.book-detail-special-description
{
	width: 475px;
	float: left;
	line-height: 18px;
}

.book_detail_stock_table
{
	width: 475px;
	float: left;
	line-height: 18px;
	padding: 5px 0;
	border-top: solid 2px #ebe1bf;
	background-color: #fffadd;
}

.table_tweedehands
{
	background-color: #FFF8CF;
}
.table_ramsj
{
	background-color: #FFFADD;
}
.table_nieuw
{
	background-color: #FFFDEF;
}

.book_detail_stock_table_items
{
	float: left;
	border-top: solid 1px #ebe1bf;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.book_detail_stock_table_items img
{
	border: solid 5px #ff6666;
}

.book_detail_stock_table_items_line
{
	border-right: solid 1px #ebe1bf;
	float: left;
}

.book_detail_location h3
{
	float: left;
	clear: both;
	margin-top: 10px;
}

.book_detail_location h3 span
{
	font-size: 0.8em;
	font-weight: normal;
}

.book_detail_location dl
{
	margin: 0;
	padding: 0;
	width: 460px;
}

.book_detail_location dt
{
	clear: left;
	float: left;
	width: 60px;
	margin: 3px;
	padding: 0;
}

.book_detail_location dd
{
	margin: 3px;
	padding: 0;
	float: left;
	width: 350px;
}

.book_detail_location .help
{
	float: right;
	font-size: 0.8em;
	margin: 17px 0 0 0;
	padding: 0px 15px 0px 3px;
	background: url('/static/images/ic_help.gif') right 0px no-repeat;
}

.book_detail_link
{
}

.book_detail_more
{
	width: 440px;
}

.book_more
{
	width: 440px;
	padding: 0 15px 5px 19px;
}

.book_more h4
{
	margin: 10px 0 0 0;
	font-size: 12px;
}

.book_more p
{
	margin: 0;
	width: 450px;
}

.book-detail-content-preferences
{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
}
/* einde verwijderen later */

.preferences-left
{
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	width: 120px;
}

.preferences-right
{
	margin: 0;
	padding: 0;
	float: left;
	width: 360px;
}

.book-detail-orderbtn
{
	margin: 0 0 10px 110px;
	padding: 0;
}

/* EDITED 20090924 by Remco*/
.vestiging-holder
{
	margin: 0;
	padding: 5px 0;
	float: left; /*width						: 225px;*/
	font-size: 11px; /*line-height			: 18px;*/
}

.vestiging-holder a
{
	font-weight: bold;
}

.vestiging-holder img
{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #FECA00;
}

.vestiging-holder .voorraad-max
{
	color: #339900;
	font-weight: bold;
}

.vestiging-holder .voorraad-med
{
	color: #FF9900;
	font-weight: bold;
}

.vestiging-holder .voorraad-min
{
	color: #FF0000;
	font-weight: bold;
}

.divControlHolder
{
	float: left;
	width: auto;
}

.divPlaceHolder
{
	float: left;
}

.controlButtons
{
	text-align: right;
}

.controlButtons img
{
}

.divControlHolder:hover
{
	/*	border: dashed 1px red;*/
	background-color: #D8D8D8;
}

.controlEditIcon:hover
{
	cursor: pointer;
}

.moveDownIcon:hover
{
	cursor: pointer;
}

.moveUpIcon:hover
{
	cursor: pointer;
}

.controlDeleteIcon:hover
{
	cursor: pointer;
}

.controlAddIcon
{
	float: right;
}

.controlAddIcon:hover
{
	cursor: pointer;
}

.DisplayNone
{
	display: none;
}

.DisplayInline
{
	display: inline;
}

.TextDecorationNone
{
	text-decoration: none;
}

.PagerTopBotBorder
{
	float: right;
}


.PagerTopBotBorder label
{
	margin: 0px 0px 0 0;
	float: none;
	width: auto;
	text-align: center;
}


.PagerTopBotBorder a:link, .PagerTopBotBorder a:visited, .PagerTopBotBorder a:active
{
	color: #52006D;
	text-decoration: none;
}

.PagerTopBotBorder a:hover
{
	text-decoration: underline;
}

.ColorBlack, .ColorBlack:visited, .ColorBlack:link, .ColorBlack:visited, .ColorBlack:active
{
	font-weight: bold;
	cursor: text;
	color: black;
}

.ClearBoth
{
	clear: both;
}

.FloatLeft
{
	float: left;
}

.bookversion-div
{
	margin: 0;
	padding: 10px;
	float: left;
	width: 225px;
	font-size: 11px;
	line-height: 18px;
}

#spanItemCountCart
{
	margin-left: 20px;
}

#tblShoppingCartMini input.bookdelete
{
	/*	margin-left:2px;*/
	float: right;
}

#divBestel
{
	float: right;
	padding: 15px 10px 0 0;
}

#ulShoppingCart a
{
	text-decoration: none;
}

#ulShoppingCart a:hover
{
	text-decoration: underline;
}
.columnDate
{
	width: 590px;
	float: left;
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #D1B9CB;
}

.columnForeword
{
	font-weight: bold;
	width: 590px;
}

.agenda-detail-content p
{
	width: 590px;
}

.Gmap
{
	width: 380px;
	height: 300px;
	float: left;
}

#divGreeting
{
	float: right;
	padding: 25px 37px 0 0;
	font-size: 11px;
	text-align: right;
	width: 500px;
}

#divGreeting img
{
	padding: 0 5px 0 0;
	margin: 2px 0 0 0;
}

#divGreeting img, #divGreeting div
{
	float: right;
}

#divGreeting div
{
	padding: 2px 0 0 5px;
}


.bookofthemonthHolder
{
}

.inputccdate
{
	width: 45px;
}

.linkbutton
{
	background: url('/static/images/btn-general.png') top left no-repeat;
	padding: 1px 0 1px 0;
	margin: 5px;
	float: left;
}

.linkbutton a
{
	background: #F4B701 url('/static/images/btn-general.png') top right no-repeat;
	padding: 2px 10px 2px 0;
	margin: 0px 0 0 10px;
	text-decoration: none;
	font-weight: bold;
}

.linkbutton129 {
  display: block;
  width: 140px;
  height: 22px;
  float: right;
  padding: 0;
}

.linkbutton129 input 
{
  border: none;
	background: url('/static/images/btn-general-129.png') top right no-repeat;
	width: 129px;
	height: 22px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* PROFILE DETAIL PAGE  */

.profile_background
{
	width: 680px;
	float: left;
	height: auto;
	background: url(/static/images/profile_background.jpg) no-repeat top left;
	padding: 10px;
	margin: 10px 0 0 0;
	min-height: 300px;
}

.profile_background h1
{
	width: 680px;
	float: left;
	border-bottom: solid 1px #EBE1BF;
	margin: 0 0 10px 0;
}

.profile_tabs
{
	width: 680px;
	border-bottom: solid 1px #EBE1BF;
}

/* PROFILE TABS HOLDERS // */

.profile_tabs
{
	width: 680px;
	float: left;
	height: 25px;
	border-bottom: solid 1px #EBE1BF;
}

.profile_tabs ul
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.profile_tabs ul li
{
	display: inline-block;
	float: left;
	margin: 0 1px 0 0;
}

.profile_tabs ul li a
{
	text-decoration: none;
	display: inline-block;
	float: left;
	margin: 0 0 0 2px;
	width: 130px;
	height: 18px;
	background: url('/static/images/tabs.png') 0 0 no-repeat;
	padding: 7px 0 0 0;
	text-align: center;
}

.profile_tabs ul li.active a, .profile_tabs ul li a:hover
{
	padding: 6px 0 1px 0;
	background-position: 0 -25px;
}

.profile_tabs ul li.active a
{
	font-weight: bold;
}

/*
ALL REPLACED BY TEXT TABS
.tab-adress, .tab-adress a:link, .tab-adress a:visited, .tab-adress a:active
{
	background: url(/static/images/tab_adress.png) no-repeat;
	width: 72px;
	height: 25px;
	float: left;
}

.tab-adress-active, .tab-adress a:hover
{
	background: url(/static/images/tab_adress_active.png) no-repeat;
	width: 72px;
	height: 25px;
	float: left;
}

.tab-orders, .tab-orders a:link, .tab-orders a:visited, .tab-orders a:active
{
	background: url(/static/images/tab_orders.png) no-repeat;
	width: 150px;
	height: 25px;
	float: left;
}


.tab-orders-active, .tab-orders a:hover
{
	background: url(/static/images/tab_orders_active.png) no-repeat;
	width: 150px;
	height: 25px;
	float: left;
}

 NOT AVAILABLE IN FIRST RELEASE 
.tab-booksearchservice, .tab-booksearchservice a:link, .tab-booksearchservice a:visited, .tab-booksearchservice a:active
{
	background			: url(/static/images/tab_booksearchservice.png) no-repeat;
	width						: 134px;
	height					: 25px;
	float						: left;
	
	
}

.tab-booksearchservice-active,
.tab-booksearchservice a:hover
{
	background			: url(/static/images/tab_booksearchservice_active.png) no-repeat;
	width						: 134px;
	height					: 25px;
	float						: left;
		
}	


.tab-newsletters, .tab-newsletters a:link, .tab-newsletters a:visited, .tab-newsletters a:active
{
	background: url(/static/images/tab_newsletters.png) no-repeat;
	width: 121px;
	height: 25px;
	float: left;
}

turned of because this tab was confusing people 
div.profile_tabs li.tab-newsletters { display: none; } 

.tab-newsletters-active, .tab-newsletters a:hover
{
	background: url(/static/images/tab_newsletters_active.png) no-repeat;
	width: 121px;
	height: 25px;
	float: left;
}
*/

.profile_head_account_info_holder
{
	width: 670px;
	float: left;
	height: auto;
	font-size: 11px;
	padding: 0 0 10px 0;
}

.profile_head_account_info_item
{
	width: 335px;
	float: left;
	height: auto;
}

.profile_head_account_info_item_header, .profile_head_account_info_item_text
{
	width: 335px;
	float: left;
	padding: 0 0 3px 0;
}

.profile_head_account_info_item_header
{
	font-weight: bold;
}


/* ADRESS PAGE*/

.profile_content_holder
{
	width: 680px;
	float: left;
	height: auto;
}

.profile_content_holder p
{
	display: block;
	clear: both;
	padding: 10px 0;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #EBE1BF;
}

.profile_content_holder .pager-holder
{
	padding: 0px 0 0 0;
	height: 31px;
}

.profile_content_holder .pager-holder .PagerTopBotBorder
{
	margin-top: 8px;
}

.profile_adress_holder
{
	width: 320px;
	height: auto;
	padding: 0 20px 0 0;
	float: left;
}

.profile_content_holder_header
{
	width: 100%;
	margin: 0;
	padding: 15px 0 10px 0;
	float: left;
	border-bottom: solid 1px #EBE1BF;
	font-size: 12px; /*	color: #56007D; */
	color: #000;
	font-weight: bold;
}

.profile_content_holder_header span
{
	float: left;
}


.profile_content_holder_header a
{
	float: right;
	font-size: 10px;
	padding: 1px 0 0 0;
}

.profile_addressbook-holder
{
	float: left;
	margin-top: 10px;
	background: url(/static/images/bg_adresboek.gif) no-repeat top left;
	width: 320px;
	height: auto;
}

.profile_addressbook-holder, .profile_addressbook-holder_no_img, .profile_addressbook-holder_btn
{
	float: left;
	margin-top: 10px;
	width: 320px;
	height: auto;
	font-size: 11px;
}

.profile_addressbook-holder_btn
{
	text-align: right;
}

.profile-settings-table table
{
	font-size: 11px;
}

.profile_addressbook-holder
{
	background: url(/static/images/bg_adresboek.gif) no-repeat top left;
}

.profile_addressbook-holder-active
{
	background: url(/static/images/bg_adresboek_active.png) no-repeat top left;
}


.profile_addressbook-holder-item
{
	padding: 10px;
	float: left;
	font-size: 11px;
	line-height: 17px;
	width: 230px;
}

.profile_addressbook-holder-edit
{
	padding: 10px 0;
	float: left;
	font-size: 11px;
	line-height: 17px;
	width: 40px;
}

/* ORDERS AND BILLS */

.profile_table_holder, .profile_table_holder_bg
{
	width: 680px;
	float: left;
	height: auto;
	min-height: 25px;
	padding: 8px 0 0 0;
	font-size: 11px;
}

.profile_table_holder
{
	font-weight: bold;
}

.profile_table_holder_bg
{
	background: url(/static/images/order_back_table.png) no-repeat top left;
}

.pdf_icon
{
	padding: 0 0 0 10px;
	float: left;
}

/* EXPANDED PART OF ORDER */

.profile_order_expander, .profile_booksearch_expander
{
	width: 670px;
	padding: 5px 5px 10px 10px;
	height: auto;
	float: left;
	color: #333333;
	font-size: 11px;
}

.profile_order_expander table
{
	float: left;
}


.profile_order_expander table tr
{
	background: url(/static/images/border_light_tr.png) repeat-x left top;
}

.profile_order_expander table tr.border_dark
{
	background: url(/static/images/border_dark_tr.png) repeat-x left top;
}

.profile_order_expander table tr.light
{
	height: 10px;
	background: none;
}

.profile_order_expander table tr.light td
{
	padding: 0 4px 5px 4px;
	color: #999;
}

.profile_order_header
{
	width: 660px;
	float: left;
	padding: 0 0 10px 0;
}

.profile_total_price
{
	color: #56007D;
	font-weight: bold;
}

.profile-order-adress-holder, .profile-booksearchservice-holder, .profile-booksearchservice-button
{
	width: 680px;
	float: left;
}

.profile-booksearchservice-holder
{
	margin: 4px 0 0 0;
	border-top: solid 1px #B4B4B4;
	width: 660px;
}

.profile-booksearchservice-button
{
	margin: 10px 0 0 2px;
}

.profile_content_holder_header_expand
{
	width: 320px;
	margin: 0;
	padding: 5px 0 6px 0;
	float: left;
	border-bottom: solid 1px #B4B4B4;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}


.profile_addressbook-holder-item_expand
{
	padding: 10px;
	float: left;
	font-size: 11px;
	line-height: 18px;
	width: 320px;
}

.profile-booksearchservice-info-holder
{
	width: 310px;
	height: auto;
	padding: 10px 5px;
	font-size: 11px;
	float: left;
}


.profile-booksearchservice-info-content-holder
{
	width: 320px;
	float: left;
	padding: 7px 0 7px 0;
}

.profile-booksearchservice-info-title, .profile-booksearchservice-info-property
{
	width: 160px;
	float: left;
	height: auto;
}

.profile-booksearchservice-info-title
{
	font-weight: bold;
	width: 105px;
}

.profile_order_pager
{
	font-size: 10px;
	float: right;
}

.profile_adress_detail_edit_delete
{
	line-height: 18px;
	font-size: 11px;
	padding: 5px 0 10px 0;
	float: left;
	width: 320px; /*color: #A11100;*/
	font-weight: bold;
}

.profile_content_holder_header_delete
{
	color: #D01F09;
}

.profile_order_pager a, .profile_order_pager span
{
	float: left;
	padding: 2px 2px 0 0;
}

.newsletter-table
{
	color: #666666;
	font-size: 12px;
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	padding: 10px 0;
	margin: 0 0 10px 0;
}


.newsletter-table-headers
{
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 13px;
}

.newsletter-table-buttons
{
	float: right;
	padding: 0 40px 0 0;
}

.newsletter_choices
{
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	font-size: 11px;
	width: 300px;
}

.newsletter-choices-repeater
{
	padding: 0 0 5px 0;
	width: 300px;
	float: left;
}

.newsletter-choices-repeater input, .newsletter-choices-repeater span
{
	float: left;
}

.newsletter-choices-repeater span
{
	padding: 2px 0 0 5px;
	margin: 0;
}


.newsletter-unsubscribe-holder, .newsletter-unsubscribe-item
{
	float: left;
	width: 400px;
}

.newsletter-unsubscribe-item
{
	padding: 0 0 10px 0;
}


.book-cover
{
	width: 170px;
}
.book-cover-large
{
	width: 90px;
}


.book-cover-medium
{
	width: 52px;
}

.book-cover-small
{
	min-width: 37px;
}

.book-thumbnail
{
	width: 60px;
	margin: 5px;
}

/* RETOUR PAGE STYLES */

.retour_comment
{
	width: 180px;
}

.retour_col
{
	float: left;
	height: auto;
	width: 335px;
}

.retour_col_right
{
	float: right;
	height: auto;
}


.retour_header_bold
{
	font-weight: bold;
}

.retour_submit_btn
{
	/*width: 500px;*/
	float: left;
	height: auto;
}

retour_back_btn
{
	float: left;
}

.retour_page_one_btns
{
	float: left;
	padding: 10px 0 0 0;
	width: 680px;
}

.retour_page_one_btns .retour_submit_btn
{
	padding: 10px 0 0 0;
	float: right;
}

.retour_content_holder_header, .retour_content_holder_header_adress
{
	width: 100%;
	margin: 0;
	padding: 0 0 6px 0;
	float: left;
	border-bottom: solid 1px #EBE1BF;
	font-size: 12px;
	color: #56007D;
	font-weight: bold;
}

.retour_content_holder_header_adress
{
	padding: 4px 0 6px 0;
}

.retour_diff_reason
{
	width: 180px;
	height: 50px;
	margin: 10px 0 0 0;
}

.retour_back
{
	margin: 10px 0 0 20px;
}


.retour-profile-settings .profile-table
{
	color: #333 !important;
}

a.tntlink
{
	color: #EC4E07;
	padding: 0 35px 0 0;
	background: url('/static/images/tnt.gif') top right no-repeat;
}

/* ADDED 21 10 2009 - RH */

.img-vestiging-list
{
	width: 100px;
	height: 100px;
}

.divCheckboxes
{
	float: left;
	margin-right: 5px;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #52006D;
	background-color: #52006D;
	padding: 1px 5px;
	max-width: 300px;
}

#tooltip em
{
	font-style: normal;
	font-weight: normal;
}

#tooltip h3, #tooltip div
{
	margin: 0;
	color: #fff;
	font-size: 0.9em;
}

#tooltip table th, .book-copy-shop table th
{
	text-align: left;
}

#tooltip table td, .book-copy-shop table td
{
	font-weight: normal;
	text-align: left;
	width: 85px;
	vertical-align: top;
}

.contact-info a
{
	display: inline;
	float: none !important;
}

/* ADDED 2009 11 11*/

/* begin ramsj A/B test */

a.ramsjuitleg
{
	/* voor studieboeken
  background: url('/static/images/boekenlijst-samenstellen.gif') no-repeat;
	width: 192px;
	height: 41px;
	margin: 14px 0 0 100px;*/
	
	/* voor ramsj boeken*/
  background: url('/static/images/bg-ramsjuitleg.gif') no-repeat;
	width: 151px;
	height: 55px;
	display: block;
	text-indent: -9009px;
	
	/* voor nieuwe boeken 
	background: url('/static/images/bg_gratisthuis.gif') no-repeat;
	width: 175px;
	height: 55px;
	display: block;
	text-indent: -9009px;
	margin: 0px 0 0 90px;*/
}

.uitleg-ramsj
{
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 141px;
	height: 55px;
	display: block;
}

/* einde ramsj A/B test */

/*.Pager
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 10px;
    WIDTH: 99%;
    LINE-HEIGHT: 20px;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #e4e4e4 1px solid;
    TEXT-ALIGN: right
}
.PagerTopBotBorder
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #e4e4e4 1px solid;
    PADDING-LEFT: 0px;
    FLOAT: right;
    PADDING-BOTTOM: 10px;
    WIDTH: 99%;
    LINE-HEIGHT: 20px;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #e4e4e4 1px solid;
    TEXT-ALIGN: right
}*/

.PagerActive
{
	color: #ff6200;
}



.booksearchservice
{
	width: 320px !important;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
}

.booksearchservice input
{
	font-size: 11px;
	padding: 3px 2px 1px 2px;
}

.profile_booksearch_expander .booksearchservice tr, .profile_booksearch_expander .booksearchservice td
{
	height: 28px;
	background: none;
	padding: 0 5px;
}

.profile_booksearch_expander .valSummary
{
	font-size: 0.9em;
	margin: 5px 0 0 3px;
}

.profile_booksearch_expander
{
	width: 660px;
}

.booksearchserviceform
{
	border-top: #e4e4e4 1px solid;
}

.book-row
{
	/*border-bottom: solid 1px blue; */
	display: block;
	width: 700px;
	clear: both;
}

.LovelyReadingBooksHolder .book-row
{
	width: 470px;
}

.content-homepage-col-content-newramsj
{
	float: left;
	width: 340px;
	margin: 10px 8px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

.content-homepage-col-content-newramsj .content-homepage-col-author
{
	width: 320px;
	padding: 0 10px;
}

.content-homepage-col-content-newramsj .book-cover-medium
{
	width: 100px;
	margin: 0 10px 0 0;
	float: left;
}


.content-homepage-newramsj-top
{
	background: url(/static/images/bg_homepage_item_large.gif) 0 0 no-repeat;
	height: 11px;
	width: 340px;
	float: left;
}

.content-homepage-newramsj-center
{
	background: url(/static/images/bg_homepage_item_large.gif) -340px 0 repeat-y;
	float: left;
}

.content-homepage-newramsj-bottom
{
	background: url(/static/images/bg_homepage_item_large.gif) 0 -11px no-repeat;
	height: 11px;
	float: left;
	width: 340px;
}

.content-homepage-col-content-newramsj .content-homepage-col-author p
{
	margin: 0;
	padding: 0;
}

.divRamsjShops
{
	clear: both;
	font-size: 11px;
	margin: 0 0 0 10px;
}

.divCountry
{
	font-weight: bold;
	float: left;
	width: 70px;
}

/* AddThis */

.addthis_toolbox
{
	display: block;
	clear: both;
	padding-left: 3px;
	width: 190px;
	height: 30px;
}

.addthis_toolbox a.addthis_button_facebook_like
{
	width: 46px;
	height: 20px;
	margin-left: 4px;
}

ul-spellcheck div
{
	float: left;
}

a.helplink
{
	background: url('/static/images/ic_help.gif') top right no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #640090;
	font-size: 12px;
	padding: 0 16px 0 0;
}

/*div.searchtag
{
	float:left;
	margin-right:5px;
}

ul.searchstring li div
{
	float:left;			
} */

.form-action
{
	margin-top: 61px;
}
/*.form-action input { width: 100px; }*/

.form-action input, .form-action img
{
	float: left;
	display: inline;
}

.form-action h2
{
	border-bottom: solid 1px #E2E2E2;
}

.form-action em
{
	margin: 20px 0 0 0;
	display: block;
	clear: both;
	font-style: normal;
	font-size: 0.9em;
}

/* shipping visual */

.img-Shipping-large
{
	display: none;
	position: absolute;
	margin: -23px 0 0 -50px;
}

.ic_more
{
	float: right;
	background: url('/static/images/ic_sort_rgt.gif') 0 4px no-repeat;
	padding: 0 0 0 14px;
}
/* BOOKSEARCH BUTTON */
a.btn_booksearch
{
	width: 169px;
	height: 31px;
	float: left;
	background: url(/static/images/btn_booksearch.gif) no-repeat 0 0;
	text-indent: -1999px;
	margin: 0 0 10px 10px;
}
a.btn_booksearch:hover
{
	background-position: 0 -31px;
	cursor: pointer;
}

/* RATING */

.search-result .hreview, .book-detail-photo-footer .hreview
{
	display: none;
}

.review-item
{
	border-bottom: solid 1px #E2E2E2;
	padding: 10px;
}


.hreview a
{
	float: right;
}

.review-item h3
{
	margin: 0 0 3px 0;
	padding: 0;
}

.review-item .reviewer
{
	font-size: 0.9em;
}

.review-deslegte
{
	clear: both;
	background: #fffadd url('/static/images/review_header_shadow.png') 0 0 no-repeat;
}

.review-deslegte h3
{
	background: url('/static/images/review_deslegte_logo.png') 0 0 no-repeat;
	text-indent: 40px;
	height: 38px;
}

.review-deslegte p
{
	margin-top: 0;
}

.review-deslegte .reviewer
{
	display: block;
	margin: -20px 0 0 0;
	text-indent: 40px;
}

.review-item .review-recommend
{
	display: block;
	height: 13px;
	padding: 4px 3px 2px 24px;
	background: url('/static/images/thumb_up.png') 0 0 no-repeat;
	font-size: 0.9em;
	font-weight: bold;
}

.rating-holder
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #4C4C4C;
	font-weight: bold;
}

.rating-holder div div
{
	padding: 10px;
}

.rating-holder img
{
	float: none;
	background: url('/static/images/star.gif') 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.search-result .rating-holder img
{
	background: url('/static/images/star_small.gif') 0 0 no-repeat;
	width: 14px;
	height: 14px;
}

.rating-holder span
{
	font-size: 0.9em;
	display: block;
	width: 65px;
	float: left;
	padding-top: 2px;
	margin-right: 10px;
	color: #52006D;
	font-weight: bold;
}

.jqDoRating img:hover
{
	cursor: pointer;
}

.book-detail-photo-footer .rating-holder div img.rateActive
{
	background-position: 0 -16px;
}

.rating-holder img.rateOn
{
	background-position: 0 -32px;
}

.search-result .rating-holder img.rateOn
{
	background-position: 0 -28px;
}

/* FAQ */

.faq-item
{
	margin: 20px 0;
}

.faq-question
{
	font-weight: bold;
	clear: both;
	display: block;
	background: url('/static/images/ic_help.gif') 0 0 no-repeat;
	padding: 0 0 0 20px;
	cursor: pointer;
}

/* BLOCKS */

.block-item
{
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 25px;
	background: url('/static/images/shadow_line_light.gif') bottom center repeat-x;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 600px;
}

.block-item .block-left
{
	width: 100px;
	margin: 0;
	padding: 5px;
	float: left;
	clear: left;
}

.block-item .block-left img
{
	margin: 0;
}

.block-item .block-right
{
	width: 380px;
	float: left;
	clear: right;
	margin: 0 0 0 10px;
}

.block-item .block-right h2 a
{
	text-decoration: none;
	color: #000;
}

.block-item .block-right p
{
	margin: 0;
}

.block-item hr
{
	clear: both;
	background: #fff;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

.studybookitem
{
    clear:left;	
	float:left;
	padding:10px 0 10px 5px;
	width:470px;
}

.studybookitem div
{
	float:left;	
}

.studybookitem span.booktype
{	
	border:solid 1px black;
	padding:2px;		
}

.studybookitem div.booktype
{
	width:70px;	
}

.studybookitem div.quality
{
	width:140px;			
}

.studybookitem div.studybookprice
{
	width:150px;	
}

.sbbutton, .spanInWinkelWagen 
{
        background: url('/static/images/btn_add_cart.gif') no-repeat;
        display: block;
        float: left;
        height: 25px;
        margin-top: -5px;
        margin-bottom: 5px;
        width: 110px;
}

.spanInWinkelWagen 
{
    background: url('/static/images/ic_check.gif') no-repeat right 5px;
    height: 20px;
    padding-top: 5px;
    
 }

#divSearchStudyBook
{ 
  margin-top: 20px;
  background: url('/static/images/bg_result_475.gif') 0 0 no-repeat;
}

#divSearchStudyBook h2 
{
  color: #55007C;
}

  #divSearchStudyBook h2 img 
  {
    margin: -30px 0 0 190px; 
    position: absolute; 
    float: right;
  }
   
 #divSearchStudyBook p
{
    font-size: 11px;
}    
    
#divSearchStudyBook textarea
{
    height: 150px;
    margin-bottom: 5px;
    width: 450px;
}

#divSearchStudyBook select
{   
    width: 200px;
}

/*#divSearchStudyBook input[type=submit]
{
    margin: 0 0 10px 130px;
    width: 140px;
}*/

#divSearchStudyBook form
{
  /*border: solid 1px #000;
    margin-bottom: -60px;
    padding-bottom: 10px;*/
    
}

#divSearchStudyBook .search-result {
  background: none;
  border-top: solid 1px #E2E2E2; 
  clear: both; 
  padding: 10px 0 0 0;
  margin: 5px 0 0 0;
}

div.divider
{
    border-bottom: solid 1px #E2E2E2;
    font-size: 1px;
    width: 470px;
}
/* 20111027RH IPAD ACTIE*/
.ipad_banner 
{
  float: right;
  margin: 10px 0 0 0;
}
.btn_participate 
{
  float: left;
  border: none;
  background: url(/static/images/btn_ipad_actie.gif) no-repeat 0 0;
  cursor: pointer;
  height: 34px;
  margin: 5px 0 20px 0;
  text-indent: 9999px;
  width: 145px;
}
.btn_participate:hover 
{
  background-position: 0 -34px;
}

.notify 
{
  clear: both; 
  width: 306px; 
  font-size: 0.9em; 
  border: solid 1px #DDDDDD; 
  margin: 0 0 10px 0; 
  padding: 5px 7px 10px 7px;
}

.inactiveLink a  
{
  color: inherit; 
}

#divGiro
{
	 padding:0 0 0 0;
	 margin:0 0 0 0;
}

.search-result .search-right .search-result-price div.introkorting,
.book-detail-description div.introkorting 
{
  float: left;
  width: 100%;
  color: #52006D;
  font-size: 14px;
}

.search-result .search-right .search-result-price div.introkorting .introkorting-big,
.book-detail-description div.introkorting .introkorting-big 
{
  display: block;
  float: left;
  width: 300px;
  margin: 8px 0 0 10px;
  color: #52006D;
  font-size: 16px;
  font-weight: bold;
}

.search-result .search-right .search-result-price div.introkorting .introkorting-small,
.book-detail-description div.introkorting .introkorting-small 
{
  display: block;
  float: left;
  width: 300px;
  color: #333333;
  font-size: 12px;
  margin: 4px 0 0 10px;
font-weight: normal;
}


.search-result .search-right .search-result-price div.introkorting img,
.book-detail-description div.introkorting img
{
  float: left;
  margin: 0 0 4px 0;
}

#divBookOfTheMonth .book-detail-description { 
  float: none; 
  width: auto; 
}
