@charset 'utf-8';

/* webstyles / powered by io-market.com */

body {
	margin:0px;
	padding:0px;
	background-color:#EFEFEF;
	/*background: url(../_img/web_bg_new.png) repeat-x top left;*/
	font-family: Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;	
	color:#666666;	
}

* html body {
	overflow:auto;
}

/* global layer */

#webGlobal {
	position:absolute; 
	left:6%; 
	top:0px; 
	width:702px;
	padding:0px;
	margin:0px 0px 0px 0px;
	color:#666666;
	background-color:#EFEFEF; 
	border:0px dotted #666666;
}
html>body #webGlobal {height:auto;}

/* webstyles / powered by io-market.com */