body {
  margin:      0;
  padding:     0;
  font-family: Trebuchet MS,Verdana,Arial,Helvetica;
  font-size:   80%;
  line-height: 150%;
  height:      100%;
  color:       #333;
}

h1, h2, h3, h4, h5, h6{ 
  line-height: 100%;
}

img {
  border:0px;
}

sup {
  line-height: 0;
  vertical-align: text-top;
}

#wrapper {
  position:absolute;
  width:       950px;
  left:        50%;
  margin-left: -475px;
  overflow:    hidden;
}

#topbar {
    position:relative;
    width:950px;
    height:57px;
    overflow:hidden;
}
#topbar img {
}

#topbar_right {
    position: absolute;
    bottom: 2px;
    right: 0px;
}

#language {
    float:right;
}

#search {
    float:right;
    padding-right:20px;
}


#footer {
    position:absolute;
    background-image: url(img/footer.gif);
    background-repeat: repeat-x;
    text-align:right;
    height:16px;
    color:grey;
}

#debug{ 
  opacity: .2;
  position: fixed;
  bottom: 2em;
  right: 2em;
}
#debug:hover{ 
  opacity: 1;
}

#breadcrumb {
    color: #888;
    margin-top:-8px;
}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcumb a:hover {
    text-decoration: none;
    color: #888;
}

.flash_notice {
    position:    absolute;
    border:      .4em solid #DDD;
    background:  #FFF;
    padding:     .6em;
    margin:      .4em;
    color:       #F00;
    font-weight: bold;
    font-size:   125%;
}


#shop {
	background: #FFF url('../images/shop_bg.gif') repeat-y;
	width: 950px;
	padding: 0;
	margin: 0;
}
#shop a {
	color: #d4002c;
	border: 0;
}
#shop a:hover {
	color: #bbb;
}
#shop ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#shop li {
	padding: 0 0 2px 10px;
	background: url('../images/shop_li.gif') no-repeat top left;
}
#shop input {
    border:1px solid #333;
    font-size:12px;
    height:18px;
    line-height:13px;
    margin-bottom:2px;
    /* joep: width:60px; */
}
#shop .red {
	color: #d4002c;
	font-size: 14px;
	display: inline;
	font-weight: bold;
}


#shop_header {
	background: #FFF url('../images/shop_header.jpg') no-repeat;
	margin-bottom: 10px;
	height: 140px;
}
#shop_header p {
	color: #FFF;
	text-align: right;
	padding: 10px;
}
#shop_header a {
	color: #FFF;
}


#shop_content {
    margin-left: 10px;
	width: 700px;
	float: left;
}

#shop_nav {
	margin-left: 10px;
	width: 210px;
	float: left;
}

/*
 *  shop_item_box: shop/index, shop/cat
 */
.shop_item_box {
	float: left;
	border: 1px solid #f6ccd5;
	padding: 10px;
	margin: 3px;
	display: block;
	text-align: center;
    width: 140px; /* BCB mantis-ticket 001153 */
}
.shop_item_box img {
	display: block;
	margin-bottom: 10px;
	border: 0;
}

/*
 *  shop_item_bar: shop/subcat
 */
.shop_item_bar {
	position: relative;
	float:    left;
	border:   1px solid #f6ccd5;
	padding:  10px;
	margin:   3px;
	display:  block;
    width:    660px;
}
.shop_item_bar img {
	float: left;
	margin-right: 1.5em;
}
.shop_item_bar a {
    font-size: 14px;
	font-weight: bold;
}

.shop_item_bar_floatright {
	font-size: 14px;
	float: right;
	width: 100px;
	margin-right: 0px;
}


.shop_item_bar_beschrijving {
	font-size: 14px;
	float: left;
	width: 140px;
	margin-right: 10px;
}

.shop_item_bar_beschrijving_wide {
	font-size: 14px;
	float: left;
	width: 280px;
	margin-right: 10px;
}


/*
 *  shop_item_page: shop/item
 */
.shop_item_page {
	border: 1px solid #f6ccd5;
	padding: 10px;
	margin: 3px;
}

table.shop_item_page tr td{ 
  vertical-align: top;
}

.shop_item_images img {
	margin: 0px 1em 1em 0px;
}

.shop_item_body {
    float:right;
    width:515px;
}

.shop_item_beschrijvingen {
    background-color:#eee;
    margin:10px 0px 0px 0px;
    padding:10px;
}

.shop_item_beschrijving {
	font-size: 14px;
	float: left;
	margin-right: 40px;
}

.price {
    text-align:right;
}

.checkout_buttons {
    text-align:center;
}
.checkout_thumbnail {
    text-align:center;
}

table#checkout {
    width:670px;
}
table#checkout th {
    background:#999;
}
table#checkout tr.odd td {
    background:#eee;
    border-bottom:1px solid #ccc;
}
table#checkout tr.even td {
    background:#fff;
    border-bottom:1px solid #ccc;
}
