/* css file - web business shop 3.0 */
/* colors */

a:link,
a:visited,
a:active {
  color: black;
  font-weight:normal;
}

/* common part */

.left {
	margin-top:30px;
	position: absolute;
	padding-left:0px;
	top: 30px;
	float:left;
	width: 215px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.right {
	position: absolute;
	text-align:right;
	margin-left: 740px;
	top:60px;
	width: 215px;
  background-position: left bottom;
  background-repeat: no-repeat;
}



.menu_left
{
	border: 1px solid blue;
	margin-bottom: 10px;
}

.menu_left_head
{
	border-bottom:1px solid blue;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	background-color: #0198dd;
	text-align:center;
}

.menu_left_item
{
	padding:10px;
	background-color: #DEE7F7;
	text-align:left;
}

form .menu {
font-family:Verdana; 
font-size:8pt;  
background-color:#FFFFCC;
}

.login .lab
{
	text-align:left; 
	float:left;
}

.login .input
{
	text-align:right;
}

.login
{
	padding-bottom:5px;
}

.badr
{
	padding-bottom:5px;
}

.badr .lab
{
	text-align:left; 
	float:left;
	width:140px;
}
.badr .input
{
text-align:left; 
}

.badr_lief
{
	float:right;
	width:370px;
}