/* ----------------------------------------------- */
/* - General settings                            - */
/* ----------------------------------------------- */
body
{
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color:#EAEAEA
}

td
{
	font-family: Arial, Verdana,Helvetica, sans-serif;	
	font-size: 10px;

	
}

ol
{
	list-style-image: none;
	color: Black;
}

ul
{
	list-style-image: url(/sitegraphic/bullet.gif);
	color: Black;
}

li
{
	color: Black;
}

input
{
	/*width: 100px;*/
	/*border: 1 solid #CCCCCC;*/
	font-family: Arial, Verdana,Helvetica, sans-serif;	
	font-size: 10px;

}

input.submit
{
	font-family: Arial, Verdana,Helvetica, sans-serif;	
	font-size: 10px;
	background-color: #AAAAAA;
    border: 0;
	color: white;
	width: 162px;	
}

/* Overskrift 1 */
h1
{
  font-size: 17px;
  padding-bottom: 0px;
  margin-bottom: -10px;
  border-bottom: solid 1px #CCCCCC;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	padding: 3px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 0px 0px;
	margin: 10px 0px 0px 0px;
}


/* Artikelliste, produktliste */
.HeadLines 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


a, span, div, td, th, li, ol, select, option, p, .normaltext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}



p
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link
{
	color: #333333;
	text-decoration: underline;	
}

a:visited
{ 
	color: #333333; 
	text-decoration: underline;	
}

a:hover
{ 
	color: #EF4A4E; 
	text-decoration: underline;	
}

.breadcrumb
{
	color: White;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.breadcrumb:link
{
	color: White;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.breadcrumb:visited
{
	color: White;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.breadcrumb:hover
{
	color: White;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* - Style elements                              - */
/* ----------------------------------------------- */

/* Main.ascx */
.ColumnLeft
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 170px;
	background-color:#FFFFFF
}

/* Main.ascx */
.ColumnRight
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 170px;
	background-color:#FFFFFF
}

/* Product.xslt */
.TabOn
{
	background-color: #E52730;
	color: White;
	padding: 5px;
	height: 25px;
}

/* Product.xslt */
.TabOff
{
	background-color: #98999b;
	color: White;
	padding: 5px;
	height: 25px;
}

/* ProductSpecification.cs */
ProductSpecificationTable
{
	width : 100%;
}

/* ProductSpecification.cs */
.ProductSpecificationFieldColumn
{
	background-color: #e7e7e7; /* #666666; */
	color: Black;
	padding: 1px;
	width: 65%;
}

/* ProductSpecification.cs */
.ProductSpecificationValueColumn
{
	background-color: #e7e7e7; /* #999999; */
	color: Black;
	padding: 1px;
	width: 35%;
}

.ProductSpecificationCategory
{
	background-color: #98999B;
	color: White;
	padding: 1px;
}

/* Contact | Glossary | Sitemap | Print */
/* QuickLinks.ascx.cs */
.QuickLink
{
	cursor: hand;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* - Style elements                              - */
/* ----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
}

.DDLTopMenu {
	background-color: #98999b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px;
}

.FirstMenu {
	background-color: white;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 8px;
}
.FirstMenuSearch {
	background-color: #98999b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 2px;
}
.SearchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px none #FFFFFF;
	width: 100px;
}
.SecondMenu {
	background-color: #E52730;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.TableBorder
{
	border: 0px solid #000000;
	background-color: #FFFFFF;	
}
.LeftMenu {

	padding-right: 2px;
	padding-left: 2px;
	
}
.RightMenu {

}
/* LeftMenu.xslt */
/* RelatedArticles Left.xslt */
/* RelatedArticles Right.xslt */
.ChooseMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	font-weight: bold;
	background-image: url(sitegraphic/pil.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* ChooseCountry.xslt */
.CountryMenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	width: 160px;
	background-image: url(sitegraphic/pil.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	padding: 14px;
	margin-bottom: 2px;
}
/* ChooseCountry.xslt */
.CountryMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	
}
.Text {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;

}
.TextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.MenuRedLine {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	padding-left: 2px;
}
.ImgBorder {
	border: 1px solid #000000;
}
.PaddingLeft {
	padding-left: 2px;
}
.TextSmallWhite {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
.RedDot {
	color: #E52730;
	letter-spacing: 1px;
}
.hr {
	color: #CCCCCC;
	width: 150px;
	height: 2px;
}
.WhiteFont {
	color: #FFFFFF;
}

/* ----------------------------------------------- */
/* - Lists                                       - */
/* ----------------------------------------------- */

h1.list {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
}

h2.list {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3.list {
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4.list {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5.list {
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6.list {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.list {
  font-family: tahoma;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.list {
  font-family: tahoma;
  font-size: 11px;
}

/* ----------------------------------------------- */
/* - Detail                                      - */
/* ----------------------------------------------- */

h1.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
  margin-bottom:4px; 
}

h4.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top:10px; 
  margin-bottom:10px; 
  color: blue;
}

h5.detail {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px; 
}

h6.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: normal;
  margin-top:10px; 
  margin-bottom:0px; 
  margin-left:10px; 
  margin-right:10px; 
}

p.detail {
  font-family: tahoma;
  font-size: 10px;
}

a.detail {
  font-family: tahoma;
  font-size: 10px;
}

/* ----------------------------------------------- */
/* - Custom                                      - */
/* ----------------------------------------------- */

.footer
{
	
}

.themeBackgroundColor
{
	background-color: #FFFFFF;
	background-image: url(sitegraphic/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:68px;
}

top
{
	background-color: white;
}
