@charset "utf-8";
	BODY {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.TopSeparateLine {
		background: #0D7DBF;
	}
	
	.BottomSeparateLine {
		background: #6DC3EC;
	}
	
	.BottomTxt {
		font-size: 12px;
		color: #6DC3EC;
		padding-top: 10px;
	}
	
	.LeftMenu {
		width: 135px;
		background: #D0E2F0;
	}
	
	.LeftMenuCaption {
		background: #0D7DBF;
		line-height: 21px;
	}
	
	.LeftMenuCaptionItem {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		background: #0D7DBF;
		line-height: 21px;
		text-decoration: none;
	}
	
	a.LeftMenuItem {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background: #D0E2F0;
		color: #004772;
		text-decoration: none;
	}
	
	a:hover.LeftMenuItem {
		color: #000000;
		background: #D0E2F0;
	}
	
	#Content {
		padding-left: 10px;
		padding-top: 10px;
	}
	
	.HomeBtn,
	.AboutBtn,
	.ServiceBtn,
	.ContactBtn,
	.ShopBtn {
		font-size: 11px;
		width: 78px;
		height: 28px;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		text-decoration:none;
	}
	
	.HomeBtn {
		background: #0D7DBF;
	}
	
	.AboutBtn {
		background: #6689A8;
	}
	
	.ServiceBtn {
		background: #354357 ;
	}
	
	.ContactBtn {
		background: #109CDD;
	}
	
	.ShopBtn {
		background: #D0E2F0;
	}
	
	.LanguageBtn {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #004772;
		cursor: pointer;
	}
	
	.content {
	  font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;	
		text-decoration:none;
		color: #000000;	 
	}
	
	a.category {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;		
		color: #004772;
		text-decoration: none;
		line-height: 21px;
	}
	
		.product {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;		
		color: #004772;
		text-decoration: none;				
		}
		
		.textbox
		{
		  width:12px;
			height:12px;
			font-size:11px;
			color:#004772;
		}	
		
		.addcart {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;		
		color: #004772;
		text-decoration: underline;		
		cursor:pointer;		
		}
		
		.cartproduct {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;		
		color: #004772;
		text-decoration: none;	
		width: 78px;
		height: 28px;
		text-align:center;	
		}
		
		.cart
		{
		  text-decoration: none;
			color:#00a6a6;
			font-size: 10px;
		}
		
		.banner
		{
		  background-color:#00ffff;
		}


.list_table {
	border-collapse: collapse;
}
.list_table td{
	border: 1px #000000 solid;
	/*font-style: italic;*/
}
.list_table table td{
	border: none;
}
.cl{
	border-right: none;
	border-left: none;
}