/* ----------------------------------------- page basics ---------------------------------- */

html {
  height: 101%;
}

form {
  margin: 0px;
  padding: 0px
}

body {
	background:url(../images/components/page_bg.gif) center repeat-y #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	margin: 0px;
	font-size: 12px;
	color: #111;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


div#wrapper {
	width: 960px;
	margin: 0px auto;
}

a img {
	border: 1ps solid;
}

/* -------------------------- color variations for links -------------------------- */

.color_blue a:link {
	color: #0000CC;
	text-decoration:underline;
}

.color_brown a:link {
	color: #770011;
	text-decoration:underline;
}

.color_green a:link {
	color: #002200;
	text-decoration:underline;
}

.color_blue a:visited, .color_brown a:visited, .color_green a:visited {
	color: #666666;
	text-decoration:underline;
}

.color_blue a:hover, .color_brown a:hover, .color_green a:hover {
	color: #000000;
	text-decoration:none;
}



/* input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
/* 

 < ------------------------------------------------------- simon */
 
/* ====================================== header items ====================================== */

div#header {
	position: relative;
	height: 240px;
	margin: 0px 5px;
}

/* -------------------------- background variations for header -------------------------- */

.color_green div#header {
	background:url(../images/components/mhbg-green.jpg) top right no-repeat;

}

.color_brown div#header {
	background:url(../images/components/mhbg-brown.jpg) top right no-repeat;

}

.color_blue div#header {
	background:url(../images/components/mhbg-blue.jpg) top right no-repeat;

}


/* -------------------------- top menu -------------------------- */

div#topMenu {
	height: 30px;
	background:url(../images/components/top_menu_bar.png) top right no-repeat;
	padding: 0px 20px;
}

div#topMenu ul {
	width:700px;
	overflow:visible;
	margin: 0px;
	padding: 0px;
	float:right;
}

div#topMenu li {
	margin: 0px;
	float:right;
	list-style: none;
}

div#topMenu li a:link, div#topMenu li a:visited {
	display:block;
	padding: 7px 10px;
	color:#CCCCCC;
	background:url(../images/components/mh_topmenu_divider.png) top right no-repeat;
	text-decoration:none;
}

div#topMenu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* -------------------------- top search form -------------------------- */

div#topMenu form {
	margin: 5px 0px 0px 7px;
	height: 30px;
	clear:none;
	float: right;
	width:170px;
}

div#topMenu input {
	margin: 0px;
}

div#topMenu div.search input.inputbox {
	line-height:normal;
	float: left;
	padding: 3px 2px 0px 2px;
	height: 13px;
	background:none;
	color:#BBBBBB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	width: 145px;
}

div#topMenu div.search input.inputbox:focus {
	color:#FFFFFF;
}

div#topMenu div.search input.button {
	content: '';
	margin: 0px;
	padding: 0px;
	float: left;
	 width: 18px;
	height: 16px;
	border: 0px;
	text-indent: -700px;
	background: url(../images/components/search.png) center right no-repeat;
}

div#topMenu div.search input.button:hover {
	background: url(../images/components/search-over.png) center right no-repeat;
}


/* -------------------------- background variations for header -------------------------- */

.color_green div#topMenu input.inputbox {
	border: 1px inset #004400;
}

.color_blue div#topMenu input.inputbox {
	border: 1px inset #3366AA;
}

.color_brown div#topMenu input.inputbox {
	border: 1px inset #999999;
}

/* -------------------------- headline variations for header -------------------------- */


div#header h1 {
	height: 123px;
	position:absolute;
	text-align:left;
	bottom: 0px;
	margin: 10px 10px;
	text-indent: -950px;
}

/* -------------------------- logo variations for header -------------------------- */

div#header h1.dilemma {
	background: url(../images/components/logo.png) bottom left no-repeat;
}

div#header h1.dilemma_training {
	background: url(../images/components/logo-training.png) bottom left no-repeat;
}

div#header h1.dilemma_medico_legal {
	background: url(../images/components/logo-medico-legal.png) bottom left no-repeat;
}

div#header h1.dilemma_publishing {
	background: url(../images/components/logo-publishing.png) bottom left no-repeat;
}

div#header h1.dilemma_consultancy {
	background: url(../images/components/logo-consultancy.png) bottom left no-repeat;
}


.color_brown div#header h1 {
	background-position:right;
	right: 20px;
}
 
/* ====================================== breadcrumbs items ====================================== */


#breadcrumbs {
  display: block;
  margin: 1px 5px;
  padding: 7px 20px 9px 20px;
  overflow: hidden;
}

#syndicate {
	float:right;
	text-align:right;
	width: 100px;
}

#syndicate img {
	float:right;
	margin-left: 5px;
}

/* -------------------------- color variations for breadcrumbs -------------------------- */

.color_green #breadcrumbs {
	background:#004400;
	color:#889988;
}

.color_green #breadcrumbs a:link, .color_green #breadcrumbs a:visited {
	color:#889988;
	text-decoration:none;
}

.color_blue #breadcrumbs {
	background:#003366;
	color:#66AAFF;
}

.color_blue #breadcrumbs a:link, .color_blue #breadcrumbs a:visited {
	color:#66AAFF;
	text-decoration:none;
}

.color_brown #breadcrumbs {
	background:#770011;
	color:#C6816D;
}

.color_brown #breadcrumbs a:link, .color_brown #breadcrumbs a:visited {
	color:#C6816D;
	text-decoration:none;
}

/* -------------------------- common hover state for breadcrumbs -------------------------- */


.color_brown #breadcrumbs a:hover, .color_blue #breadcrumbs a:hover, .color_green #breadcrumbs a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

 
/* ====================================== document pane ====================================== */

#contentPane {
	margin: 0px;
	width: auto;
	overflow: auto;
	padding: 15px 0px;
}

 
/* ====================================== m2 (left hand menu) pane ====================================== */


div#m2 {
	width: 235px;
	float: left;
}

div#m2 div.module_menu {
	background: url(../images/components/m2_left_bg.gif) bottom center no-repeat;
	width:235px;
	padding-bottom: 10px;
	overflow:visible;
}

div#m2 div.module {
	background: url(../images/components/m2_left_bg.gif) bottom center no-repeat;
	width:235px;
	padding: 10px 15px;
	overflow:visible;
	margin: 0px;
}

div#m2 div.module_menu ul ul {
	padding-left: 15px;
}

div#m2 div.module_menu h3 {
	margin: 0px;
	height: 21px;
	padding: 6px 15px 0px 15px;
	font-size:10pt;	
	color:#FFFFFF;
}

div#m2 div.module h3 {
	margin: -10px 0px 5px -15px;
	height: 21px;
	padding: 6px 15px 0px 15px;
	font-size:10pt;	
	color:#FFFFFF;
}

/* -------------------------- color variations for m2 -------------------------- */

.color_blue div#m2 div.module_menu h3, .color_blue div#m2 div.module h3 {
	background: url(../images/components/m2_left_h2-blue.gif) top center no-repeat;
}

.color_brown div#m2 div.module_menu h3, .color_brown div#m2 div.module h3 {
	background: url(../images/components/m2_left_h2-brown.gif) top center no-repeat;
}

.color_green div#m2 div.module_menu h3, .color_green div#m2 div.module h3  {
	background: url(../images/components/m2_left_h2-green.gif) top center no-repeat;
	color: #004400;
}


/* -------------------------- color variations for m2 -------------------------- */

div#m2 div.module_menu ul.menu {
	margin: 0px 8px;
	padding: 0px;
}

div#m2 div.module_menu ul.menu li {
	margin: 0px;
	list-style:none;
}

div#m2 div.module_menu ul.menu li a:link, div#m2 div.module_menu ul.menu li a:visited {
	display:block;
	padding: 3px 10px 1px 10px;
	border: 1px solid #FFFFFF;
}


/* -------------------------- color variations for links -------------------------- */

.color_blue div#m2 div.module_menu ul li a:link, .color_blue div#m2 div.module_menu ul li a:visited  {
	color: #0033FF;
	text-decoration:none;
}

.color_brown div#m2 div.module_menu ul li a:link, .color_brown div#m2 div.module_menu ul li a:visited  {
	color: #770011;
	text-decoration:none;
}

.color_green div#m2 div.module_menu ul li a:link, .color_green div#m2 div.module_menu ul li a:visited  {
	color: #006600;
	text-decoration:none;
}

/* -------------------------- color variations for links -------------------------- */

div#m2 div.module_menu li#current a:link, div#m2 div.module_menu li#current a:visited {
	background:#EEEEEE;
	border: 1px inset #DDDDDD;
	color:#000000;
}

div#m2 div.module_menu li#current li a:link, div#m2 div.module_menu li#current li a:visited {
	background:#FFFFFF;
	border: 1px solid #FFFFFF;
}

.color_green div#m2 div.module_menu li#current li a:link, .color_green div#m2 div.module_menu li#current li a:visited {
	color: #006600;
}

.color_brown div#m2 div.module_menu li#current li a:link, .color_brown div#m2 div.module_menu li#current li a:visited {
	color: #770011;
}

.color_blue div#m2 div.module_menu li#current li a:link, .color_blue div#m2 div.module_menu li#current li a:visited {
	color: #0033FF;
}

.color_green div#m2 div.module_menu ul li a:hover, .color_brown div#m2 div.module_menu ul li a:hover, .color_blue div#m2 div.module_menu ul li a:hover  {
	background:#EEEEEE;
	border: 1px inset #DDDDDD;
	color:#000000;
}

.color_green div#m2 div.module_menu ul li#current li a:hover, .color_brown div#m2 div.module_menu ul li#current li a:hover, .color_blue div#m2 div.module_menu ul li#current li a:hover  {
	background:#EEEEEE;
	border: 1px inset #DDDDDD;
	color:#000000;
}
 
/* ====================================== main column items ====================================== */



#maincolumn,
#maincolumn_full {
	float:left;
	margin-left: 15px;
	width: 705px;
	overflow:auto;
}

#maincolumn_full {
	margin-left: 0;
	margin-right: 15px;
	padding: 0;	
	width: 920px;
}

/* -------------------------- color variations for main headlines -------------------------- */

.color_green .componentheading, 
.color_green .contentFrame h1, 
.color_green .contentFrame h2, 
.color_green .contentFrame h3, 
.color_green .contentFrame h4, 
.color_green .contentFrame h5, 
.color_green .contentFrame h6 {
	color: #004400;
	font-weight: normal;
}

.color_brown .componentheading, 
.color_brown .contentFrame h1, 
.color_brown .contentFrame h2, 
.color_brown .contentFrame h3, 
.color_brown .contentFrame h4, 
.color_brown .contentFrame h5, 
.color_brown .contentFrame h6 {
	color: #770011;
	font-weight: normal;
}

.color_blue .componentheading, 
.color_blue .contentFrame h1, 
.color_blue .contentFrame h2, 
.color_blue .contentFrame h3, 
.color_blue .contentFrame h4, 
.color_blue .contentFrame h5, 
.color_blue .contentFrame h6 {
	color: #0000CC;
	font-weight: normal;
}

/* ====================================== copyright ====================================== */
 
div#copyright {
	border-top: 1px solid #CCCCCC;
	padding: 10px 10px 0px 10px;
	width: 940px;
	margin: 7px auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
 
div#copyright a:link, div#copyright a:visited {
	float:right;
	color:#666666;
	text-decoration:none;
}
 
div#copyright a:hover {
	color:#DDDDDD;
	text-decoration:none;
}

/*
div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

*/
div.center {
  text-align: center;
}


div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
/*	border: 1px solid #00f;
*/}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

/*
#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

*/#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

div#area {
	margin-left: 5px;
	width:910px;
	padding: 0;
	width:auto;
	overflow:hidden;
}

.message {
	width:910px;
}

.rightColumn .moduletable, .rightColumn .moduletable_text {
	background: url(../images/components/footer_base.gif) bottom repeat-x #EEEEEE;
	padding: 10px 10px 30px 10px;
	width: 150px;
	font-size: 90%;
}

.rightColumn h3 {
	margin: -10px -10px 5px -10px;
	padding: 15px 10px 0px 10px;
}

.rightColumn h2 {
	background: url(../images/components/footer_top.gif) top left no-repeat #EEEEEE;
	margin: -10px -10px 5px -10px;
	padding: 15px 10px 0px 10px;
}


.rightColumn ul {
	padding-left: 10px;
}

.rightColumn ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* horizontal pill menu */
/*table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}
/*
*/

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 5px 0px;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}
/*****************************************/
/*** 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 {
  padding-left: 0px;
  margin-top: 5px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}
h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	/*color: #333;*/
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}
	
/*
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

*/
h3, .componentheading, .contentheading, table.moduletable th, legend {
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}

/* small text */
.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
.ol-captionfont a {
	color: #0B55C4;
	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 {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}
/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; 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 : "Trebuchet MS", Arial, Helvetica, 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 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* 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: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	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 { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}


#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

div.componentheading {
	font-size: 20pt;
	border-bottom: 2px inset #DDDDDD;
	padding-bottom: 10px;
	
}
