body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size:10px;
	color: #000;
	background: #f8c1f1;
}

a { color: #000; text-decoration:none; }
a:hover { text-decoration:underline; }
#center { width: 1000px; margin: auto; }

#header {
	width: 1000px;
	height: 218px;
	background:url(../images/header.jpg) no-repeat;
}

#header .l {
	float: left;
	width: 700px;
	height: 218px;
}
#header .r {
	float: right;
	width: 240px;
	height: 218px;
}
.header_btn {
	margin-left: 30px;
	width: 200px;
	height: 20px;
	border: 1px outset #f8c3f2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #631558;
	padding: 4px;
}
.header_btn:hover {
	cursor: pointer;
	border: 1px inset #f8c3f2;
}


#promo_txt {
	width: 1000px;
}
#promo_txt .topbar {
	background: #fff5fe;
}
#promo_txt .topbar a {
	color: #c156b3;
	font-size: 12px;
}
#promo_txt .bottombar {
	margin-top: 5px;
	background: #e98fde;
	padding: 2px;
}
#promo_txt .bottombar a {
	color: #fff;
	font-size: 12px;
}

#promo_txt .contactbar {
	margin-top: 5px;
	background: #731b67;
	padding: 4px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#promo_txt .contactbar:hover {
	cursor: pointer;
	background: #e98fde;
}


/* tubes */
.tube_container {
	padding: 5px;
	font-size: 14px;
}
.tube_img {
	border: 1px solid #fff;
	width: 276px;
	height: 207px;
}
.tube_header {
	font-size: 16px;
	color: #c156b3;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.tube_header .small {
	font-size: 10px;
	font-weight: normal;
}
/* end tubes */

/* archive thumbs */
.archive_thumb {
	float: left;
	width: 155px;
	height: 180px;
	margin-top: 5px;
	margin-right: 6px;
	font-size:14px;
	text-align:center;
}
.bb {
	border: 1px solid #fff;
}

/* einde archive thumbs */ 

/* new thumbs */

.thumb_new {
	padding:5px;
	text-align:center;
	font-size:14px;
	margin-right: 13px;
}

/* end new thumbs */


/* specials */
.special_container {
	position:relative;
	margin-top: 5px;
	width: 340px;
	height: 334px;
	cursor:pointer;
}
.special_thumb_left, .special_thumb_right {
	position:absolute;
	top:0;
	width: 200px;
	height: 300px;
	border: 1px solid #fff;
	z-index:101;
}
.special_thumb_left { left:0; }
.special_thumb_right { right:0; }
.special_pink_left, .special_pink_right {
	position:absolute;
	bottom:0;
	width: 280px;
	height: 280px;
	background: #fcdff8;
}
.special_pink_left { right:0; }
.special_pink_right { left:0; }
.special_txt_left, .special_txt_right {
	position:absolute;
	padding: 8px;
	top:55px;
	width: 123px;
	height: 265px;
	z-index:102;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.special_txt_left {
	right:0;
}
.special_txt_right {
	left:0;
}
/* end specials */


/* search */

#searchDiv {
	position: absolute;
	margin-left: 100px;
	top: 20px;
	width: 804px; 
	height: 504px;
	background: url('../images/search_bg.png');
	display: none;
	z-index: 134;
}
.month_td {
	width: 180px;
	height: 145px;
	background: #fcdff8;
	border: 1px solid #e98fde;
}

.month_td .day, .month_td .day_non {
	float: left;
	width: 25px;
	padding:1px;
	margin: 1px;
	border: 1px solid #fff5fe;
	text-align: center;
}
.month_td .day_non {
	color: #aaa;
}

.month_td .day:hover {
	cursor: pointer;
	border: 1px inset #fff5fe;
}

#link_exchange {
	padding-top: 10px;
	padding-right: 6px;
}
.TABLELEFT {
	FONT-SIZE: 10px;
	COLOR: #fff;
}
.menubar {
	BORDER: #000000 1px solid;
	BACKGROUND-COLOR: #c41cab;
}
a.leftlinks:active {font-family: Verdana, Arial; color: #FFFFFF;font-weight: bold;  text-decoration: none; font-size: 15}
a.leftlinks:link {font-family: Verdana, Arial; color: #FFFFFF;font-weight: bold;  text-decoration: none; font-size: 15}
a.leftlinks:visited {font-family: Verdana, Arial; color: #FFFFFF;font-weight: bold;  text-decoration: none; font-size: 15}
a.leftlinks:hover {font-family: Verdana, Arial; color: #c41cab;font-weight: bold;  text-decoration: none; font-size: 15}

.TABLE {
	BORDER: #000000 1px solid;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	BACKGROUND-COLOR: #BBBBBB;
}

.amablogs_div {
	padding-top: 5px;
	text-align: right;
}

.bdr_white {
	border: 1px solid #fff;
}

#toolTip {
	position: absolute;
	padding: 2px;
	background: #000;
	color: #FFF;
	display: none;
	z-index: 102;
}
#tooltip {
	display: none;
    position: absolute;
    padding: 3px;
	background: #e98fde;
    border: 1px solid #fff;
	font-weight:bold;
	color: #fff;
	font-size:14px;
    text-align: left;
	z-index: 103;
}

