/******************************************************
/* Font face and size
/*****************************************************/
/**HTML 
{
	font-size: 10px;
}

BODY, TABLE, TD, TH, TextArea, INPUT, SELECT, OPTION, P
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #585858;
}

td
{
	vertical-align:top;
}

body
{
	background-image: url(img/background.gif);
}

body.Popup
{
	background-image: none;
}*/


/******************************************************
/* Reset browser formatting
/*****************************************************/
/**BODY, FORM, H1, H2, H3, H4, H5, H6, P, IMG, UL, OL, NL, DL, LI
{
	margin: 0;
	padding: 0;
}
P
{
	margin-bottom: 1em;
}
IMG
{
	border-width: 0;
	line-height: 0;
}*/

/******************************************************
/* Utility classes
/*****************************************************/
.FloatLeft
{
	display: block;
	float: left;
}
.FloatRight
{
	display: block;
	float: right;
}
.ImageFloatLeft
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ImageFloatRight
{
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.Clear
{
	display: block;
	clear: both;
}

.clear
{
	clear:both;
	line-height:1px;
	height:1px;
}

.Block
{
	display: block;
}
.LinkIcon
{
	margin-left: 5px;
}
.Green
{
	color: #7aa70c;
}
.Bold
{
	font-weight:bold;
}
.Orange
{
	color: #ffa300;
}
.White
{
	color:#FFFFFF;
}
.ErrorMessage
{
	display: block;
	color: Red;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ErrorMessageNoPadding
{
	display: block;
	color: Red;
}

.finger
{
	cursor:pointer;
	cursor:hand;
}

.InputValidationError
{
	color: Red;
}

.Small
{
	font-size:9px;
}

p.intro
{
	font-weight:bold;
}

p.author
{
	font-style:italic;
}

img.left
{
	float:left;
	margin:0 15px 10px 0;
}

img.right
{
	float:right;
	margin:0 0 10px 15px;
}


/******************************************************
/* Link styles
/*****************************************************/
/**A
{
	color: #ffa300;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:hover IMG
{
	text-decoration: none;
}
*/.EmLink
{
	background-image: url(/images/icon_link_marker.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
}/**
A.bold
{
	font-weight:bold;
}
*/
/******************************************************
/* HEADING STYLES
/*****************************************************/
/**H1, H2, H3, H4, H5, H6
{
	color: #7AA70C;
	font-weight:normal;
	font-family: Arial, Sans-Serif;
}

H1
{
	margin-bottom: 0.4em;
	font-size:2.5em;
	width:auto;
}

H2
{
	margin-bottom: 0.4em;
	font-size:2em;
}

H2.background
{
	background-image:url(img/h2.background.png);
	background-repeat:repeat-x;
	line-height:1.5;
	color:#fff;
	padding-left:10px;
}

H3
{
	font-size:1.2em;
}*/

div.section-box
{
	background: transparent url(img/side_bar.gif) repeat-x top left;
	margin-bottom:10px;
}

div.section-box h2
{
	margin: 0 1px 10px 1px;
	font-size:1.0em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#fff;
	height:15px;
	padding: 0.3em 0 0 0.3em;
	background: #fff url(img/middle_bar.gif) repeat-x top left;
}

div.section-box table
{
	width:100%;
}

div.section-box .col1
{
	width:100px;
}

div.section-box div.button-list
{
	margin-top:5px;
}

div#select-payment li
{
	vertical-align:middle;
	margin-top:5px;
}

div#select-payment label
{
	cursor:pointer;
}

div#select-payment img
{
	display:block; 
	margin-left: 25px;
	margin-top:3px;
	cursor:auto;
}

div#payment-types ol
{
	margin-top:5px;
}

ul.instruction li
{
	margin-top:10px;
	list-style: disc url(img/ico_checked.gif) outside;
}

div.notebook
{
	padding:10px;
	margin:10px;
	background: #ccc url(img/rutbox3.jpg) repeat top left;
}

/******************************************************
/* LINE & CLEAR SPACER
/*****************************************************/
/*HR
{						   
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #D8D8D8;
	background-color: #D8D8D8;
	margin: 10px 0;
}*/
HR.Clear
{
	display: block !important;
	display: none;
	visibility: hidden;
	overflow: hidden;
	border-width: 0;
	height: 1px;
	margin: -1px 0 0;
}
DIV.Clear
{
	position: absolute;
	visibility: visible;
	clear: both;
	height: 0px;
}

/******************************************************
/* LISTS
/*****************************************************/
/**
UL
{
	margin: 0 0 5px 17px;
}
UL LI
{
	list-style-image: url(/images/bullet.gif);
}
OL
{
	margin: 0 0 5px 23px;
}
OL LI
{
	padding: 0;
}*/

/******************************************************
/* TABLES
/*****************************************************/
TABLE
{
	border-spacing: 0px;
	empty-cells: show;
}
* HTML TABLE
{
	border-collapse: collapse;
}
TABLE, TR, TD, TH
{

}
TH
{
	text-align: left;
}

/*****************************************************
/* FORMS
/*****************************************************/
label.disabled
{
	color:#999;
}

/******************************************************
/* LISTS
/*****************************************************/
.ListItem td
{
	padding:2px;
	background-color:#ebf2f8;

}
.AltListItem td
{
	padding:2px;
	background-color:#FFFFFF;
}
.ListHeader
{
	/* height: 31px; */
	padding-top: 10px;
	padding-bottom:0px;
	white-space: normal;
}
.ListItem
{
	padding: 4px;
	background-color:#ebf2f8;
	/* height: 68px; */
}
.AltListItem
{
	padding:4px;
	background-color:#FFFFFF;
	/* height: 68px; */
}


/******************************************************
/* PageList specific
/*****************************************************/
/**div.page-list
{
	padding:0;
	font-size:1em;
}

div.page-list h2
{
	color:#7aa70c;
	padding:0;
}

div.page-list a
{
	font-weight:bold;
}*/

div.page-list ul
{
	margin:0;
	padding:0;
}

div.page-list div.list-item
{
	margin:0;
	padding:10px;
	clear:both;
	background-color:#FFF;
}

div.page-list div.alt
{
	background-color:#ebf2f8;
}

div.page-list div.list-item h3
{
	float:left;
}

div.page-list div.list-item span
{
	clear:both;
	display:block;
}

div.page-list div.list-item span.date
{
	font-weight:bold;
}

div.page-list div.list-item span.intro
{
	color:#585858;
	display:block;
}

div.page-list div.list-item span.rating
{
	float:right;
	width:75px;
	height:15px;
	text-indent:-1000px;
	background-position:left middle;
	background-repeat:no-repeat;
}

div.page-list div.list-item span.rate0
{
	background-image:url(img/rate0.gif);
}

div.page-list div.alt span.rate0
{
	background-image:url(img/rate0_alt.gif);
}

div.page-list div.list-item span.rate1
{
	background-image:url(img/rate1.gif);
}

div.page-list div.alt span.rate1
{
	background-image:url(img/rate1_alt.gif);
}

/******************************************************
/* Cmty
/*****************************************************/
.CmtyPopup
{
	padding:20px;
	background-color:#FFFFFF;
}

.CmtyPopupGradient
{
	margin:0px;
	padding:5px;
	background-color:#FFFFFF;
	background-image: url(/images/submenu/background.gif);
	background-repeat: no-repeat;
}

.CmtyPopupNoMargin
{
	margin:0px;
	padding:0px;
}

/******************************************************
/* FloatContainer
/*****************************************************/
.FloatContainer:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}




















/** REDESIGN */


/** FRAMEWORK PART 2 - FONTS*/



a{
	color:			#f39700;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:			#f39700;
	text-decoration:underline;
	font-weight: bold;
}

h1,h2,h3,h4{
	font-weight: normal;
	padding-bottom: 4px;
}

p{
	/*line-height: 15px;*/
	font-weight: normal;
}


/******************************************************
/* Base Page text layout
/******************************************************/

body{
	font-family: 	"Trebuchet MS", arial, verdana;
	color: 			#444444;
	overflow-x: hidden;
}

/******************************************************
/* page header text layout
/******************************************************/

ul.page-header-menu li a{
	font-size: 		10pt;
	font-weight: 	bold;
	color:			#f38400;
	text-decoration:none;
}

ul.page-header-menu li a:hover{
	font-size: 		10pt;
	font-weight: 	bold;
	color:			#f38400;
	text-decoration:underline;
}


/******************************************************
/* page bottom
/******************************************************/


div#page-bottom p{
	font-size:		9pt;
	padding-top: 	6px;
	padding-left: 20px;

}

div#page-bottom p a{
	font-size:		9pt;
	padding-top: 	4px;
	color: 			#f38400;
	text-decoration:none;
}

div#page-bottom p a:hover{
	font-size:		9pt;
	padding-top: 	4px;
	color: 			#f38400;
	text-decoration:underline;
}









h1{
	color: #369800;
	padding-top: 5px;
}


.column-wide p{
	font-size: 9pt;
}

/**
.onecolumn-header h1{
	color: #369800;
}


.onecolumn-header p{
	font-size: 9pt;
}
*/









.column-thin h3{
	color: #369800;
	font-size: 18px;
}


.column-thin p{
	font-size: 9pt;
}

.column-thin p a{
	color: #f38400;
	text-decoration: none;
}

.column-thin p a:hover{
	color: #f38400;
	text-decoration: underline;
}








#article-list h3{
	color: #369800;
	font-size: 22px;
}

#article-list p{
	font-size: 9pt;
}

#article-list p a{
	color: #f38400;
	text-decoration: none;
}

#article-list p a:hover{
	color: #f38400;
	text-decoration: underline;
}



.healthbox .healthbox-top h4{
	color: #fff;
	padding: 5px 5px 0 10px;
	font-size: 16px;
}

.friendsbox .friendsbox-top h4{
	color: #fff;
	padding: 5px 5px 5px 10px
}

.profil-mal p a{
	color: #f38400;
	font-size: 9pt;
	text-decoration: none;
}

.profil-mal p a:hover{
	color: #f38400;
	font-size: 9pt;
	text-decoration: underline;
}

.profil-mal .mal td.header
{
	padding-right: 4px;
}

.normal{
	font-weight: normal;
}	


.right-area .text h3
{
	padding-top: 12px;
	color: #369800;
	font-size: 22px;
}

.right-area .text p{
	font-size: 9pt;
	padding-bottom: 4px;
}



.box-content table tr td a{
	color: #f38400;
	font-size: 9pt;
	text-decoration: none;
}

.box-content table tr td a:hover{
	color: #f38400;
	font-size: 9pt;
	text-decoration: underline;
}










div#latest-forum h3{
	color: #369800;
	font-size: 22px;
}



div#latest-forum ul li a{
	color: #f38400;
	font-size: 9pt;
	text-decoration: none;
}
div#latest-forum ul li a:hover{
	color: #f38400;
	font-size: 9pt;
	text-decoration: underline;
}





 div#page-menu.guest div.MainMenu div#reginfo a
{
	font-size: 9px;
	color: #fff;
	padding: 0px;
	line-height: 12px;
	
}

 div#page-menu.guest div.MainMenu div#reginfo a:hover
{
	font-size: 9px;
	color: #fff;
	padding: 0px;
	text-decoration: underline;
	line-height: 12px;
	
}

div#search-box p{
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
}


.splitter{
	color: #b2b2b2;
	font-size: 20px;
	font-weight: normal;
}

div#hk-popup li
{
	list-style-type: none;
	float: left;
	padding: 12px;
	background-color: #F5F5F5;
}

div#hk-popup li .current
{
	color: Gray;
	padding: 12px;
	background-color: #dadada;
	cursor: default;
	text-decoration: none;
}