body {
	margin:0;
	color:#000;
	font:11px/14px Tahoma, Arial, Verdana, Helvetica, sans-serif;     
	background:url(/assets/images/bg-body.gif);
}
a {
	color:#09a;
	text-decoration:none;
}
img.left {
	float: left;
	margin: 15px 15px 15px 0px;
	border: none;
}
img.center {
	margin: 15px 0px 15px 0px;
	border: none;
}
img.right {
	float: right;
	margin: 15px 0px 15px 15px;
	border: none;
}
div.options iframe {
	float: right;
	margin: 0px -20px 0px 0px;
}
.IN-widget {
	float: right;
	margin: 0px 10px 0px 0px;
}
a:hover { text-decoration:underline;}
a:focus { outline:none;}
img { border-style:none;}
input,
select,
textarea {
	vertical-align:middle;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#777;
}
input:focus { outline:none;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* Page size */
.page {
	width:972px;
	margin:0 auto;
	position:relative;
	padding:235px 0 30px;
}
/* Logotype */
h6.logo { margin:0;}
h6.logo a {
	background:url(/assets/images/bg-logo.png) no-repeat;
	width:61px;
	height:60px;
	position:absolute;
	top:21px;
	left:17px;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
}
/* Header */
#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.header-top  {
	background:url(/assets/images/header.png) no-repeat;
	width: 962px;
	height: 4px;
	position:absolute;
	overflow:hidden;
	z-index:1000;
	top:10px;
	left:5px;
}
.header-area {
	background:url(/assets/images/bg-header.png) no-repeat;
	width:972px;
	height:235px;
}
#header .img-header {
	position:absolute;
	top:10px;
	left:5px;
}
/* Main Menu */
#main-menu {
	margin:0;
	padding:4px 0 0;
	list-style:none;
	background:url(/assets/images/bg-main-menu.gif) repeat-x;
	position:absolute;
	top:128px;
	left:5px;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	width:962px;
}
#main-menu li {
	float:left;
	padding:0 0 0 2px;
}
#main-menu a {
	float:left;
	color:#fff;
}
#main-menu a span {
	float:left;
	cursor:pointer;
	height:26px;
	padding:0 13px;
}
#main-menu a:hover,
#main-menu li.active a {
	background:url(/assets/images/main-menu-r.gif) no-repeat 100% 0;
	color:#09a;
	text-decoration:none;
}
#main-menu a:hover span,
#main-menu li.active a span {
	background:url(/assets/images/main-menu-l.gif) no-repeat;
}
/* Sub Menu */
#sub-menu {
	position:absolute;
	top:166px;
	left:11px;
	width:956px;
}
#sub-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:12px;
}
#sub-menu ul li {
	float:left;
	background:url(/assets/images/bg-submenu-sep.gif) no-repeat;
	margin-left:-1px;
	padding:0 10px;
}
#sub-menu ul a {
	color:#777;
}
#sub-menu ul a img {
	float:left;
	margin:1px 7px 0 0;
}
#sub-menu ul li.active a {
	font-weight:bold;
	color:#09a;
	text-decoration:none;
}
#sub-menu .right-items { float:right;}
/* Btm section */
.btm-section {
	position:absolute;
	top:188px;
	left:5px;
	width:951px;
	border-top:1px solid #ddd;
	background:#fafafb;
	color:#777;
	padding:13px 0 11px 11px;
}
.btm-section a { color:#777;}
.btm-section .form-items {
	float:left;
	width:576px;
}
.btm-section .form-items .selectArea { float:left;}
.btm-section .form-items select {
	width:180px;
}
.form-text {
	background:url(/assets/images/bg-text-field-1.gif) no-repeat;
	height:22px;
	padding:0 5px;
}
.form-text input {
	background:none;
	border:0;
	width:158px;
	margin:3px 0 0;
}
* html .form-text input { margin:1px 0 0;}
* + html .form-text input { margin:1px 0 0;}
.btm-section .form-items .form-text {
	float:left;
	margin:0 3px 0 8px;
	display:inline;
}
.button {
	float:left;
	background:url(/assets/images/button-r.gif) no-repeat 100% 0;
	line-height:20px;
	color:#777;
	text-transform:uppercase;
}
.button span {
	float:left;
	height:22px;
	background:url(/assets/images/button-l.gif) no-repeat;
	padding:0 12px;
	cursor:pointer;
}
.button:hover span { text-decoration:underline;}
.btm-section .form-items .button {
	float:left;
	margin:0 8px 0 0;
}
.toggle-view {
	line-height:20px;
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.btm-section .toggle-view {
	float:left;
}
.toggle-view li {
	float:left;
}
.toggle-view a {
	float:left;
	color:#777;
	background:url(/assets/images/button.gif) repeat-x;
	text-transform:uppercase;
}
.toggle-view a span {
	float:left;
	height:20px;
	padding:0 11px;
	cursor:pointer;
}
.toggle-view .item1 span {
	background:url(/assets/images/button-l.gif) no-repeat;
}
.toggle-view .item2 span {
	background:url(/assets/images/button-r.gif) no-repeat 100% 0;
}
.toggle-view a:hover { text-decoration:none;}
.toggle-view li.active a {
	color:#fff;
	background:url(/assets/images/button-active.gif) repeat-x;
}
.toggle-view li.active .item1 span {
	background:url(/assets/images/button-active-l.gif) no-repeat;
}
.toggle-view li.active .item2 span {
	background:url(/assets/images/button-active-r.gif) no-repeat 100% 0;
}
.btm-section .tools {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:22px;
	float:right;
}
.btm-section .tools li {
	float:left;
	padding:0 10px 0 0;
}
.btm-section .tools img { float:left;}
/* Main */
.main {
	background:url(/assets/images/bg-main.png) repeat-y;
	width:100%;
}
.main-btm {
	background:url(/assets/images/bg-main-btm.png) no-repeat;
	height:4px;
}
.main-area {
	padding:0 16px;
	position:relative;
	height:1%;
	overflow:hidden;
}
/* Wide Block */
.wide-block {
	background:url(/assets/images/bg-wb.gif) repeat-y;
	width:940px;
	margin:1px 0 0;
}
.wb-top {
	background:url(/assets/images/bg-wb-top.gif) no-repeat;
	padding:4px 0 0;
}
.wb-btm {
	background:url(/assets/images/bg-wb-btm.gif) no-repeat 0 100%;
	padding:0 0 4px;
}
/* Gallery */
.gallery ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery .slide {
	width:940px;
	overflow:hidden;
	position:relative;
	top:-2px;
	border-bottom:2px solid #e5e5e5;
}
.home-page .gallery .slide {
	border:0;
	width:935px;
}
.gallery .slide ul {
	width:9999px;
	background:url(/assets/images/bg-title-scroller.gif) repeat-x;
	overflow:hidden;
}
.gallery .slide ul li {
	width:182px;
	float:left;
	padding:4px 0 0 6px; 
}
.home-page .gallery .slide ul { background:none;}
.home-page .gallery .slide ul li {
	width:180px;
	border:0;
	padding:4px 2px 0 5px;
}
.gallery .slide ul strong {
	display:block;
	color:#09a;
	height:38px;
	overflow:hidden;
	font-size:14px;
	padding:0 15px 6px 0;
	line-height:20px;
}
.home-page .gallery .slide ul li img {
	display:block;
	border:1px solid #e5e5e5;
}
.hold1 {
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.hold2 {
	float:left;
	position:relative;
	left:50%;
}
.scrolling {
	float:left;
	padding:4px 0 2px;
	left:-50%;
	position:relative;
	text-align:left;
}
.scrolling a {
	float:left;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
}
.scrolling ul {
	float:left;
	margin:0;
	list-style:none;
	padding:0 3px 0 0;
}
.scrolling ul li {
	float:left;
	padding:0 0 0 3px;
}
.scrolling ul a {
	background:url(/assets/images/bg-tumb.gif) no-repeat;
}
.scrolling ul a:hover,
.scrolling ul .active a {
	background-position:0 -13px;
}
.gallery-nav {
	float: left;
}
.scrolling .link-prev {
	background:url(/assets/images/btn-prev.gif) no-repeat;
}
.scrolling .link-next {
	background:url(/assets/images/btn-next.gif) no-repeat;
}
.columns-holder {
	overflow:hidden;
	height:1%;
	padding:15px 0;
}
/* Content */
#content {
	width:581px;
	float:left;
}
/* Content block */
.content-block {
	margin:12px 0px 42px 0px;
	width:581px;
	position: relative;
}
/* Block main */
.cb-main {
	background:url(/assets/images/bg-cb.gif) repeat-y;
	width:100%;
	position: relative;
}
.cb-top {
	background:url(/assets/images/bg-cb-top.gif) no-repeat;
	padding:4px 0 0;
}
.cb-btm {
	background:url(/assets/images/bg-cb-btm.gif) no-repeat 0 100%;
	padding:2px 6px 9px;
	overflow:hidden;
	position:relative;
	width:569px;
	min-height:38px;
}
* html .cb-btm {
	height:38px;
	overflow:visible;
}
.cb-main .btn-close {
	background:url(/assets/images/btn-close.gif) no-repeat;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:3px;
	right:5px;
}
.expanded .btn-close {
	background-position: 0 100%;
}
/*btn*/
.btn {float:right;}
.btn span {
	background: url(/assets/images/btn.gif) no-repeat;
	display:block;
	width: 13px;
	height: 14px;
	overflow:hidden;
	text-indent:-9999px;
}
.btn .active {background-position:0 -14px;}
.options {
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
}
.options .tweetmemebutton {
	text-align: right !important;
}
.options-online { width:auto;}
fieldset.indented {
	padding:40px 0 0;
	display: block;
}
.options,
.options fieldset {
	float:right;
}
.options .indention {
	margin:0 3px 0 0;
	float:left;
}
.options img { float:left;}
.options select {
	width:40px;
}
.two-screens {
	width:174px !important;
}
.two-screens fieldset { float:none;}
.two-screens .button {
	float:right;
	margin:-3px 0 0;
	text-align:center;
}
.two-screens .button span {
	padding:0;
	width:110px;
}
.two-screens .items {
	overflow:hidden;
	padding:0 0 6px;
	width:174px;
	height:21px;
}
.two-screens .items ul {
	margin:0;
	padding:0;
	width:22px;
	height:19px;
	float:left;
	background:url(/assets/images/bg-items.gif) no-repeat;
	list-style:none;
	overflow:hidden;
	position: relative;
}
.two-screens .items ul li {
	position: relative;
	overflow: hidden;
	width:22px;
	padding:2px 0 0;
	height:17px;
}
.two-screens .items ul li img {
	display:block;
	margin:0 auto;
	float:none;
}
.content-block .form-box .text {
	background:none;
	border:0;
	width:250px;
	color:#09a;
	font-weight:bold;
	padding:2px;
}
.content-block .form-box .form-text {
	margin:16px 0 0;
	width:372px;
	background:url(/assets/images/bg-text-field-3.gif) no-repeat;
}
.content-block .form-box .form-text input {
	width:372px;
}
.content-block .changes {
	width:382px;
	overflow:hidden;
}
.content-block .changes .text { padding:12px 0 0;}
.content-block h1 {
	margin:0;
	font-size:18px;
	line-height:22px;
}
.content-block h1 a { color:#000;}
.content-block h3 {
	margin:0;
	font-size:11px;
	line-height:16px;
}
.content-block h3 span { font-weight:normal;}
/* Block body */
.cb-body {
	padding:6px 0 0 8px;
	overflow:hidden;
	width:573px;
	position: relative;
}
.content-block h4 {
	margin:20px 0 0;
	font-size:14px;
	line-height:22px;
	color:#236;
}
.content-block p{
	margin:0;
	font-size:12px;
	line-height:21px;
}
.content-block ol, .content-block ul{
	font-size:12px;
	line-height:21px;
}

.content-block .detail-lists { padding:24px 0 12px;}
.content-block .list {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
.content-block .list li {
	background:url(/assets/images/icon-bullet.gif) no-repeat 1px 9px;
	padding:4px 0 3px 10px;
}

.content-block .detail-info { padding:0 0 20px; font-size: 12px; line-height: 17px;}
.content-block p .fat-text {
	display:block;
	margin:0 0 20px;
}
.content-block .post-info {
	clear: both;
	margin:0 -40px 0 0;
	padding:5px 0 0;
	list-style:none;
	overflow:hidden;
	width:570px;
	color:#777;
	font-size: 11px;
}
.content-block .post-info a { color:#777;}
.content-block .post-info li {
	float:left;
}
.content-block .post-info .woorden { width:220px;}
.content-block .post-info .date { 
	float: right;
	/*margin-left:20px;*/
}
.content-block .post-info .woorden span {
	float:left;
	padding:0 15px 0 0;
}
.content-block .post-info .woorden strong,
.content-block .post-info .woorden strong a {
	color:#000;
}
.content-block .post-info .woorden strong a:hover { text-decoration:none;}
.content-block .post-info .woorden img {
	float:left;
	margin:6px 3px 0 0;
}
.content-block .post-info .views {
	float: right;
}
.content-block .post-info .views span {
	/*float:left;*/
	/*width:46px;*/
	/*text-align:right;*/
	margin-left: 10px;
}

.content-block .post-info .views span + span{
	/*padding-left:10px;*/
}

.content-block .img-left {
	float:left;
	margin:6px 10px 0 0;
}
.content-block .img-right {
	float:right;
	margin:6px 0 0 10px;
}
.content-block .post-options {
	overflow:hidden;
	color:#777;
	padding:2px 0 0;
	height:1%;
}
.content-block .post-options .text {
	float:right;
	line-height:20px;
	width:375px;
	padding:2px 10px 0 0;
	text-align:right;
}
.content-block .post-options .options { margin:3px 0 0;}
/* Tabs holder */
.tabs-holder { margin:0 0 30px;}
.tabset {
	margin:0 0 -2px;
	padding:0;
	list-style:none;
	position:relative;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
}
.tabset li {
	float:left;
	padding:0 5px 0 0;
}
.tabset a {
	float:left;
	color:#d1d1d1;
	background:url(/assets/images/bg-tabset-r.gif) no-repeat 100% 0;
}
.tabset a span {
	float:left;
	height:33px;
	cursor:pointer;
	background:url(/assets/images/bg-tabset-l.gif) no-repeat;
	padding:0 28px;
}
.tabset a:hover,
.tabset a.active {
	text-decoration:none;
	color:#000;
	background:url(/assets/images/bg-tabset-active-r.gif) no-repeat 100% 0;
}
.tabset a:hover span,
.tabset a.active span {
	background:url(/assets/images/bg-tabset-active-l.gif) no-repeat;
}
.tabs-holder .cb-top {
	background:url(/assets/images/bg-cb-top2.gif) no-repeat;
}
.tabs-holder .cb-btm {
	padding:0 0 4px;
	width:581px;
	height:auto;
}
.tab-body {
	background:url(/assets/images/bg-tab-body.gif) repeat-y;
	overflow:hidden;
	position:relative;
	width:100%;
	bottom:-3px;
	margin:-3px 0 0;
}
.tab-body .side-block {
	float:left;
	width:276px;
	padding:7px 0 10px 12px;
	margin:0;
}
.tab-body .side-block h4 {
	color:#000;
	margin:0 0 3px;
}
.tab-body .side-block .listlinks li {
	padding-bottom:9px;
	background-position:1px 5px;
}
.tab-body .side-block .listlinks li em { padding:3px 0 0;}
.tab-body .side-block .more {
	margin:-6px 0 0 8px;
	line-height:16px;
}
* html .tab-body .side-block .more { line-height:14px;}
* + html .tab-body .side-block .more { line-height:14px;}
/* Commetns holder */
.comments-holder { margin:12px 0 -24px;}
.comments {
	margin:0 0 0 5px;
	padding:0 0 22px;
}
.comments .added {
	color:#777;
	line-height:16px;
}
.comments .added strong {
	color:#09a;
	font-size:12px;
}
.comments p {
	margin:0;
	font-size:12px;
	line-height:18px;
}
/* Form block */
.form-block {
	font-size:12px;
	position:relative;
	margin:4px -20px -10px 0;
	width:596px;
}
.form-block .description {
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 8px;
}
.form-block .radio-btn {
	overflow:hidden;
	height:1%;
	position:relative;
}
.form-block .radio-btn .disable-state {
	position:absolute;
	top:0;
	left:0;
	width:182px;
	height:20px;
}
.form-block .form-fields {
	overflow:hidden;
	width: 100%;
	padding:10px 0 0;
}
.questionnaire .choose-element { padding:16px 0 10px;}
.form-block .form-items {
	float:left;
	width:196px;
}
.form-block .form-items img {
	display:block;
	margin:2px 0 0;
}
.form-block label {
	display:block;
	padding:0 0 7px;
}
.form-block label span {
	font-size:11px;
	padding-left:6px;
	color:#777;
}
.form-block .form-text {
	background:url(/assets/images/bg-text-field-2.gif) no-repeat;
}
.form-block .form-text input { width:172px;}
.form-block .code-fields .form-text { margin:12px 0 0;}
.form-block .code-fields .button {
	font-size:11px;
/*	margin:33px 0 0;*/
}
.form-block .code-fields .button span { padding:0 26px;}
.form-block p { margin:0;}
.form-block p a { color:#000;}
.form-block .code-fields p a { color:#09a;}
.form-block .checkbox-area {
	overflow:hidden;
	height:1%;
	padding:4px 0;
}
.form-block .checkbox-area label {
	float:left;
	padding:1px 0 0 8px;
}
.form-block .select-area label {
	float:left;
	padding:1px 8px 0 0;
}
.form-block .t-area {
	background:url(/assets/images/bg-textarea.gif) no-repeat;
	width:569px;
	height:124px;
	overflow:hidden;
	padding:3px 3px 5px;
}
.form-block textarea {
	margin:0;
	background:none;
	width:569px;
	height:124px;
	border:0;
	overflow:auto;
}
.form-block .logining { padding:3px 0 0;}
.form-block .action-box {
	width:100%;
	position:relative;
	overflow:hidden;
}
.form-block .action-box .form-fields { padding:4px 0;}
.form-block .action-box .help-section {
	overflow:hidden;
	position:relative;
	width:100%;
	padding:4px 0 0;
}
.form-block .action-box .help-section span {
	color:#777;
	font-size:11px;
}
.form-block .action-box .button {
	float:right;
	margin:-4px 20px 0 0;
}
.info-block {
	padding:10px 0 0 6px;
	margin:0 0 -19px;
}
.blogs { padding:6px 0 0 6px;}
.info-block .listlinks li {
	padding:2px 10px 9px 0;
	background:none;
}
.blogs .listlinks li { padding-bottom:2px;}
.info-block .more {
	margin:-6px 0 0;
	line-height:16px;
}
* html .info-block .more { line-height:14px;}
* + html .info-block .more { line-height:14px;}
/* Profile box */
.profile-box {
	width:100%;
	overflow:hidden;
	padding:12px 0 0;
}
.profile-photo {
	width:184px;
	height:237px;
	float:left;
	padding:2px;                 
	overflow:hidden;
	position:relative;
} .visite-photo .bg-visite-photo {
	/*background: url(/assets/images/frame.png) no-repeat;*/
	width: 188px;
	height: 241px;
	position:absolute;
	top:0;
	left:0;
}
.profile-photo .bg-profile-photo {
	background: url(/assets/images/frame.png) no-repeat;
	width: 188px;
	height: 241px;
	position:absolute;
	top:0;
	left:0;
}
.profile-photo .edit-profile-photo {
	width: 188px;
	height: 241px;
	position:absolute;
	top:0;
	left:0;
}  
.visite-photo {
	width:375px;
	height:213px;
	float:left;
	padding:2px;
	overflow:hidden;
	position:relative;
}
.visite-photo .edit-visite-photo {
	width: 375px;
	height: 213px;
	position:absolute;
	top:0;
	left:0;
}
.profile-photo-upload {
	background:url(/assets/images/bg-profile-photo.gif) no-repeat;
}
.upload {
	width:100%;
	text-align:center;
	padding:150px 0 0;
}
.upload .title,
.gallery .slide ul .title {
	font-size:14px;
	padding:0 0 6px;
	display:block;
	line-height:16px;
	color:#000;
	height:auto;
	position:relative;	
}
.gallery-top {
	position:absolute;
	background: url(/assets/images/gallery-top.png) no-repeat;
	width: 379px;
	height: 4px;
	text-indent:-9999px;
	overflow:hidden;
	left:0;
	top:0;
	z-index:10;
}
.upload .file {
	width:108px;
	height:23px;
	cursor:pointer;
	position:relative;
	margin:0 auto;
}
.upload .file-input-area {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	width:108px;
	height:23px;
	padding:0;
	margin:0;
	z-index:5;
}
.upload .btn {
	background:url(/assets/images/btn-upload.gif) no-repeat;
	width:108px;
	height:20px;
	padding:0;
	position:relative;
	text-indent:-99999px;
	cursor:pointer;
	border:0;
}
.remove {
	width:100%;
	text-align:center;
	/*padding:110px 0 0;*/
}
.remove .title{
	font-size:12px;
	padding:0 0 6px;
	display:block;
	line-height:16px;
	color:#000;
	height:auto;
	position:relative;
}
.remove .rbutton {  
  float:right;
	width:23px;
	height:22px;
	cursor:pointer;
	position:relative;
	margin:5px;
}
.remove .btn {
	background:url(/assets/images/prullenbak.png) no-repeat;
	width:23px;
	height:22px;
	padding:0;
	position:relative;
	text-indent:-99999px;
	cursor:pointer;
	border:0;
}
.profile-info {
	float:right;
	background:url(/assets/images/bg-profile-info.gif) no-repeat;
	width:375px;
	padding:2px;
	position:relative;
	height:237px;
}
.profile-info .slide {
	height:216px;
	width:375px;
	top:0;
	border:0;
}
.profile-info .slide ul li {
	width:375px;
	padding:0;
	border:0;
}
/* Pagination */
.pagination {
	margin:0;
	padding:16px 0 0 2px;
	list-style:none;
	overflow:hidden;
	font-weight:bold;
	height:1%;
	font-size:9px;
	text-transform:uppercase;
	line-height:15px;
	color:#000;
}
.pagination li {
	float:left;
	padding:0 0 5px 5px;
	font-size: 10px;
	font-weight: normal;
}
.pagination li.active {
	text-decoration:underline;
}
.pagination a {
	display:block;
	width:17px;
	height:17px;
	color:#000;
	text-align:center;
	background:url(/assets/images/bg-pagination.gif) no-repeat;
}
#ranks {
  margin:0;
  float:left;
}

#rankingoverview {
  float:left;
}


#rankingoverview a{
  color:#0099AA;
  text-decoration:none;
  font-weight:bold;
}

#result {
  margin-top: 7px;
  float: left;
  overflow: hidden;
}



/* Sidebar */
#sidebar {
	float:right;
	width:336px;
}
#sidebar .ads {
	margin:-10px 0 24px -16px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:352px;
}
#sidebar .ads li {
	float:left;
	display:inline;
	vertical-align:top;
	height:1%;
	margin:10px 0 0 16px;
}
#sidebar .ads li img,
#sidebar .ads li a { display:block;}
/* Table box */
.table-box {
	padding:0;
	margin:13px 0 0;
	border-collapse:collapse;
	color:#777;
}
.table-box td {
	padding:0;
	margin:0;
}
.table-box thead th {
	height:22px;
	cursor: pointer;
	text-align:center;
	text-transform:uppercase;
	line-height:18px;
}
.table-box thead th strong {
	font-weight: normal;
}
.table-box .col-1 { width:213px;}
.table-box .col-2 {
	width:240px;
	padding:0 6px;
}
.table-box .col-3 { width:114px;}
.table-box #col-1 { width:213px;}
.table-box #col-2 {
	width:240px;
	padding:0 6px;
}
.table-box #col-3 { width:114px;}
.table-box thead div {
	position: relative;
	height:22px;
}
.table-box thead #col-1 div {
	width:214px;
	background:url(/assets/images/bg-thead-1.gif) no-repeat;
}
.table-box thead #col-2 {
	padding: 0;
}
.table-box thead #col-2 div {
	width:241px;
	padding:0 6px;
	background:url(/assets/images/bg-thead-2.gif) no-repeat;
}
.table-box thead #col-3 div {
	background:url(/assets/images/bg-thead-3.gif) no-repeat;
}
.table-box thead .sortAsc,
.table-box thead .sortDesc {color: #fff;}

.table-box thead #col-1.sortAsc div,
.table-box thead #col-1.sortDesc div {background:url(/assets/images/bg-thead-1-active.gif) no-repeat;}
.table-box thead #col-2.sortAsc div,
.table-box thead #col-2.sortDesc div {background:url(/assets/images/bg-thead-2-active.gif) no-repeat;}
.table-box thead #col-3.sortAsc div,
.table-box thead #col-3.sortDesc div {background:url(/assets/images/bg-thead-3-active.gif) no-repeat;}


.table-box .arrow {
	background: url(/assets/images/sort-arrow-default.gif) no-repeat;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 7px;
	height: 4px;
}
.table-box .sortAsc .arrow {background-image: url(/assets/images/sort-arrow-asc.gif);}
.table-box .sortDesc .arrow {background-image: url(/assets/images/sort-arrow-desc.gif);}


.table-box thead a {
	float:right;
	height:20px;
	width:22px;
}
.table-box tbody .col-1,
.table-box tbody .col-2 {
	border-right:1px solid #fff;
}
.table-box tbody .col-1 {
	padding:0 0 0 7px;
	width:206px;
}
.table-box tbody td {
	background:#fafafa;
	overflow:hidden;
	vertical-align:top;
	border-bottom:2px solid #fff;
}
.table-box tbody .col-3 {
	text-align:center;
}
.table-box tbody strong {
	color:#09a;
	display:block;
	background:url(/assets/images/icon-arrow.gif) no-repeat 0 4px;
	padding:0 0 0 7px;
}
.table-box tbody .col-3 strong { display:inline;}
.table-box tbody em {
	font-style:normal;
	display:block;
	padding:3px 0 0 7px;
}
.table-box tbody img {
	float:left;
	margin:0 6px 0 -7px;
	position:relative;
	border-right:2px solid #fff;
}
.table-box tbody .info {
	overflow:hidden;
	padding:2px 0 6px 0;
	height:1%;
}
.table-box tbody .active td {
	background:#f5f5f5;
}
.table-box tbody tr .active-cell {background:#f4f4f4;}
.table-box tbody tr.active .active-cell {background:#f0f0f0;}


/* Side Block */
.side-block { margin:0 0 26px;}
.side-block h4 {
	margin:0;
	color:#236;
	font-size:14px;
	line-height:18px;
}
.listlinks {
	margin:0;
	padding:3px 0 5px;
	list-style:none;
}
.listlinks li {
	background:url(/assets/images/icon-arrow.gif) no-repeat 1px 7px;
	padding:2px 10px 0 8px;
	vertical-align:top;
	height:1%;
}
.listlinks li strong {
	display:block;
	color:#09a;
}
.listlinks li strong img {
	float:left;
	margin:3px 5px 0 0;
}
.listlinks li em {
	display:block;
	color:#777;
	padding:0 0 2px;
	font-style:normal;
}
.listlinks li em span {
	font-weight:bold;
	color:#000;
	padding:0 6px 0 0;
}
.listlinks li em span img {
	float:left;
	margin:0 3px 0 0;
}
.more {
	display:block;
	color:#236;
}
.more a { color:#236;}
.more a:hover { text-decoration:none;}
.more img {
	margin:3px 2px 0 0;
	float:left;
}
#sidebar .banner {
	display:block;
	margin:0 0 13px;
}
/* Footer */
#footer {
	background:url(/assets/images/bg-footer-top.gif) no-repeat;
	margin: 0px 0px 0px -12px;
	padding:4px 0 0;
	width: 964px;
}
.footer-area {
	background:#e5e5e5 url(/assets/images/bg-footer.gif) repeat-x;
}
.footer-row {
	width:100%;
	padding:0 0 9px;
	overflow:hidden;
	background:url(/assets/images/bg-footer-row.gif) repeat-y;
}
.quick-links {
	float:left;
	width:224px;
	padding:16px 0 0 17px;
}
.quick-links-rechts {
	width: 183px !important;
	float: right !important;
	padding: 16px 17px 0px 0px !important;
}
.quick-links h5 {
	margin:0;
	font-size:14px;
	line-height:18px;
}
.quick-links .listlinks { padding-top:4px;}
.quick-links .listlinks li { 
	line-height:18px;
	padding:1px 10px 0 8px;
}
.quick-links p {
	margin:6px 35px 0 0;
	color:#09a;
	font-weight:bold;
	line-height:18px;
}
.quick-links .logos {
	margin:0px 14px 0 0;
	padding:0;
	list-style:none;
}
.quick-links .logos li {
	width:100%;
	vertical-align:top;
	overflow:hidden;
	padding:4px 0 8px;
}
.quick-links .logos img {
	display:block;
	margin:0 auto;
}

.box-content {
  margin-left:10px;
}

.box-content table tr td a{
  font-weight:bold;
}

.top-table {
	width:579px; 
	padding:0 8px 0 0;
	margin:8px -10px 0; 
	font-size: 10px;
	font-weight: bold;
	border-collapse:collapse;
	color: #999;
}
.top-table td{
	text-align:center;
	padding:0 3px 0 4px;
	margin:0;
	width: 40px;
	vertical-align: middle;
	border:1px dotted #fff;
	background: #f5f5f5;
	line-height: 18px;
}
.top-table tr.alt td { background: #fafafa;}
.top-table td.col-1 {
	padding: 0 0 0 20px;
	text-align: left;
	width: auto;
}
.top-table thead td.col-1 { padding-left: 41px;}
.top-table td.col-2{ text-align: center;}
.top-table td.col-2,
.top-table td.col-4,
.top-table td.col-6,
.top-table td.col-8{ background:#f0f0f0;}
.top-table tr.alt td.col-2,
.top-table tr.alt td.col-4,
.top-table tr.alt td.col-6,
.top-table tr.alt td.col-8{ background:#f4f4f4;}
.top-table td.col-7{ color: #000;}
.top-table thead td{
	color:#777 !important;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	background: url(../images/bg-thead-4.gif) repeat-x !important;
	height: 21px;
}
.top-table thead td.col-first{ background: url(../images/bg-thead-1-left.gif) no-repeat !important;}
.top-table thead td.col-last{ background: url(../images/bg-thead-1-right.gif) no-repeat 100% 0 !important;}
.top-table thead td .icon{
	margin:0 auto;
	width: 16px;
	display: block;
}
.top-table td.col-1 strong{
	float: left;
	width: 25px;
	font-size: 10px;
	line-height: 20px;
	color: #000;
}
.top-table p{
	margin: 0;
	font-size: 10px;
	line-height: 20px;
}
.top-table td.col-1 p a{
	font-size: 11px;
	line-height: 19px;
	padding: 0 0 0 8px;
	background: url(../images/icon-arrow-1.gif) no-repeat 0 4px;
}

ul.paging {
	margin-left:-23px;
	padding: 17px 0 0 1px;
	list-style: none;
	width: 594px;
	overflow: hidden; 
}
ul.paging li{
	display: inline;
	margin: 0 0 0 11px;
	float: left;
	line-height: 15px;
	background: url(../images/bg-pages.gif) no-repeat;
	width:48px;
	height:17px;
	text-align: center;
	font-size: 9px;
	word-spacing: -2px;
	font-weight: bold;
}

.icon-lists{
	overflow: hidden;
	margin: 0 0 -10px -15px;
	width: 596px;
} 
.icon-lists ul{
	float: left;
	display: inline;
	width: 276px;
	margin: 0 0 0 15px;
	padding: 0 0 0 7px;
	list-style: none;
}
.icon-lists ul li a {
  
	line-height: 21px;
	padding: 3px 0 3px 23px;
	color:#000;
	background-position: 0 2px;
	background-repeat:  no-repeat;
}
.icon-lists ul li.google{
  margin-bottom:10px;
  padding-left:20px;
  height:16px;
  background-image: url(../images/icon-google.gif);
  background-repeat: no-repeat;
}
.icon-lists ul li.technorati-authority{
  padding-left:20px;
  height:16px;
  background-image: url(../images/icon-technorati-authority.gif);
  background-repeat: no-repeat;
}
.icon-lists ul li.rapportcijfer{
  padding-left:20px;
  height:16px;
  margin-bottom:10px;
  background-image: url(../images/icon-m.gif);
  background-repeat: no-repeat;  
}
.icon-lists ul li.m-leden{
  padding-left:20px;
  height:16px;
  background-image: url(../images/icon-m-leden.gif);
  background-repeat: no-repeat;
}

.stat-arrow {
	margin: 0 auto;
	display: block;
	background: url(../images/bg-arrow-top.gif) no-repeat;
	width: 12px;
	height: 6px;
	overflow: hidden;
	text-indent: -9999px;
}
.top-arrow {background: url(../images/bg-arrow-top.gif) no-repeat;}
.down-arrow {background: url(../images/bg-arrow-down.gif) no-repeat;}
/* detail-info-holder */
.detail-info-holder { 
  font: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  line-height:21px;
  padding: 8px 0 0 0;
  margin-left:0;
}
.detail-info-holder a{ font-weight: bold;}
#contactgegevens ul{
	margin: 0px 0px 15px 0px;
	padding:0;
	list-style: none;
	clear: both;	
}
#contactblok{
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
}

.registreerform{
	width: 575px;
	margin-left: 5px;
}
.registreerform ul{
	margin: 0;
	padding:0;
	list-style: none;
	clear: both;
}
.registreerform li{
	display:block;
	clear: both;
	margin: 0 0 8px 0;
	width:100%;
}
.registreerform label{
	width:184px;
	float: left;
}
.registreerform .input{
	width: 300px;
}
.registreerform textarea{
	width: 304px;
}
.tekstveld{
	margin-left: 5px;
}
.formheading{
	font-weight: bold;
}
#mfnieuwslink{
	margin-top: 35px;
}
.radiobuttonlijst{
	margin-left: 184px;
	float:none;
}
.radiobuttonlijst label{
	width:auto;
	float:none;
}
.checklijst{
	margin-left: 184px;
	float:none;
}
.checklijst label{
	width:auto;
	float:none;
}
.vinklijst{
	margin-left: 184px;
	float:none;
}
.vinklijst label{
	width:auto;
	float:none;
}
.checkboxen label{
	width:auto;
	float:none;                                         
	margin-bottom: 8px;
}
.checktekstveld{
	margin-bottom: 8px;
}
.formblok{
	margin-top: 20px;
}
.uploadKnop{
	margin-left: 188px;
	float:none;
}

.gegevensblok{
	margin-bottom:30px;
}

#vacaturekaart{
	width: 581px;
	overflow: hidden;
	clear: both;
	margin-top: 16px;
	margin-bottom: 21px;
	line-height: 20px;
   	height: 600px;
}

#googlemaps-text{
	font-size: 12px;
	line-height: 16px;
}

.hide{
  display:none;
}

.jouw-stem-in-marcom-top100 {
	clear: both;
	width: 336px;
	font-size: 11px;
	margin-bottom: 16px;
}


/* marketingfacts-colofon */
.box-content {
	padding:4px 0 0 7px;
}
.box-content .rows {
	padding:40px 0 0;
	overflow:hidden;
	height:1%;
}
.box-content .rows-space {
	padding-top:15px;
}
.box-content .rows-sp {
	padding-top:20px;
}
.box-content .rows h3,
.spinoffs h3 {
	margin:0 0 3px;
	color:#223366;
	font-size:14px;
	line-height:16px;
}
.box-content .rows .box-info {
	float:left;
	display:inline;
	width:260px;
}
.box-content .rows .box-info-left {
	margin-right:40px;
}
.spinoffs {
	overflow:hidden;
	height:1%;
	width:600px;
	margin:37px -40px 0 0;
}
.spinoffs p {
	line-height:19px;
}
.spinoffs h3 {
	margin:0 0 12px;
}
.box-spinoffs {
	float:left;
	width:300px;
	padding:0 0 33px;
}
.box-spinoffs img {
	float:left;
}
.box-spinoffs .about {
	float:left;
	padding:0 0 0 12px;
	width:235px;
}
/* tv page */
.box-tv {
	padding:0 0 0 7px;
}
.case .sel {
	float:left;
	margin-right:12px;
}
.case select {
	width:180px;
}
.rows-tv {
	overflow:hidden;
	height:1%;
	width:580px;
	margin:15px 0 0 -7px;
}
.tv-show {
	width:281px;
	float:left;
	display:inline;
	margin:0 0 0 7px;
}
.cb-body .player {
	position:relative;
	z-index:1;
	margin:0 10px 0 0;
	/*padding:35px 0;*/
	background:#000;
	max-height:144px;
	height:144px;
	width:192px;
	float:left;
}
.cb-body .player img {
	margin:0;
	padding:0;
}
.tv-pages{
	padding:6px 0 0 8px;
	overflow:hidden;
	width:573px;
}
.player {
	position:relative;
	z-index:1;
	margin:10px 0 0;
	/*padding:35px 0;*/
	background:#000;
	max-height:220px;
	height:220px;
	width:281px;
}
.player span {
	background: transparent url(/assets/images/play-button.png) no-repeat scroll center;
	cursor: hand;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
}
.player span:hover {
	text-decoration:none;
}
.sub-gal .gallery .slide ul li .play span:hover {
	text-decoration:none;
}
.sub-gal .gallery .slide ul li .play span {
	background: transparent url(/assets/images/play-button.png) no-repeat scroll center;
	height:108px;
	width:137px;
	position:absolute;
	cursor:hand;
}
.player img {
	display:block;
}
.tv-show .link {
	width:281px;
	height:44px;
	position:relative;
	z-index:10;
}
.tv-show a.name {
	display:block;
	width:281px;
	height:44px;
	color:#000;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	overflow:hidden;
	text-decoration:none;
}
.tv-show a.name:hover {
	text-decoration:underline;
}
.tv-show .tooltip {
	display:none;
	position:absolute;
	z-index:100;
	left:100px;
	top:44px;
	width:182px;
}
.tv-show .playerlink .tooltip {
	display:none;
	position:absolute;
	z-index:100;
	left:105px;
	top:105px;
	width:182px;
}
.tv-show .tooltip-top {
	width:182px;
	height:3px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	background:url(/assets/images/bg-tooltip-top.png) no-repeat;
}
.tv-show .tooltip-btm {
	width:182px;
	height:5px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	background:url(/assets/images/bg-tooltip-btm.png) no-repeat;
}
.tv-show .tooltip-bg {
	width:172px;
	padding:3px 7px 2px;
	background:url(/assets/images/bg-tooltip.png) no-repeat;
}
.tv-show .tooltip p {
	margin:0;
	color:#777;
	font-size:11px;
	line-height:14px;
}
.tv-show .tooltip ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.tv-show .tooltip ul li {
	float:left;
	color:#777;
	font-size:11px;
	padding:0 4px 0 0;
}
.tv-show .link:hover .tooltip,
.tv-show .link.hover .tooltip {
	display:block;
}
.rows-tv-mini .tv-show {
	margin-top:25px;
	width:137px;
}
.rows-tv-mini .tv-show a.name {
	width:auto;
	height:auto;
	font-size:14px;
	line-height:16px;
}
.rows-tv-mini .tv-show .player {
	/*padding:17px 0;*/
	margin:7px 0 0;
	max-height:108px;
	height:108px;
	width:137px;
}

/* sub gallery */
.sub-gal h5 {
	margin:0 0 15px;
	color:#223366;
	font-size:14px;
	line-height:16px;
}
.sub-gal .gallery {
	width:336px;
	height:181px;
	background:url(/assets/images/bg-gallery.gif) no-repeat;
	margin: 0 0 24px 0;
}
.sub-gal .gallery .slide {
	border:none;
	width:336px;
	padding:3px 0 0;
}
.sub-gal .gallery .slide ul {
	background:none;
}
.sub-gal .gallery .slide ul li {
	width:139px;
}
.sub-gal .gallery .slide ul strong {
	line-height:19px;
	padding-bottom:4px;
}
.sub-gal .gallery .slide ul li .play {
	background:#000;
	/*padding:17px 0;*/
	width:137px;
	height:108px;
	position: relative;
	max-height:108px;
	border:1px solid #e5e5e5;
}

.sub-gal .gallery .slide ul li img {
	border:none;
}

/* extra's */
blockquote { 
	margin: 10px 0 10px 0;
	width: 540px;
	padding: 15px;
	border: 1px solid #09a;
	background-color: #daf6ff;

} 
.content-block p {
	margin:0 0 10px 0;
}
.content-block .post-info a.green { color:#09a;}
#tweemaal160banner {
	margin-bottom: 27px;
	height: 160px;
}

.listollinks {
	margin:0;
	padding:3px 0 5px 15px;
}
.listollinks li {
	padding:2px 10px 0 0;
	vertical-align:top;
	height:1%;
}
.listollinks li strong {
	display:block;
	color:#09a;
}
.listollinks li strong img {
	float:left;
	margin:3px 5px 0 0;
}
.listollinks li em {
	display:block;
	color:#777;
	padding:0 0 2px;
	font-style:normal;
}
.listollinks li em span {
	font-weight:bold;
	color:#000;
	padding:0 6px 0 0;
}
.listollinks li em span img {
	float:left;
	margin:0 3px 0 0;
}

h1.premium, h1.premium a{
	font-size: 20px;
	line-height: 24px;
	color: #223366;
}
#bannerincontent {
	margin: 0 122px 15px 122px
}
#leaderboard {
	position: absolute;
	top: 20px;
	right: 10px;
}
#fullbanner {
	margin: 0 0 0 56px;
}
.side-block {
	color:#777;
	font-style:normal;
}

#asknowid{
	display: none;
}

.vf-p-fix{
	font-size:12px;
	line-height:21px;
}

/* Custom Sidebar */
div#sidebar .cb-main {
	background:url(/assets/images/bg-cb-sidebar.gif) repeat-y;
	width:100%;
        margin: 0px 0px 17px 0px;
}
div#sidebar .cb-main h4 {
	color:#236;
	font-size:12px;
	line-height:15px;
	margin: 3px 0px 0px 0px;
}
div#sidebar .cb-top {
	background:url(/assets/images/bg-cb-top-sidebar.gif) no-repeat;
	padding:4px 0 0;
}
div#sidebar .cb-btm {
	background:url(/assets/images/bg-cb-btm-sidebar.gif) no-repeat 0 100%;
	padding:0px 12px 9px;
	overflow:hidden;
	position:relative;
	width:312px;
	min-height:38px;
}
#tweemaal160banner {
	margin-bottom: 17px;
}
div#sidebar .side-block-new {
	margin: 0px 0px 17px 0px;
}
/* ENTRY FOOTER */
div.entry_footer {
	background: url(/assets/images/footer_bg.jpg) no-repeat;
	width: 571px;
	height: 28px;
	float: left;
	clear: both;
	padding: 8px 0px 0px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 5px 0px 0px -8px;
	position: relative;
}
div.sep {
	width: 2px;
	height: 20px;
	background: url(/assets/images/sep_bg.gif) no-repeat;
	float: left;
	margin: 0px 10px;
}
a.footer_btn:link,
a.footer_btn:visited {
	padding: 0px 0px 0px 21px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	height: 14px;
	margin: 3px 0px 0px 0px;
}
a.footer_btn:hover,
a.footer_btn:active {
	text-decoration: underline;
}
a.readon_btn {
	background: url(/assets/images/readon_btn.png) no-repeat center left;
}
a.comment_btn {
	background: url(/assets/images/comment_btn.png) no-repeat center left;
}

a.views_btn:link,
a.views_btn:visited{
	background: url(/assets/images/views_btn.png) no-repeat center left;
	padding: 0px 0px 0px 21px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	float: left;
	display: block;
	height: 14px;
	margin: 3px 0px 0px 0px;
}
a.clicks_btn:link,
a.clicks_btn:visited {
	background: url(/assets/images/clicks_btn.png) no-repeat center left;
	padding: 0px 0px 0px 21px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	float: left;
	display: block;
	height: 14px;
	margin: 3px 0px 0px 0px;
}
a.commentcount_btn:link,
a.commentcount_btn:visited {
	background: url(/assets/images/commentcount_btn.png) no-repeat center left;
	padding: 0px 0px 0px 21px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	float: left;
	display: block;
	height: 14px;
	margin: 3px 0px 0px 0px;
}
a.commentcount_btn:hover,
a.commentcount_btn:active,
a.views_btn:hover,
a.views_btn:active,
a.clicks_btn:hover,
a.clicks_btn:active{
	text-decoration: underline;
}
div.top_date {
	position: absolute;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin: -13px 0px 0px 0px;
	padding: 2px 10px 0px 7px;
	height: 16px;
	background: url(/assets/images/date_bg.jpg) no-repeat top left;
	/*position: relative;*/
}
div.top_date div.top_right {
	width: 8px;
	height: 18px;
	margin: -2px 0px 0px 2px;
	background: url(/assets/images/date_bg_r.jpg) no-repeat top left;
	position: absolute;
	top: 2px;
	right: 0px;
}
div.entry_footer div.facebooklike_btn {
	position: absolute;
	right: 100px;
	top: 8px;
	text-align: right;
	height: 22px;
	overflow: hidden;
	width: 100px;
}
div.entry_footer #facebooklike_btn {
	width: 120px;
}
div.entry_footer div.facebooklike_btn div.connect_widget {
	text-align: right;
}
div.googleshare {
	position: absolute;
	bottom: -24px;
	right: 0px;
	z-index: 2;
	width: 100px;
	height: 26px;
	padding: 1px 0px 0px 0px;
	display: block;
	background: url(/assets/images/googleshare.png) no-repeat bottom left;
	text-align: right;
}
div.googleshare iframe {
	margin: 0px -10px 0px 0px;
}
div.extended_google iframe {
	margin: 0px -7px 0px 0px;
}
/* Sidebar widget */
div.widget_tabs {
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	top: -24px !important;
	left: 0px !important;
}
a.widget_tab {
	display: block;
	padding: 5px 10px;
	border-left: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 2px 5px 0px;
	float: left;
	z-index: 3;
	background: none !important;
	color: #999 !important;
	text-decoration: none !important;
}
a.current_tab {
	background: #fff !important;
	color: #236 !Important;
	text-decoration: none !Important;
}
div#tab1-2,
div#tab1-1 {
	position: relative !important;
	margin-top: 38px !important;
}

/* ADVERTENTIE ADFACTOR - EXACT */
.ad-widget {
	font-family: Tahoma, Geneva, sans-serif !important;
	width: 312px !important;
	float: left !important;
}
.ad-widget img {
	float: left;
	margin: 0px 5px 5px 0px !important;
}
.ad-widget h4 {
	font-size: 12px !important;
	line-height: 15px !important;
	font-weight: bold !important;
	color: #236 !important;
	margin: 0px 0px 10px 0px !important;
}
.ad-widget h4 a:link,
.ad-widget h4 a:visited {
	color: #236 !important;
	text-decoration: none !important;
}
.ad-widget h4 a:hover,
.ad-widget h4 a:active {
	color: #E11924 !important;
	text-decoration: underline !important;
}
.ad-widget p {
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normalv;
	color: #333 !important;
	margin: 0px 0px 10px 0px !important;
}
.ad-widget p a:link,
.ad-widget p a:visited {
	color: #39C !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
.ad-widget p a:hover,
.ad-widget p a:active {
	color: #E11924 !important;
	text-decoration: underline !important;
}

