#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;
		margin: 0px auto;
	}

#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;
}

/* Shop price styles
--------------------------------------------------*/
.price_normal {
	font-weight: bold;	
	font-size: 16px;
	height: 18px;
}
.price_oldprice {
	text-decoration: line-through;
	font-size: 16px;
	color: #ff0c00;
	height: 18px;
}
.price_newprice {
	font-weight: bold;
	font-size: 16px;
	height: 18px;
}
.price_dealerprice {
	font-style: italic;
	font-size: 14px;
	min-height: 18px;	
}

/**
 * title used when not using the box model
 */
.shoptitle {
	padding: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/**
 * master styles
 */
.master-box {
	float: left;
	width: 114px;
	height: 140px;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: center;
}

.master-table {
	width: 102px;
	border: 0;
}

.master-image {
	border: 1px solid #c0c0c0;
	width: 98px;
	height: 99px;	
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}

	.master-image img {
		padding: 0;
		margin: 0;
		display: block;
	}

.master-link {
	margin: 0;
	padding: 0;
	text-align: center;
}

/**
 * subgroup styles
 */
.subgroup {
	min-height: 170px;
	float: left;
	padding: 0 0 4px 0;
}

.subgroup_col1 {
	width: 349px; 
	margin: 4px 0 4px 0;
	background-image: url('/styles/ledland/subboxfooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.subgroup_col1  .boxed {
	width: 326px;
	background-color: #fff;
	float: left;
}

.subgroup_col1  .boxtitle {
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 8px 0 8px;
	background-image: url('/styles/ledland/subboxtitle.jpg');
	background-repeat: no-repeat;
	color: #fff;
}

.subgroup_col1  .boxcontent {
	font-size: 13px;
	padding: 8px;
	background-image: none;
}

.subgroup_col1 .boxtitle a{
	color: #fff;
}

.subgroup_col2 {
	width: 349px;
	margin: 4px 5px 4px 0;
	background-image: url('/styles/ledland/subboxfooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.subgroup_col2  .boxed {
	width: 326px;
	background-color: #fff;
	float: left;
}

.subgroup_col2  .boxtitle {
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 8px 0 8px;
	background-image: url('/styles/ledland/subboxtitle.jpg');
	background-repeat: no-repeat;
	color: #fff;
}

.subgroup_col2  .boxcontent {
	font-size: 13px;
	padding: 8px;
	background-image: none;
}

.subgroup_col2 .boxtitle a{
	color: #fff;
}

.subgroup-left {
	width: 220px;
	padding: 0 4px 0 0;
	margin: 0 0 0 0;
	border-right: 1px dashed #c0c0c0;
	height: 130px;
	vertical-align: top;
}

	.subgroup-title {
		font-weight: bold;
	}

	.subgroup-title h1 a {
		font-size: 12px;
	}

	.subgroup-description {
		min-height: 65px;
	}
	
	.subgroup-prices {
		text-align: right;		
	}


.subgroup-right {
	width: 112px;
	padding: 0 0 0 14px;
	margin: 0;
	vertical-align: top;
}

	.subgroup-right-button {
		text-align: center;
		padding: 0;
		margin: 0;
		display: block;
		width: 103px;		
	}
	
	.subgroup-right button {
		color: #003;
		background-color: #fff;
		border: 0;
		padding: 0;
		margin: 0;		
		width: 103px;
	    border: 1px solid #3b3b3b;
	}

	.subgroup-cart {
		min-height: 20px;
		padding: 4px 2px 0 2px ;
	}

	.subgroup-cart-text {
		float: left;
		width: 40px;
		height: 20px;	
		line-height: 22px;
	}
	
	.subgroup-cart-input {
		float: left;
		height: 20px;	
		width: 26px;
	}
	
	.subgroup-cart-input input {
		height: 14px;
		width: 20px;	
		padding: 1px;
		margin: 0 0 0 0;
		border: 1px solid #000;
	}
	
	.subgroup-cart-button {
		float: left;
		width: 40px;
		height: 20px;	
		padding: 0px 0 0 0;
	}
	
.subgroup-cart-subproduct {
	height: 22px;
	padding: 1px 0 0 0;
}

.subgroup-cart-button button {
    border: 1px solid #3b3b3b;
}

/**
 * Product or cat image in the shop
 */
.product-image {
	width: 102px;
	height: 104px;
	background-color: #fff;
	text-align: center;	
	vertical-align: middle;
	border: 1px solid #fff;
}

	.product-image a {
		width: 102px;
		display: block;
		border-style:none;
		line-height:0;
	}
	
	.product-image img {
		border-style:none;		
		line-height:0;		
	}


/**
 * product styles
 */
.productdetail-left {
	width: 700px;
	padding: 0 20px 0 0;
	margin: 0;
	border-right: 1px dashed #c0c0c0;
	vertical-align: top;
}

	.productdetail-left p {
		padding: 0 0 0 0;		
		margin: 0 0 10px 0;
	}

	.productdetail-cart {
		width: 100%;
	}
	
	.productdetail-cart-text {
		float: left;
		padding: 0 3px;
		height: 20px;
		line-height: 20px;
	}

	.productdetail-cart-input input {
		float: left;
		padding: 0 2px;				
		height: 16px;
	}
	
	.productdetail-subproduct {
		float: left;
		padding: 0 2px;						
		height: 20px;
	}

	.productdetail-cart-button {
		float: left;
		padding: 0 2px;			
		height: 20px;
	}

.productdetail-right {
	width: 135px;
	padding: 0 0 0 0;
	margin: 0;
	vertical-align: top;
}

	.productdetail-image {
		float: right;
		margin: 0;
		padding: 0 0 0 0;
	}

	.productdetail-image-links {
		float: right;
		margin: 0;
		padding: 0 0 0 0;
		width: 108px;
	}

		.productdetail-image-links ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.productdetail-image-links li {
			width: 10px;
			height: 12px;
			line-height: 12px;
			float: left;
			list-style: none;
			text-align: center;			
		}

	.productdetail-links {
		float: right;
		padding: 10px 0 0 0;
		min-height: 140px;
		text-align: right;
	}

	.productdetail-techdata {
		float: right;
		padding: 0 0 10px 15px;
		min-height: 10px;
		min-height: 140px;		
	}

	.productdetail-prices {

	}


/**
 * Search menu
 */
.search-left {
	float: left;
	width: 400px;
	padding: 0 10px 0 0;
	border-right: 1px dashed #c0c0c0;
	height: 120px;
}

.search-desc {
	height: 86px;
}

.search-right {
	float: left;
	width: 100px;
	padding: 0 0 0 10px;
	text-align: center;
}

.search-right button {
	color: #003;
	background-color: #fff;
    border: 1px solid #3b3b3b;
	width: 100px;
}
