html, body, form
{
	width: 100%;
	height: 100%;
}

body
{
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: #332412;
	color: #000000;
	text-align: center;
}

body.RadEContentBordered
{
	background: #FFFFFF;
	color: #000000;
}

a
{
	color: #FCEEE1;
	text-decoration: none;
}

a:hover, a:focus
{
	text-decoration: underline;
}

img, a img
{
	border: none;
}

h1
{
	margin: 0 0 0.5em 0;
	padding: 5px 0 5px 0;
	height: 42px;
	font-size: 30px;
}
h1.FirstPage
{
	margin: 0 auto;
	padding: 173px 0 0 0;
	width: 365px;
	font-size: 36px;
	color: #fff;
}
	h1 span
	{
		color: #94311e;
	}

h2
{
	font-size: 13px;
	color: #94311E;
	margin: 0 0 10px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	color: #332412;
	margin: 0 0 1em 0;
	font-weight: bold;
}

p.HomeIntroText
{
	padding: 12px 0 0 0;
	min-height: 100px;
}

ul
{
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
}
/*******************************************************************************************
*
* Content blocks
*
*******************************************************************************************/

#IntroBackground
{
	background-color: #907861;
	height: 100%;
	width: 100%;
}

#Header
{
	width: 800px;
	height: 140px;
	padding: 10px 0 0 20px;
	float: left;
	display: none;
}

#IntroHeader
{
	width: 100%;
	height: 300px;
	border-bottom: solid 1px #A28A6A;
	background: #342414 url(Images/TCFLogoBig.jpg) no-repeat center top;
}
#IntroError
{
	width: 100%;
	padding: 100px auto;
	margin: 0;
	border-bottom: solid 1px #A28A6A;
	background: #342414;
}
	#IntroErrorContent
	{
		font-size: 12px;
		line-height: 1.5em;
		width: 940px;
		padding: 20px 0 0 0;
		margin: 0 auto;
		color: #FFFFFF;
	}
	#IntroErrorContent h1
	{
		font-size: 18px;
	}
#IntroBottom
{
	padding: 44px 0 40px 0;
	background: #907861 url(Images/StartPageBottomWrapper.jpg) repeat-x top;
	border-top: solid 1px #342414;
	width: 100%;
}
#IntroProducts
{
	width: 940px;
	margin: 0 auto;
}
	.PositionHover
	{
		position: relative;
	}
		.PositionHover .HoverIndex
		{
			position: absolute;
			top: 33px;
			left: 10px;
			z-index: 100;
		}
		.PositionHover a
		{
			position: absolute;
			display: block;
			width: 238px;
			height: 156px;
			top: 33px;
			left: 10px;
			z-index: 200;
			text-decoration: none;
			background-color: red;
			filter: alpha(opacity=0);
			opacity: 0;
		}
	#ProductsHeader
	{
		margin: 0 0 25px 0;
	}
	.MainProductTable
	{
		width: 940px;
	}
	.MainProductTable td
	{
		padding: 0 20px 0 0;
		width: 215px;
	}
	#IntroFooter
	{
		width: 940px;
		margin: 25px auto;
		color: #FFF;
		font-family: Arial;
		text-align: center;
	}

/*******************************************************************************************
*
* Content blocks
*
*******************************************************************************************/

#Wrapper
{
	margin: 0 auto;
	text-align: left;
}
		#HeaderInformationBlock
		{
			width: 258px;
			margin: 35px 5px 0 0;
			float: right;
			display: inline;
		}
			#HeaderInfoMenu
			{
				width: 255px;
				padding: 0 0 6px 5px;
				border-bottom: solid 1px #907861;
				float: right;
			}
			.HeaderInfoContent
			{
				width: 260px;
				float: right;
			}
	#ContentContainer
	{
		
	}
		#LeftContent
		{
			width: 200px;
			float: left;
			display: none;
			background: #907861;
		}
			.LeftSearchBlock
			{
				width: 160px;
				padding: 20px;
				border-bottom: solid 1px #AC9A89;
			}
				.LeftSearchBlock table
				{
					background: #FFFFFF;
					border: solid 1px #332412;
					border-bottom: solid 1px #C0A879;
					border-right: solid 1px #C0A879;
				}
		#RightContent
		{
			line-height: 1.5em;
		}
			.BreadCrumb
			{
				display: none;
			}
			.PrintContent
			{
				display: none;
			}
		
		#RightContent a
		{
			color: #94311E;
		}
		
#Footer
{
	padding: 10px 0;
	display: none;
}
	#Footer ul
	{
		list-style: none;
	}
		#Footer ul li
		{
			float: right;
			display: inline;
			padding: 0 10px 0 0;
		}
			#Footer ul li a
			{
				float: left;
				color: #fbede0;
			}
		
/*******************************************************************************************
*
* Form blocks
*
*******************************************************************************************/

input, select, textarea
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

.LeftSearchInput
{
	width: 130px;
	padding: 2px;
	border: solid 1px #FFFFFF;
}
.LeftSearchButton
{
	border: none;
}

.loginTextBoxWaterMark
{
	margin: 5px 5px 0 0;
	width: 110px;
	padding: 2px;
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.loginTextBox
{
	margin: 5px 5px 0 0;
	width: 110px;
	padding: 2px;
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
	.loginTextBoxPayment
	{
		width: 158px;
		font-size: 11px;
		color: Black;
		font-weight: normal;
		font-style: normal;	
		border: solid 1px #917961;
		border-top: solid 1px #332412;
		border-left: solid 1px #332412;
	}

.loginCheckBox input
{
	margin: 5px 5px 0 0;
}
	.loginCheckBoxPayment input
	{
		margin: 5px 5px 0 0;
	}

.loginCheckBox label
{
	color: #fff;
}

	.loginCheckBoxPayment label
	{
		color: #000;
	}

.loginSubmit
{
	margin: 5px 5px 0 0;
	font-size: 11px;
	color: #FFF;
	background-color: #917961;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-bottom: solid 1px #332412;
	border-right: solid 1px #332412;
}
	.loginSubmitPayment
	{
		margin: 5px 0 0 0;
		font-size: 11px;
		color: #FFF;
		background-color: #917961;
		font-weight: normal;
		font-style: normal;	
		border: solid 1px #917961;
		border-bottom: solid 1px #332412;
		border-right: solid 1px #332412;
	}

.InputRegisterLastName
{
	width: 150px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.AmountInput
{
	width: 46px;
	padding: 4px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	font-style: italic;	
	border: solid 1px #c0a879;
	text-align: right;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.InputRegisterMiddleName
{
	margin: 0 0 0 3px;
	width: 43px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.InputBasic
{
	width: 200px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.InputBasciButton
{
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-bottom: solid 1px #332412;
	border-right: solid 1px #332412;	
	background-color: #917961;
}

.FormHeaderRegister
{
	padding: 0 10px 3px 0;
}
.FormValue
{
	font-style: italic;
	padding: 0 0 3px 0;
}

.InputRegisterZipcode
{
	margin: 0 3px 0 0;
	width: 43px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;		
}

.InputRegisterPlace
{
	width: 150px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;		
}

.InputRegisterStreet
{
	width: 150px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;		
}

.InputRegisterNumber
{
	margin: 0 0 0 3px;
	width: 43px;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;		
}

.InputBasciButtonSave
{
	padding: 0px 0 0px 10px ;	
}
	.verplicht
	{
		margin: 0 3px;
		font-weight: bold;
		color: #c00;
	}
	
.ProductTypeDropDown
{
	width: 165px;
	padding: 3px;
	border: solid 1px #c0a879;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;	
}

.BasketButton
{
	padding: 0 10px 0 32px;
	width: auto;
	overflow: visible;
	height: 23px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	border-top: solid 1px #a73f2b;
	border-left: solid 1px #a73f2b;
	border-right: solid 1px #822513;
	border-bottom: solid 1px #822513;
	background: url(Images/AddToBasketButtonBg.gif) no-repeat;
}

.CalculateButton
{
	padding: 0 10px 0 32px;
	width: auto;
	overflow: visible;
	height: 23px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	border-top: solid 1px #a73f2b;
	border-left: solid 1px #a73f2b;
	border-right: solid 1px #822513;
	border-bottom: solid 1px #822513;
	background: url(Images/CalculateButton.gif) no-repeat;
}

.ShopOnButton
{
	padding: 0 0 0 18px;
	color: #907861 !important;
	background: url(Images/BasketIcon.gif) no-repeat 0 1px;
}

.CheckOutButton
{
	padding: 0 10px 0 32px;
	width: auto;
	overflow: visible;
	height: 23px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	border-top: solid 1px #a73f2b;
	border-left: solid 1px #a73f2b;
	border-right: solid 1px #822513;
	border-bottom: solid 1px #822513;
	background: url(Images/CheckOutButtonBg.gif) no-repeat;
}

/*******************************************************************************************
*
* Menu/list
*
*******************************************************************************************/

.LeftMenu
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
	.LeftMenu li
	{
		position: relative;
		border-bottom: solid 1px #AC9A89;
	}
		.LeftMenu li a
		{
			padding: 5px 20px 6px 20px;
			display: block;
			color: #FFFFFF;
			text-decoration: none;
		}
			.MenuBean
			{
				position: absolute;
				top: 3px;
				left: -16px;
			}
			.MenuBeanSelected
			{
				position: absolute;
				top: 3px;
				left: -16px;
			}
#HeaderInfoMenu ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
	#HeaderInfoMenu ul li
	{
		padding: 0 10px 0 0;
		display: inline;
		float: left;
	}
		#HeaderInfoMenu ul li a, .HeaderShoppingBasketTable a
		{
			color: #FFFFCC;
			background: url(Images/LinkUnderLine.gif) repeat-x left bottom;
			text-decoration: none;
		}
		.HeaderShoppingBasketTable a
		{
			font-weight: bold;
		}
		#HeaderInfoMenu ul li a.Selected
		{
			text-decoration: none;
		}
		#HeaderInfoMenu ul li a:hover, .HeaderShoppingBasketTable a:hover
		{
			color: #FFFFCC;
			background: url(Images/LinkUnderLine_hover.gif) repeat-x left bottom;
			text-decoration: none;
		}
/*******************************************************************************************
*
* Other styles
*
*******************************************************************************************/

.ProductDetailTopWrapper
{
	width: 560px;
	margin: 0 0 10px 0;
	background: url(Images/ProductDetailOrderBg.gif) right bottom repeat-y;
}
	.ProductDetailTopWrapper .ProductDetailOrderBlock
	{
		width: 247px;
		float: right;
		padding-bottom: 10px;
	}
		.ProductDetailTopWrapper .ProductDetailOrderBlock .ProductsAmount
		{
			margin: 10px;
			width: 227px;
		}
			.ProductsAmount .ProductType
			{
				width: 165px;
			}
			.ProductsAmount .ProductTypeAmount
			{
				text-align: right;
			}
		.ProductTypeAdd
		{
			background: url(Images/ProductTypeAddIcon.gif) no-repeat 0 3px;
			padding: 0 0 0 16px;
			margin: 0 0 30px 10px;
			font-style: italic;
			color: #fceee1 !important;
			text-decoration: none;
			display: block;
		}
		.ProductTypeAddShoppingCart
		{
			background: url(Images/ProductTypeAddIcon.gif) no-repeat 0 3px;
			padding: 0 0 0 16px;
			margin: 10px 0 0 0;
			font-style: italic;
			font-size: 11px;
			color: #fceee1 !important;
			text-decoration: none;
			display: block;
		}
			.OurPrice
			{
				padding: 10px 0 0 0;
				color: #FFF;
				font-weight: normal;
				font-size: 20px;
				line-height: 22px;
				text-align: left;
			}
			.TotalPrice
			{
				padding: 10px 0 0 0;
				color: #FFF;
				font-weight: bold;
				font-size: 24px;
				text-align: right;
			}
			.ExcludeFAT
			{
				text-align: right;
			}
			.productDetailsExtraText
			{
				padding: 25px 10px 0 10px;
				color: #FFFFFF;
				font-size: 11px;
			}
				.productDetailsExtraText h5
				{
					margin: 0;
					padding: 0;
					font-size: 11px;
					color: #FFFFFF;
				}
				.productDetailsExtraText span
				{
					font-style: italic;
				}
			.ArticleNr
			{
				margin: 1em 0 0 0;
				padding: 5px 0 10px 0;
				display: block;
				font-style: italic;
				line-height: 9px;
				text-align: right;
				border-top: solid 1px #c0a879;
			}
			.ExBtw
			{
				margin: 5px 0 0 0;
				color: #FFF;
				display: block;
				font-size: 10px;
			}
			.AddToBasketWrapper
			{
				border-top: solid 1px #ac9a89;
				padding: 10px;
			}
		.NoAuthProductDetail
		{
			color: #FFF;
			padding: 10px 10px 0 10px;
		}
.OverviewPrice
{
	margin: 5px 0 0 0;
	display: block;
	color: #94311e;
	font-weight: bold;
}
	.OverviewPrice span
	{
		color: #666;
		font-weight: normal;
		font-style: italic;
	}

table.ModelList
{
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}
	table.ModelList td
	{
		padding: 5px 5px 5px 0;
		vertical-align: top;
	}

.HomeOptionItemBlock
{
	width: 48%;
	height: 100px;
	overflow-y: hidden;
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}

.HomeOptionItemTable
{
	margin: 0 0 0 0;
}
	.HomeOptionImageCell
	{
		vertical-align: top;
		padding: 0 10px 0 0;
	}
		.HomeOptionImageBlock
		{
			display: block;
			float: left;
			padding: 6px;
			background: #FFFFFF;
			border-bottom: solid 1px #C0A879;
			border-right: solid 1px #C0A879;
		}
			.NoFloat
			{
				float: none;
			}
		.HomeOptionImageBlockDark
		{
			display: block;
			float: left;
			padding: 6px;
			background: #FFFFFF;
			border-bottom: solid 1px #332412;
			border-right: solid 1px #332412;
		}
			.ShoppingRow
			{
				background: #907861;
			}
				a.RemoveProduct
				{
					padding: 0 0 0 16px;
					color: #907861 !important;
					background: url(Images/Delete.gif) no-repeat 0 3px;
				}
			.ShoppingRowAlt
			{
				background: #c0a879;
			}
		
			.ProductDetail
			{
				margin: 0 10px 0 0;
			}
	.RelatedProductsToggle
	{
		background: #94311e;
	}
		.RelatedProductsToggle a
		{
			color: #fff !important;
			text-decoration: none;
		}
			.RelatedProductsToggle a:hover
			{
				text-decoration: underline;
			}
			.RelatedProductsToggle a.OpenRelated
			{
				padding: 0 0 0 16px;
				background: url(Images/ProductTypeAddIcon.gif) no-repeat 0 3px;
			}
			.RelatedProductsToggle a.CloseRelated
			{
				padding: 0 0 0 16px;
				background: url(Images/ProductTypeDeleteIcon.gif) no-repeat 0 3px;
			}
	.OrderRelatedProductTable td
	{
		border-right: solid 1px #917862;
		border-left: solid 1px #917862;
		border-bottom: solid 1px #917862;
	}
		.OrderRelatedProductTable td td
		{
			border-width: 0;
		}
	
	.HomeOptionTextCell
	{
		vertical-align: top;
		line-height: 18px;
	}
	.HomeOptionTextCell h3
	{
		margin: 0 0 3px 0;
		font-size: 11px;
	}
	
.HeaderShoppingBasketTable
{
	color: #FFFFCC;
	margin: 5px 0 0 5px;
}
	.HeaderShoppingBasketTable td.DeleteCell
	{
		padding: 2px 8px 2px 0;
	}
	.HeaderShoppingBasketTable td.NumberCell
	{
		padding: 2px 3px 2px 0;
	}
		
.PhotoDetailsBottomContainer
{
	clear: both;
	padding: 10px 0 10px 0;
}
	.PhotoDetailsBottomContainer ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.PhotoDetailsBottomContainer ul li
		{
			display: inline;
			background: none;
			padding: 0 5px 10px 0;
			
		}
			.PhotoDetailsBottomContainer ul li a, .PhotoDetailsBottomContainer ul li a:hover
			{
				background: none;
				text-decoration: none;
			}
			.PhotoDetailsBottomContainer ul li .PhotoItem
			{
				display: inline;
			}
.ConformOrderProductImage
{
	float: left;
	padding: 6px;
	margin: 0 10px 0 0;
	background: #FFFFFF;
	border-bottom: solid 1px #C0A879;
	border-right: solid 1px #C0A879;
}
.ReferencesTable td
{
	padding-right: 20px;
}

.ReferencesTableTop
	{
	float: left;	
	margin: 0px 0 0 0px 
	}
	
.ReferencesTableBottom
	{
	float: left;	
	margin: 10px 0 0 0px;
	}	
.Profile_table
{
	width: 100%;
	color: #fff;
}
.Profile_table td
{
	padding: 5px;
}
	.ItalicLight
	{
		color: #fceee1;
		font-style: italic;
		display: block;
		margin: 0 0 0 0;
	}
	.Profile_table h3
	{
		margin: 5px 0 0 0;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}
.ShoppingBasketPrice
{
	background: #eddcc7;
}
.FormTable
{
	margin: 0 0 15px 0;
}
.OrderPaymentOverview_table td
{
	vertical-align: top;
	padding: 3px;
}

.MyOrderItemHeader
{
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 10px;
	background-color: #917961;
	color: #FFFFFF;
	font-weight: bold;
}
#RightContent .MyOrderItemHeader a.MyOrderExpandLink
{
	color: #FFFFFF;
}
td.MyOrderItemHeaderPriceCell
{
	text-align: right;
}
td.MyOrdersExpandImageCell
{
	padding-right: 5px;
}
.MyOrderProductsTable td
{
	vertical-align: top;
	padding: 3px;
}
.MyOrderItemProducts
{
	margin: 0 0 5px 0;
}
.headerRow
{
	background-color: #917961;	
}
	.headerRow td
	{
		padding: 5px 0 5px 0;
		font-weight: bold;
		color: #FFFFFF;
	}
.footerRow
{
	background-color: #917961;
}
	.footerRow td
	{
		padding: 5px 0 5px 0;
		font-weight: bold;
		color: #FFFFFF;
	}
td.OrderOverviewAmountTotalHeader
{
	text-align: right;
	padding-right: 5px;
}
.Checkbox
{
	height: 11px;
	width: 30px;
	margin: 5px 0 0px 0 ;
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color:Black;
	font-style: normal;
}
.checkBoxOrderPayment
{
	margin: 0 5px 0 0;
}
	.checkBoxOrderPayment input
	{
		float: left;
		margin: 0 0 0 0;
	}

#Login
{
	margin: 0px 0px 0 0px;
}

#Register_table
{
	margin: 0px 0 0xp 0 ;
	padding: 10px 0 0px 0 ;
}

#LeftContent .LeftMenu li.Selected a
{
	font-weight: bold;
}

.ProductDetailPriceTable
{
	width: 100%;
}
	.ProductDetailPriceTable tr.Alternate
	{
		background-color: #c0a879;
	}
		.ProductDetailPriceTable td
		{
			padding: 3px;
		}
		
.ErrorMessage
{
	color: #FFFFCC;
}
.DownloadTable
{
	margin: 0 0 15px 0;
}
.DownloadTable td
{
	padding: 3px;
}
.DownloadTable .alternateRow td
{
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

ul.ab_framework_sitemap_list_level_0 li, ul.ab_framework_sitemap_list_level_0 ul
{
	padding: 0 0 0 1em;
	margin: 0;
}

.Articles td, .Articles th
{
	border-bottom: solid 1px #c0a879;
}

.InvoicePdf
{
	padding: 0 0 2px 16px;
	color: #fff !important;
	font-weight: bold;
	background: url(Images/PdfIcon.gif) no-repeat left top;
}

.ProposalQuestionSubHeader
{
	font-size: 16px;
	color: #332412;
	padding: 0 0 7px 0;
	font-weight: bold;
}

.FormHeaderProposalWidth
{
	width: 190px;
	vertical-align: top;
}

.RequestProposalBlock
{
	margin: 0pt 0pt 20px; 
	padding: 5px; 
	background: rgb(237, 220, 199) none repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

.RequestProposalInput
{
	width: 200px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
.RequestProposalInputNote
{
	width: 200px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
.RequestProposalInputStreet
{
	width: 170px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
.RequestProposalInputNumber
{
	width: 28px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
.RequestProposalInputPostal
{
	width: 58px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}
.RequestProposalInputCity
{
	width: 140px; 
	font-size: 11px;
	color: Black;
	font-weight: normal;
	font-style: normal;	
	border: solid 1px #917961;
	border-top: solid 1px #332412;
	border-left: solid 1px #332412;
}

.sIFR-flash
{
	display: none;
}