@charset "utf-8";
html{
	height:100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6541;
	background-image: url(../images/mobile/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #a9d5e5;
}
image{
	border: 0px;
}
a{
	font-size: 16px;
	font-weight: normal;
	color: #6b6541;
	text-decoration: none;	
}
a:hover{
	font-size: 16px;
	font-weight: normal;
	color: #6b6541;
	text-decoration: underline;
}
h1{
	color: #6a7cc6;
	text-align: center;	
}
.menu_bg{
	background-image: url(/images/mobile/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.footer_bg{
	background-image: url(/images/mobile/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.page_box_left_up{
	background-image: url(/images/mobile/page_box_left_up.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page_box_body_top_bg{
	background-image: url(/images/mobile/page_box_body_top_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.page_box_right_up{
	background-image: url(/images/mobile/page_box_right_up.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.page_box_left_low{
	background-image: url(/images/mobile/page_box_left_low.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.page_box_body_low_bg{
	background-image: url(/images/mobile/page_box_body_low_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.page_box_right_low{
	background-image: url(/images/mobile/page_box_right_low.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_box_left{
	background-image: url(/images/mobile/page_box_left.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.page_box_right{
	background-image: url(/images/mobile/page_box_right.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.page_box_body_bg{
	background-image: url(/images/mobile/page_box_body_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.page_box{
	margin-top: 10px;
}
.page_content{
	padding: 10px;
	font-size: 12px;
	color: #6b6541;
}
.page_title{
	padding: 15px 0px 15px 0px;
}
.page_content_formula{
	font-size: 12px;
	color: #6b6541;
}
.page_content_formula tr td{
	padding: 3px;
}
.formula_description_highlight{
	background-color: #FC9;
	vertical-align: top;
	
}
.product_description{
	font-size: 12px;
	color: #6b6541;
}
