		body{
			background-image: url(../img/bg.gif);
			margin: 0;
			font-size: 11px;
			font-family: verdana, arial, sans-serif;
			line-height: 150%;
		}
		
		img{
			border: 0;
		}
		
		
		td{
			font-size: 11px;
			font-family: verdana, arial, sans-serif;
			line-height: 175%;
			vertical-align: top;
		}
		
		a{
			text-decoration: none;
			color: #1da8c6;
		}
		
		a:visited{
			color: #1da8c6;
		}
		
		a:hover{
			text-decoration: underline;
		}
		
		.header{
			color: white;
			font-size: 12px;
			font-weight: bold;
			background-color: #000066;
			border: 1px solid #999;
			border-width: 0 1px 1px 1px;
		}
		
		.footer{
			font-size: 10px;
			vertical-align: bottom;
			color: #999999;
			margin: 20px 0 20px 0;
		}
		
		.news{
			color: #999999;
		}
		
		
		.category_title{
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			margin: 20px  0 20px 30px;
		}
		
		.product_thumbnail{
			width: 265px;
			height: 125px;
			float: left;
			overflow: hidden;
			background-color: white;
			margin: 0 5px 5px 0;
			font-size: 10px;
		}
		
		.product_thumbnail .tcontent{
			padding: 5px;
		}
		
		.product_thumbnail a{
			margin-top: 5px; 
			font-weight: bold;
			font-size: 12px; 
		}
		
		.product_thumbnail img{
			float: left;
			margin: 0px 5px 5px 0px;
		}
		
		
		
		table {
			border: 0px solid black;
		}
		
		
		.item_container{
			width: 700px;
			margin: 20px auto 20px auto;
		}
		
		.item_name{
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		.item_image{
			float: right;
			margin-left: 20px;
			margin-bottom: 20px;
		}
		
		.item_image img{
			border: 5px solid #ddd;
		}
		
		.item_description{
			text-align: left;
			margin-left: 20px;
			font-size: 12px;
			line-height: 175%;
		}
		
		.menulist{
			font-weight: bold;
			font-size: 16px;
			text-align: left;
			line-height: 125%;
		}
		
		.mceContentBody{
			font-size: 12px;
		}
		
		.item_select_table table td{
			vertical-align: middle;
			background-color: #eee;
			padding: 5px;
			font-size: 12px;
		}

		.item_select_table table th{
			vertical-align: middle;
			background-color: #666;
			color: white;
			font-weight: bold;
			font-size: 10px;
			padding: 5px;
			text-align: left;
		}
		
		.item_select_table table{
			vertical-align: middle;
			width: 100%;
		}
		
		.item_select_table a{
			color: red;
		}
		
		.browse_item_container{
			float: left;
			border: 1px solid #ddd;
			margin-left: 10px;
			margin-bottom: 10px;
			width: 180px;
			height: 190px; 
		}
		
		.browse_item_container .content{
			padding: 20px;
		}
		
		.browse_item_container img{
			border: 1px solid #999;
		}
		
		
		.browse_container{
			margin: 20px;
		}