@charset "utf-8";
/* CSS Document */

html{
	height:100%;	
}
body{
	margin: 0px;
	height:100%;
}
#page{
	position:relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height:100%;
}
#page_background{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:492px;
}
#topcolumn{
	position:relative;
	width:900px;
	height:154px;
}
#bottomcolumn{
	position:absolute;
	width:900px;
	overflow:visible;
	height:100%;
}
#layout_logotop{
	position:absolute;
	width:465px;
	height:154px;		
	right:0px;
	top: 0px;
}
#layout_menu{
	position:absolute;
	float:left;
	width:205px;		
	left:0px;
	top: 0px;
}
#layout_cart{
	position:absolute;
	float:left;
	width:221px;		
	height:100px;
	left:215px;
	top: 0px;
}
#layout_finish_cart{
	position:absolute;
	float:left;
	width:231px;
	height:23px;
	left:215px;
	top: 110px;
}
#layout_content{
	position:absolute;
	width:610px;		
	left:0px;
	top: 0px;
}
#layout_rightmenu{
	position:relative;
	float:right;
	width:224px;
}
#div_ordersteps{
	width:610px; 
	height:30px;
}
#divCity{
	display:inline-block;	
}
