#M0_top{
 	width: 1024px;
	margin: 0 auto;
	padding: 22px 0 0 0;
	background-image: url('/styles/ledland/top.jpg');
	background-repeat: no-repeat;
}
 
	#M1_menubar {
	 	height: 66px;
		background-image: url('/styles/ledland/menubar.jpg');
		background-repeat: no-repeat;
		background-position: center top;
	}
	 
		#M2_logo {
			width: 200px;
			height: 52px;
			padding: 6px 0 0 52px;
			float: left;
		}
		
		#M2_navigation {
			float: left;
			padding: 0px 0 0 120px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #fff;
			line-height: 55px;
		}
		
		#M2_navigation li, #M2_navigation ul  {
			padding: 0;
			margin: 0;
			float: left;
			list-style-type: none;
		}
		
		#M2_navigation li a {
			float: left;
			display: block;
			color: #fff;
			text-decoration: none;
			text-align: center;
			height: 58px;
			width: 120px;
		}
		
		#M2_navigation a:hover {
			text-decoration: none;
			background-image: url('/styles/ledland/hover.png');
			background-repeat: no-repeat;
			float: left;
			display: block;
			height: 58px;
			width: 120px;
		}
		
		#M2_navigation_active a {
			text-decoration: none;
			background-image: url('/styles/ledland/hover.png');
			background-repeat: no-repeat;
			float: left;
			display: block;
			height: 58px;
			width: 120px;
		}
		
	#M1_header {
	 	height: 236px;
		background-image: url('/styles/ledland/header.jpg');
		background-repeat: no-repeat;
	}

#M0_container {
 	width: 1024px;
	margin: 0 auto;
}

	#M1_main {
		width: 934px;
		background-color: #ffffff;
		margin: 0 auto;
	}
	
		#M2_menu {
			width: 200px;
			padding: 8px 8px 0 8px;
			float: left;
		}
		
		#M2_content {
			width: 703px;
			padding: 8px 0 0 0;
			float: left;
		}
		
			#M3_crumbs {
				width: 696px;
				height: 28px;
				padding: 0 0 8px 8px;
				line-height: 26px;
				background-image: url('/styles/ledland/crumbs.jpg');
				background-repeat: no-repeat;
				font-size: 10px;
			}
			
			#M3_crumbs ul, #M3_crumbs li {
				padding: 0;
				margin: 0;
				float: left;
				list-style-type: none;
			}
			
			#M3_crumbs li a {
				float: left;
				display: block;
				border-left: 1px solid #cccccc; 
				text-decoration: none;
				text-align: center;
				height: 28px;
				width: 80px;
				color: #837070;
			}
			
			#M3_crumbs a {
				color: #282828;
			}
			
			
			#M3_content {
			}
			
	#M1_footerbg {
		width: 934px;
		height: 90px;
		margin: 0 auto;
		background-image: url('/styles/ledland/footer.jpg');
		background-repeat: no-repeat;
		z-index: 1;
		position: relative;
	}
		
		#M2_border {
			height: 35px;
			border-bottom: 1px dashed #999999;
		}
		
		#M2_copyright {
			padding: 18px 18px 0 18px;
		}
		
		#M2_copyright a {
			color: #323232;
		}
		

#M0_footer {
 	width: 100%;
	height: 150px;
	background-color: #141519;
	background-image: url('/styles/ledland/footerbg.jpg');
	background-repeat: repeat-x;
	margin: -90px auto;
}

#M0_buffer {
	width: 900px;
	margin: 60px auto;
	color: #fff;
}

.checkout_step {
	float: left;
	width: 24.1%;
	padding: 2px;
	margin: 10px 0 10px 0;
	text-align: center;
	border: 1px solid #c0c0c0;	
}

.checkout_selected {
	background-color: #c0c0c0;
	color: #fff;
}
