/* MAIN */

h1 {
  color: #4a4108;
  font: 30px georgia;
  padding: 0 0 20px 0;
}

h2 {
  color: #666666;
  font: bold 20px trebuchet ms;
}

h3 {
  font: bold 20px trebuchet ms;
}

h4 {
  color: #0f9b92;
  font: 15px georgia;
}

p {
  font-size: 12px;
  line-height: 20px;
}

body {
  /* background: url(../img/bg_autumn.jpg) repeat-x center 0 #ffffff; */
  /* background: url(../img/bg_wool.jpg) repeat-x center 0 #ffffff; */
  /* background: url(../img/vo-header-lente.jpg) repeat-x center 0 #ffffff; */
  background: url(../img/vo-header-zomer.jpg) repeat-x center 0 #ffffff;
}

#top {
  position: relative;
  width: 980px;
  height: 96px;
  margin: 4px auto 0 auto;
}

#top #banner {
  float: left;
  width: 728px;
}

#login {
  background: url(../img/box_login.png) 0 0 no-repeat;
  width: 210px;
  height: 50px;
  float: right;
  margin: 50px 6px 0 0;
  text-align: center;
  line-height: 50px;
}

#login,
#login a {
  font-size: 15px;
}

#login a {
  font-weight: bold;
}

#login {
  color: #666666;
}

#loggedin {
  background: url(../img/loggedin.png);
  position: relative;
  float: right;
  margin: 37px 6px 0 0;
  height: 63px;
  width: 210px;
}

#loggedin .userpic {
  background: url(../img/shadowboxxs.png);
  float: left;
  padding: 6px 6px 13px 6px;
  margin: 8px 8px 8px 10px;
}

#loggedin a.username {
  color: #4a4108;
  font-family: georgia;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 15px;
}

#loggedin a.logout {
  font-family: trebuchet ms;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: 16px;
}

#header {
  background: url(../img/stretch_autumn.png) 0 0 repeat-x;
  position: relative;
  width: 100%;
  height: 64px;
  margin: -4px 0 0 0;
}

#logo {
  margin: 0 auto;
  padding: 16px 0 0 0;
  width: 980px;
}

#logo img {
  margin: 0 0 0 18px;
  display: inline;
}

#top.small,
#logo.small {
  width: 728px;
}


/* MENU */

#menu_wrap {
  background: url('../img/stretch_autumn.png') 0 -422px repeat-x #4A4108;
  padding: 4px 0 0 0;
}

#menu {
  padding: 4px 0 0 0;
  position: relative;
  margin: 0 auto;
  width: 980px;
}
#menu ul#menu_list {
  display: block;
  float: left;
  margin: 0 0 0 12px;
}

#menu ul li {
  display: block;
  float: left;
}

#menu ul li a {
  font: 18px georgia;
  color: #ffffff;
  margin: 0 24px 0 0;
  padding: 3px 8px 7px 8px;
  display: block;
}
#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.menuButton.selected {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  background: #615C16;
}

#menu ul li a.menuButton.selected:hover {
  text-decoration: none;
}


/* SUBMENU */

#submenu {
  display: block;
}

.submenu {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 960px;
}

.submenu ul {
  background: #615C16;
  display: none;
  float: left;
  list-style: none;
  margin: 0;
  padding: 3px 0;
  position: relative;
  width: 960px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.submenu ul.active {
  display: block;
}

.submenu li {
  float: left;
  display: block;
  border-left: 2px solid #4e490f;
  padding: 5px 10px;
  margin: 0;
}

.submenu li:first-child {
  border-left: none;
  padding: 5px 10px 5px 5px;
}

.submenu ul li a {
  display: block;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  font-family: "Trebuchet MS";
}

.submenu ul li a:hover,
.submenu ul li a.selected {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #4A4108;
  text-decoration: none;
}

/* BAR */

#bar {
  background: url('../img/stretch_autumn.png') 0 -100px repeat-x;
  padding: 0 0 2px 0;
  width: 100%;
}

#bar_contents,
#wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#bar_contents {
  padding: 11px 0 0 0;
}

#bar_contents ul.menu {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

#bar_contents ul.menu li {
  display: block;
  float: left;
}

#bar_contents ul.menu li a {
  font: 13px trebuchet ms;
  color: #ffffff;
  margin: 0 6px;
  padding: 2px 5px 4px 5px;
  line-height: 15px;
  display: block;
}
#bar_contents ul.menu li a:hover {
  text-decoration: underline;
}
#bar_contents ul.menu li a.menuButton.selected:hover {
  text-decoration: none;
}

#bar_contents ul.menu li a.menuButton.selected {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  background: #696a25;
}

/* BARSUB */

#barSubs {
  background: #696a25;
  font-size: 0px;
  width: 100%;
}

#barSubs .barSub {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 960px;
}

#barSubs .barSub ul.menu {
  display: none;
  float: left;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: relative;
  width: 960px;
}
#barSubs .barSub ul.menu.active {
  display: block;
}

#barSubs .barSub ul.menu li {
  float: left;
  display: block;
  border-left: 1px solid #4a4108;
  line-height: normal;
  margin: 0;
  padding: 0 5px;
}

#barSubs .barSub ul.menu li:first-child {
  border-left: none;
}

#barSubs .barSub ul.menu li a {
  font: 12px trebuchet ms;
  line-height: 14px;
  padding: 0 5px;
  color: #ffffff;
}

#barSubs .barSub ul.menu li a:hover,
#barSubs .barSub ul.menu li a.selected {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #8c8e31;
  text-decoration: none;
}

/* CRUMBS */

#crumbs {
  font-size: 10px;
  padding: 6px 0;
  color: #666666;
}

#crumbs a {
  color: #8c8e31;
}

/* AD */

#ad {
  background: #e7e7e7;
  width: 336px;
  height: 280px;
}

.column #ad {
  margin: 0 0 0 -20px;
}

#wrap .border {
  background: #e7e7e7;
  height: 1px;
  margin: 0 0 20px 0;
}

#wrap .overview .border {
  margin: 20px 0 20px 0;
}

#wrap .no_border {
  border: none;
}

#wrap .no_border #filter form {
  float: right;
  margin: 0 0 10px 5px;
}

/* SIDEBAR ADS */
#adwrap {
  margin-left: -20px;
  position: relative;
  width: 336px;
}

.leftad {
  float: left;
}

.rightad {
  float: right;
}

/* PAGE NAV */

#pagenav {
  text-align: center;
}

#pagenav a {
  font-size: 12px;
  color: #8c8e31;
  margin: 0 6px;
}

#pagenav span {
  font-size: 12px;
  color: #000000;
  margin: 0 6px;
}

#pagenav .btn_previous,
#pagenav .btn_next {
  color: #ffffff;
}

/* MAIN CONTENT */

.main_content {
  float: left;
  margin: 0 40px 0 0;
  width: 640px;
}
.main_content_wide {
  margin: 0 0 0 0;
  width: 980px;
}

.main_content .border {
  background: #e7e7e7;
  height: 1px;
}

/* RECIPE SEARCH */

.recipe_extended_odd,
.recipe_search_active,
.recipe_search {
  position: absolute;
  height: 34px;
  display: block;
  float: left;
  padding-top: 10px;
  font-size: 14px;
  color: #8c8e31;
  font-weight: bold;
  z-index: 1;
}
.recipe_extended_odd{
  margin-left: 143px;
  height: 23px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 145px;
  padding-left: 25px;
}


.recipe_search_active {
  padding-left: 20px;
  background: url(../img/search.png) 0px 0px no-repeat;
  width: 130px;
  color: #000000;
}

.search_field_top {
  margin-top: 34px;
  background: url(../img/search.png) 0px -46px no-repeat;
  height: 12px;
  width: 639px;
}

.search_field_middle {
  width: 639px;
  background: url(../img/search_repeat.png) 0px 0px repeat-y;
  height: 40px;
}
.search_field_middle form{
  padding: 0px;
  margin: 0px;
  padding-left: 20px;

}

.search_field_bottom {
  background: url(../img/search.png) 0px -55px no-repeat;
  height: 16px;
  width: 639px;
}

.search_field_middle ul{
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.search_field_middle ul li{
  float: left;
  padding: 0px;
  margin: 0px;
}

.search_field_middle .text{
  width: 200px;
  height: 18px;
  margin-right: 10px;
}
.search_field_middle .option{
  width: 155px;
  margin-right: 10px;
}

.search_field_middle .option_small{
  width: 110px;
  margin-right: 10px;
}
.search_field_middle .btn_search{
}
.search_field_middle .search_button_right{
  float: right;
  margin-right: 20px;

}


/* SHADOWBOX ROUNDED */

.shadowbox_rounded {
  position: relative;
  margin: 0 0 0 -4px;
  min-height: 52px;
  width: 308px;
}

.shadowbox_rounded .content {
  position: relative;
  padding: 14px;
  z-index: 3;
}

.shadowbox_rounded .content .text {
  padding: 12px;
}

.shadowbox_rounded .content .text h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 4px 0;
}

.shadowbox_rounded .content .text ul {
  padding: 0 0 0 15px;
  list-style: disc;
}

.shadowbox_rounded .content .text ul li {
  line-height: 20px;
}

.shadowbox_rounded .topleft,
.shadowbox_rounded .topright,
.shadowbox_rounded .bottomleft,
.shadowbox_rounded .bottomright {
  background: url(../img/shadowbox_rounded_horizontal.png) no-repeat;
  position: absolute;
  height: 26px;
  z-index: 2;
}

.shadowbox_rounded .topleft {
  background-position: 0 0;
  left: 0;
  top: 0;
  width: 100%;
}

.shadowbox_rounded .topright {
  background-position: -623px 0;
  right: 0;
  top: 0;
  width: 26px;
}

.shadowbox_rounded .bottomleft {
  background-position: 0 -26px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shadowbox_rounded .bottomright {
  background-position: -623px -26px;
  right: 0;
  bottom: 0;
  width: 26px;
}

.shadowbox_rounded div.left,
.shadowbox_rounded div.right {
  background: url(../img/shadowbox_rounded_vertical.png) repeat-y;
  position: absolute;
  height: 100%;
  top: 0;
  width: 26px;
  z-index: 1;
}

.shadowbox_rounded div.left {
  background-position: 0 0;
  left: 0;
}

.shadowbox_rounded div.right {
  background-position: -26px 0;
  right: 0;
}

.shadowbox_rounded .content img:first-child {
  height: 227px;
  position: relative;
}

.shadowbox_rounded .content #photoholder img {
  height: auto;
}

.shadowbox_rounded .content #photothumbs ul li a img {
  height: auto;
}

/* PHOTOGALLERY */

.photogallery .shadowbox_rounded {
  width: 648px;
  margin: 10px 0 10px -4px;
}

.photogallery .shadowbox_rounded .content {
  padding: 24px;
  position: relative;
}

.photogallery #photoslider {
  position: relative;
  float: left;
}

.photogallery #photoholder {
  background: #999999;
  width: 280px;
}

.photogallery #photoholder img {
  margin: 0 auto;
}

.photogallery #photodescription {
  background: #e7e7e7;
  padding: 10px;
  width: 260px;
}

.photogallery #photodescription h4 {
  color: #000000;
  font-family: trebuchet ms;
  font-weight: bold;
  font-size: 12px;
}

.photogallery #photothumbs {
  position: relative;
  margin: 0 -11px 0 305px;
  top: -7px;
}

.photogallery #photothumbs ul li {
  float: left;
}

.photogallery #photothumbs ul li a img {
  background: url(../img/shadow_small_bg.png) no-repeat;
  padding: 9px;
  margin: 7px;
  width: 68px;
}

.photogallery #photoscroller {
  position: relative;
  text-align: center;
  margin: 10px 0 0 0;
  width: 280px;
}

.photogallery #photoscroller span {
  line-height: 20px;
  color: #666666;
}

.photogallery #photoscroller a.previous {
  background: url(../img/span_bg.gif) -80px 0px no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
}

.photogallery #photoscroller a.previous:hover {
  background: url(../img/span_bg.gif) -80px -20px no-repeat;
}

.photogallery #photoscroller a.next {
  background: url(../img/span_bg.gif) -40px 0px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
}

.photogallery #photoscroller a.next:hover {
  background: url(../img/span_bg.gif) -40px -20px no-repeat;
}

/* DETAIL */

.detail .shadowbox_rounded {
  position: relative;
  margin: 0 0 0 -4px;
  min-height: 52px;
  width: 648px;
}

.detail .shadowbox_rounded .content {
  padding: 0;
}

.detail .shadowbox_rounded .content img:first-child {
  padding: 24px;
  float: left;
}

.detail .shadowbox_rounded .content .text {
  padding: 24px;
}

.detail .shadowbox_rounded .content .text .options {
  padding: 15px 0 20px 0;
}

.detail .shadowbox_rounded .content .text .options li {
  list-style: none;
  line-height: 16px;
  margin: 0 0 0 -20px;
}

.detail .shadowbox_rounded .content .text a.btn2 {
  line-height: 20px;
}

.shadowbox_rounded .content .text ul.testresults {
  padding: 0;
  margin: 10px 0 20px 0;
  border-top: 1px solid #e7e7e7;
}

.shadowbox_rounded .content .text ul.testresults li {
  list-style: none;
}

.shadowbox_rounded .content .text ul.testresults ul {
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
}

.shadowbox_rounded .content .text ul.testresults ul li {
  line-height: 40px;
  float: left;
  width: 200px;
}
.shadowbox_rounded .content .text ul.testresults ul li.text {
  clear: both;
  float: none;
  list-style: none;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: auto;
}
.shadowbox_rounded .content .text ul.testresults ul li.text div {
  padding: 0 0 10px 0;
}

/* DASHBOARD */

#addfeed {
  line-height: 20px;
  width: 100%;
}

#addfeed span {
  color: #8c8e31;
  font: bold 15px trebuchet ms;
  float: left;
  margin: 0 10px 0 0;
}

a.addfeed {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
}

#addfeed a.opened {
  background: url(../img/dashboardicons.png) 0 0 no-repeat;
}

#addfeed a.closed {
  background: url(../img/dashboardicons.png) -20px 0 no-repeat;
}

.dashboard {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 298px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-topleft: 2px;
  -webkit-border-radius-topright: 2px;
}

.dashboard_header {
  position: relative;
  height: 33px;
}

.dashboard_header h2 {
  color: #ffffff;
  font: bold 15px trebuchet ms;
  margin: 0 0 0 36px;
  line-height: 30px;
}

.dashboard_header .titleicon {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 16px;
  width: 16px;
}

.dashboard_header div.opened {
  background: url(../img/dashboardicons.png) -40px 0 no-repeat;
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 33px;
  height: 20px;
  width: 20px;
}

.dashboard_header div.closed {
  background: url(../img/dashboardicons.png) -60px 0 no-repeat;
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 33px;
  height: 20px;
  width: 20px;
}

.dashboard_header a.close {
  background: url(../img/dashboardicons.png) -80px 0 no-repeat;
  position: absolute;
  top: 6px;
  right: 8px;
  height: 20px;
  width: 20px;
}

.dashboard_content {
  margin: -3px 0 3px 0;
}

.dashboard_content li {
  background: url(../img/stitchhorizontal.png) repeat-x;
  height: 23px;
  padding: 10px 0 0 0;
}

.dashboard_content li a {
  font: normal 12px trebuchet ms;
  padding: 0 0 0 9px;
  color: #000000;
}

.dashboard .color1 {
  background: url(../img/dashboardheaders.png) 0 0 no-repeat;
  border: 1px solid #0f9b92;
}

.dashboard .color2 {
  background: url(../img/dashboardheaders.png) 0 -33px no-repeat;
  border: 1px solid #ca116c;
}

.dashboard .color3 {
  background: url(../img/dashboardheaders.png) 0 -66px no-repeat;
  border: 1px solid #0fa22e;
}

.dashboard .color4 {
  background: url(../img/dashboardheaders.png) 0 -99px no-repeat;
  border: 1px solid #e88b1d;
}

.dashboard .color5 {
  background: url(../img/dashboardheaders.png) 0 -132px no-repeat;
  border: 1px solid #34b2ec;
}

.dashboard .color6 {
  background: url(../img/dashboardheaders.png) 0 -165px no-repeat;
  border: 1px solid #dc1515;
}

.dashboard.color1 {
  border: 1px solid #0f9b92;
}

.dashboard.color2 {
  border: 1px solid #ca116c;
}

.dashboard.color3 {
  border: 1px solid #0fa22e;
}

.dashboard.color4 {
  border: 1px solid #e88b1d;
}

.dashboard.color5 {
  border: 1px solid #34b2ec;
}

.dashboard.color6 {
  border: 1px solid #dc1515;
}

/* MAILFORM */

.mailform ul {
  margin: 20px 0;
}

.mailform ul li label {
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
}

.mailform ul li textarea {
  height: 80px;
  width: 640px;
}

.mailform dl.form dt {
  clear: both;
  float: left;
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 5px 0;
  font-weight: bold;
  width: 200px;
}

.mailform dl.form dd {
  clear: right;
  float: left;
  *float: none;
  margin: 0 0 20px 0;
  padding: 3px 0 3px 30px;
  line-height: 20px;
  width: 400px;
}

.mailform dl.form dd .option {
  margin: 0 10px 0 0;
}

.mailform dl.form dd .checkbox_holder {
  height: 30px;
  float: left;
  width: 30px;
}

.mailform dl.form dd .optionland {
  width: 174px;
}

.mailform dl.form dd textarea {
  height: 70px;
}

.mailform dl.form dd .text {
  width: 288px;
}

.mailform dl.form dd .small {
  width: 170px;
}

.mailform dl.form dd .xs {
  width: 100px;
}

.mailform dl.form dd span {
  font-size: 12px;
}

.mailform dl.form .btn2 {
  padding: 0 15px;
}

.settings dl.form dt.nopaddingform{
	padding-bottom: 0;
}

.filterwrapper {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  width: 640px;
}

.filterwrapper a#rss {
  color: #8c8e31;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 20px;
  float: left;
  line-height: 16px;
  margin: 12px 0;
}

#filter form {
  float: right;
  margin: 10px 0;
}

#filter #theme_selection li {
  float: left;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 22px;
}

.column {
  float: left;
  margin: 0;
  width: 300px;
}

#wrap .first {
  margin: 0 40px 0 0;
}

#wrap .firstdash {
  margin: 0 40px 20px 0;
}

#stitch_wrap {
  background: url(../img/stitch.png) repeat-y;
  padding: 0 0 0 22px;
  margin: 0 0 0 -22px;
}

.block {
  margin: 0 0 20px 0;
}

.block .articleheader {
  margin: 0 0 10px 0;
}

/* CATEGORY PREVIEW */

.style1 h2 a {
  color: #4a4108;
}

.style1 .links {
  background: #4a4108;
}

.style2 h2 a {
  color: #c6695a;
}

.style2 .links {
  background: #c6695a;
}

.style3 h2 a {
  color: #8c8e31;
}

.style3 .links {
  background: #8c8e31;
}

.category_preview h3 {
  background: url(../img/icons.png) right 9px no-repeat;
  padding: 0 20px 0 0;
  display: inline;
}

.category_preview h3,
.category_preview h3 a {
  color: #999999;
  text-decoration: none;
}


.category_preview .title a {
  font: normal 25px georgia;
  line-height: 30px;
}

.category_preview .text p {
  font-size: 15px;
  line-height: 20px;
}

.category_preview .text img {
  background: url(../img/shadow_bg_img.png) no-repeat;
  float: left;
  padding: 9px;
  margin: 10px 10px 0 0;
  width: 110px;
}

.category_preview .text a.reactions {
  background: url(../img/dot.png) no-repeat left;
  padding: 0 0 0 13px;
  display: inline;
  margin: 0 2px;
  font-size: 12px;
  color: #666666;
}

.category_preview .links {
  padding: 6px 10px;
  margin: 10px 0 0 0px;
  list-style: none;
}

.category_preview .links li {
  padding: 3px 0;
}

.category_preview .links a {
  background: url(../img/icons.png) 0 -15px no-repeat;
  display: block;
  color: #ffffff;
  font-size: 12px;
  padding: 0 0 0 20px;
}

/* SHADOWBOX */

.shadowbox {
  background: url('../img/shadowbox_main.png');
  position: relative;
  font-size: 12px;
}

.shadowbox h2 {
  background: url('../img/shadowbox.png') 0 0 no-repeat;
  height: 34px;
  padding: 16px 0 0 20px;
}

.shadowbox h2.small {
  color: #666666;
  font: bold 15px trebuchet ms;
}

.shadowbox_main {
  margin: 0 18px;
  padding: 10px 0 5px 0;
  position: relative;
}

.shadowbox_main .text img {
  background: url(../img/shadow_small_bg.png) 0 0 no-repeat;
  float: left;
  padding: 8px;
  margin: 0 7px 7px 0px;
}

.shadowbox_main .text p img {
  background: none;
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}

.shadowbox_footer {
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 10px 0 5px 0;
}

.shadowbox_end {
  background: url(../img/shadowbox.png) 0 -70px no-repeat;
  height: 10px;
}
/* RECIPEBOXDETAIL */

.recipeboxdetail {
  background: url(../img/recipeboxdetail.png);
  position: relative;
  height: 10px;
  margin: 0 0 15px 0;
}

/* RECIPEBOX */

.recipebox  {
  background: #ffffff;
  position: relative;
  min-height: 10px;
}


.recipebox ul.tabs li {
  float: left;
  margin: 0 0 -1px 0;
}

.recipebox ul.tabs li a {
  border: 1px solid #8e2f2f;
  display: block;
  color: #d68181;
  font: bold 15px trebuchet ms;
  padding: 0 20px;
  line-height: 33px;
}

.recipebox ul.tabs li a.active {
  color: #ffffff;
  background: #8e2f2f;
}

.recipebox .searchwrapper {
  background: #8e2f2f;
  padding: 20px;
}

.recipebox .searchwrapper li {
  float: left;
  margin: 0 10px 0 0;
}

.recipebox .searchwrapper li.last {
  margin: 0;
}

.recipebox .searchwrapper li input.text {
  width: 189px;
  height: 18px;
}

.recipebox .searchwrapper li .option {
  width: 158px;
}

.recipebox .footer {
  background: url(../img/recipefooter.png) repeat-x;
  height: 43px;
}

.recipebox .content {
  background: url(../img/recipebackground.png);
  position: relative;
  min-height: 10px;
}

.recipebox .content .column {
  margin: 0 10px;
}

.recipebox .content .block {
  margin: 10px 0;
}

.recipebox .content h2 {
  background: url(../img/recipeshadowbox.png) 0 0 no-repeat;
  padding: 22px 0 0 25px;
  height: 34px;
}

.recipebox .content .recipe_header {
  background: url(../img/recipeshadowbox.png) no-repeat;
  height: 20px;
}

.recipebox .content .recipe_footer {
  background: url(../img/recipeshadowbox.png) 0 -60px no-repeat;
  height: 18px;
}

.recipebox .content .recipe_content {
  background: url(../img/recipeshadowbox_main.png) repeat-y;
  padding: 10px 0;
  position: relative;
}

.recipebox .content .recipe_content ul {
  margin: -11px 25px -11px 25px;
}

.recipebox .content .recipe_content ul li {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
  clear: both;
}

.recipebox .content .recipe_content ul li img {
  background: url(../img/shadow_bg_img.png) no-repeat;
  float: left;
  padding: 9px;
  margin: 0 10px 0 0;
  width: 110px;
}

.recipebox .content .recipe_content ul li .text h3 {
  font: normal 15px georgia;
  color: #8e2f2f;
  padding: 0 0 4px 0;
}

.recipebox .content .recipe_content ul li .text p {
  font: normal 10px trebuchet ms;
  color: #666666;
}

.recipebox .content .recipe_content ul li .datepicker {
  background: #d68181;
  margin: 10px 0;
  height: 61px;
  text-align: center;
}

.recipebox .content .recipe_content ul li .datepicker a.previous {
  background: url(../img/recipeweekbutton.png) 0 0 no-repeat;
  color: #000000;
  display: block;
  font: normal 12px trebuchet ms;
  float: left;
  margin: 10px 0 0 10px;
  padding: 0 0 0 6px;
  line-height: 20px;
  width: 105px;
}

.recipebox .content .recipe_content ul li .datepicker a.next {
  background: url(../img/recipeweekbutton.png) -111px 0 no-repeat;
  color: #ffffff;
  display: block;
  font: normal 12px trebuchet ms;
  float: right;
  margin: 10px 10px 0 0;
  padding: 0 12px 0 0;
  line-height: 20px;
  width: 104px;
}

.recipebox .content .recipe_content ul li .datepicker a.previous:hover {
  background: url(../img/recipeweekbutton.png) 0 -20px no-repeat;
  text-decoration: none;
}

.recipebox .content .recipe_content ul li .datepicker a.next:hover {
  background: url(../img/recipeweekbutton.png) -111px -20px no-repeat;
  text-decoration: none;
}

.recipebox .content .recipe_content ul li .datepicker ul.days {
  margin: 0 10px;
}

.recipebox .content .recipe_content ul li .datepicker ul.days li {
  border: none;
  font: bold 12px trebuchet ms;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  float: left;
  clear: none;
}

.recipebox .content .recipe_content ul li .datepicker ul.days li span {
  display: block;
  width: 20px;
}

.recipebox .content .recipe_content ul li .datepicker ul.days li a {
  font: normal 12px trebuchet ms;
  color: #ffffff;
  display: block;
  line-height: 20px;
  width: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.recipebox .content .recipe_content ul li .datepicker ul.days li a:hover {
  background: #e0a1a1;
  color: #ffffff;
  text-decoration: none;
}

.recipebox .content .recipe_content ul li .datepicker ul.days li a.active {
  background: #e0a1a1;
  color: #ffffff;
  text-decoration: none;
}

.recipebox .content .recipe_content ul li p.date {
  color: #666666;
}

.recipebox .content #recipe_mobile {
  background: url(../img/recipemobilebackground.png) repeat-x;
  position: relative;
  left: 25px;
  height: 120px;
  width: 250px;
}

.recipebox .content #recipe_mobile #mobile {
  background: url(../img/recipemobile.png) no-repeat;
  position: absolute;
  top: -12px;
  left: -15px;
  height: 136px;
  width: 131px;
}

.recipebox .content #recipe_mobile span {
  font: normal 15px georgia;
  color: #ffffff;
  display: block;
  line-height: 22px;
  margin: 0 0 0 110px;
  padding: 15px 0 0 0;
  text-align: center;
  width: 140px;
}

.recipebox .content #recipe_mobile span a {
  color: #a85d06;
}

.recipebox .content #recipe_book {
  position: relative;
  height: 120px;
}

.myrecipe {
  position: relative;
  margin: 0px;
  height: 110px;
}

#book {
  background: url(../img/recipebook.png) no-repeat;
  position: absolute;
  top: -21px;
  left: 25px;
  height: 140px;
  width: 254px;
}

a#moreinfo {
  background: url(../img/moreinfo.png) no-repeat;
  position: absolute;
  top: 84px;
  left: 163px;
  height: 18px;
  width: 84px;
}

/* RECIPE_EXTENDED */

.recipebox .recipe_extended {
  position: relative;
}

.recipebox .recipe_extended h2 {
  padding: 22px 0 0 25px;
  height: 22px;
}

.recipebox .recipe_extended img {
  background: url(../img/shadow_bg_wide.png) no-repeat;
  padding: 9px;
  margin: 0 21px;
}

.recipebox .recipe_extended h3 {
  font: normal 15px trebuchet ms;
  margin: 3px 25px 10px 25px;
}

.recipebox .recipe_extended .recipe_content ul {
  margin: 0 25px;
}

.recipebox .recipe_extended .recipe_content .inputtext {
  height: 18px;
  margin: 3px 0;
  width: 250px;
}

.recipebox .recipe_extended .recipe_content .option {
  margin: 3px 0;
  width: 252px;
}

.recipebox .recipe_extended .recipe_content .button {
  float: right;
  margin: 3px 0;
}

/* HOROSCOPE */

.horoscope .imageholder {
  position: relative;
  float: left;
  height: 280px;
  width: 300px;
}

.horoscope .imageholder img {
  position: absolute;
  top: 17px;
  left: 27px;
  z-index: 3;
}

.horoscope .content {
  background: url(../img/horoscoperight.png) no-repeat;
  position: relative;
  float: right;
  padding: 27px 20px;
  height: 240px;
  width: 284px;
  z-index: 3;
}

.horoscope .content h3 {
  color: #4a4108;
  font: normal 20px georgia;
}

.horoscope .content span {
  font: normal 12px trebuchet ms;
  display: block;
  margin: 3px 0;
  color: #666666;
}

.horoscopesearch {
  clear: both;
  width: 100%;
}
.horoscopesearch .text {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}

.horoscopesearch .text span {
  font-weight: bold;
}

.horoscopesearch .text .option {
  width: 160px;
  vertical-align: bottom;
}

/* HOROSCOPEDAY */

.horoscopeday ul li {
  margin: 10px 10px 0 0;
  float: left;
  height: 55px;
  width: 200px;
}

.horoscopeday ul li img {
  border: 1px solid #666666;
  float: left;
}

.horoscopeday ul li .text {
  padding: 10px 10px 10px 60px;;
}

.horoscopeday ul li .text h3 {
  font: normal 15px georgia;
}

.horoscopeday ul li .text span {
  line-height: 20px;
  color: #999999;
}

.newsletter .shadowbox_main .form_input {
  width: 165px;
}

.recipe .shadowbox_main .text a {
  color: #8c8e31;
  font: 20px georgia;
}

.recipe .shadowbox_main .form_input {
  width: 147px;
}

/* POLL */

.poll .shadowbox_main p {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 0 0 0;
}

.poll .shadowbox_main .result_holder {
  color: #666666;
  width: 100%;
  line-height: 20px;
  padding: 5px 0 10px 0;
}

.poll .shadowbox_main .result_holder .percentage_holder {
  background: #e7e7e7;
  position: relative;
  float: left;
  height: 20px;
  margin: 0 5px 0 0;
  width: 230px;
}

.poll .shadowbox_main .result_holder .percentage_holder span {
  color: #000000;
  padding: 0 0 0 5px;
  font-weight: bold;
}

.poll .shadowbox_main .result_holder .percentage_holder .style1 {
  background: url(../img/pollresult.png) repeat-x 0 0;
}

.poll .shadowbox_main .result_holder .percentage_holder .style2 {
  background: url(../img/pollresult.png) repeat-x 0 -20px;
}

.poll .shadowbox_main .result_holder .percentage_holder .style3 {
  background: url(../img/pollresult.png) repeat-x 0 -40px;
}

.poll .shadowbox_main .result_holder .percentage_holder .style4 {
  background: url(../img/pollresult.png) repeat-x 0 -60px;
}

.test .shadowbox_main p {
  font-size: 12px;
  padding: 5px 0;
  line-height: 18px;
}

.photo .shadowbox_main h4 {
  background: url(../img/icons.png) right 5px no-repeat;
  display: inline;
  padding: 0 24px 0 0;
}

.photo .shadowbox_main .text .imagewrap {
  margin: 0 -6px 0 -4px;
  padding: 10px 0 10px 0;
}

.photo .shadowbox_main .text .imagewrap img {
  padding: 8px;
  margin: 0 4px 7px 0px;
}

.search h2 {
  height: 10px;
  padding: 0px;
}

.search .shadowbox_main {
  padding: 10px 20px 10px 20px;
  margin: 0px;
}

.search .shadowbox_main .form_input {
  width: 190px;
}

/* BOX */

.box {
  position: relative;
}

.block .box h2 {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0 14px 0;
}

.box .rss {
  background: url('../img/icons.png') 0 -30px  no-repeat;
  display: block;
  height: 16px;
  width: 16px;
  float: right;
  margin: 20px 0 0 0;
}

.box .message-blocks li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.box .message-blocks .text {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.box .message-blocks img {
  background: url('../img/shadow_small_bg.png') no-repeat;
  padding: 8px;
  margin: 0 8px 0 0;
  float: left;
  width: 70px;
}

.box .message-blocks img.user {
  padding: 8px 8px 20px 8px;
}

.box .message-blocks .text h4 {
  margin: 2px 0;
}

.box .message-blocks .text .postinfo {
  color: #666666;
  line-height: 20px;
}
.box .message-blocks .text .shorttext {
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

/* FAQ */

.faq .message-blocks {
  border-top: 1px solid #e7e7e7;
}

.faq .message-blocks .text_header {
  position: relative;
  height: 38px;
}

.faq .message-blocks .text_header div.open,
.faq .message-blocks .text_header div.closed {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 0px;
  height: 20px;
  width: 20px;
}

.faq .message-blocks .text_header h3 {
  font-size: 15px;
  color: #4a4108;
  font-weight: normal;
  line-height: 38px;
  padding: 0 0 3px 0;
}

.faq .message-blocks .text_header h3 span {
  font-weight: bold;
  padding: 0 5px 0 0;
}

.faq .message-blocks .text_header div.open {
  background: url(../img/span_bg.gif) -20px 0 no-repeat;
}

.faq .message-blocks .text_header div.open:hover {
  background: url(../img/span_bg.gif) -20px -20px no-repeat;
}

.faq .message-blocks .text_header div.closed {
  background: url(../img/span_bg.gif) -60px 0 no-repeat;
}

.faq .message-blocks .text_header div.closed:hover {
  background: url(../img/span_bg.gif) -60px -20px no-repeat;
}

.faq .message-blocks .text {
  position: relative;
  padding: 0 0 10px 0;
}

.box .link {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  line-height: 31px;
}

/* ARTICLE */

.article {
  font-size: 12px;
}

.article .shadowbox_main .text ul li a {
  color: #4a4108;
  line-height: 20px;
}

.article a {
  color: #8c8e31;
}

.article .postinfo {
  color: #666666;
  line-height: 20px;
}

.article .divke {
  position: relative;
  float: left;
}

.article .shadowbox_main .text ul {
  margin: 0 0 10px 15px;
  list-style: disc;
}

.article .links1,
.article .links2,
.article #links3holder {
  border-bottom: 1px solid #e7e7e7;
}

.article .links1 a {
  margin: 0 20px 0 0;
  line-height: 40px;
}
.article .links1 a#rss {
  padding: 0 0 0 20px;
  white-space: nowrap;
}

.article .links2 span {
  margin: 0 0 0 -10px;
}

.article .links2 a {
  margin: 0 10px;
  line-height: 32px;
}

.article .links3 li {
  float: left;
}

.article .links3 li a {
  line-height: 36px;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
}

.block.article  {
  font-size: 12px;
  line-height: 20px;
}

/* GAMES */

.game .messageblock {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
}

.game .messageblock ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.game .messageblock ul li {
  float: left;
  margin: 5px 0;
}

.game .messageblock ul li.odd {
  clear: both;
  padding: 0 10px 0 0;
}

/* OVERVIEW */

.overview {
  line-height: 20px;
}

.overview li .text {
}

.overview img {
  background: url(../img/shadow_bg_img.png) no-repeat;
  padding: 8px;
  margin: 0 8px 0 0;
  float: left;
  width: 110px;
}

.overview .text {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.overview .text h2 {
  border: none;
  padding: 0px;
}

.overview .text h2 a {
  font: 20px georgia;
}

.overview .text span {
  color: #666666;
  line-height: 20px;
}

.overview_weblogs .overview img,
.overview_bloggers .overview img {
  background: url(../img/shadow_small_bg.png) no-repeat;
  padding: 8px;
  margin: 0 8px 0 0;
  float: left;
  width: 70px;
}
.overview_bloggers .overview img.user {
  padding: 8px 8px 20px 8px;
}

.overview_bloggers .overview .text {
  padding: 0px;
}

.overview_bloggers .overview h5 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 5px 0;
}

.overview_bloggers .overview ul li {
  margin: 0;
}

.overview_bloggers .overview ul li a {
  font-size: 12px;
  color: #8c8e31;
  line-height: 20px;
}

/* RELATED */

.related {
  font-size: 12px;
}

.related a {
  color: #8c8e31;
}

.related h2.style1 {
  color: #4a4108;
}

.related h2.style2 {
  color: #c6695a;
}

.related h2.style3 {
  color: #8c8e31;
}

#wrap .related .border {
  margin: 0;
  margin-bottom: 10px;
}

.related.thumbs .shadowbox_main {
  margin-right: 8px;
}

.related .shadowbox_main .text ul {
  margin: 0 0 0 15px;
}

.related .shadowbox_main .text ul.odd {
  margin: 0;
  list-style: none;
}

.related .shadowbox_main .text ul a {
  line-height: 20px;
  color: #4a4108;
}

.related .shadowbox_main .text .textblock {
  width: 115px;
  float: left;
}

.related .shadowbox_main .text ul {
  color: #4a4108;
  line-height: 20px;
  list-style: disc;
  list-style-type: disc;
}

.related .shadowbox_main .text .imagewrap {
  margin: 0 -6px 0 -4px;
}

.related .shadowbox_main .text .imagewrap a {
  margin: 0;
}

.related .shadowbox_main .text .imagewrap img {
  height: 70px;
  padding: 8px;
  width: 70px;
}

.related .shadowbox_footer {
  margin: 10px 0 0 0;
}

.related .message-blocks .text {
  width: 100%;
  padding: 2px 0;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
}

.related .message-blocks img {
  background: url('../img/shadow_small_bg.png') no-repeat;
  padding: 8px;
  margin: 0 8px 0 0;
  float: left;
  width: 70px;
}

.related .message-blocks .text {
  float: left;
  margin-bottom: 10px;
}
.related .message-blocks .text h4 {
  margin: 2px 0;
}

.related .message-blocks .text h4 a {
  color: #4a4108;
}

.related .message-blocks .text .postinfo {
  color: #666666;
  line-height: 20px;
}

/* COLUMNIST */

.columnist {
  background: url(../img/stitchbox.png) -624px 0;
  position: relative;
  width: 564px;
  padding: 30px;
  min-height: 200px;
}

.columnist .top,
.columnist .bottom {
  background: url(../img/stitchbox.png) 0 0;
  width: 624px;
  height: 10px;
  position: absolute;
  left: 0;
}

.columnist .top {
  top: 0;
}

.columnist .bottom {
  background-position: 0 -10px;
  bottom: 0;
}

.columnist img {
  position: absolute;
  top: 30px;
  right: 50px;
}

/* AUTOZOEKER */
.autosearch {
  margin: 0;
}
.autosearch .shadowbox {
  background: url('../img/shadow_odd_x.png') #ba6fa3;
  background-repeat: repeat-x;
  margin: 0;
}

.autosearch .shadowbox a {
  color: #ffffff;
}

.autosearch .shadowbox h2 {
  background: url('../img/shadowbox_odd_large.png') 0 0 no-repeat;
  padding: 15px 0 0 27px;
  color: #ffffff;
}

.autosearch .shadowbox_main {
  margin: 0;
  background: url('../img/shadow_odd_y.png');
  background-repeat: repeat-y;
}
.autosearch .shadowbox_main .text {
  margin: 20px;
}
.autosearch .shadowbox_main .details {
  margin: 20px 27px;
}

.autosearch .bigbox {
  background: url('../img/carsearch/bigbox-rep.png') center repeat-y;
  margin-top: 20px;
  width: 584px;
}
.autosearch .bigbox-top {
  background: url('../img/carsearch/bigbox-top.png') top no-repeat;
  height: 16px;
}
.autosearch .bigbox-bot {
  background: url('../img/carsearch/bigbox-bot.png') bottom no-repeat;
  height: 16px;
}

.autosearch .smallbox {
  background: url('../img/carsearch/smallbox-rep.png') center repeat-y;
  clear: left;
  float: left;
  margin-top: 20px;
  width: 282px;
}
.autosearch .smallbox.right {
  clear: right;
  float: right;
}
.autosearch .smallbox-top {
  background: url('../img/carsearch/smallbox-top.png') top no-repeat;
  height: 16px;
}
.autosearch .smallbox-bot {
  background: url('../img/carsearch/smallbox-bot.png') bottom no-repeat;
  height: 16px;
}

.autosearch .details h3 {
  border-bottom: 1px #e7e7e7 solid;
  clear: both;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 2px 15px 15px 15px;
  padding: 0 0 10px 0;
}

.autosearch .bigbox .auto_spec_table {
  font-size: 11px;
  margin: 2px 15px;
  width: 554px;
}
.autosearch .smallbox .auto_spec_table {
  font-size: 11px;
  margin: 2px 15px;
  width: 252px;
}
.autosearch .details .auto_spec_table td {
  padding: 2px 0;
  vertical-align: top;
}

.autosearch .shadowbox_main img.polaroid {
  background: none;
  position: absolute;
  left: 367px;
  top: -50px;
}

.autosearch .shadowbox_main h2 {
  background: none;
  padding: 20px 0;
}
.autosearch .shadowbox_main .details h2 {
  height: auto;
  padding-bottom: 0;
}

.autosearch .shadowbox .autosearch_intro {
  background: #9e3077;
  color: #ffffff;
  line-height: 20px;
  padding: 20px;
  width: 310px;
  padding-right: 270px;
}

.autosearch .shadowbox_main form {
  padding: 0;
  margin: 0;
}

.autosearch .shadowbox_main ul {
  border: 0;
  margin: 0;
  padding: 0;
}
.h2-with-border {
  width: 100%;
  clear: both;
  float: left;
  border-top: 1px solid #9f3178;
  margin-top: 20px;
  margin-bottom: 0px;
}
.autosearch .details .h2-with-border {
  float: none;
  margin-top: 0;
}

.hr-with-border {
  width: 100%;
  float: left;
  clear: both;
  background-color: #9f3178;
  color: #9f3178;
  height: 1px;
  border: 0;
  margin-top: 20px;
}

.autosearch .shadowbox ul li {
  width: 180px;
  float: left;
  position: relative;
  display: block;
  padding-right: 20px;
  padding-top: 10px;
}
.autosearch .shadowbox ul.small-li li {
  height: 10px;
}

.autosearch .shadowbox ul.normal-li li {
  height: 17px;
}

.autosearch .shadowbox ul li.break {
  width: 380px;
}

.autosearch .shadowbox ul li input.btn7 {
  margin-top: 28px;
}

.autosearch .shadowbox ul li input.odd {
  margin-top: 0;
}

.autosearch .shadowbox ul li label {
  font-weight: bold;
  line-height: 24px;
  display: block;
  height: 25px;
}
.autosearch .shadowbox ul li label.info {
  background: url('../img/info.gif') 165px 6px no-repeat;
}
.autosearch .shadowbox ul li input.text {
  margin: 0;
  padding: 0;
  float: right;
  width: 180px;
  height: auto;
  margin-right: 0px;
}
.autosearch .shadowbox form ul li input.checkbox {
  margin-right: 5px;
  border: 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
  background: #bf74a8;
}


.autosearch.searcher .shadowbox select {
  width: 180px;
  margin-left: -1px;
}


.autosearch .shadowbox_end {
  background: url('../img/shadowbox_odd_large.png') 0 -60px no-repeat;
  background-position: bottom;
  height: 10px;
  padding-top: 5px;
}


.autosearch.results .shadowbox ul li {
  width: auto;
  float: none;
  padding: 0;
}

.autosearch.results .shadowbox ul li img {
  position: static;
  padding: 0;
}

.autosearch.results .shadowbox ul li .imageholder {
  border: 1px solid #da96c5;
  background: #c579ae;
  margin: 0 12px 0 0;
  padding: 2px;
  float: left;
  width: 100px;
  height: 75px;
}

.autosearch.results .shadowbox ul li .imageholder.small {
  width: 100px;
  height: 67px;
}

.autosearch.results .shadowbox ul li.searchresults {
  background: #D287BB;
  padding: 10px;
  margin: 0 0 3px 0;
}

.autosearch.results .shadowbox ul li.searchresults:first-child {
  margin: 20px 0 3px 0;
}

.autosearch.results .shadowbox ul li.searchresults div.image {
  float: left;
}

.autosearch.results .shadowbox ul li .title a {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.autosearch.results .shadowbox ul li ul {
  float: left;
  width: 225px;
}

.autosearch.results .shadowbox a,
.autosearch.results .shadowbox #pagenav a {
  color: #ffffff;
}

.auto_info_table {
  width: 460px;
}

.auto_info_table thead th {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.auto_info_table tbody td {
  width: 80px;
}

.auto_info_table tbody td:first-child {
  width: 300px;
}

.auto_spec_table .title {
  display: block;
  font-size: 14px;
  padding: 20px 0 10px 0;
}

/* REACTION */

.reaction .shadowbox {
  background: url('../img/shadowbox_large_main.png');
  margin: 30px 0 0 0;
}

.reaction .shadowbox a {
  color: #8c8e31;
}

.reaction .shadowbox_main {
  padding: 0 0 10px 0;
}

.reaction .shadowbox h2 {
  background: url('../img/shadowbox_large.png') 0 0 no-repeat;
  height: 31px;
  padding: 16px 0 0 20px;
}

.reaction .shadowbox img.user {
  padding: 8px 8px 20px 8px;
  margin: 0px 16px 0px 0px;
  width: 70px;
}

.reaction .message-blocks li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 10px 0;
  line-height: 0;
}

.reaction .message-blocks .text {
  padding: 0 0 5px 0;
  line-height: 20px;
}

.reaction .message-blocks .text span {
  color: #666666;
}

.reaction .shadowbox_end {
  background: url('../img/shadowbox_large.png') 0 -60px no-repeat;
  height: 10px;
}

.reaction h2.nobg {
  background: none;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.reactionname {
  width: 280px;
}

.reactiontext {
  margin: 5px 0 10px 0;
  height: 140px;
  width: 100%;
}

/* LOGIN */

.login .shadowbox {
  background: url('../img/shadowbox_large_main.png');
  margin: 0px;
}

.login .shadowbox h2 {
  background: url('../img/shadowbox_large.png') 0 0 no-repeat;
  height: 31px;
  padding: 16px 0 0 20px;
}

.login .shadowbox_end {
  background: url(../img/shadowbox_large.png) 0 -60px no-repeat;
  height: 10px;
}

.login .shadowbox a {
  color: #8c8e31;
}

.login dl.form {
  margin: 0 0 6px 0;
}

.login dl.form dt {
  float: left;
  font-size: 12px;
  padding: 6px 0;
  font-weight: bold;
  width: 150px;
}

.login dl.form dd {
  padding: 6px 0;
}

.login dl.form dd input[type="text"],
.login dl.form dd input[type="password"] {
  width: 200px;
}

.login .checkbox input[type="checkbox"] {
  background: red;
}

/* SETTINGS */

.settings .shadowbox {
  background: url('../img/shadowbox_large_main.png');
  margin: 0px;
}

.settings .shadowbox h2 {
  background: url('../img/shadowbox_large.png') 0 0 no-repeat;
  height: 31px;
  padding: 16px 0 0 20px;
}

.settings .shadowbox a {
  color: #8c8e31;
}

.settings ul {
  margin: 20px 0;
}

.settings ul li label {
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
}

.settings ul li textarea {
  height: 80px;
  width: 640px;
}

.settings dl.form dt {
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  width: 150px;
}

.settings dl.form dd {
  padding: 3px 0;
}

.settings dl.form dd.img {
  min-height: 20px;
  width: 448px;
}

.settings dl.form dd .option {
  margin: 0 5px 0 0;
  width: 115px;
}

.settings dl.form dd .checkbox_holder {
  height: 30px;
  float: left;
  width: 30px;
}

.settings dl.form dd p {
  line-height: 40px;
}

.settings dl.form dd a {
  line-height: 20px;
  color: #8c8e31;
}

.settings dl.form dd .optionland {
  width: 174px;
}

.settings dl.form dd input.text {
  width: 352px;
}

.settings dl.form dd textarea {
  height: 80px;
  width: 352px;
}

.settings dl.form dd img.user {
  padding: 8px 8px 20px 8px;
  width: 70px;
}

.settings dl.form dd input.xs {
  width: 100px;
}

.settings dl.form dd input.small {
  width: 170px;
}

.settings dl.form dd input.upload {
  height: auto;
  width: 265px;
}

.settings dl.form dd span {
  font-size: 12px;
}

.settings dl.form .btn2 {
  padding: 0 15px;
}

.settings dl.form ul#avatars {
  display: block;
  margin: 0;
  padding: 0;
}
.settings dl.form ul#avatars li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.settings dl.form ul#avatars img {
  display: block;
  float: none;
}

.settings h2.nobg {
  background: none;
  padding: 20px 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.settings .shadowbox_end {
  background: url(../img/shadowbox_large.png) 0 -60px no-repeat;
  height: 10px;
}

.settings .error {
  display: block;
  color: #ff0000;
}

/* PROFILE */

.profile {
  background: #0f9b92 url(../img/profile.png) top left no-repeat;
  position: relative;
  min-height: 300px;
}
.profile .profileimageholder {
  position: relative;
}

.profile #profileimage {
  position: absolute;
  top: 47px;
  left: 34px;
  height: 90px;
  width: 110px;
}

.profile #changeimage {
  position: absolute;
  top: 140px;
  left: 32px;
  height: 17px;
  width: 110px;
}

.profile .profileinfo {
  font: normal 12px trebuchet ms;
  width: 180px;
}

.profile .profileinfo h3 {
  color: #4a4108;
  font: normal 15px georgia;
  padding: 0 0 0 0;
}

.profile .profileinfo dl {
  margin: 4px 0 0 0;
  padding: 0px;
}

.profile .profileinfo dt {
  font-weight: bold;
  margin: 0px;
  line-height: 20px;
  float: left;
  width: 90px;
}

.profile .profileinfo dd {
  margin: 0px;
  line-height: 20px;
  float: left;
  width: 90px;
}

.profile .profileinfo a.input {
  margin: 43px 0 0 0;
  float: right;
}

.profile #leftinfo {
  float: left;
  margin: 37px 0 20px 202px;
}

.profile #rightinfo {
  float: right;
  margin: 55px 48px 20px 0;
}

.profile h2 {
  color: #ffffff;
  margin: 0 20px 8px 20px;
}

.profile .alerts {
  border-top: 1px solid #7bc1bc;
  color: #ffffff;
  font: bold 12px trebuchet ms;
  line-height: 32px;
  margin: 0 20px;
}

.profile .alerts a {
  color: #ffffff;
  text-decoration: underline;
}

.profile .profilepersonal {
  position: relative;
  top: 14px;
  margin: 0 0 40px 0;
}

.personalsettings {
  color: #8c8e31;
  float: right;
  font: bold 12px trebuchet ms;
  padding: 8px 0 0 0;
}

.block .headerblock {
  position: relative;
  height: 30px;
}

.block h2.personalarticles {
  float: left;
}

.related .message-blocks .text h4 .profilerecipes {
  color: #8e2f2f;
}

.profiletest span {
  color: #666666;
}

.profiletest .shadowbox_main .text ul {
  padding: 10px 0 0 0;
  margin: 0px;
}

.profiletest ul li {
  list-style: none;
}

.profilefavorites {
  color: #666666;
}

.profiledashboard ul {
  float: left;
  width: 300px;
}

.profiledashboard ul li {
  border-bottom: 1px solid #e7e7e7;
  line-height: 32px;
}

.profiledashboard .shadowbox ul li a {
  color: #4a4108;
}

.profiledashboard .link {
  border-top: 1px solid #E7E7E7;
  margin: -1px 0 -12px 0;
  display: block;
  line-height: 33px;
}

/* SITEMAP */

.sitemap ul li {
  list-style: none;
  font-family: georgia;
  padding: 10px 0;
  font-size: 20px;
}

.sitemap ul li a {
  color: #4a4108;
}

.sitemap ul ul li {
  padding: 5px 0 0 0;
  font-size: 15px;
}

.sitemap ul ul li a {
  color: #8C8E31;
}

.sitemap ul ul ul li {
  padding: 0px;
  font-family: trebuchet ms;
  font-size: 12px;
}

.sitemap ul ul ul li a {
  color: #10A69C;
}

/* BOXODD */

.boxodd a {
  color: #8c8e31;
}

.boxodd h2 a {
  color: #4a4108;
}

.boxodd h4 a {
  color: #4a4108;
}

.boxodd .date {
  position: absolute;
  color: #666666;
  font: normal 12px trebuchet ms;
  top: 24px;
  right: 0px;
}

/* PHOTOARCHIVE */

.photoarchive {
  background: url(../img/shadowbox_large_main.png);
  margin: 30px 0 0 0;
}

.photoarchive .shadowbox_main {
  position: relative;
  padding: 0 0 10px 0;
}

.photoarchive .shadowbox_main .text {
  position: relative;
}

.photoarchive h2 {
  background: url('../img/shadowbox_large.png') 0 0 no-repeat;
}

.photoarchive .shadowbox_end {
  background: url('../img/shadowbox_large.png') 0 -60px no-repeat;
}

.photoarchive .column {
  position: relative;
  width: 280px;
}

.photoarchive h4 a {
  background: url(../img/icons.png) right 5px no-repeat;
  font-family: georgia;
  color: #4a4108;
  line-height: 20px;
  font-size: 15px;
  padding: 0 24px 0 0;
}

.photoarchive .text ul li {
  float: left;
}

.photoarchive .text ul li img {
  margin: 10px 7px 10px 0;
}

.photoarchive .text ul li:last-child img {
  margin: 10px 0 0 0;
}

#wrap .photoarchive .border {
  background:#e7e7e7 none repeat scroll 0 0;
  height: 1px;
  margin: 10px 0;
}

.photoarchive a {
  color: #8c8e31;
  font-family: trebuchet ms;
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}

/* BLOG */

.bloggerinfo .shadowbox {
  background: url(../img/shadowbox_pink_main.png) repeat-y;
}

.bloggerinfo .shadowbox_header {
  background: url(../img/shadowbox_pink.png) 0 0 no-repeat;
  height: 19px;
}

.bloggerinfo .shadowbox_main {
  padding: 0;
}

.bloggerinfo h3 {
  font-size: 15px;
  padding: 5px 0;
}

.bloggerinfo img {
  margin: 0 10px 10px -30px;
  *margin: 0 10px 10px 0;
  float: left;
}

.bloggerinfo .shadowbox_footer {
  border: none;
}

.bloggerinfo .shadowbox_footer ul {
  float: left;
}

.bloggerinfo .shadowbox_end {
  background: url(../img/shadowbox_pink.png) 0 -20px no-repeat;
  height: 17px;
}

.bloggerinfo .shadowbox_footer table td {
  padding: 3px 8px 3px 0;
}

.bloggerinfo .shadowbox_footer table td.first {
  font-weight: bold;
  width: 100px;
}

.blogmessages .shadowbox_main .text ul {
  margin: 0 0 10px 15px;
  list-style: disc;
}

.blogmessages .shadowbox_main .text ul a {
  line-height: 20px;
  color: #4a4108;
}

.blogmessages .shadowbox_main a {
  color: #8c8e31;
}

.blogroll .shadowbox .text img {
  background: none;
  padding: 0px;
  margin: 0px;
  width: 16px;
}

.blogroll .shadowbox a {
  line-height: 20px;
  padding: 0 0 0 10px;
}

/* INTRO */

.intro .shadowbox_header {
  background: url('../img/shadowbox_large.png') 0 0 no-repeat;
  height: 14px;
}

.intro .shadowbox {
  background: url('../img/shadowbox_large_main.png');
  margin: 0;
}

.intro .shadowbox .shadowbox_main .text p {
  font-weight: bold;
}

.intro .shadowbox_end {
  background: url('../img/shadowbox_large.png') 0 -60px no-repeat;
  height: 10px;
}

/* TESTRESULTS */

.testresults h1 {
  color: #8a0829;
}

.testresults .overview img {
  background: url('../img/shadow_small_bg.png') no-repeat;
  padding: 8px;
  margin: 0 8px 0 0;
  float: left;
  width: 70px;
}

.testresults .overview .text h2 a {
  color: #4a4108;
}

.testresults .overview .text p {
  font-weight: bold;
}

.testresults .overview .text a {
  line-height: 20px;
  color: #8c8e31;
}

h2.odd {
  margin: 8px 0;
  font-weight: normal;
  float: left;
  font-family: georgia;
}

/* FOOTER */

#footer {
  clear: both;
  height: 283px;
  margin: 40px 0 0 0;
  width: 100%;
}

#footer_wrap {
  background: url(../img/stretch_autumn.png) 0 -260px repeat-x;
  height: 162px;
}

#footer_container {
  width: 980px;
  margin: 0 auto;
}

#service_nav {
  height: 35px;
}

#service_nav li {
  float: left;
}
#service_nav a {
  color: #ffffff;
  font: bold 13px trebuchet ms;
  line-height: 31px;
  margin: 0 25px 0 0;
}

#relevant_websites {
  color: #8c8e31;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

#relevant_websites a {
  color: #ffffff;
  padding: 0 12px;
}

.addrss {
  position: relative;
  width: 100%;
}

.addrss li {
  float: left;
  font-size: 12px;
  margin: 0 0 20px 0;
  width: 490px;
  height: 150px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.addrss li h2 {
  margin: 15px 0;
}

.addrss li .checkbox-holder {
  line-height: 20px;
  margin: 10px 0;
}

.addrss li .checkbox-holder .checkbox {
  float: left;
}

.addrss li .checkbox-holder span {
  display: block;
  padding: 0 0 0 5px;
  float: left;
  width: 80px;
}

.addrss li dt {
  float: left;
  line-height: 22px;
  width: 70px;
}

.addrss li dl {
  margin: 0 0 5px 0;
}

.addrss li dd .text {
  margin: 2px 0;
  width: 300px;
}

#rss_holder {
  height: 33px;
  padding: 19px 0;
  width: 400px;
}

a.rss_block {
  background: url('../img/icons.png') 0 -28px  no-repeat;
  color: #ffffff;
  display: block;
  float: left;
  font: 12px trebuchet ms;
  height: 16px;
  padding: 2px 0 2px 22px;
  width: 78px;
}

/* FORMS */

#form_search {
  float: right;
  margin: -2px 10px 0 0;
}

#form_newsletter {
  padding: 0 0 10px ;
}

.form_input {
  width: 143px;
  padding: 1px;
  height: 16px;
}

.radio {
  background: #ffffff;
  border: none;
}

.submit_poll {
  margin: 12px 0;
}

/* ICONS */

#rss {
  background: url(../img/articlebuttons.gif) 0 0 no-repeat;
}

#nujij {
  background: url(../img/articlebuttons.gif) 0 -20px no-repeat;
}

#ekudos {
  background: url(../img/articlebuttons.gif) 0 -40px no-repeat;
}

#msnreporter {
  background: url(../img/articlebuttons.gif) 0 -60px no-repeat;
}

#digg {
  background: url(../img/articlebuttons.gif) 0 -80px no-repeat;
}

#delicious {
  background: url(../img/articlebuttons.gif) 0 -100px no-repeat;
}

#googlebladwijzers {
  background: url(../img/articlebuttons.gif) 0 -120px no-repeat;
}

/* BUTTONS */

.btn,
a.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: url(../img/btn.png) repeat-x;
  cursor: pointer;
  position: relative;
  border: 0;
  color: #ffffff !important;
  overflow: visible;
  height: 20px;
  text-decoration: none;
  margin: 0;
  padding: 0 7px;
}

.btn2,
a.btn2 {
  background: url(../img/btn.png) 0 -40px repeat-x;
  cursor: pointer;
}

.btn3,
a.btn3 {
  padding: 1px 10px 1px 10px;
  cursor: pointer;
}

.btn4,
a.btn4 {
  padding: 1px 10px 1px 30px;
  cursor: pointer;
  position: relative;
}
.article .links1 a.btn4 {
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn4 .plus,
.btn4 .min {
  background: url(../img/span_bg.gif) no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.btn4 .min {
  background-position: 0 -20px;
}

.btn-remove {
  background: url(../img/span_bg.gif) 0 -40px no-repeat;
  position: absolute;
  top: 6px;
  right: 8px;
  height: 20px;
  width: 20px;
}

.btn5,
a.btn5 {
  background: url(../img/btn.png) 0 -80px repeat-x;
  padding: 0 15px;
  cursor: pointer;
}

.btn6,
a.btn6 {
  color: #000000;
  background: url(../img/btn.png) 0 -120px repeat-x;
  padding: 0 15px;
  cursor: pointer;
}

.btn7 ,
a.btn7,
.autosearch .btn {
  color: #ffffff;
  cursor: pointer;
  background: url(../img/btn.png) 0 -160px repeat-x;
  padding: 0 15px;
}

.btn8 ,
a.btn8 {
  color: #ffffff;
  cursor: pointer;
  background: url(../img/btn.png) 0 -60px repeat-x;
  cursor: default;
}
.btn8 ,

a.btn12 {
  color: #ffffff;
  cursor: pointer;
  background: url(../img/btn.png) 0 -60px repeat-x;
}

.btn:hover {
  background: url(../img/btn.png) 0 -20px;
}

.btn2:hover {
  background: url(../img/btn.png) 0 -60px;
}

.btn5:hover {
  background: url(../img/btn.png) 0 -100px;
}

.btn6:hover {
  background: url(../img/btn.png) 0 -140px repeat-x;
}

.btn7:hover,
.autosearch .btn:hover {
  background: url(../img/btn.png) 0 -180px repeat-x;
}

/* BUTTONS CUSTOM VALUES */

.btn_previous {
  padding: 1px 20px;
}

.btn_next {
  padding: 1px 15px;
}

.btn_next:hover,
.btn_previous:hover {
  text-decoration: none;
}

.btn_vote {
  margin: 10px 0;
}

.btn_comment {
  float: right;
  margin: 0 -2px 0 0;
}

a.overviewbloggers {
  padding: 2px 5px;
}

a.overviewbloggers:hover {
  text-decoration: none;
}

.reaction .shadowbox .btn_anchor {
  color: #ffffff;
  position: absolute;
  line-height: 20px;
  top: 15px;
  right: 20px;
}

.btn_search{
  background: url(../img/btn.png) 0 -40px;
}

.btn_search:hover{
  background: url(../img/btn.png) 0 -60px;
}

.formsend {
  float: right;
}

/* TEXT */

.block .intro {
  font-style: italic;
}

.block .bullets {
  line-height: 20px;
  list-style: disc inside;
}

.block .subtitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.block .ordered {
  list-style: decimal inside;
  line-height: 20px;
}

/* SPOTLIGHT */

.slide {
  left: 0;
  position: absolute;
  margin: 18px 0 0 27px;
  top: 10px;
  z-index: 2;
}

.slide img{
  width: 245px;
  height: 200px;
}

#spotlight {
  background: #0f9b92;
  height: 280px;
  margin: 0 19px 0 0;
  padding: 0;
  position: relative;
  width: 625px;
  z-index: 0;
}

div#polaroids {
  background: url(../img/polaroids.png);
  display: block;
  height: 300px;
  margin: -10px 0;
  position: absolute;
  width: 625px;
  z-index: 1;
}

ul#spotlight-text {
  display: block;
  height: 280px;
  list-style: none;
  margin: 0 0 0 300px;
  padding: 0;
  position: relative;
  right: 0;
  top: 10px;
  width: 325px;
  z-index: 5;
}

ul#spotlight-text li:first-child {
  border-top: none;
}

ul#spotlight-text li {
  display: block;
  height: 70px;
  margin: 0;
  padding: 0;
  width: 325px;
}

ul#spotlight-text li a {
  display: block;
  height: 70px;
  font-size: 20px;
  color: #666666;
  text-decoration: none;
  padding-left: 20px;
  font-family: georgia;
  line-height: 70px;
  width: 305px;
}

ul#spotlight-text li.active a {
  color: #ffffff;
}

ul#spotlight-text li#slide1_link {
  background: url(../img/slide1.png) 0 0 no-repeat;
}

ul#spotlight-text li#slide1_link.active {
  background: transparent;
}

ul#spotlight-text li#slide2_link {
  background: url(../img/slide2.png) 0 0 no-repeat;
}

ul#spotlight-text li#slide2_link.active {
  background: transparent;
}

ul#spotlight-text li#slide3_link {
  background: url(../img/slide3.png) 0 0 no-repeat;
}

ul#spotlight-text li#slide3_link.active {
  background: transparent;
}

ul#spotlight-text li#slide4_link {
  background: url(../img/slide4.png) 0 0 no-repeat;
}

ul#spotlight-text li#slide4_link.active {
  background: transparent;
}

/* COMMENT FORM */
div#comment_form dl.form dt {
  float: left;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
  width: 150px;
}

div#comment_form dl.form dd {
  padding: 3px 0;
  line-height: 20px;
}

div#comment_form dl.form input {
  width: 350px;
}

div#comment_form dl.form input[type=checkbox]{
  width: auto;
}

div#comment_form dl.form textarea {
  width: 450px;
}
div#comment_form dl.form input.btn_comment {
  width: auto;
}


/* SHADOWBOX POPUP */
div#popup {
  background: #fff;
  min-height: 200px;
  padding: 20px 0 0 20px;
}

div#popup dl.form {
  margin: 0;
}

div#popup dl.form dt {
  float: left;
  font-size: 12px;
  padding: 6px 0;
  font-weight: bold;
  width: 175px;
}

div#popup dl.form dd {
  padding: 6px 0;
}

div#popup dl.form dd input[type="text"] {
  width: 285px;
}
div#popup dl.form dd textarea {
  height: 100px;
  width: 285px;
}

div#popup input.tagname {
  margin-left: 30px;
  width: 300px;
}
div#popup input.tagsubmit {
  background: url('../img/tagbutton_add.png') no-repeat;
  color: #fff;
  height: 19px;
  width: 81px;
}

.block.popup .shadowbox {
  background: url('../img/shadowbox_popup_main.png') repeat-y;
  margin: 15px 0 0 0;
  width: 482px;
}
.block.popup .shadowbox h2 {
  background: none;
}
.block.popup .shadowbox h2:first-child {
  background: url('../img/shadowbox_popup.png') top repeat-y;
}
.block.popup .shadowbox_end {
  background: url('../img/shadowbox_popup.png') bottom repeat-y;
  clear: both;
  height: 10px;
}

.block.popup .shadowbox a.tagbutton {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  background: #87cdc8 url('../img/tagbutton.png') right no-repeat;
  color: #fff;
  display: block;
  float: left;
  line-height: 20px;
  margin: 0 10px 10px 0;
  padding: 0 18px 0 6px;
}

/* CAROUSEL */

#carousel_wrap {
  background: url(../img/stretch_autumn.png) 0 -139px repeat-x;
  height: 121px;
}

#carousel {
  margin: 0 auto;
  height: 121px;
  width: 980px;
}

.jcarousel-container {
  width: 900px;
  height: 90px;
  position: relative;
}

.jcarousel-container .jcarousel-clip {
  width: 900px;
  height: 90px;
  top: 18px;
  left: 40px;
  position: absolute;
  overflow: hidden;
}

.jcarousel-container ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}

.jcarousel-container ul li {
  width: 225px;
  float: left;
}

.jcarousel-container ul li a img {
  background: url(../img/shadow_small_bg.png) 0 0 no-repeat;
  float: left;
  padding: 8px;
  margin: 0 8px 0 0;
  width: 70px;
  height: 70px;
}

.jcarousel-container ul li p {
  width: 225px;
  padding: 0 14px 0 0;
}

.jcarousel-container ul li p a {
  float: left;
  font: 15px georgia;
  line-height: 20px;
  color: #0f9b92;
}

.jcarousel-container .jcarousel-prev {
  top: 50px;
  left: 0;
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(../img/carousel_buttons.png) 0 0 no-repeat;
  z-index: 100;
  cursor: pointer;
}

.jcarousel-container .jcarousel-next {
  top: 50px;
  right: -80px;
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(../img/carousel_buttons.png) -22px 0 no-repeat;
  z-index: 100;
  cursor: pointer;
}

.jcarousel-container .jcarousel-prev-disabled,
.jcarousel-container .jcarousel-next-disabled {
  background: #ffffff;
  cursor: default;
}

#car-carousel-top {
  background: url('../img/carsearch/bigbox-top.png') top no-repeat;
  height: 15px;
  margin: 0 auto;
  width: 584px;
}
#car-carousel-rep {
  background: url('../img/carsearch/bigbox-rep.png') center repeat-y;
  margin: 0 auto;
  padding: 5px 0;
  width: 584px;
}
#car-carousel-bot {
  background: url('../img/carsearch/bigbox-bot.png') bottom no-repeat;
  height: 15px;
  margin: 0 auto;
  width: 584px;
}

.car-carousel {
  margin: 0 auto 0 auto;
}

.car-carousel.jcarousel-container {
  width: 480px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.car-carousel.jcarousel-container .jcarousel-items,
.car-carousel.jcarousel-container .jcarousel-clip {
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.car-carousel.jcarousel-container .jcarousel-items {
  margin: 0 0 0 40px;
}

.car-carousel.jcarousel-container .jcarousel-clip {
  top: 0;
}

.car-carousel.jcarousel-container ul {
  height: 300px;
}

.car-carousel.jcarousel-container ul li {
  float: left;
  display: inline;
  width: 400px;
  height: 300px;
  padding: 0;
}

.car-carousel.jcarousel-container ul li img {
  width: 400px;
  height: 300px;
}

.car-carousel.jcarousel-container .jcarousel-prev {
  background-position: 0 0;
  margin: -9px 0 0 0;
  top: 50%;
  left: 0;
}

.car-carousel.jcarousel-container .jcarousel-next {
  background-position: -21px 0;
  margin: -9px 0 0 0;
  top: 50%;
  right: 0;
}

.car-carousel.jcarousel-container .jcarousel-prev-disabled,
.car-carousel.jcarousel-container .jcarousel-next-disabled {
  background: #fff;
}

.car-carousel img {
	display: inline;
	float: left;
}

/* SPELLETJES */
#game_spotlight {
  background: url('../img/game/home_header.png');
  height: 211px;
  margin-bottom: 11px;
  position: relative;
  width: 624px;
}
#game_spotlight img {
  left: 67px;
  position: absolute;
  top: 24px;
  width: 161px;
}
#game_spotlight h1 {
  display: block;
  margin-left: 320px;
  position: relative;
  top: 24px;
  width: 280px;
}
#game_spotlight h1 a {
  color: #4a4108;
}
#game_spotlight p {
  display: block;
  margin-left: 320px;
  position: relative;
  top: 8px;
  width: 280px;
}

#game_search {
  background: url('../img/game/home_search.png');
  height: 58px;
  line-height: 58px;
  padding-right: 23px;
  text-align: right;
  width: 600px;
}
#game_search strong {
  font-size: 10pt;
}

.game_row {
  border-bottom: 1px #e7e7e7 solid;
  clear: both;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 624px;
}
.game_row .game_block {
  margin: 0 0 0 12px;
}
.game_row .game_block:first-child {
  margin: 0;
}
.game_row .game_block .img_wrapper {
  display: block;
  height: 148px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.game_row .game_block .img_wrapper img {
  position: absolute;
  width: 200px;
}
.game_row .game_block h4 {
  margin: 8px 0 4px 0;
  position: relative;
}
.game_row .game_block a {
  border-top: none;
  line-height: normal;
}

.game_block {
  float: left;
  margin: 0 12px 28px 0;
  width: 200px;
}

.game_block h2 {
  color: #666;
  font-size: 20px;
  margin-bottom: 10px;
}

.game_block ul {
  display: block;
  margin: 0;
  padding: 0;
}
.game_block li {
  display: block;
  height: 50px;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.game_block li img {
  float: left;
  height: 50px;
  width: auto;
}
.game_block li a.text {
  border-top: none;
  color: #0f9b92;
  display: block;
  font-family: Georgia;
  font-size: 15px;
  height: 50px;
  line-height: normal;
  margin-left: 80px;
  vertical-align: middle;
}

.game_block a.more {
  border-top: 1px #e7e7e7 solid;
  color: #0f9b92;
  display: block;
  line-height: 28px;
}

.shadowbox_rounded .game_image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shadowbox_rounded .game_image img:first-child {
  height: auto;
  margin: auto;
  position: relative;
  width: auto;
}

.btn_play {
  background: url('../img/game/btn_play.png');
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  position: relative;
  text-indent: 101px;
  width: 101px;
}

#game_wrapper {
  position: relative;
}
#game_wrapper * {
  display: block;
  margin: 10px auto;
  position: relative;
}