
body {
	background-color: #fff;
	margin: 0;
	padding: 15px;
	font-family: Arial,sans-serif;
	font-size: 11px;
	width: 965px;
}

form {
	margin: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

h1.nodisplay {
	display: none;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

span.forcehyves img {
    height: 20px;
    width: 20px;
    vertical-align:bottom;
}

img#header {
	display: block;
	margin-bottom: 15px;
}

div#menu_main {
	height: 30px;
}

div#menu_main img {
	float: left;
}

div#menu_main img#button_login {
	float: right;
}

div#counter {
	float: right;
	font-family: Arial,sans-serif;
	color: #828285;
	font-size: 13px;
}

div#counter span {
	display: inline-block;
	height: 21px;
	background: #ababad url('../images/bg_counter_left.gif') no-repeat;
	vertical-align: middle;
}

div#counter span span {
	display: block;
	height: 15px;
	padding: 3px 4px 3px 4px;
	overflow: hidden;
	background: transparent url('../images/bg_counter_right.gif') no-repeat right top;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

div#menu_sub {
	background: url('../images/bg_submenu.gif') repeat-x;
	padding: 15px;
	min-height: 65px;
}

div#menu_sub img {
	display: block;
}

div.menu_sub_item {
	float: left;
	margin-right: 15px;
}

div.menu_sub_item_last {
	float: left;
	margin-right: 30px;
}

div#content {
	background: url('../images/bg.png') repeat-x;
	min-height: 790px;
	padding-top: 10px;
}

div#content_home_bg {
	background: url('../images/bg_home.png') no-repeat left bottom;
	padding: 0 10px 6px 10px;
	overflow: hidden;
}

div#content_home_main {
	width: 602px;
	padding: 20px 20px 10px 20px;
}

div#content_home_side {
	width: 293px;
	float: right;
}

div#visual_home {
	width: 642px;
	height: 327px;
	position: relative;
	background: url('../images/visual_home.jpg') no-repeat;
}

/*div#visual_home img {
	position: absolute;
	top: 195px;
	left: 360px;
}*/

div.home_side {
	min-height: 293px;
	padding: 15px;
	color: #333;
	font-size: 12px;
}

img.home_divider_side {
	display: block;
}

div#footer {
	padding: 20px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

div#footer a {
	color: #008bbc;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div.footer_links {
	float: right;
}

div#content_home_main p {
	font-size: 15px;
	color: #333;
}

div#content_home_main p.content_home_intro {
	color: #834465;
	font-size: 16px;
}

div#content_home_main p a {
	color: #008bbc;
}

a.bullet_square {
	background: url('../images/bullet_square.gif') no-repeat;
	padding-left: 22px;
	color: #008bbc;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.bullet_square:hover {
	text-decoration: underline;
}

a.bullet_square.home_margin {
	margin-right: 40px;
}

div.home_side div.art_thumb {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

div.home_side div.art_thumb {
	display: block;
}

div.home_side h2 {
	margin-bottom: 10px;
}

div.home_side div.art_desc {
	float: right;
	width: 150px;
}

div.home_side p {
	margin: 0 0 0.6em 0;
}

div.balloon {
	position: relative;
}

div.balloon div.balloon_content {
	background-color: #ebd5e1;
	padding: 10px;
}

div.balloon div.tl, div.balloon div.tr, div.balloon div.br, div.balloon div.bl {
	position: absolute;
	width: 2px;
	height: 2px;
	overflow: hidden;
}

div.balloon div.tl {
	left: 0;
	top: 5px;
	background: url('../images/balloon_corner_tl.gif') no-repeat;
}

div.balloon div.tr {
	right: 0;
	top: 5px;
	background: url('../images/balloon_corner_tr.gif') no-repeat;
}

div.balloon div.br {
	right: 0;
	bottom: 0;
	background: url('../images/balloon_corner_br.gif') no-repeat;
}

div.balloon div.bl {
	bottom: 0;
	left: 0;
	background: url('../images/balloon_corner_bl.gif') no-repeat;
}

div.home_side div.balloon {
	margin: 0 0 10px 0;
}

div.home_side div.balloon div.top {
	height: 5px;
	overflow: hidden;
	background: url('../images/balloon_top.gif') no-repeat 30% 0;
}

div.home_top3_name {
	margin-bottom: 10px;
	overflow: hidden;
}

div.home_top3_name img {
	border: 1px solid #d09eb8;
	float: left;
	margin-right: 10px;
}

div.home_top3_name span {
	display: block;
	float: left;
	width: 230px;
	font-size: 14px;
}

div#home_top3_art {
	margin-bottom: 10px;
	height: 91px;
}

div.home_top3_artwork {
	width: 84px;
	height: 91px;
	float: left;
	margin-right: 3px;
	position: relative;
}

div.home_top3_artwork img {
	position: absolute;
	left: 0;
	top: 0;
}

div.home_top3_artwork a {
	display: block;
	width: 84px;
	height: 91px;
	position: absolute;
	left: 0;
	top: 0;	
	text-decoration: none;
	color: #008bbc;	
	font-weight: bold;
	background: url('../images/blank.gif');
}

div.home_top3_artwork a:hover, div.home_top3_artwork.active a {
	border: 2px solid #008bbc;
	width: 80px;
	height: 87px;
}

div.home_top3_artwork a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 16px;
	border: 1px solid #777;
	background-color: #fff;
	text-align: center;
	padding-top: 2px;
}

div.home_top3_artwork a:hover span, div.home_top3_artwork.active a span {
	border-top: 2px solid #008bbc;
	border-right: 2px solid #008bbc;
	border-bottom: 0;
	border-left: 0;
	width: 17px;
	height: 15px;
	background-color: #008bbc;
	color: #fff;
}

div#content_samenstel {
	min-height: 570px;
	background: #f0f0f0 url('../images/bg_content_samenstel.png') repeat-x;
	border-bottom: 1px solid #c4c3c3;
	padding: 15px;
}

span.top50rank {
	position: absolute;
	display: block;
	width: 22px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	color: #008bbc;
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	left: 0;
	bottom: 0;
}

span.thumb {
	display: inline-block;
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 10px 10px 0;
}

span.thumb img {
	width: 110px;
	height: 110px;	
}

div.column {
	width: 265px;
	padding: 10px 18px 10px 18px;
	background: url('../images/bg_column.png') no-repeat left bottom;
	float: right;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 10px;
}

div.dropbox_empty {
	width: 264px;
	background: url('../images/bg_drag_area.gif') no-repeat;
	margin-bottom: 10px;
}

div.dropbox_empty img.bottom {
	display: block;
}

div.dropbox_empty img.bottom_hover {
	display: none;
}

div.dropbox_empty div.dropbox_content {
	padding: 12px 12px 8px 12px;
	font-size: 12px;
	color: #444;
}

div.dropbox_empty div.p1 {
	padding: 3px 0 0 30px;
	height: 19px;
	background: url('../images/icon_pos1.gif') no-repeat;
}

div.dropbox_empty div.p2 {
	padding: 3px 0 0 30px;
	height: 19px;
	background: url('../images/icon_pos2.gif') no-repeat;
}

div.dropbox_empty div.p3 {
	padding: 3px 0 0 30px;
	height: 19px;
	background: url('../images/icon_pos3.gif') no-repeat;
}

div.dropbox {
	display: none;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}

div.dropbox.hover {
	text-decoration: underline;
}

div.dropbox_empty.drophover {
	background: url('../images/bg_drag_area_hover.gif') no-repeat;
}

div.dropbox_empty.drophover img.bottom {
	display: none;
}

div.dropbox_empty.drophover img.bottom_hover {
	display: block;
}

div.dropbox.drophover {
	background-color: #eee;
}

div.dropbox img.remove {
	float: right;
	cursor: pointer;
}

div.dropbox div.dropbox_content {
	width: 170px;
	float: right;
	font-size: 13px;
	color: #444;
}

div.dropbox div.dropbox_content img.pos {
	display: block;
	margin-bottom: 10px;
}

div.art_title, 
div.art_title_alt {
	font-weight: bold;
}

div#artwork_detail {
	display: none;
	position: relative;
	width: 542px;
	background-color: #fff;
	padding: 15px;
}

div#artwork_detail_container {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff url('../images/bg_artwork_detail.png') repeat-x left bottom;
	width: 520px;
	font-size: 14px;
	color: #434446;
}

div#artwork_detail_container div.art_prop {
	margin-bottom: 10px;
}

div#artwork_detail_center {
	text-align: center;
	margin-bottom: 10px;
}

div#artwork_detail div.ranking img {
	vertical-align: middle;
	margin-right: 4px;
	cursor: pointer;
}

img#button_detail_close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

a#button_verzend-mijn-top3 {
	display: none;
}

a#button_verzend-mijn-top3 img {
	margin-bottom: 6px;
}

img#visual_content {
	display: block;
}

div#related {
	border: 1px solid #d8d8d8;
	background: url('../images/bg_related.png') repeat-x;
	text-align: center;
	padding: 10px;
}

div#related img {
	cursor: pointer;
	margin: 0 3px 0 3px;
}

div#related_title {
	padding: 10px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #434446;
	clear: both;
}

img#button_reactie_prev, img#button_reactie_next {
	float: right;
	margin-left: 5px;
	cursor: pointer;
	margin-top: 10px;
}

div#detail_reactie_title {
	padding: 10px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #434446;
	clear: left;
}

div#detail_reactie_title strong {
	color: #c688a8;
}

div.verzenden_top3 {
	margin-bottom: 10px;
	overflow: hidden;
}

div.verzenden_top3 div.verzenden_top3_content {
	width: 170px;
	float: right;
	font-size: 13px;
	color: #444;
}

div.verzenden_top3 div.verzenden_top3_content img.pos {
	display: block;
	margin-bottom: 10px;
}

div.verzenden_top3 textarea {
	width: 250px;
	height: 60px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #008bbc;
}

div.error textarea {
    border: 2px solid #cc0000;
}
	
div.picked div.art_title,
div.picked div.artist {
	color: #1996c4;
}

div.picked img.artthumb {
	/*border: 2px solid #1996c4;*/
}

ol#form_verzenden {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ol#form_verzenden li {
	height: 30px;
}

ol#form_verzenden label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 1px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	color: #555;
}

ol#form_verzenden .text {
    width: 300px;
    padding: 2px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    border: 1px solid #008bbc;
}

.error {
    color: #cc0000;
}

ol#form_verzenden li.error .text,
ol#form_verzenden li.error .text_small {
    border: 2px solid #cc0000;
}

ol#form_verzenden input.text_small {
	width: 100px;
	padding: 2px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	border: 1px solid #008bbc;
}

ol#form_verzenden li.nolabel {
	padding-left: 150px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	color: #555;
}

input.button_verzenden {
	margin-left: 150px;
}

div.content_full_bg {
	background: url('../images/bg_full.png') no-repeat left bottom;
	padding: 15px 25px 21px 25px;
	overflow: hidden;
}

div.full_row {
	margin-bottom: 4px;
}

p.intro {
	color: #834465;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
}

div.promoot_intro {
	width: 630px;
	float: right;
}

div.promoot_intro h2 {
	margin-bottom: 10px;
}

div.promoot_intro p.intro {
	margin: 0;
}

div.promoot {
	float: left;
}

div#shareoptions {
	width: 630px;
	float: right;
}

div#shareoptions img.shareicon {
	vertical-align: bottom;
}

div#shareoptions a {
	margin-right: 10px;
}

div#shareoptions img.shareicon.last {
	margin-right: 40px;
}

div#shareoptions label {
	color: #828285;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

div#shareoptions input {
	width: 200px;
	padding: 2px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	border: 1px solid #008bbc;
}

img.promoot-je-eigen-site-op {
	display: block;
	margin-top: 3px;
}

div.ecard_column {
	float: left;
}

div.ecard_column_first {
	width: 269px;
	padding: 15px 15px 15px 0;
}

div.ecard_column_last {
	width: 269px;
	padding: 15px 0 15px 15px;
}

div.ecard_column_middle {
	width: 315px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 15px;
	min-height: 330px;
}

div.ecard_column h3 {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	color: #828285;
	padding: 0;
	margin: 0 0 10px 0;
}

div.ecard_column h3 strong {
	color: #c689a8;
}

ol#form_verzenden.ecard label {
	width: 130px;
	font-size: 13px;
}

ol#form_verzenden.ecard .text {
	width: 170px;
}

ol#form_verzenden.ecard textarea.text {
	height: 150px;
}

img#ecard_preview {
	border: 2px solid #058dbd;
	display: block;
	margin-bottom: 15px;
}

div#content.combi {
	padding-top: 0;
}

div#menu_sub.combi {
	background: url('../images/bg_submenu_combi.gif') no-repeat;
	padding: 15px;
	min-height: 65px;
}

td.top3van {
	width: 316px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #444;
	font-family: "Trebuchet MS", sans-serif;
	vertical-align: top;
}

div.top3content {
	position: relative;
	padding: 15px;
}

td.top3van.selected div.top3content {
	background: url('../images/bg_mijntop3.png') repeat-x;
}

img.mijn_rank {
	position: absolute;
	left: 1px;
	top: 4px;
}

td.top3van.selected {
	background: url('../images/bg_mijntop3_selected_bottom.gif') repeat-x left bottom;
}

td.top3van.top3van_middle {
	border-left: none;
	border-right: none;
	width: 275px;
}

td.top3van div.artwork {
	text-align: center;
	margin-bottom: 10px;
}

div#related.nolink img {
	cursor: default;
}

div#related.top3related {	
	background: url('../images/bg_related_top3.png') repeat-x left bottom;
}

div#top3van_header {
	min-height: 36px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	color: #c688a8;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 7px;
	text-transform: uppercase;
}

div#top3van_header strong {
	color: #828285;
}

div#top3van_header img#button_prev {
	position: absolute;
	left: 0;
	top: 0;
}

div#top3van_header img#button_next {
	position: absolute;
	right: 0;
	top: 0;
}

div#content.combi div.content_full_bg {
	padding-top: 0;
}

div#ookbij {
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #434446;
}

div#ookbij span {
	margin-right: 10px;
}

div#ookbij a {
	color: #008bbc;
	font-weight: normal;
}

div#ookbij img {
	margin: 0 6px 3px 6px;
}

td.top3van div.balloon div.top {
	height: 5px;
	overflow: hidden;
	background: url('../images/balloon_top.gif') no-repeat 30% 0;
}

div#artwork_detail div.balloon div.top {
	height: 5px;
	overflow: hidden;
	background: url('../images/balloon_top.gif') no-repeat 30% 0;
}

div#related_title.mijntop3 {
	padding-top: 20px;
}

td.top3van div.reactie_title {
	font-weight: bold;
	padding-top: 10px;
}

img.visual_stap {
	display: block;
	margin-bottom: 8px;
}

div.home_side.content p {
	margin: 0 0 20px 0;
}

div.home_side a {
	color: #008bbc;
}

.todo {
    background-color: #cc0000;
    color: #ffffff;
}

div#content_home_main h3 {
	color: #c689a9;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}

div.top3content div.artist {
    margin-top: 1em;
}

div#visual_home div {
	width: 288px;
	height: 169px;
	position: absolute;
	left: 273px;
	top: 48px;
	background: url('../images/bg_banner.gif') no-repeat;
	padding: 20px 25px 25px 20px;
}

div#visual_home p {
	color: #834465;
	font-size: 15px;
	line-height: 1.3em;
}