#wrapper {
  text-align: left;
  margin: 0px;
  padding: 0px;
  width: 964px;
  background-color: #ffffff;
  min-height: 100%;
  position: relative;
  left: 0px;
}

#header {
/*  margin: 0 0 15px 0;*/
  background-image: url(images/pob.jpg);
  background-repeat: no-repeat;
  height: 80px;
  background-color: #ffffff;
  text-align: right;  
}

#side-a {
  width: 140px;
  padding-left: 5px;
  padding-right: 2px;
  margin: 0px;
  background-color: #ffffff;
}

#side-b {
  width: 143px;
  padding-left: 2px;
  padding-right: 5px;
  margin: 0px;
  background-color: #ffffff;
}

#content {
  float: left;
  padding-left: 5px;
  padding-right: 9px;
  margin: 0px;
  width: auto;
  vertical-align: top;
  background-color: #ffffff;
}

#footer {
  float: left;
  width: 964px;
  height: 10px;
  /*background: #A2A2A2;*/
  background-image: url(images/bottom_balk.gif);
  background-repeat: no-repeat;
}

.main {
  padding: 20px;
  margin: 0px;
  background-color: #ccc8c9;
  color: #000;
}

#innerLeftColumn {
  padding: 0px;
  margin-top: 30px;
  background-color: #ffffff;
}
#innerRightColumn {
  padding: 0px;
  margin-top: 30px;
  background-color: #ffffff;
}
#innerContentColumn
{
  width: 645px;
  margin-top: 30px;
  padding: 0px;
  background-color: #ffffff;
  overflow: visible;
  text-align: center;
  height: 90%;  /* fix the Win32 IE float bug */
  /*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

.titel 	{
font-weight : bold;
font-family : Arial;
font-size : 12px;
}

.head {
 font-weight: bold;
 font-family: Arial;
 font-size: 12pt;
}
a {
  font-family: Arial;
  font-size: 8pt;
  color: #913d70;
  text-decoration: none;
}
.link_item {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #913d70;
  text-decoration: none;
}
.link_item_list {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color: #913d70;
  text-decoration: none;
}
.link_item_list2 {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #913d70;
  text-decoration: none;
}
/* menu!*/
#menu {
  background-image: url(images/nav_background.gif);
  background-repeat: repeat-x;
  height: 40px;
}
#nav {
  list-style: none;
  padding-left: 100px;
  margin: 0;
}
#nav a {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #913d70;
  text-decoration: none;
}
#nav li.menu_separator {
  display: inline;
  background-image: url(images/nav_split.gif);
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-right: 3px;  
  height: 24px;
  width: 7px;
}
#nav li a {
  display: block;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #913d70;
}
#nav li a:hover {
  font-family: Arial;
  font-size: 9pt;
  color: #913d70;
  text-decoration: none;
}
#nav li {
  float: left;
  position: relative;
  width: auto;
  padding-top: 3px;
  text-align: center;
}
#nav li li a {
	display: block;
	font-weight: normal;
  text-align: left;
	color: #913d70;
	padding: #FBF2F1 0.1em 3px;
}
#nav li li a:hover {
  color: #913d70;
  text-align: left;
  text-decoration: underline;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
  border: 1px solid #e9dbd9;
	font-weight: normal;
	background: #FBF2F1 bottom left no-repeat;
	padding: 0 0 1em 0;
}

li>ul {
	top: 23px;
	left: -30px;
}

li li {
	display: block;
	float: none;
	background-color: #FBF2F1;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

.jqueryslidemenu{
  position:absolute;
font: bold 12px Verdana;
width: 100%;
height: 30px;
background-image: url(images/nav_background.gif);
background-repeat: repeat-x;
z-index: 10;
}

.jqueryslidemenu ul{
margin: 0px;
margin-left: 50px;
list-style: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
display: inline;
float: left;
position: relative;
width: auto;
text-align: center;
}
.jqueryslidemenu ul li.menu_separator2 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  width: 7px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #414141; background of tabs (default state)*/
font-family: Arial;
font-size: 9pt;
font-weight: bold;
color: #913d70;
text-decoration: none;
height: 25px;
padding-top: 5px;
text-align:left;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #913d70;
}

.jqueryslidemenu ul li a:hover{
/*background: black; tab link background during hover state*/
color: #913d70;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0px;
display: block;
visibility: hidden;
margin: 0px;
z-index: 100;
/*width: 300px;  */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
margin: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 120px; /*width of sub menus*/
/*border-top-width: 0;*/
font: bold 8pt Arial;
color: #913d70;
text-decoration: none;
height: 15px;
padding-left: 4px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #eff9ff;*/
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* menu left*/
#s_item {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  width: 143px;
}
#search {
  background-color: #FBF2F1;
  height: 30px;
  padding: 0px;
  margin: 0px; 
  border-bottom: 6px #fff solid;
}
#search #s_item input.style, .menu_item_sub form input.style {
  float: left;
  font-size: 10pt;
  font-weight: bold;
  border: 1px #d6e5ed solid;
}
#search #s_item input.btn_zoek {
  float:right;
}
/*
#search #s_item li input {
  margin-top: 0px;
}
*/
.head_link {
  text-decoration: none;
  font-family: Arial;
  font-size: 12pt;
  color: #913d70;
}
.separator {
  height: 3px;
  background-color: #FFFFFF;
}
.search_item_list {
  font-family: Arial;
  font-size: 9pt;
  color: #000; 
  background-color: #f9eeec;
}
.search_item_list a {
  font-family: Arial;
  font-size: 8pt;
  color: #913d70;
  text-decoration: none;
}
.menu_top_item {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  padding-left: 5px;
  background-color: #e9dbd9;
  border-bottom: 3px #fff solid;
}
.menu_item {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #913d70;
  padding-left: 5px;
  background-color: #f9eeec;
  border-bottom: 3px #fff solid;
}
.menu_item a {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #913d70;
  text-decoration: none;
}
.menu_item_list {
  font-family: Arial;
  font-size: 8pt;
  color: #913d70;
  padding-left: 5px;
  background-color: #f9eeec;
  border-bottom: 3px #fff solid;
}
.menu_item_list a {
  font-family: Arial;
  font-size: 8pt;
  color: #913d70;
  text-decoration: none;
}
.menu_item_list img {
  margin-left: 15px;
}
.menu_item_sub {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  height: 130px;
  padding-left: 5px;
  background-color: #f9eeec;
  border-bottom: 3px #fff solid;
}
.menu_item_sub input.style {
  font-size: 7pt;
  border: 1px #d6e5ed solid;
}
.menu_item_sub input.btn_verstuur {
  padding-left: 10px;
}
.menu_item_sub_info {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  height: 125px;
  padding-left: 5px;
  background-color: #f9eeec;
  border-bottom: 3px #fff solid;
}
/* center */
div.content{
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
td.row {
  background-image: url(images/article_middle.gif);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  height: 385px;
}
td.frame_top_left {
  background-image: url(images/article_left.gif);
  background-repeat: no-repeat;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 13px;
  height: 385px;
  padding: 0px;
  margin: 0px;
}

td.frame_top_right {
  background-image: url(images/article_right.gif);
  background-repeat: no-repeat;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 7px;
  height: 385px;
  padding: 0px;
  margin: 0px;
}
#object_list {
  width: 100%;
  min-height: 100px;
}
td.object_list_left {
  background-image: url(images/object_list_left.gif);
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  padding: 0px;
  margin: 0px;
}
td.object_list_top {
  background-image: url(images/object_list_top.gif);
  background-repeat: repeat-x;
  width: 5px;
  height: 6px;
  padding: 0px;
  margin: 0px;
}
td.object_list_right {
  background-image: url(images/object_list_right.gif);
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  padding: 0px;
  margin: 0px;
}
td.row2 {
  margin: 0px;
  text-align:left;
  float: left;
  width: 100%;
  font-weight: bold;
  color: #000;
  padding: 0px;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #dfedf4;
  border-right: solid 1px #dfedf4;
}
td.frame_middle_left3 {
  float: left;
/*  background-image: url(images/info_left.gif);*/
  background-repeat: repeat-y;
  width: 624px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #dfedf4;
  border-right: solid 1px #dfedf4;
/*  min-height: 1000px;*/
}

td.frame_middle_left {
  float: left;
  background-image: url(images/info_left.gif);
  background-repeat: repeat-y;
  width: 7px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
/*  min-height: 1000px;*/
}

td.frame_middle_right {
  float: right;
  background-image: url(images/order_right.gif);
  background-repeat: repeat-y;
  width: 7px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
/*  min-height: 1000px;    */
}
td.frame_bottom_left {
  background-image: url(images/border_left_bottom.gif);
  background-repeat: no-repeat;
  height: 6px;
  padding: 0px;
  margin: 0px;
  width: 7px;
}
td.frame_bottom_middle {
  background-image: url(images/border_middle_bottom.gif);
  background-repeat: repeat-x;
  width: 98%;
  padding: 0px;
  margin: 0px;
  height: 6px;
}
td.frame_bottom_right {
  background-image: url(images/border_right_bottom.gif);
  background-repeat: no-repeat;
  height: 6px;
  width: 7px;
  padding: 0px;
  margin: 0px;
}

div.spacer {
  clear: both;
}
#content_object {
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.content {
  width: 80%;
  text-align: left;
  padding-left: 10px;
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  color: #000;
  margin: 0px;
}
.content h1 {
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
  color: #913d70;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.content h2 {
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding:0px;
}
h1 {
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
  color: #913d70;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align:center;
}
.content p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bestel_balk  {
  background-color: #dfedf4;
  color: #913d70;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: right;
  padding-left: 5px;
  height: 30px;
  width: 100px;
  margin: 0px;
}
.bestel_balk2  {
  background-color: #dfedf4;
  height: 30px;
  width: 50px;
  margin: 0px;
}
.bestel_balk3  {
  background-color: #dfedf4;
  color: #913d70;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: left;
  padding-left: 5px;
  height: 30px;
  width: 400px;
  margin: 0px;
}
.bestel_balk .price {
  position: relative;
  top: 5px;
  color: #913d70;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
}
input.bestel_button {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding:0px;
}

table.bestelkop {
  font-family: Arial;
  font-size: 10pt;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
td.bestelartikel {
  font-family: Arial;
  font-size: 12pt;
  text-align: center;
  color: #913d70;
  font-weight: bold;
}
td.klanttype {
  background-color: #dfedf4;
  height: 25px;
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

table.orderform_content  {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  width: 50%;
  text-align: left;
}
td.of_left_column {
  width: 150px;
}
td.of_right_column {
  text-align:left;
}
td.formMid {
  width: 1px;
  background-color: #d6e5ed;
}
div.border_bottom {
  border-bottom: 1px #d6e5ed solid;
}
div.pay_content {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  text-align:left;
}
p.voorwaarden {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  text-align: left;
}
/* ORDER FORM */
.priceshow {
  display: inline;
}
table {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}
.pricehide {
  display: none;
}
table.bg_table {
  border: 2px solid #e9dbd9;
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  text-align: left;
}
td.bg_column {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  text-align: left;
  background-color: #f9eeec;
}
p.results {
  text-align: center;
}
p.results_alfabet {
  text-align: center;
  margin: 0px;
}
p {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  text-align: left;
}

/* blokken op artikelen, auteurs, zoekresultaten etc.*/
td.BLshortback_left {
  background-image: url(images/article_short_left.gif);
  background-repeat: no-repeat;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 7px;
  height: 107px;
  padding: 0px;
  margin: 0px;
}
td.BLshortback_middle {
  background-image: url(images/article_short_middle.gif);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  width: 98%;
/*  width: 300px;*/
  height: 107px;
}
td.BLshortback_right {
  background-image: url(images/article_short_right.gif);
  background-repeat: no-repeat;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 10px;
  height: 107px;
  padding: 0px;
  margin: 0px;
}


/* blokken op voorpagina en aanbiedingen, geschenkartikelen*/
td.BLback_left {
  background-image: url(images/article_left.gif);
  background-repeat: no-repeat;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 7px;
  height: 250px;
  padding: 0px;
  margin: 0px;
}
td.BLback_middle {
  background-image: url(images/article_middle.gif);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
/*  width: 300px;*/
  height: 250px;
}
td.BLback_right {
  background-image: url(images/article_right.gif);
  background-repeat: no-repeat;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 7px;
  height: 250px;
  padding: 0px;
  margin: 0px;
}
td.BLbottom_left {
  background-image: url(images/border_left_bottom.gif);
  background-repeat: no-repeat;
  height: 6px;
  padding: 0px;
  margin: 0px;
  width: 7px;
}
td.BLbottom_middle {
  background-image: url(images/border_middle_bottom.gif);
  background-repeat: repeat-x;
  width: 300px;
  padding: 0px;
  margin: 0px;
  height: 6px;
}
td.BLbottom_right {
  background-image: url(images/border_right_bottom.gif);
  background-repeat: no-repeat;
  height: 6px;
  width: 8px;
  padding: 0px;
  margin: 0px;
}
td.BLtop_left {
  background-image: url(images/border_left_top.gif);
  background-repeat: no-repeat;
  height: 6px;
  padding: 0px;
  margin: 0px;
  width: 7px;
}
td.BLtop_middle {
  background-image: url(images/border_middle_top.gif);
  background-repeat: repeat-x;
  width: 300px;
  padding: 0px;
  margin: 0px;
  height: 6px;
}
td.BLtop_right {
  background-image: url(images/border_right_top.gif);
  background-repeat: no-repeat;
  height: 6px;
  width: 8px;
  padding: 0px;
  margin: 0px;
}

div.BLcontent {
  width: 100%;
  height: 200px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
h1.BL {
  font-family: Arial;
  font-size: 12pt;
  color: #913d70;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align:left;
}
#BLcontent_shortobject {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
}
#BLcontent_object {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
  height:250px;
}
td.BTline {
  background-color: #FDF4E3;
}
td.BTrow_left {
  float: left;
  background-image: url(images/info_left.gif);
  background-repeat: repeat-y;
  width: 7px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
td.BTrow {
  width: 630px;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
td.BTrow_right {
  float: right;
  background-image: url(images/order_right.gif);
  background-repeat: repeat-y;
  width: 8px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
  height: 100%;
}


/* ADMIN NAVIGATIE LAYOUT */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #f9eeec;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #913d70;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	background-color: #f9eeec;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #913d70;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color: #FFF;
	background-color: #369;
}
.editText {
  border: 1px solid #BBB;
}
#mainContainer{
	width:100%;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:0px;
	border:0px solid #000;
	background-color: #FFFFF5;
}
#contentContainer{
	float:left;
	border:1px solid #000;
	background-color: #FFFFF5;
	overflow:auto;
	margin-right:0px;
	padding:10px;

	/* CSS HACK */
	width: 797px;	/* IE 5.x */
	width/* */:/**/780px;	/* Other browsers */
	width: /**/780px;

	/* CSS HACK */
	height: 612px;	/* IE 5.x */
	height/* */:/**/590px;	/* Other browsers */
	height: /**/590px;

}
#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:610px;
	overflow:auto;	
	width:105px;
	border:1px solid #000;
	background-color: #FFFFF5;
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #000;
	background-color: #FFFFF5;
	height:30px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#317082;
	color:#FFF;
}
.clear{
	clear:both;
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 330px;
height: 206px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #e9dbd9;
overflow: hidden;
z-index: 0;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding-top: 4px;
visibility: hidden;
width: 330px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"  */
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #f9eeec;
color: #913d70;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #e9dbd9;
color: black;
}

.glidecontenttoggler a:hover{
background: #f9eeec;
color: #913d70;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #f9eeec;
color: #913d70;
}

.twtr-tweet-text p {
  font-size: 8pt;
}
