/*****************************************
/* This file should contain the paths 
/* to all function stylesheets that should
/* be included on all pages
/*****************************************/
 /* @include url(/Functions/Basic/Styles/Article.css); */
.Article
{
	margin-bottom: 2em;
	width: 440px;
}
.Article .Image
{
	display: block;
}

.ArticleImageLeft .Image
{
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
}

.ArticleImageRight .Image
{
	float: right;
	margin-left: 20px;
	margin-bottom: 16px;
}
.Article .ingress
{
	display:block;
}

.Article .date
{
	margin: 1em 0 0 0;
} /* @include url(/Functions/Basic/Styles/ArticleInfo.css); */
.ArticleInfo
{
	background-color: #f4f4f4;
	position: relative;
	padding-left: 10px;
	padding-bottom:20px;
}
.ArticleInfo p
{
	display: block;
	margin: 0px;	
	padding-top:20px;
} /* @include url(/Functions/Basic/Styles/ArticleList.css); */
.ArticleListItem
{
	Margin-Bottom: 10px;
}

.ArticleListItem .Image
{
	padding-right: 10px;
	float: left;
}

.List img.icon
{
	margin-right: 5px;
} /* @include url(/Functions/Basic/Styles/ArticleListWithFilter.css); */
div.ArticleListWithFilter
{
	margin-top: 2em;
}

.ArticleListWithFilter .ArticleListItem div
{
	clear: both;
}



 /* @include url(/Functions/Basic/Styles/ArticleTeaserItem 2008-01-07.css); */
.ArticleTeaserItem  a, .ArticleTeaserItem  a:visited
{
	color: #676767;
	text-decoration: none;
}

.ArticleTeaserItem  a
{
	display: block;
}

.ArticleTeaserItem  a:hover
{
	color: #FE6F10;
}

.ArticleTeaserItem  a img
{
	margin-left: 3px;
}

#TeaserItemLockContainer a.Link
{
	padding-top: 5px;
	float: left;
}

#TeaserItemLockContainer img.LockImg
{
	float: right;
}
 /* @include url(/Functions/Basic/Styles/ArticleTeaserItem.css); */
.ArticleTeaserItem  a, .ArticleTeaserItem  a:visited
{
	color: #3b3b3b;
	text-decoration: none;
	
}

.ArticleTeaserItem  a
{
	display: block;
}

.ArticleTeaserItem  a:hover
{
	color: #FE6F10;
}

.ArticleTeaserItem  a img
{
	margin-left: 3px;
}

#TeaserItemLockContainer a.Link
{
	float: left;
	/*margin: 0 3px 0 0;*/
}

#TeaserItemLockContainer img.LockImg
{
	float: right;
	/*margin: 0 3px 0 0;*/
}

.LockImg
{
	float: right;
}
 /* @include url(/Functions/Basic/Styles/Blacklist.css); */
div.Blacklist
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.Blacklist select
{
	width: 150px;
	float: left;
	margin-right: 1em;
}
.Blacklist input
{
	float: right;
}
div.form
{
	padding: 5px;
	margin-bottom: 1em;
}

.Blacklist table
{
	width: 100%;
}
.Blacklist .head th
{
	height: 2em;
	vertical-align: text-top;
}
.Blacklist td, .Blacklist th
{
	text-align: left;
	padding: 5px;
	margin: 0;
	border: none;
}
.Blacklist tr.alt
{
	background: #f4f4f4;
}
.Blacklist td.col1, th.col1
{
	width: 10%;
	vertical-align: top;
}
.Blacklist td.col2, th.col2
{
	width: 50%;
	vertical-align: top;
}
.Blacklist td.col3, th.col3
{
	width: 20%;
	vertical-align: top;
}
.Blacklist td.col4, th.col4
{
	width: 20%;
	vertical-align: top;
}

.Toggle
{
	padding: 9px 18px 9px 9px;
    background:transparent url(/Elements/ExpandablePanel/Collapsed.gif) no-repeat scroll 5px 7px;	
}
.selected
{
    background:transparent url(/Elements/ExpandablePanel/Expanded.gif) no-repeat scroll 5px 7px;	
}
.Blacklist p
{
	display: none;
	margin: 0;
} /* @include url(/Functions/Basic/Styles/Comment.css); */
.Comment fieldset
{
	border: none;
	padding: 0;
	margin-bottom:0;
}
.Comment legend
{
	padding: 2em;
}
.Comment .blockLabel
{
	width: 70px;
	float: left;
}

.Comment .blockLabel, .Comment .input
{
	display: inline;
}
.Comment .textBox
{
	width: 370px;

}
.Comment .MultiLine
{
	
}
.Comment .button
{
	float: right;
	clear: both;
}
.Comment .TwoColumn
{
	width: 220px;
	clear: none;
}
.Comment .TwoColumn .textBox
{
	width: 145px;
}

.Comment .Right
{
	float: right;
}
.Comment .Left 
{
	float: left;
}
.Comment span
{
	font-size: 2em;
}
.Comment legend
{
	margin-left:0;
	padding-left:0px;
	padding-bottom:0px;
} /* @include url(/Functions/Basic/Styles/DateFilter.css); */
.DateFilter
{
	margin-bottom: 2em;
	background: #fff;
	padding: 2em;
}
.DateFilter input
{
	float: right;
}
.DateFilter select
{
	float: left;
}
.DateFilter select
{
	width: 105px;
	margin-right: 2em;
}
 /* @include url(/Functions/Basic/Styles/Divider.css); */
.Divider
{
	clear: both;
	height: 1px;
	margin-bottom: 2em;
	border-bottom: solid 1px #ccc;
}

.Divider hr
{
	display: none;
} /* @include url(/Functions/Basic/Styles/FAQList.css); */
div.FAQList
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.FAQList select
{
	width: 150px;
	float: left;
	margin-right: 1em;
}
.FAQList input
{
	float: right;
}
div.form
{
	padding: 5px;
	margin-bottom: 1em;
}

.FAQList table
{
	width: 100%;
}
.FAQList .head th
{
	height: 2em;
	vertical-align: text-top;
}
.FAQList td, .Blacklist th
{
	text-align: left;
	padding: 5px;
	margin: 0;
	border: none;
}
.FAQList tr.alt
{
	background: #f4f4f4;
}
.FAQList td.col1, th.col1
{
	width: 10%;
	vertical-align: top;
}
.FAQList td.col2, th.col2
{
	width: 90%;
	vertical-align: top;
}

.Toggle
{
	padding: 9px 18px 9px 9px;
    background:transparent url(/Elements/ExpandablePanel/Collapsed.gif) no-repeat scroll 5px 7px;	
}
.selected
{
    background:transparent url(/Elements/ExpandablePanel/Expanded.gif) no-repeat scroll 5px 7px;	
}
.FAQList p
{
	display: none;
	margin: 0;
} /* @include url(/Functions/Basic/Styles/GenericLinkList.css); */
div.GenericPageList, div.RelatedProductTestPageList
{
	margin-bottom: 0;
	background: #fcfcfc;
}

.GenericPageList h2, .RelatedProductTestPageList h2
{
	
	border: solid 1px #f4f4f4;
	margin: 0;
	padding: 10px;
}
.GenericPageList div, .RelatedProductTestPageList div
{
	/*background: #cccccc;*/
	padding: 10px;
	
}
.OneColumn .blockArea .RssFooter
{
	/*background: #cccccc;*/
	border-top: 1px solid #cccccc ;
	padding: 10px;
}

.GenericPageList a, .NotesList a:visited, .RelatedProductTestPageList a
{
	color: #3b3b3b;
	text-decoration: none;
}

.GenericPageList a, .RelatedProductTestPageList a
{
	display: block;
}

.GenericPageList a:hover, .RelatedProductTestPageList a:hover
{
	color: #FE6F10;
} /* @include url(/Functions/Basic/Styles/Header.css); */
#RegionContent .CustomHeader
{
	background-image:url(/elements/Header/HeaderBg.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:27px;
	padding-bottom:5px;
}
.CustomHeader h3
{
	padding-top:5px;
	color:#333333;
	/*font-weight:normal;*/
}
div.Header
{
	margin-bottom:0pt;
}
#RegionSecondaryContent .CustomHeader
{
	background-image:url(/elements/Header/HeaderBg.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:27px;
}
#RegionSecondaryContent .HeaderPart .CustomHeader
{
	background-image:url(/elements/Header/LoginHeaderBg.gif);
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
	height:27px;
} /* @include url(/Functions/Basic/Styles/ImageBlock.css); */

.ImageBlock
{
	display: block;
	line-height: 0;
	text-decoration: none;
}

.ImageBlock img
{
	display: block;
} /* @include url(/Functions/Basic/Styles/List.css); */
.List
{
	
}
.PagingContainer
{
	text-align: center;
}

.PagingContainer .SelectedPagingItem
{
	text-decoration: none;
} /* @include url(/Functions/Basic/Styles/NotesList.css); */
.NotesListItem
{
	margin-bottom: 10px;
}

.NotesList a, .NotesList a:visited
{
	color: #3b3b3b;
	text-decoration: none;
}

.NotesList a
{
	display: block;
}

.NotesList a:hover
{
	color: #FE6F10;
}

.NotesList a img
{
	margin-left: 3px;
} /* @include url(/Functions/Basic/Styles/RssFooter.css); */
.RssFooter
{
	padding-top: 10px;
	margin-top: 10px;
}

.OneColumnWithBackground .RssFooter, 
.TwoColumnWithBackground .RssFooter
{
	border-top: solid 1px #cccccc;
	
}
.OneColumn .RssFooter, 
.TwoColumn .RssFooter
{
	border-top: solid 1px #cccccc;
}

.TwoColumn .RightColumn .RssFooter
{
	border-top: solid 1px #cccccc;
}

.RssFooter .RssLinkIcon
{
	float: left;
}

.RssFooter .RssLinkText .icon
{
	vertical-align: bottom;
	margin-left: 5px;
}

.RssFooter .RssLinkText .text
{
	line-height: 15px;
}

.RssFooter .RssLinkText
{
	height: 15px;
	float: right;
} /* @include url(/Functions/Basic/Styles/SimpleNoteTeaserItem.css); */
.dateTime
{
	float: left;
}
.pageType
{
	float: right;
}
.SimpleNoteTeaserItem a 
{
	display:block;
	clear: both;
} /* @include url(/Functions/Basic/Styles/Teaser.css); */
.Teaser .Image img, TeaserWithIconLink .Image img
{
	margin-bottom: 2em;
	padding: 0 10px 0 0;
}

.TeaserWithIconLink p
{
	margin-bottom: .5em;
}

.OrangeStart
{
	background-image:url(/elements/Teaser/OrangeStart.gif);
	height:18px;
	width:6px;
	float:left;
}
.OrangeText
{
	background-image:url(/elements/Teaser/OrangeMiddle.gif);
	background-repeat:repeat-x;
	height:18px;
	float:left;
	color:#fff;
	margin:0px;
}
.OrangeEnd
{
	background-image:url(/elements/Teaser/OrangeEnd.gif);
	height:18px;
	width:6px;
	float:left;
}
.OrangeContainer
{
	float:left;
	/*display:inline-block;*/
	/*clear:right;*/
}
.bajs
{
	/*float:left;*/
	clear:both;
}
.viktor
{
	float:left;
	display:block;
}



.TeaserImageLeft .Image
{
	float: left;
	margin-right: 17px;
}

.TeaserImageRight .Text
{
	text-align: left;
	color: #000 !important;
}

.TeaserImageRight .Image
{
	float: right;
	margin-left: 17px;
}

.TeaserImageLeft .Text
{
	text-align: left;
}

.TeaserImageLeft .Image img,
.TeaserImageRight .Image img
{
	
	margin-bottom: 0;
}

.Teaser .iconLink, .TeaserWithIconLink .iconLink
{
	margin-left: 10px;
	text-decoration: none;
	color: #3b3b3b;
	/*float: right;*/
	/*padding: 10px 0 0 0;*/
}

.Teaser a, .Teaser a:visited, TeaserWithIconLink a, .TeaserWithIconLink a:visited, .TTTTTT a
{
	display: block;
	color: #3b3b3b !important;
	text-decoration: none !important;
}

.Teaser a:hover, .TeaserWithIconLink a:hover
{
	color: #FE6F10 !important;
	text-decoration: none !important;
}
.TeaseTextFix
{
	color: #3b3b3b;
	text-decoration:none;
}

.Teaser a .icon, .TeaserWithIconLink a .icon
{
	margin-left: 3px;
	text-align: right;
}

.ArrowHeight
{
	height: 17px;
}
 /* @include url(/Functions/Basic/Styles/TeaserBox.css); */
.TeaserBox .boxBody
{
	padding-top: 0;
} /* @include url(/Functions/Basic/Styles/TeaserItem.css); */
.TeaserItem .Image img
{
	display: block;
	margin-bottom: 5px;
} /* @include url(/Functions/Basic/Styles/TeaserItemBase.css); */
.TeaserItem
{
	margin-bottom: 5px;
	clear: both;
	padding: 5px;
	background: #fff;
}

/*
Hack...
*/
.AlternateItem
{
	background: #fff;
}

.TeaserItem .Image
{
	padding-right: 10px;
	float: left;
}
.TeaserItem span
{
	display:block;
} /* @include url(/Functions/Payer/SmsTransaction.css); */
.SmsTransaction
{
	text-align: center;
	width: 500px;
}

.SmsTransaction img 
{
	 margin: 10px;
}

.SmsTransaction .instructions
{
	background: #E0D4C4;
	border: solid 1px #000000;
	width: 250px;
	padding: 10px 0;
	margin: 30px auto 0;
	font-size: 14px;
}

.SmsTransaction .code
{
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.SmsTransaction .hidden
{
	display: none;
} /* @include url(/Functions/Payer/Styles/Common.css); */
.Transaction
{
	text-align: center;
	width: 500px;
}

.Transaction p
{
	margin-bottom: 10px;
}

.Transaction .cost
{
	font-weight: bold;
	font-size: 16px;
}

.Transaction img 
{
	 margin: 10px;
}

.Transaction .instructions
{
	background: #E0D4C4;
	border: solid 1px #000000;
	width: 250px;
	padding: 10px 0;
	margin: 10px auto 0;
	font-size: 14px;
}

.Transaction .code
{
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.Transaction .hidden
{
	display: none;
} /* @include url(/Functions/Payer/Styles/PhoneTransaction.css); */
.PhoneTransaction .inputBlock
{
	width: 375px;
	float: left;
}

.PhoneTransaction .input-area
{
	margin-top: 10px;
}  /* @include url(/Functions/Poll/QuickPoll.css); */
.QuickPoll .button
{
	margin: 5px 0;
}

.QuickPoll .Stats dl
{
}

.QuickPoll .Stats dt
{
	float: left;
	width: 100%;
}

* html .QuickPoll .Stats dt
{
	clear: none;
}

.QuickPoll .Stats dt span
{
	display: block;
	margin-right: 2.5em;
}

.QuickPoll .Stats .Percent
{
	float: left;
	width: 2.2em;
	margin-left: -2.2em;
	margin-bottom: 0;
	text-align: right;
}

.QuickPoll .Stats .Bar
{
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
	background-image: url(/Functions/Poll/BarBg.gif);
	margin-bottom: 2px;
}

.QuickPoll .Stats .Bar span 
{
	display: block;
	background: transparent url(/Functions/Poll/Bar.gif) 100% 0% no-repeat;
}

.QuickPoll .Stats .Bar span span
{
	background: transparent url(/Functions/Poll/BarStart.gif) 0% 0% no-repeat;
	height: 10px;
	width: 2px;
}

.QuickPoll .TotalVotes
{
	display: block;
} /* @include url(/Functions/ProductTest/styles/ArticleUnitBase.css); */
ul#Anchors
{
	float: right;
	background:  #fff;
	padding: 10px;
}

 div.Filter
{
	background:  #e0d4c4;
	padding: 10px;
}
.Filter strong
{
	display: block;
	clear: both;
	float:none;
}

#ProductFilter .col
{
	width: 33%;
}
#ProductFilter td
{
	vertical-align: bottom;
}
#FilterContainer input
{
	margin-top: 10px;
	float: right;
	clear: both;
	display: block;
}
#ProductFilter select
{
	width: 140px;
} /* @include url(/Functions/ProductTest/styles/ProductCompare.css); */
#ProductCompareTable 
{
	background: #ffffff;
	color: #000000;
	font-weight: bolder;
}
#ProductCompareTable td.ColumnName
{
	width: 150px;
}
#ProductCompareTable td.col
{
	vertical-align: middle;
	height: 17px;
	text-align: left;
	padding: 0 0 0 10px;
	color: #000000;
	width: 150px;
}

#ProductCompareTable td.col img
{
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

#ProductCompareTable .ImageHeader td.col
{
	height: 100px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	padding: 0;
}

#ProductCompareTable tr
{
	background: #d9d9d9 url(/functions/producttest/images/AltBackgroundItemLists.gif) repeat-x top left;
}
#ProductCompareTable tr.alt
{
	background: #f2f2f2;
}
#ProductCompareTable tr.TopRow td
{
	background: #af926d;
	color: #fff;
	font-weight: normal;
} /* @include url(/Functions/ProductTest/styles/ProductList.css); */
.ProductDataList
{
	width: 100%;
	background: #ffffff;
	color: #000000;
	font-weight: bolder;
	overflow: hidden;
}
table.ProductDataList
{
	margin-bottom: 10px;
}
.ProductDataList tr.Alt 
{
	background: #d9d9d9 url(/functions/producttest/images/AltBackgroundItemLists.gif) repeat-x top left;
}

.ProductDataList tr.Header, tr.Header th
{
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding: 5px;
	background-color: #af926d;
	border-bottom: solid 1px #fff;
	white-space:nowrap;
}

.ProductDataList th.col a
{
	color: #ffffff;
	text-decoration: none;
}
.ProductDataList th.col a.sel
{
	text-decoration: underline;
}

.ProductDataList .col img
{
	vertical-align: middle;
	text-align: center;
	margin-left: 5px;
}

.ProductDataList td.col
{
	text-align: left;
	vertical-align: middle;
	height: 17px;
	text-align: left;
	padding: 0 0 0 10px;
	color: #000000;
	border-bottom: solid 1px #ffffff;
}
.ProductDataList tr.Header td
{
	background: #af926d;
	color: #fff;
	font-weight: normal;
}

.ProductDataList tr.Footer, tr.Footer td
{
	background:  #e0d4c4;
	text-align: right;
	padding: 10px;
}

.ProductDataList td.chkcol, tr.Header th.chkcol
{
	width: 60px;
	text-align: center;
	border-left: solid 1px #ffffff;
	padding: 0;
}

.pdfButton
{
	float:none; 
	padding:5px 0px 0px;
	position:absolute;
	top:41px;
}
