/* General styles */
* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: url('../images/bg_main.gif') repeat 0 0;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Equals 10px */
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

a:link,
a:active,
a:visited {
	color: #4a4a4a;
	text-decoration: underline;
}

a:hover {
	color: #ff620e;
	text-decoration: underline;
}

h1, h2 {
	display: block;
	height: 27px;
	background: 0 0 no-repeat;
	margin: 10px 0 5px 0;
}

h1.maintitle, h2.subtitle {
	font-size: 24px;
}

h1.sidebar {
	height: 43px;
}

h2 span {
	color: #ff620e;
}

img {
	border: none;
}

fieldset {
	border: none;
	float: left;
}

.clear {
	clear: both;
}

.clear_non_ie {
	clear: both;
}

.gensize {
	font-size: 1.2em;
}

.button:link,
.button:active,
.button:visited,
.button:hover {
	line-height: 20px;
	height: 20px;
	padding: 0 15px;
	background: url('../images/bg_button.gif') repeat-x 0 0;
	display: block;
	float: right;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
}

.button:hover {
	text-decoration: underline;
}
/* /General */

/* Main blocks */
#wrapper {
	margin: 0 auto;
	width: 872px;
}

#header {
	background: url('../images/bg_header.png') no-repeat 0 59px;
	height: 328px;
}

#page {
	background: url('../images/bg_page_top.gif') repeat-x 0 0 #f3dec0;
	margin: 4px 0;
}

#page p {
	font-size: 1.2em;
}

/* Round corners */
#page span.corners_top, #page span.corners_top span, #page span.corners_bottom, #page span.corners_bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 9px;
	background-repeat: no-repeat;
}

#page span.corners_top {
	background: url('../images/corners_page_left.gif') no-repeat 0 0;
	margin: 0 -9px;
}

#page span.corners_top span {
	background: url('../images/corners_page_right.gif') no-repeat 100% 0;
}

#page span.corners_bottom {
	background: url('../images/corners_page_left.gif') no-repeat 0 100%;
	margin: 0 -9px;
	clear: both;
}

#page span.corners_bottom span {
	background: url('../images/corners_page_right.gif') no-repeat 100% 100%;
}
/* /Round corners */

#footer p {
	font-size: 1.1em;
	color: #85511f;
	margin: 0;
	line-height: 2.2em;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color: #85511f;
}

#footer a:hover {
	color: #ff5800;
}
/* /Main blocks */

.logo {
	background: url('../images/logo.png') no-repeat 100% 0;
	float: right;
	width: 522px;
	height: 59px;
}

/* Menu's */
.main_menu {
	float: left;
	width: 350px;
	margin-bottom: -7px;
}

.main_menu ul {
	margin: 33px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.main_menu ul li {
	float: left;
	height: 33px;
	display: block;
	font-size: 1.4em;
	margin-right: 1px;
}

.main_menu ul li.active {
	background: url('../images/bg_main_menu_bottom.gif') repeat-x 0 100%;
}

.main_menu ul li.first {
	background: url('../images/bg_main_menu_bottom_first.gif') no-repeat 0 100%;
}

.main_menu ul li a {
	display: block;
	background: url('../images/bg_main_menu_right.gif') no-repeat 100% -26px;
	padding: 0 10px 0 0;
	color: #000000;
}

.main_menu ul li a span {
	background: url('../images/bg_main_menu_left.gif') no-repeat 0 -26px;
	padding: 6px 0 4px 10px;
	display: block;
}

/* IE6? */
.main_menu ul li a:link,
.main_menu ul li a:active,
.main_menu ul li a:visited {
	text-decoration: none;
	color: #000000;
}

.main_menu ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.main_menu ul li.active a:hover {
	color: #000000;
	text-decoration: underline;
}
/* /IE6 */

.main_menu ul li a:hover {
	background-position: 100% -52px;
}

.main_menu ul li a:hover span {
	background-position: 0 -52px;
}

.main_menu ul li.active a,
.main_menu ul li.active a:hover{
	background-position: 100% 0;
}

.main_menu ul li.active a span,
.main_menu ul li.active a:hover span {
	background-position: 0 0;
}

.menu {
	background: url('../images/bg_menu.gif') repeat-x;
	height: 42px;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	float: left;
	font-size: 1.4em;
}

.menu ul li a:link,
.menu ul li a:active,
.menu ul li a:visited,
.menu ul li a:hover {
	display: block;
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	float: left;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li a.active:link,
.menu ul li a.active:active,
.menu ul li a.active:visited,
.menu ul li a.active:hover{
	background: url('../images/bg_menu_active.gif') repeat-x 0 0;
	font-weight: bold;
}
/* /Menu's */

/* Page backgrounds */
.inner {
	background: url('../images/bg_page_bottom.gif') repeat-x 0 100%;
}

.inner_left {
	background: url('../images/bg_page_left.gif') repeat-y 0 0;
}

.inner_right {
	background: url('../images/bg_page_right.gif') repeat-y 100% 0;
	padding: 0 9px;
}
/* /Page backgrounds */

.slogan {
	color: #ffffff;
}

/* Login field */
.login_box {
	background-color: #dcc4a3;
	padding: 5px 15px;
	font-size: 1.2em;
}

.login_box span {
	line-height: 21px;
	float: left;
	padding-left: 25px;
}

.login_box .inputbox {
	border: none;
	background: url('../images/bg_inputbox.gif') no-repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 122px;
	padding: 3px 10px 4px 10px;
	text-align: center;
	font-size: 12px;
}

.login_box .submit_login {
	border: none;
	height: 21px;
	background: url('../images/submit_button.gif') no-repeat 0 0;
	width: 40px;
	margin: 0 0 0 -27px;
	padding: 0;
	vertical-align: bottom;
	cursor: pointer;
	position: absolute;
}

.login_box h1 {
	float: right;
	width: 205px;
	height: 27px;
	background: url('../images/register.gif') no-repeat 0 0;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

.login_box h1 a {
	display: block;
	width: 205px;
	height: 27px;
}
/* /Login field */

/* Columns + Subcolumns */
.col_left {
	width: 582px;
	float: left;
}

.col_right {
	width: 250px;
	float: right;
}

.left {
	float: left;
	width: 49%;
}

.right {
	float: right;
	width: 49%;
}
/* /Columns + Subcolumns */

/* Rows */
.row1 {
	background-color: #ebd6b7;
	padding: 4px 0 0 0;
	border: 1px solid #ebd6b7;
}

.row1:hover, .row2:hover {
	background-color: #fff;
	border: 1px solid #ff620e;
	cursor: pointer;
}

.row2 {
	padding: 4px 0 0 0;
	border: 1px solid #f3dec0;
}

.rowlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.rowlist li {
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 3px 4px;
}

.rowlist li strong {
	color: #ff620e;
}

.rowlist img,
.rowlist a img {
	border: 2px solid #ffffff;
}

.rowlist a:hover img {
	border: 2px solid #ff620e;
}

.rowlist a:hover img.small_img {
	border: none;
}
/* /Rows */

.viewprofile {
	background-color: #fff;
}

.viewprofile img.small_img {
	width: 12px;
	height: 12px;
	border: 0;
	margin: 3px 4px 3px 4px;
	vertical-align: middle;
	display: inline-block;
}

/* Right subcolumn list */
.highlights {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.highlights li {
	display: block;
	font-size: 1.2em;
}

.highlights li a {
	display: block;
	padding: 5px 10px 5px 30px;
	border: 1px solid #dec5a1;
	margin-bottom: 5px;
	background: url('../images/icon_highlights.gif') no-repeat 10px 8px #ebd6b7;
}

.highlights li a:hover {
	background-position: 10px -38px;
	background-color: #fff;
}
/* /Right subcolumn list */

/* IE6 */
.highlights li a:link,
.highlights li a:active,
.highlights li a:hover,
.highlights li a:visited {
	text-decoration: none;
}
/* /IE6 */

/* Right column, other styles */
.prod_img {
	width: 81px;
	padding: 3px 0;
}

.prod_img img {
	border: 2px solid #fff;
}

.prod_img img:hover {
	border: 2px solid #ff620e;
}

.prod_desc {
	width: 145px;
	padding: 3px 0;
}

.viewprod {
	display: block;
	float: right;
	background-color: #fff;
	padding: 0 2px;
}

.viewprod a:link,
.viewprod a:active,
.viewprod a:visited {
	color: #ff620e;
}

.dropdown {
	border: 1px solid #ff620e;
	font-size: 1.2em;
	margin-top: 25px;
	width: 245px;
	padding: 3px 0;
}
/* /Right column, other styles */

/* Header contents (sIFR) */
.sifr {
	height: 177px;
	padding: 30px 0 0 20px;
}

.sifr h2 {
	font-size: 3em;
	font-family: "Myriad Pro";
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	color: #85511f;
	height: 1.1em;
}

.header_list {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

.header_list li {
	display: block;
	height: 22px;
	line-height: 22px;
	background: none no-repeat 0 0;
	padding: 0 35px;
	font-size: 1.8em;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #85511f;
	letter-spacing: -.03em;
	margin-bottom: 7px;
}

.header_list li a:link,
.header_list li a:active,
.header_list li a:visited,
.header_list li a:hover {
	text-decoration: none;
	color: #ff620e;
}

.header_list li a:hover {
	text-decoration: underline;
	color: #ff620e;
}

.header_img {
	position: absolute;
	top: 168px;
	margin-left: 707px;
}

.header_img img {
	width: 135px;
	height: 93px;
}
/* /Header contents (sIFR) */

/* Others */
#logos {
	padding-top: 8px;
	margin-top: 15px;
	padding-left: 40px;
	margin-left: 5px;
	width: 809px;
	height: 70px;
	background: url('../images/bg_logos.png');
}

#arrow_left {
	position: absolute;
}

#arrow_right {
	position: absolute;
}

.profile_left {
	float: left;
	width: 180px;
	color: #fff;
	font-weight: bold;
}

.profile_left a:link, .profile_left a:active, .profile_left a:visited {
	color: #ff5800;
	text-decoration: none;
}

.profile_left a:hover {
	color: #ff5800;
	text-decoration: underline;
}

.profile_left u {
	text-decoration: underline;
	color: #85511f;
}

.profile_right {
	float: right;
	width: 350px;
	font-weight: bold;
}

.profile_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.profile_right ul li {
	float: left;
	padding: 8px 10px 8px 25px;
}

.profile_right ul li {
	background: none no-repeat 0 50%;
}

.profile_right a:link, .profile_right a:active, .profile_right a:visited {
	text-decoration: none;
	color: #fff;
}

.profile_right a:hover {
	text-decoration: underline;
	color: #fff;
}

.viewprofile_left {
	width: 150px;
	float: left;
	margin: 10px 0;
	font-size: 1.1em;
}

.viewprofile_right {
	width: 430px;
	float: right;
	margin: 10px 0;
}

.viewprofile_pic img,
.viewprofile_pic a:link img,
.viewprofile_pic a:active img, 
.viewprofile_pic a:visited img {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	width: 110px;
}

.viewprofile_pic2 img,
.viewprofile_pic2 a:link img,
.viewprofile_pic2 a:active img, 
.viewprofile_pic2 a:visited img {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	width: 75px;
	height: 75px;
}

.vrienden_pic {
	float: left;
	width: 61px;
	margin: 0 5px 3px 0;
}

.vrienden_pic img,
.vrienden_pic a:link img,
.vrienden_pic a:active img, 
.vrienden_pic a:visited img {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	width: 57px;
	height: 42px;
}

.viewprofile_pic a:hover img, .vrienden_pic a:hover img {
	border: 2px solid #ff5800;
}

.viewprofile_table {
	width: 430px;
}

.viewprofile_table td {
	width: 195px;
	padding: 5px 10px;
	font-size: 1.2em;
}

.vp_row td {
	background-color: #ebd6b7;
}

ul.pic_list {
	list-style-type: none;
}

ul.pic_list li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.messages {
	margin: 0 0 10px 0;
}

.messages .clear {
	clear: both;
}

.messages p {
	margin: 5px 0 10px 0;
}

p.border-bottom {
	border-bottom: 2px solid #dcc4a3;
	clear: both;
	font-size: 12px;
}

.message_mood {
	display: block;
	float: left;
	width: 59%;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.message_actions {
	float: right;
	width: 39%;
	display: block;
	font-size: 1.2em;
	text-align: right;
	padding-top: 8px;
}

form#kwebbel textarea {
	font-size: 12px;
}

.submit {
	padding: 1px 15px 6px;
	background: url('../images/bg_button.gif') repeat-x 0 0;
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

.submit:hover {
	cursor: pointer;
	text-decoration: underline;
}

.text_field {
	border: 1px solid #ebd6b7;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 1px 3px;
	font-size: 12px;
}

.text_field:hover, .text_field:focus {
	border-color: #ff5800;
}

div.note {
	border: 1px solid #ff5800;
	background-color: #ffffff;
	padding: 5px 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

div.cTop, div.cTopW {
	background-color: #ebd6b7;
	border-color: #dcc4a3;
	font-size: 1.1em;
}

div.cActive, div.cWeekend {
	background-color: #ebd6b7;
	border-color: #dcc4a3;
	font-size: 1.2em;
}

div.cActive:hover, div.cWeekend:hover {
	border-color: #ff5800;
	background-color: #ffffff;
	cursor: pointer;
}

div.cDate {
	font-size: 1.1em;
	font-weight: normal;
}


.memberlist_table, .gen_table {
	font-size: 1.2em;
	width: 100%;
}

.memberlist_table td, .gen_table td {
	padding: 5px 10px;
}

.viewgift {
	margin: 10px 0;
}

.viewgift p {
	font-size: 1.2em;
	padding: 5px 10px;
}

.viewgift_left {
	width: 150px;
	float: left;
}

.viewgift_right {
	width: 430px;
	float: right;
}

.viewgift_table {
	width: 430px;
	border-bottom: 2px solid #ff620e;
	padding-bottom: 10px;
}

.viewgift_table tr td {
	padding: 5px 10px;
	width: 195px;
	font-size: 1.2em;
}

.viewgift_table tr.vg_row td {
	background-color: #ebd6b7;
}

.viewgift_pic img,
.viewgift_pic a:link img,
.viewgift_pic a:active img, 
.viewgift_pic a:visited img {
	border: 2px solid #ffffff;
}

.viewgift_pic a:hover img {
	border: 2px solid #ff5800;
}

.viewgift_related {
	list-style-type: none;
	margin: 10px 0;
}

.viewgift_related li {
	float: left;
	width: 33%;
}

.viewgift_related li img {
	width: 110px;
}

.viewgift_related li .viewgift_pic {
	display: block;
	text-align: center;
}

.viewgift_related li .viewgift_related_desc {
	font-size: 1.2em;
	display: block;
	text-align: center;
}

.error_message {
	border: 1px solid #990000;
	background-color: #db4444;
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 10px 0;
}

.succes_message {
	border: 1px solid #539900;
	background-color: #88db44;
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 10px 0;
}

.general_message {
	border: 1px solid #ff620e;
	background-color: #ebd6b7;
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 10px 0;
}

ul.tab_menu {
	list-style-type: none;
	height: 25px;
	margin: 10px 0 -1px 5px;
	z-index: 0;
	position: relative;
}

ul.tab_menu li {
	float: left;
	font-size: 1.2em;
	margin-right: 5px;
	height: 25px;
}

ul.tab_menu li a {
	float: left;
	display: block;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ff620e;
	border-top: 1px solid #f3dec1;
}

ul.tab_menu li a:link,
ul.tab_menu li a:active,
ul.tab_menu li a:hover,
ul.tab_menu li a:visited {
	text-decoration: none;
}

ul.tab_menu li a.active {
	border-bottom: 1px solid #f3dec1;
	border-left: 1px solid #ff620e;
	border-right: 1px solid #ff620e;
	border-top: 1px solid #ff620e;
	background: url('../images/bg_tab.gif') repeat-x 0 0 #f3dec1;
}

.tab_line {
	background-color: #ff620e;
	height: 1px;
	margin-bottom: 10px;
}

.pb_list {
	width: 582px;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

.pb_list thead td {
	border-bottom: 2px solid #ff620e;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}

.pb_list tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #dcc4a3;
	text-align: left;
}

.pb_list tbody td.pb_title, .pb_list thead td.pb_title {
	width: 300px;
}

.pb_list tbody td.pb_from, .pb_list thead td.pb_from {
	width: 70px;
	text-align: center;
}

.pb_list tbody td.pb_date, .pb_list thead td.pb_date {
	width: 110px;
}

.pb_list tbody td.pb_checkbox, .pb_list thead td.pb_checkbox {
	width: 22px;
	text-align: center;
}

.pb_list tbody tr.pb_dark td {
	background-color: #ebd6b7;
}

.pb_submit {
	float: right;
}

.avatar img, .avatar_left img {
	border: 2px solid #ffffff;
}

.avatar_left {
	width: 150px;
	float: left;
}

.avatar_right {
	float: right;
	width: 430px;
}

.view_pb {
	padding: 5px 10px;
	border-top: 2px solid #ff620e;
}

.login_table {
	width: 100%;
	border-top: 1px solid #85511f;
}

.login_table td {
	padding: 5px 0;
	font-size: 1.2em;
}

.login_table td.login_left {
	width: 24%;
}

.login_table td.login_right {
	width: 64%;
}

.dynamic_sidebar {
	font-size: 1.2em;
	padding-left: 5px;
}

.kado_table {
	font-size: 1.2em;
	width: 100%;
}

.kado_table thead td {
	border-bottom: 2px solid #ff620e;
	padding: 5px 10px;
}

.kado_table tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #ebd6b7;
}

.kado_table tbody td img,
.kado_table tbody td a:link img,
.kado_table tbody td a:active img, 
.kado_table tbody td a:visited img {
	border: 2px solid #ffffff;
	background-color: #ffffff;
}

.kado_table tbody td a:hover img {
	border: 2px solid #ff5800;
	background-color: #ffffff;
}

p.pagination {
	font-size: 1.2em;
}

.kado_table tbody td.kado_img, .kado_table thead td.kado_img {
	width: 30px;
}

.kado_table tbody td.kado_title, .kado_table thead td.kado_title {
	width: 330px;
}

.kado_table tbody td.kado_prijs, .kado_table tbody td.kado_info,
.kado_table thead td.kado_prijs, .kado_table thead td.kado_info {
	width: 70px;
}

.memberlist_pict {
	border: 2px solid #ffffff;
}

td.orange_border {
	border-bottom: 1px solid #cdb38d;
}

table.edit_mobile {
	font-size: 1.2em;
	width: 100%;
	line-height: 1.5em;
}

table.edit_mobile td {
	padding: 5px 20px 5px 0;
}

.input_field {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 122px;
	padding: 3px 10px 4px 10px;
	font-size: 12px;
}

.dropdown_field {
	border: none;
	font-size: 12px;
	padding: 2px 10px 3px 10px;
	vertical-align: bottom;
}

.pagination {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

.pagination li {
	float: left;
	margin: 2px 3px;
	font-size: 1.1em;
	color: #85511f;
}

.pagination li.disabled {
	display: block;
	padding: 1px 3px;
	border: 1px solid #85511f;
	background-color: #ffffff;
}

.pagination li a {
	display: block;
	padding: 1px 4px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #85511f;
	color: #85511f;
}

.pagination li a:hover {
	background-color: #85511f;
	color: #ffffff;
	text-decoration: none;
}

.orange_border {
	height: 2px;
	background: #ff5800;
}

p.viewgift_desc {
	margin-top: 10px;
}

ul.mini_calendar {
	font-size: 1.2em;
	width: 100%;
}

ul.mini_calendar li {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	padding: 5px;
	margin: 0;
	overflow: invisible;
}

ul.mini_calendar li.cal_head {
	border-bottom: 1px solid #fe4200;
	font-weight: bold;
	color: #85511f;
}

ul.mini_calendar li.disabled {
	color: #c5a77b;
}

.wishlist_img img {
	width: 30px;
	height: 30px;
}

table.mini_calendar {
	width: 100%;
	font-size: 1.2em;
}

table.mini_calendar th {
	padding: 3px 5px;
	border-bottom: 1px solid #fe4200;
	color: #85511f;
}

table.mini_calendar td {
	padding: 3px 5px;
	text-align: center;
}

table.mini_calendar td.disabled {
	color: #c5a77b;
}

span.month {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 7px;
}

table.important_days {
	font-size: 1.2em;
}

table.important_days td {
	padding: 2px 15px 2px 0;
}

table.album_table {
	width: 100%;
	font-size: 1.2em;
}

table.album_table h3 {
	font-size: 1em;
}

table.album_table td {
	padding: 5px;
}

table.album_table td a:link,
table.album_table td a:active,
table.album_table td a:visited {
	text-decoration: none;
}

table.album_table td a:hover {
	text-decoration: underline;
}

table.album_table a:link img,
table.album_table a:active img,
table.album_table a:visited img {
	margin-right: 5px;
	border: 2px solid #ffffff;
}

table.album_table a:hover img {
	border: 2px solid #ff5800;
}

ul.imagelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

ul.imagelist li {
	float: left;
	width: 100px;
	text-align: center;
}

ul.imagelist li a:hover {
	text-decoration: underline;
}

ul.imagelist li a:link img,
ul.imagelist li a:active img,
ul.imagelist li a:visited img {
	margin-right: 5px;
	border: 2px solid #ffffff;
}

ul.imagelist li a:hover img {
	border: 2px solid #ff5800;
}

img.img_class {
	width: 80px;
}

.timeline {
	text-align: center;
	margin-bottom: 15px;
}

a.timeline_item, a.timeline_item_active {
	display: inline-block;
	text-align: center;
	font-size: 1.3em;
	border: 1px solid #ff620e;
	padding: 3px 0;
	width: 40px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../images/bg_cal.png') repeat-x #ff5800;
}

a.timeline_item:hover, a.timeline_item_active {
	background-color: #ffffff;
	background-position: 0 -40px;
	color: #000000;
	border-color: #cacaca;
}

a.remove_cal {
	height: 16px;
	width: 16px;
	display: inline-block;
	background: url("../images/delete.png") no-repeat 0 0;
}

a.edit_cal {
	height: 16px;
	width: 16px;
	display: inline-block;
	background: url("../images/edit.png") no-repeat 0 0;
}

a.remove_cal span, a.edit_cal span {
	display: none;
}

p.vip_info {
	margin: 5px 0;
	padding: 5px 0 5px 30px;
	background: url("../images/icon_crown.png") no-repeat 0 0;
}

.boxes {
	margin: 10px 0;
}

.left_box {
	float: left;
	width: 175px;
	height: 106px;
	background-image: url("../images/stuurkaartje.jpg");
	border-bottom: 5px solid #f3dec0;
}

.center_box {
	float: left;
	width: 175px;
	margin: 0 28px;
	height: 106px;
	background-image: url("../images/stuurpresentje.jpg");
	border-bottom: 5px solid #f3dec0;
}

.right_box {
	float: left;
	width: 175px;
	height: 106px;
	background-image: url("../images/stuurbloemen.jpg");
	border-bottom: 5px solid #f3dec0;
}

#left_box_info,
#center_box_info,
#right_box_info {
	position: absolute;
	left: -500px;
	top: -500px;
	background: #f3dec0;
	border: 1px solid #cdbca2;
	width: 173px;
}

#left_box_info ul,
#center_box_info ul,
#right_box_info ul {
	list-style-type: none;
}

#left_box_info li,
#center_box_info li,
#right_box_info li {
	font-size: 1.2em;
	display: block;
	padding: 5px 10px;
}

.left_box:hover #left_box_info,
.center_box:hover #center_box_info,
.right_box:hover #right_box_info {
	left: inherit;
	top: inherit;
	margin-top: 111px;
}

li.darkrow {
	background-color: #ebd6b7;
}

.wishlist {
	width: 100%;
	font-size: 1.2em;
}

.wishlist td {
	padding: 5px;
}

.wishlist tr:hover td {
	background-color: #ffffff;
}

tr.header td {
	border-bottom: 2px solid #ff620e;
}

ul.sitemap {
	margin-left: 1.5em;
	font-size: 1.2em;
}

ul.sitemap li {
	line-height: 1.7em;
}

ul.sitemap ul {
	margin-left: 1.5em;
}

#flash-hdr {
	position: absolute;
	margin-left: -70px;
	left: 50%;
	margin-top: 37px;
}

table.viewgift_buttons {
	width: 100%;
	border-bottom: 2px solid #ff620e;
}

table.viewgift_buttons td {
	height: 30px;
}

table.viewgift_buttons input.submit {
	overflow: visible;
	float: left;
	display: inline-block;
	margin: 0 3px 0 0;
	font-size: 1.1em;
	padding-top: 2px;
}

table.viewgift_buttons input.text_field {
	width: 15px;
	float: left;
	padding: 3px 2px 2px 2px;
	margin-right: 3px;
}

table.viewgift_buttons a.button {
	margin: 0;
	font-size: 1.1em;
}

/* Safari fixes */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.login_box .submit_login {
		margin: -21px 0 0 280px;
	}
}