@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: URL(images/bg.gif);
	background-image: URL(images/bg_body.gif);
	background-repeat: repeat-x
	
}

.debug_grid1
{
	position: absolute;
	left: 165px;
	top: 0px;
	height: 100%;
	border-left: 0px solid red;
}

.b2bm-container {
	width: 974px;
	margin-top: 7px;
}

.b2bm-logo {
	background-image: URL(images/bg_toparea.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 974px;
	height: 48px;
	/*	border: 1px solid red;*/
}

.b2bm-logo h1 {
	margin: 0px;
	padding-top: 6px;
}

.b2bm-recommend {
	position: absolute;
	top: 25px;
	margin-left: 19px;
	z-index:1;
}

.b2bm-recommend2 {
	position: relative;
	top: 15px;
	left: 1px;
	border: 1px solid silver;
	background-color: white;
	width: 934px;
	display: none;
}

.b2bm-recommend2 p,.b2bm-recommend2 form{
	margin: 10px;
}

.b2bm-header {
	background-image: URL(images/bg_header.png);
	background-repeat: repeat-y;
	height: 125px;
}

.b2m-content-container {
	background-image: URL(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
}

.b2bm-leftside {
	float: left;
	margin-left: 20px;
	border: 0px solid black;
}
* html .b2bm-leftside {
	margin-left: 10px;	
}

.b2bm-nav {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px solid black;
	height: 27px;
	background-image: URL(images/bg_menu.png);
	background-repeat: repeat-x;
}

.b2bm-lang {
	position: relative;
	top: 17px; 
	left:200px;
	width: 50px;
}

.b2bm-rightmenu {
	width: 176px;
	border-left: 1px solid #99999a;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
}

* html .b2bm-rightmenu {
	margin-left: 0px;
}

.b2bm-content { /*	border: 1px solid red;*/
	/*background-image:URL(images/content_bg.png);*/
	background-repeat: no-repeat;
	border: 0px solid #000;
	width: 716px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	position: relative;
	float: right;
	margin-left: 0px;
	margin-right: 20px;
}

* html .b2bm-content {
	width: 716px;
}

.b2bm-bottom {
	background-image: URL(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 7pt;
	text-align: center;
}