/* ------------------------------------------------------------*/
/* VitaLife com                                                */
/* Einstellungen ueberschreiben common.css                     */
/* Einstellungen ueberschreiben styles_com_gp.css              */
/* ------------------------------------------------------------*/

/* ------------------------------------------------------------*/
/* Seitenlayout                                                */
/* ------------------------------------------------------------*/

#wrapper {
	position: relative;
/*	margin:0px 1.36em;  */         /* Hier Linken Rand definieren  */
	margin-top: 0px;            /* Zentriert  */
	margin-left: auto;
	margin-right: auto;
	width: 74.96em;
	text-align:left;
	background-color: White;
	min-height: 100%;
}

* html #wrapper {             /* Angepasste Version fuer IE (andere Hoehendef.) */
	position: relative;
/*	margin:0px 1.36em;   */       /* Linker apricot-farbener Streifen 1.36em */
  margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 74.96em;
	text-align:left;
	height:100%;
	background-color: White;
}

/* ------------------------------------------------------------*/
/* Farben und Gr��en im Headerbereich                          */
/* ------------------------------------------------------------*/

.header a.metanavi {
	margin-top: 0.4em;
	margin-left: 0.2em;
	color: Black;
	text-decoration: none;
	font-size: 0.88em;
}

.header a.metanavi:hover {
	text-decoration: underline;
}

.header .metaspacer {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.header .flags {
	float: right
}

.header img.flag {
	margin-left: 0.4em;
	width: 1.6em;
	border:1px solid #777777;
}

.header .logodiv {
	position:absolute;
	top: 2.96em;
	left: 0px;
	width: 16.96em;
	height: 1.6em;
}

.header .logoimg {
	width: 16.96em;
}

/* Headernavigation */
.header .navi1div {
	position:absolute;
	top: 2.96em;
	right: 0px;
	width: 56.08em;
	height: 2em;
	background-color:#F08A00;
}

.header .navi2div {
	position:absolute;
	top: 4.96em;
	right: 0px;
	width: 56.08em;
	height: 1.52em;
	background-color:#F8A93F;
}

.nav1 {
	display: block;
	float: left;
	height: 2em;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 0.4em;
	padding-right: 0.88em;
	padding-left: 0.88em;
	border-right: 1px solid white;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
}

.nav1:hover {
	background: #C77200;
}

.nav1on {
	display: block;
	float: left;
	height: 2em;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 0.4em;
	padding-right: 0.88em;
	padding-left: 0.88em;
	border-right: 1px solid white;
	background: #C77200;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
}

.nav2 {
	float: left;
	color: black;
	padding-top: 0.24em;
	padding-right: 0.88em;
	padding-left: 0.88em;
	text-decoration: none;
	font-size: 0.88em;
}

.nav2:hover {
	float: left;
	color: white;
	padding-top: 0.16em;
	padding-right: 0.88em;
	padding-left: 0.88em;
}

.nav2on {
	float: left;
	color: white;
	padding-top: 0.24em;
	padding-right: 0.88em;
	padding-left: 0.88em;
	text-decoration: none;
	font-size: 0.88em;
}

/* ------------------------------------------------------------*/
/* Spezielle Inhaltselemente                                   */
/* ------------------------------------------------------------*/

/* Beratersuche */
fieldset.find_address {
	margin : 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid white;
}

fieldset.find_address label {
	margin-right: 0.5em;
	padding-right: 0.5em;
	width:100%;
	text-align:right;
	margin-bottom: 0.5em;
}

fieldset.find_address input,fieldset.find_address select {
	width: 12em;
	margin-bottom: 0.5em;
}

.tx_abzvladdresses_pi1_submit_button {
	padding:0em;
	width:10em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}

.tx-abzvladdresses-pi1-browsebox {
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

.tx-abzvladdresses-pi1-browsebox p {
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

.tx-abzvladdresses-pi1-browsebox table {
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

.tx-abzvladdresses-pi1-browsebox td {
	margin:0em 0em 0em 0em;
	padding:0em 0.6em 0em 0em;
}

fieldset.find_address table {
	border: none;
	width: 100%;
}

td.fa_label {
	text-align: right;
	padding: 0.2em;
}

td.fa_message {
	padding: 0.2em;
	color: Red;
}

td.fa_input {
	padding: 0.2em;
	width: 13em;
	text-align: right;
}

td.fa_submit {
	padding: 0.2em;
}

table.fa_result {
	width: 100%;
	border: 1px solid #F08A00;
	border-bottom: 1em solid #F08A00;
}

table.fa_result tr.orange {
	background-color: #FDE4C2;
}

th.fa_result_header {
	background-color: #F08A00;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-right:1px solid White;
}

th.fa_result_header_nb {
	background-color: #F08A00;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

th.fa_result_header a,th.fa_result_header_nb a {
	color: White;
}

td.fa_result_td {
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-right:1px solid #F08A00;
}

td.fa_result_td_nb {
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-bottom: 0.5em;
}

/* Shop Formular */
fieldset.shop_items {
	margin : 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid White;
}

fieldset.shop_items table {
	border: none;
	width: 100%;
}

td.shopitem_check {
	width: 5%;
	padding: 0.2em;
}

td.shopitem_text {
	width: 45%;
	padding: 0.2em;
}

input.shopitem_check {
	width: 1.4em;
	height: inherit;
	border-style: none;
}

fieldset.shop_address {
	margin : 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid White;
}

fieldset.shop_address table {
	border: none;
	width: 100%;
	table-layout: auto;
}

fieldset.shop_address td {
	padding: 0px;
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

fieldset.shop_address label {
	margin-right: 1em;
}

td.shopaddress_label {
	width:20%;
	text-align: right
}

td.shopaddress_text {
	width:30%;
}

td.shopaddress_maxitext {
	width: auto;
}

fieldset.shop_address input {
	width: 100%;
}

fieldset.shop_address .shop_submit{
	padding:0em;
	width:8em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}

/* News Listenansicht */
div.news-list-item {
	width: 40em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #F08A00;
}

div.news-list-date,div.news-list-morelink {
	font-size: 0.8em;
}

div.news-list-headline {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight:bold;
}

div.news-list-container p {
	line-height: 150%;
	margin-bottom: 0.5em;
}

div.news-list-morelink {
	margin-bottom: 1.5em;
}

/* News Einzelansicht */
div.news-single-img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.news-single-timedata {
	margin-bottom: 2em;
}

/* Newsboxen */
div.contentboxleft {
	width: 19.2em;
	border: 1px solid #F08A00;
	margin-bottom: 0.8em;
	float: left;
	clear:both;
}

div.contentboxright {
	width: 19.2em;
	border: 1px solid #F08A00;
	margin-bottom: 0.8em;
	float: right;
}

div.newsimage {
	float: left;
	width: 7.2em;
	height:9.6em;
}

.newsimage img {
	width: 6.4em;
	height: 9.6em;
	border-right: 1px solid #F08A00;
}

.newsdate {
	font-weight: bold;
	font-size: 0.96em;
	margin-top: 0.08em;
	margin-bottom: 0.08em;
	padding-right: 0.8em;
}

.newsmore {
	text-align: right;
	padding-right: 0.8em;
}
.contentboxleft p {
	margin-bottom:0px;
	}
.contentboxright p {
	margin-bottom:0px;
	}

.boxtext .bodytext {
	margin-right: 0.8em;
	margin-left: 0.8em;
	text-align: left;
	line-height: 120%;
}

.boxfooter {
	background-color: #F08A00;
	clear: both;
	font-size: 0.96em;
	padding: 0.16em;
	margin: 0px;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	line-height: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
}

div.halfimageright {
	width: 19.2em;
	float:right;
	text-align: right;
 }

img.halfimageright {
	width: 18.4em;
 }

.boxfooter a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.boxfooter a:hover {
	text-decoration: underline;
	background-color: transparent; /* offensichtlich mach IE sonst aerger... */
}

/* Glossar */
.tx_sgglossary_pi1_listdetail {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
}

p.glossary_abc {
	background-color: #F08A00;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

p.glossary_abc a {
	color: white;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

ul.glossary_item {
	margin-left:17px;
}

li.glossary_item {
	list-style-image: url(../../template_vl_all/media/li_bullet_2.jpg);
	padding-bottom: 0.1em;
	padding-top: 0.2em;
	font-weight: bold;
}

ul.glossary_descr {
	margin-left: 0px;
	padding-left: 0px;
}

li.glossary_descr {
	list-style-type: none;
	list-style-image: none;
	line-height: 170%;
	padding-bottom: 1.5em;
	padding-top: 0px;
	font-weight: normal;
}

/* Forum */
div.tx-wecdiscussion-form {
	border: none;
	border-top: 1px solid #F08A00;
	border-bottom: 1px solid #F08A00;
}


.textacross input {
	padding:0em;
	width:12em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}

div.tx-wecdiscussion-forumMessageReplyInfo, div.tx-wecdiscussion-forumMessageInfo {
	border-top: 1px solid #F08A00;
}

div.tx-wecdiscussion-mainContent {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.wecdiscussion-forumMessageHeader {
	width: 100%;
	border-bottom: 1px solid #F08A00;
	font-size: 0.9em;
	margin-top: 3em;
}

div.wecdiscussion-forumMessageHeaderReply {
	width: 100%;
	border-bottom: 1px solid #F08A00;
	font-size: 0.9em;
	margin-top: 1em;
}

.wecdiscussion-forumMessageHeader-Answer {
	display: block;
	float: right;
}

.wecdiscussion-forumMessageSubject {
	color: #F08A00;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.wecdiscussion-forumMessageText {
	line-height: 150%;
	margin-bottom: 0px;
	/*visibility:hidden;height:0px;*/
}

fieldset.wecdiscussion-form {
	margin: 0px;
	padding: 0px;
	padding-top: 0.4em;
	width:100%;
	border: 1px solid white;
}
.tx-wecdiscussion-form-requiredMarker {
  color: Black;
}

fieldset.wecdiscussion-form label {
	margin-right: 0.5em;
	padding-right: 0.5em;
	width:10em;
	float: left;
	text-align:right;
}

fieldset.wecdiscussion-form input, fieldset.wecdiscussion-form textarea {
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	width:27em;
	margin-bottom: 0.5em;
	font-size: 1em;
}

fieldset.wecdiscussion-form input.wecdiscussion-form-submit {
	margin-top: 1em;
	padding:0em;
	width:15em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}

.tx-wecdiscussion-button {
  clear: both;
	background-color: #F08A00;
	border: 1px solid #F08A00;
	width: 15em;
	text-align: center;
	margin-left: 11em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
	
.tx-wecdiscussion-button a,
.tx-wecdiscussion-button a:active,
.tx-wecdiscussion-button a:link,
.tx-wecdiscussion-button a:hover,
.tx-wecdiscussion-button a:visited {
  display: inline;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: White;
}

a.wecdiscussion-form-clearSubjet {
  display: block;
	margin-left: 11em;
	margin-bottom: 0.5em;
	width: auto;
}
  
.tx-wecdiscussion-title {
	text-align:left;
}

.tx-wecdiscussion-sidebar {
	margin-top: 1em;
  	margin-bottom: 1em;
	padding:1em 2em 1em 1em;
	background-color:#FFFAF4;
	color:#000000;
	border-top:1px solid #F08A01;
	border-bottom:1px solid #F08A01;
	font-size:1em;
	width: 35em;
}
.tx-wecdiscussion-navbar {
	text-align: left;
}
.tx-wecdiscussion-navbar .tx-wecdiscussion-button {
	margin-left: 9.7em;
}	
.tx-wecdiscussion-list {
  margin: 0px;
  padding: 0px;
	width: 100%;
	border: none;
	background-color:#FFFAF4;
}

.tx-wecdiscussion-listHeader {
	margin:0px 0px 0.5em 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.05em;
	background-image: none;
}

.tx-wecdiscussion-listElement,
.tx-wecdiscussion-listElement a, 
.tx-wecdiscussion-listElement a:visited, 
.tx-wecdiscussion-listElement a:link, 
.tx-wecdiscussion-listElement a:hover, 
.tx-wecdiscussion-listElementSelected, 
.tx-wecdiscussion-listElementSelected a,
.tx-wecdiscussion-listElementSelected a:link {
	float:left;
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	white-space:	nowrap;
	text-decoration: none;
	color: #F08A00;
}
 
.tx-wecdiscussion-page a {
	text-decoration: none;
} 

.tx-wecdiscussion-listElement a:hover {
	text-decoration: underline;
} 
.tx-wecdiscussion-searchbox {
	float:left;
	margin:1em 0em 1em 0em;
	width:40em;
	border: px solid #F08A00;
	text-align:center;
}
.tx-wecdiscussion-searchbox input{
	width:12em;
}
.tx-wecdiscussion-search-button {
	margin-top: 1em;
	padding:0em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}





.tx-srfreecap-pi2-cant-read {
	color: Black;
}
	
div.tx-wecdiscussion-forumMessageReplyInfo, div.tx-wecdiscussion-forumMessageInfo { border-top: 1px solid #F08A00;}  
div.tx-wecdiscussion-mainContent { width: 100%; padding: 0px; margin: 0px;  } 
div.wecdiscussion-forumMessageHeader {  width: 100%;  border-bottom: 1px solid #F08A00; font-size: 0.9em; margin-top: 3em;  }
div.wecdiscussion-forumMessageHeaderReply { width: 100%; border-bottom: 1px solid #F08A00; font-size: 0.9em; margin-top: 1em;  }
.wecdiscussion-forumMessageHeader-Answer { display: block; float: right;  }
.wecdiscussion-forumMessageSubject { color: #F08A00; font-weight: bold; margin-bottom: 0.2em;  }   
/*.wecdiscussion-form-requiredMarker {}
fieldset.wecdiscussion-form { margin: 0px; padding: 0px; padding-top: 3em; width:100%;  border: 1px solid white;}
fieldset.wecdiscussion-form label { margin-right: 0.5em;  padding-right: 0.5em;  width:10em;  float: left; text-align:right;}
fieldset.wecdiscussion-form input, fieldset.wecdiscussion-form textarea {	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;  width:27em;  margin-bottom: 0.5em;  font-size: 1em;}
fieldset.wecdiscussion-form input.wecdiscussion-form-submit {  margin-top: 1em;  padding:0em;  width:15em;	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;	font-weight: bold;	color: White;	background-color: #F08A00;	border: 1px solid #F08A00;  }
*/

#subjTitle {
  display: inline;
	}
.tx-wecdiscussion-form div.inputFormRow span.textacross {
  display:block;
	float: none;
	clear: both;
  width: 100%;
	text-align: center;
}

.tx-wecdiscussion-pi1 {
	font-size: 1em; /* Falls noetig die Voreinstellung ueberschreiben */
}

/* ------------------------------------------------------------*/
/* Inhaltselemente der linken Spalte                           */
/* ------------------------------------------------------------*/

.left a {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	font-size: 0.88em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
}

.left a:hover {
	text-decoration: underline;
	background-color: transparent; /* Offensichtlich mach IE sonst Aerger... */
}

div.leftnaviimage {
	width: 16.96em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
	text-transform:uppercase;
	color:#FFFFFF;
}

img.leftnaviimage {
	width: 16.96em;
	margin: 0px;
	margin-bottom: 0.4em;
	padding: 0px;
}

#leftimg1 {
	background-color: #FFB047;
}

#leftimg2 {
	background-color: #81B6D5;
}
#leftimg3 {
	background-color: #ABCE66;
}

#leftimg4 {
	background-color: #DBBCCE;
}

#leftimg6 {
	background-color: #999999;
}

div.forumlink {
	margin: 0px;
	margin-top: 4em;
	border-bottom: 0.8em solid #F8A93F;
	margin-bottom: 1.6em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	width: 16.96em;
	background-color: #F08A00;
	color:#FFFFFF;
	text-transform:uppercase;
}

div.indented {
	text-indent: -1.1em;
	padding-left: 1.4em;
}

div.indented_newsbox {
	text-indent: -1.2em;
	padding-left: 1.4em;
}

/* ------------------------------------------------------------*/
/* Inhaltselemente der rechten Spalte                           */
/* ------------------------------------------------------------*/

.right h1, .right .csc-menu dt a {
	font-size: 1em;
	color: #F08A00;
	font-weight: bold;
	text-decoration: none;
	margin:0em 0em 0.32em 0em;
	padding:0em;
	text-transform:uppercase;
}

.right .csc-menu dt a:hover {
	text-decoration: underline;
}

.right p, .right .csc-menu dd {
	line-height: 160%;
	font-size: 0.96em;
	color: Black;
	margin-bottom: 1.2em;
}


div.tx-sremailsubscribe-pi1 {}
form.tx-sremailsubscribe-pi1-tt_address_form {}

div.tx-sremailsubscribe-pi1 fieldset {border:0px;}
div.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-submit {  
	padding:0em;
	font-family: Verdana, Tahoma, Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: White;
	background-color: #F08A00;
	border: 1px solid #F08A00;
}

/* this is for scaling the emotion images  for vita-life  */

.csc-textpic-above .csc-textpic-image img {
	width: 40em;
	height: 21.6em;
}
/* edit icon small*/
.csc-textpic-above .csc-textpic-image .frontEndEditIcons {
	width: auto;
	height: auto;
}

.csc-textpic-above {
	clear: both;
}

.csc-textpic-above .csc-textpic-text {
	clear: both;
	display: inline;	
}

.csc-textpic-above .csc-textpic-imagewrap {
  width: 40em;
}

div.tx-contentwrapper_style1 {
	}
	
div.loginbox{margin:0em 0em 1em 0em;padding:0;background-color:#FFB047;/*background-color:#F08A00;*/border:1px solid #FFB047;position: relative;}
.loginbox table {margin:0em 0 0 0;padding:0em;}
.loginbox td {margin:0em 0 0em 0;padding:0.1em 0em 0em 0.3em;vertical-align:top;}
.loginbox input {/*border:1px solid #FFB047;*/}
.loginbox .tx-loginboxmacmade-pi1-labelCell,
.loginbox .tx-loginboxmacmade-pi1-labelCell-loggedin {width:12em;}
.loginbox .tx-loginboxmacmade-pi1-labelCell-loggedin {margin:0;padding:0.3em 0 0 0.1em;color:#FFF;}
.loginbox .tx-loginboxmacmade-pi1-labelCell input {margin:0em 0 0.1em 0;padding:0em;border:1px solid #F08A00;font-size:0.9em;width:11em;}/*background-color:#FDE4C2;*/
/*.loginbox .tx-loginboxmacmade-pi1-fieldCell input {border:0px;width:12px;height:15px;margin-right:0.2em;}*/
.loginbox .tx-loginboxmacmade-pi1-fieldCell img {border:0px;width:12px;height:15px;margin-right:0.2em;margin-top:0.2em;}

.tx-newloginbox-pi1 .loginSubmit {
	background-color:#F08A00;
	border:1px solid #F08A00;
	padding-bottom:0em;
	padding-top:0em;
	text-align:center;
	color:#FFF;
	width:12em;
	font-weight:bold;
}

.news-intern {background-color:#F8A93F;border-bottom:1px solid #FFF;margin:0;padding:0.1em 0.2em 0.1em 0.6em;overflow:hidden;color:#FFF;font-weight:bold;}
.news-intern a:link,
.news-intern a:active,
.news-intern a:hover,
.news-intern a:visited {color:#FFF;}
.news-intern p.bodytext {margin:0;padding:0em;color:#FFF;}


.vcard {
	border:		solid 0px #000000;
	/* padding = space between border and elements within the vcard */
	padding:	15px;
	/* margin = space between one vcard and the surrounding elements (like the next vcard) */
	margin:		10px;
	/* inserted in order to acchieve compatibility with Internet Explorer (20090218 by CU) */
	/*position:	relative;*/
	/*float:		right;*/
}
.vcard p {
	/* clear all margin's and paddings so that the p-tag doesn't have any impact on the layout: */
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}
.ranking_portrait {
	/* border = the frame around the picture */
	/* border:		solid 1px #FCAA00; */
	border:		inset 4px #FCAA00;
	/* padding = distance to the pictures' frame */
	padding:	10px;
	/* margin = space between picture and surrounding elements */
	margin-left:	20px;
	margin-bottom:	20px;
}
.ranking_name {
	text-transform:	uppercase;
	font-weight:	bold;
	/* border:		dashed 1px #000000;
	vertical-align:	middle;
	float:		left;*/
}
.ranking_country {}
.ranking_comments {
	margin-top:	10px;
	font-style:	italic;
}



/* ------------------------------------------------------------*/
/* Modern Downloads Extension                                  */
/* ------------------------------------------------------------*/

/* --------------------  general styles  -------------------- */

.tx_abdownloads_viewDetailsForDownload {
/*	font-size : medium;
	border : solid 1px #C5C5C5;
	background-color : #E5E5E5;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;*/
}

/*
.tx_abdownloads_viewReportBrokenDownload {
	font-size : medium;
	border : solid 1px #C5C5C5;
	background-color : #E5E5E5;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_abdownloads_viewReportBrokenDownloadResult {
	font-size : medium;
	border : solid 1px #C5C5C5;
	background-color : #E5E5E5;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}
*/

.tx_abdownloads_categoryPath {
/*	font-size : small;*/
}


/* --------------------  listView  -------------------- */

.tx_abdownloads_listView_categoryPath {
	font-size : small;
}

.tx_abdownloads_listView_categories {
	margin-top : 10px;
}

.tx_abdownloads_listView_category {
	margin-top : 10px;
}

.tx_abdownloads_listView_categoryLabel { }

.tx_abdownloads_listView_downloads {
	margin-top : 10px;
}

.tx_abdownloads_listView_download_1 {
	margin-top : 3px;
}

.tx_abdownloads_listView_download_2 {
	margin-top : 3px;
}

.tx_abdownloads_listView_downloadAddNew {
	margin-top : 10px;
}

.tx_abdownloads_listView_downloadLabel { }

.tx_abdownloads_listView_downloadDetails { }

.tx_abdownloads_listView_downloadReportBroken { }

.tx_abdownloads_listView_downloadRate { }

.tx_abdownloads_listView_downloadImage { }

/* --------------------  treeView  -------------------- */

.tx_abdownloads_treeView_category {
	margin-top : 10px;
	margin-bottom : 10px;
}

.tx_abdownloads_treeView_category_level_1 { }

.tx_abdownloads_treeView_category_level_2 { }

.tx_abdownloads_treeView_category_level_3 { }

.tx_abdownloads_treeView_category_level_4 { }

.tx_abdownloads_treeView_downloads {
	margin-bottom : 10px;
}

.tx_abdownloads_treeView_downloadAddNew {
	font-size : small;
}

.tx_abdownloads_treeView_downloadLabel { }

.tx_abdownloads_treeView_downloadDetails { }

.tx_abdownloads_treeView_downloadReportBroken { }

.tx_abdownloads_treeView_downloadRate { }

.tx_abdownloads_treeView_downloadImage { }

/* --------------------  searchView  -------------------- */

.tx_abdownloads_searchView_searchBox { }

.tx_abdownloads_searchView_searchBox_searchWord { }

.tx_abdownloads_searchView_searchBox_button { }

.tx_abdownloads_searchView_resultMessage {
	margin-top : 10px;
	margin-bottom : 10px;
}

.tx_abdownloads_searchView_noDownloadsMessage {
	font-size : medium;
	border : solid 1px #C5C5C5;
	background-color : #E5E5E5;
	padding : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	display : block;
	text-align : center;
}

.tx_abdownloads_searchView_categoryPath {
	font-size : small;
}

.tx_abdownloads_searchView_categoryLabel { }

.tx_abdownloads_searchView_downloads {
	margin-top : 10px;
}

.tx_abdownloads_searchView_downloadLabel { }

.tx_abdownloads_searchView_downloadDetails { }

.tx_abdownloads_searchView_downloadReportBroken { }

.tx_abdownloads_searchView_downloadRate { }

.tx_abdownloads_searchView_downloadImage { }

/* --------------------  topView  -------------------- */

.tx_abdownloads_topView_downloads {
/*	font-size : medium;
	border : solid 1px #C5C5C5;
	background-color : #E5E5E5;
	padding : 5px;
	margin-bottom : 10px;
	display : block;
	text-align : left;*/
}

.tx_abdownloads_topView_download {
	margin-top : 5px;
}

.tx_abdownloads_topView_downloadLabel { }

.tx_abdownloads_topView_downloadDetails { }

.tx_abdownloads_topView_downloadImage { }

/* --------------------  catalogView  -------------------- */

.tx_abdownloads_catalogView_categoryPath {
	font-size : small;
}

.tx_abdownloads_catalogView_category {
	float : left;
	width : 300px;
	padding-top : 20px;
}

.tx_abdownloads_catalogView_subcategories {
	font-size : small;
}

.tx_abdownloads_catalogView_categoryLabel { }

.tx_abdownloads_catalogView_downloads {
	clear : both;
	padding-top : 20px;
}

.tx_abdownloads_catalogView_download_1 { }

.tx_abdownloads_catalogView_download_2 { }

.tx_abdownloads_catalogView_downloadAddNew {
	margin-top : 10px;
}

.tx_abdownloads_catalogView_downloadLabel { }

.tx_abdownloads_catalogView_downloadDetails { }

.tx_abdownloads_catalogView_downloadReportBroken { }

.tx_abdownloads_catalogView_downloadRate { }

.tx_abdownloads_catalogView_downloadImage { }
