@charset "utf-8";
/* CSS Document */
 
 
/* ================================
   RESET styles
   ============================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
fieldset,img {
    border:0;
}
 
address,caption,cite,code,dfn,em,th,var,optgroup {
    font-style:inherit;
    font-weight:inherit;
}
 
strong {
    font-style:inherit;
    font-weight:bold;
}
 
em {
    font-style:inherit;
    font-style:italic;
}
 
del,ins {
    text-decoration:none;
}
 
caption,th {
    text-align:left;
}
 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
 
q:before,q:after {
    content:'';
}
 
abbr,acronym {
    border:0;
    font-variant:normal;
}
 
sup {
    vertical-align:baseline;
}
 
sub {
    vertical-align:baseline;
}
 
legend {
    color:#000;
}
 
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
 
/* ===============================
   Default font styles
   =========================== */
body {
    font-size:13px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}
 
select,input,button,textarea,button{
    font-ize:99%;
    font-family: Arial, Helvetica, sans-serif;
}
 
table{
    font-size:inherit;
}
 
pre,code,kbd,samp,tt{
    font-family: monospace, "Courier New", Courier;
    line-height:100%;
}

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}


body.contentpane {
	background: #FEFEFE;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #5088a9;
}

input.button, .validate  {
	color: #333;
	font-size: 10px;
	border: 1px solid #555;
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.inputbox {
	border: 1px solid #555;
	color: #333;
	padding: 2px;
}
.inputbox:hover {

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	background: #000 url(../images/bg.jpg) top left repeat-x;
}

div.center {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: url(../images/content.jpg) top center repeat-y;
}

#header {
	background: url(../images/header.jpg) top center no-repeat;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	height: 160px;
}

#content {
	width: 880px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

#pathway {
	width: 900px;
	margin: 0 auto;
	height: 27px;
	background: url(../images/pathway.jpg) top center no-repeat;
	padding: 6px 0 0 0;
}

#pathway span {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #AEC2CD;
	font-size: 10px;
	padding: 0 0 0 10px;
}

#pathway span a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #57A0C9;
	font-size: 10px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

#pathway span a:hover {
	color: #FFF;
	text-decoration: none;
}

#path {
	width: 698px;
	float: left;
	padding: 0 0 0 2px;
}

#mini {
	width: 180px;
	float: right;
	text-align: right;
	padding: 2px 20px 0 0;
}

#logo {
	padding: 20px 10px;
	text-align: right;
	margin: 0 auto;
	width: 880px;
}

#logo a, #logo a:link, #logo a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	padding: 0;
	margin: 0px;
	letter-spacing: 3px;
	color: #FFF;
	text-decoration: none;
	outline: none;
	line-height: 45px;
	margin-left: 175px;
}

.pill_m {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 56px;
}

#pillmenu {
	float: left;
	margin: 0;
}

#pillmenu ul {
	margin: 0;
	padding: 0 14px;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0 4px;
	padding: 0;
	height: 33px;
	background: url(../images/topmenu_right.jpg) right top no-repeat;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	color: #FFF;
}

#pillmenu li a {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	float: left;
	display: block;
	line-height: 36px;
	padding: 0 10px;
	color: #E0E0E0;
	text-decoration: none;
	font-weight: bold;
	height: 33px;
	text-transform: uppercase;
	background: url(../images/topmenu_left.jpg) top left no-repeat;
}

#pillmenu li a:hover {
	color: #FFF;
}

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 180px;
	float: left;
	text-align: left;
	padding: 0;
}

div#maincolumn {
	float: left;
	width: 508px;
	padding: 0 6px;
}

div#maincolumn_full {
	float: left;
	width: 668px;
	padding: 0 0 0 10px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	width: 880px;
	height: 21px;
	text-align: center;
	vertical-align: top;
	padding: 4px 10px 0 10px;
	background: url(../images/footer.jpg) top center no-repeat;
}

#footer p {
	text-align: right;
	padding: 0;
	color: #FFF;
	float: right;
}

#footer p a{
	color: #FFF;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 8px 0 0 10px;
}
table.blog {
	
}
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #6780A9;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #555;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: right;
	font-weight: bold;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	font-weight: bold;
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 11px;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
	color: #999;
	font-weight: normal;
}

a.readon:hover {
	font-size: 11px;
	color: #666;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #666;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #666;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #333;
}

table.contentpaneopen {
	margin: 2px 8px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4, table.contentpaneopen h5, table.contentpaneopen h6 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 12px;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
	margin-bottom: 25px;
}

div.module_menu, div.module, div.module_text {
	margin: 0 0 14px 0;
	padding: 0;
}

div.module_menu div, div.module, div.module_text div {
	
}

div.module_menu div div, div.module div div, div.module_text div div {
	padding: 0;
}

div.module_menu div div div, div.module div div div{
	padding: 0 0 4px 0;
}

div.module div div div {
	text-align: center;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: transparent;
	padding: 4px 8px;
	margin: 0 auto;
}

div.bannergroup_text {
	display: block;
	width: 164px;
	color: #666;
}

div.module div div div form {
	padding: 0;
	width: 164px;
	margin: 0 auto;
	text-align: left;
}

div.module div div div form ul {
	margin: 0;
	padding: 0 0 10px 40px;
}

div.module_menu ul {
	list-style: none;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	line-height: 24px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	color: #FFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 22px;
	width: 166px;
	text-decoration: none;
	padding: 0 0 0 12px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;	
	background: url(../images/h3.jpg) repeat-x left top;
	border-top: 1px solid #6ba3c4;
	border-right: 1px solid #406c85;
	border-bottom: 1px solid #406c85;
	border-left: 1px solid #6ba3c4;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 178px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	line-height: 18px;
	padding: 4px 0 0 10px;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	background: url(../images/menurow.gif) bottom right no-repeat;
	margin: 0;
	border-bottom: 1px solid #5CA6CE;
	display: block;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	background: url(../images/menurow_hover.gif) bottom right no-repeat;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	line-height: 18px;
	padding: 4px 0 0 10px;
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
	font-size: 11px;
	background: url(../images/menurow_hover.gif) bottom right no-repeat;
	margin: 0;
	border-bottom: 1px solid #FF6600;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 10px;
	font-size: 11px;
	background: url(../images/menurow.gif) bottom right no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 4px 0 0 10px;
	border: none;
	border-bottom: 1px solid #5CA6CE;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 4px 0 0 10px;
	text-decoration: none;
	border: none;
	color: #FF6600;
	background: url(../images/menurow_hover.gif) bottom right no-repeat;
	line-height: 18px;
	border-bottom: 1px solid #FF6600;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	background: url(../images/menurow_hover.gif) bottom right no-repeat;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 4px 7px 9px 7px;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #666;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 1000%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
}



/* ****************************************************************************** */
/* blue */
input, button {

}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#sgf {
	font-size: 12px;
	text-align: left;
	width: 600px;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
}
.sgf {
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555;
	text-decoration: none;
}
.sgf1 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #555;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #555;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #555;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	}


/* -----------------------------
   PRINT, EMAIL en EDITOR Button
------------------------------ */
ul.actions {
    list-style: none;
    padding: 0;
    float: right;
    text-align: right;
}
 
/* Alle buttons hebben dezelfde stijl */
ul.actions li {
    display: inline;
}
 
ul.actions li a img {
   border: 1px #999 solid;
}
 
ul.actions li a:hover img {
   border: 1px #333 solid;
}


/* -------------------
   General Pagination
--------------------- */
div.pagination {
    clear: both;
    text-align: center;
    margin: 15px 0 0 0;
}
 
div.pagination p.counter {
    font-style: italic;
}
 
div.pagination ul {
    list-style: none;
    padding: 0;
}
 


/* ---------------
   Article Details
------------------ */
dl.article-info {
    clear: both;
    padding: 10px 0 3px 0;
    margin: 0 0 10px 0;
    width: 250px;
}
 
dl.article-info dt.article-info-term {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-weight: bold;
    font-style: italic;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
}
 
dl.article-info dd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #666;
}
 
dl.article-info dd a {
   color: #666;
}
 
dl.article-info dd a:hover {
    color: #333;
}


/* ---------------------
   Intro / subitems
---------------------- */
div.items-row {
    clear: left;
    float: left; /* IE 6/7 Fix */
    width: 100%; /* IE 6/7 Fix */
}
 
div.cols-2 {
    overflow: hidden;
}
 
div.item h2 {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}
 
div.column-1 {
    width: 322px;
    float: left;
    padding: 0 9px 0px 0;
    margin: 20px 0 0px 0;
    height: 100%;
}
 
div.column-2 {
    width: 322px;
    float: left;
    padding: 0 0 0px 10px;
    margin: 20px 0 0px 0;
    height: 100%;
}

/* Leading article heading and title */
div.blog-featured h1 {
    margin: 0 0 15px 0;
}
 
div.items-leading div.leading-0 h2,
div.items-leading div.leading-1 h2 {
    display: block;
    float: left;
    width: 80%;
}
 
div.items-leading div.leading-0 h2 a,
div.items-leading div.leading-1 h2 a {
    text-decoration: none;
}
 
div.items-leading div.leading-0 h2 a:hover,
div.items-leading div.leading-1 h2 a:hover {
    text-decoration: none;
}

div.blog
    h1
    h2 span.subheading-category
    div.category-desc p
        div.clr

/* Blog category */
div.blog h1 {
    margin: 0 0 15px 0;
}
 
/* Subheading & description blog category */
span.subheading-category {
    clear: both;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #666;
    margin: 10px 0 0 0;
}
 
/* Category description */
div.category-desc p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 11px;
   color: #666;
   padding: 3px 0 10px 0;
}
 
div.category-desc div.clr {
    clear: both;
}

body.contentpane {
    padding: 30px;
}
h1, h2, h3, h4 {
    line-height: 16px;
}
    .breadcrumb {
    /* Change the default value #F5F5F5 in a different color */
    background-color: #F5F5F5;
     
    /* No background color + change margins and padding */
    background: none;
    margin: 0 0 0 20px;
    padding: 0;
    }

.breadcrumb > .active {
    color: #EFFBF8;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: none;
}

li {
    line-height: 10px;
}

#pathway span {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    color: #EFFBF8;
    font-size: 10px;
    padding: 0px 0px 0px 10px;
}
.btn {
    display: inline-block;
    padding: 1px 4px;
    margin-bottom: 0px;
    font-size: 12px;

}
input, textarea, .uneditable-input {
    width: 300px;
}

   
    div.contact .form-actions {
    background: none;
    }
div.mod_search27 input[type="search"] {
    width: 133px;

