@charset "utf-8";
/* CSS Document */
body {
	background-color:#B4D376;
}
.menu {
	border-top:1px solid #B4D376;
	border-right:1px solid #B4D376;
	border-bottom:1px solid #B4D376;
}
.menu .selected {
	color:#B4D376;
	color:#B4D376!important;
}
.left {
	background:url(../images/bg_hello_l.gif) no-repeat 0px 0px;
}
.right {
	background:url(../images/bg_hello.gif) no-repeat;
	position:relative;
	padding-top:80px;
}
.left_panel {
	border-left:1px solid #B4D376;
}
.intro .title {
	color:#B4D376;
}
.right .pic {
	float:left;
	margin:5px;
}
.right .pic img {
	width:70px;
	height:100px;
}
.productinfo {
	position:relative;
	width:100%;
	height:100%;
}
.productinfo_photo {
}
.productinfo_called {
	padding-bottom:10px;
}
.productinfo_name {
	padding-top:10px;
	border-top:1px solid #CCC;
}
.productinfo_called,.productinfo_name {
	text-align:left;
	margin-left:20px;
	margin-right:120px;
}
.productinfo_intro {
	text-align:left;
	padding-left:22px;
	margin:10px 0px;
	margin-right:120px;
	font-size:12px;
	line-height:150%;
}
