@charset "utf-8";

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(img/background.gif) no-repeat top center;
}

a {
	color:#333333;
}

a:hover {
	text-decoration:none;
}

a.lang {
	color:#333333;
	text-decoration:none;
}
a.lang:hover {
	text-decoration:underline;
}

a.basket {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a.basket:hover {
	text-decoration:underline;
}

a.bmenu {
	color:#333333;
	text-decoration:none;
}
a.bmenu:hover {
	text-decoration:underline;
}
a.menu {
	text-transform:uppercase;
	color:#FFFFFF;
	background:#6A6A6A;
	font-weight:normal;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	display:block;
}

a.menu:hover {
	background:#333;
}

a.leftm {
	color:#666666;
	text-decoration:none;
}
a.leftm:hover {
	text-decoration:underline;
}

#subm ul {
	padding:0;
	margin:0;
	padding-bottom:10px;
}
#subm ul li {
	list-style-type:none;
	padding-left:15px;
}
#subm ul li a {
	color:#666666;
	text-decoration:none;
}
#subm ul li a:hover {
	text-decoration:underline;
}
.lightgrey {
	color:#777777;
}

.grey {
	color:#666666;
}

a.grey {
	color:#666666;
	text-decoration:none;
}
a.grey:hover {
  text-decoration:underline;
}

a.butonche {
  background:#333333;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}
a.butonche:hover {
  background:#000000;
}

TR.headerError 		{background: #ff0000;}
TD.headerError 		{font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #ff0000; color: #ffffff; font-weight : bold; text-align : center;}
TR.headerInfo 		{background: #00ff00;}
TD.headerInfo 		{font-family: Tahoma, Verdana, Arial, sans-serif;font-size: 12px;background: #00ff00;color: #ffffff;font-weight: bold;text-align: center;}




