body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4b4b4b;
}
a {
	/*color: #657360;*/
	color:#65725F;
	text-decoration: none;
}
a:link {
	/*color: #657360;*/
	color:#65725F;
	text-decoration: none;
}
a:visited {
	/*color: #788972;*/
	color:#65725F;
	text-decoration: none;
}
a:hover {
	/*color: #4E5849;*/
	color:#65725F;
	text-decoration: underline;
}
/*a:active {
	
	color:#657360;
	text-decoration: none;
} last mod by eva 091206 */

/*091106 eva*/
a.remove {
	background:url(../image/delete.gif) no-repeat;
	width:11px;
	height:11px;
	display:block;
	margin:0px;
	padding:0;
}

a.remove:hover {
	background:url(../image/delete_on.gif) no-repeat;
}
/*091106 eva ends here*/
/* 091110 12:19 updated by stanley*/
a.remove_righttop {
	background:url(../image/delete.gif) no-repeat;
	background-position:right top;
	width:11px;
	height:11px;
	display:block;
	margin:3px;
	padding:0;
	float:right; /*stanley added 17nov09 13:05*/
}

a.remove_righttop:hover {
	background:url(../image/delete_on.gif) no-repeat;
}
/* 091110 12:19 updated by stanley ends here*/
/*091109 eva*/
a.write_review {
	background:url(../image/writereviewicon.gif) no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	color:#7EAE58;
}

a.write_review:hover {
	color:#4b4b4b;
}
/*091109 eva ends here*/


img {
	border:none;
}

h1 {
	font-size:17px;
	font-weight:bold;
	color:#657360;
	line-height:140%;
	padding:0;
	margin:0;
} 
h1.gray {/*091119 eva*/
	color:#4b4b4b;	
}
h1 .gray {/*091119 eva*/
	color:#4b4b4b;	
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#657360;
	line-height:normal;
	padding:0;
	margin:0;
} 

h2.gray {/*091118 eva*/
	color:#4b4b4b;	
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#657360;
	line-height:normal;
	padding:0;
	margin:0;
} 
h3.gray {/*091119 eva*/
	color:#4b4b4b;	
}

h4 { display: none; margin: 0; padding: 0; }

p {
	line-height:170%;
}

ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul li {
	display:block;
	overflow:hidden;
	margin:3px 0 15px;
}
ul li li{
	margin:3px 0 3px 10px;
}


ol {
	list-style:decimal;
	list-style-position:outside;
	line-height:170%;
	padding-left:30px;
}

ol.normalline {	/*091118 eva*/
	line-height:100%;	
}
ol li {
	overflow:visible;
	display:list-item;
	margin:3px 0 20px;
}
ol.disc {	/*091118 eva*/
	list-style:disc;
}
ol .roman{
	list-style:lower-roman;
}

hr  {/*091123 eva*/
	width:680px;
	height:0px;
	max-height:0px;
	margin:20px 0;
	display:block;
	float:left;
	border:none;
	border-bottom:1px solid #e0e0e0;
}

.hr2 {/* added by Raymond 2009-12-06 */
	width:280px;							
	height:1px;
	max-height:1px;
	margin:20px 0;	/* mod by Raymond 2009-12-14 */
	display:block;
	/* float:left; */
	border:none;
	border-bottom:1px solid #e0e0e0;
}
input, select, textarea{	/*091125 eva*/	
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;	
	padding-left:3px;	
}


.container {
	margin:10px auto;
	width:1000px;
}


.sub { /* last updated by eva 091202*/
	width: 310px !important;
	width/**/:292px; /* mod by Raymond 2009-12-01 */
	display:block;
	float:right;
	z-index:1;/*091207 eva*/
	top:0px;
	
}

.sub hr {/*091208 eva*/
	width:100%;
}

.header {
	width: 1000px;
}

.menu {
	width: 980px;
	text-align: center;
	clear: both;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A5CA7B;
	height: 24px !important; /* 091204 katherine*/
	height/**/: 14px; /* 091204 katherine*/
}
.main {
	width: 530px;
	float: none;
	margin-right: 310px;
	margin-left: 160px;
}
.logo {
	height: 98px;
	width: 237px;
	float: left;
}
.top_banner {
	height: 90px;
	/*padding-right: 35px;*/	/*20091204 mike*/
	width: 728px !important;
	width/**/:693px;
	margin-top: 8px;
	float: right;
	padding-right: 5px;			/*20091204 mike*/
	
	

}

.login {/*091117 eva*/
	/* padding-right: 5px; */	/* last updated by eva 091202*/
	width:300px!important; /* 091203 eva */
	
	float:right;/* 091203 eva */
	display:inline;/* 091203 eva */
	margin:0 5px; /* 091205 eva */
	
	/*height: 70px;*/
	color: #657360;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	top: 10px;
	/*display:block;*//* 091203 eva */
	

	
}
.login_line1 {/*091119 eva*/
	clear: both;
	padding-top: 7px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	height: 14px;
	width:300px;
	width/**/:295px; /* 091203 eva */
	float:right;
	display:inline;
	overflow:hidden;
	position:relative;		/* last updated by eva 091202*/
	top:0px;				/* last updated by eva 091202*/
	

}
.login_line1 div{/*091119 eva*/	
	height:14px;	
	width:auto;
	float:right;
	display: block;
}


.login_line2 {
	clear: both;
	padding-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.adbanner {
	width: 300px !important;/*091206 eva*/
	width/**/: 295px; /*091206 eva*/
	margin:0 5px 5px;/*091206 eva*/
	
}

.org_12 {
	font-size: 12px;
	color: #FF6600;
}
.footer_copyright {
	font-size: 9px;
}

.jetsopink_11 {
	font-size: 11px;
	color: #FF3366;
}
/* 091117 eva
.facebook_login {
	font-size: 12px;
	color: #3B5998;
}*/

.user_login /*091119 eva*/	{
	color:#657360;
	/*text-align:right;*/
	font-size:11px;	
	height:14px;	
	display:block;
	float:right;
	padding:0px;

}
.user_login a, .user_login a:link, .user_login a:visited, .user_login a:hover{/* 091117 eva*/		
	color:#657360;
}

.user_logout, .user_register /*091119 eva*/	{
	color:#ff6600;
	/*text-align:right;*/
	font-size:11px;	
	height:14px;	
	display:block;
	float:right;
	padding:0px;

}
.user_logout a, .user_logout a:link, .user_logout a:visited, .user_logout a:hover, .user_register a, .user_register a:link, .user_register a:visited, .user_register a:hover{/* 091117 eva*/		
	color:#ff6600;
}

.user_facebook_login, a.user_facebook_login {/*091119 eva*/	
	background: url(../image/facebook-icon.gif)  no-repeat;
	/*text-align:right;*/
	font-size:11px;	
	height:14px;	
	display:block;
	float:right;
	padding-left:16px;
	color:#3b5998;
}

.user_facebook_login a, .user_facebook_login a:link, .user_facebook_login a:visited, .user_facebook_login a:hover{/* 091117 eva*/		
	color:#3b5998;
}

.facebook_login {
	font-size: 12px;
	color: #3B5998;
}

/* added by eva 091104*/
.facebook_share, a.facebook_share {
	background: url(../image/facebook-icon.gif)  no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;   /*20091127 mike*/
	text-align:right;
	font-size:11px;	
	height:14px;
	vertical-align:bottom;
	display:block;
	float:right;
	padding-left:16px;
}

.facebook_share a, .facebook_share a:link{		
	color:#3b5998;
}

.facebook_text {/*091202 eva*/
	color:#3b5998;
}
/* added by eva 091104 end here*/

/*.quick_search {
	height: 54px;
	background-color: #FFCC66;
}*//*091201 eva*/


.login_but {
	padding-left: 25px;
	width: 80px;
	float: right;
	height: 34px;
	padding-top: 10px;
	position:relative; /* last updated by eva 091202*/
	top:0px; /* last updated by eva 091202*/

}
.jetsobrown_11 {
	font-size: 11px;
	color: #915728;
}
.footer {
	padding-top: 30px;/*091112 2043*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 980px;
	font-size: 12px;
	display:block; /*091112 2043*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	color: #4B4B4B;
	letter-spacing: 1pt;
	line-height: 150%;
}


/*katherine*/

.main_menu{
	margin-left: 0px;
	width: 860px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

.main_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight: bold;
}

.main_menu li{
	display:inline;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size: 14px;
}


.main_menu a{
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	letter-spacing: 1px;
}

.main_menu a span{
	float:left;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 17px;
}

.main_menu a span{
	float:none;
	color: #666666;
}


.main_menu a:hover{
	text-decoration: underline;
	color: #657360;
}

.main_menu a:hover span{
	color: #7E8F78;
	text-decoration: underline;
}
.main_menu  .current  a, .main_menu  .current  span{
	background-image: url(../image/menu_bk.gif);
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.main_menu_line{
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px; 
	background-color: #A5CA7B;
}

.main_menu_macau { 
	height: 24px !important;
	height/**/: 14px;
	width: 100px;
	font-size: 14px;
	float: right;
	vertical-align: bottom;
	/* padding: 3px; */
	padding-top: 3px;	/* last updated by raymond 091208 */
	font-weight: bold;
}
/* last updated by eva 091202 */
/* IE */
.theme_icon {
	background-image: url(../image/sub_header_feature_icon.gif);
	width: 130px !important; /* katherine 20091124*//* last mod by eva 091205*/
	width/**/: 120px; /* katherine 20091124*/
	height: 34px;
	/*width: 125px;*//* commented by eva 091204 */
	/*top: 10px;
	right: 10px;*/			/* mod by Raymond 2009-12-01 */	
	margin-left: 5px; /* katherine 20091124*/	
	padding: 10px 10px 0;/* last mod by eva 091205 15px*/	
	position: relative;		/* add by Raymond 2009-12-01 */	
	display: inline; /* katherine 20091124*/
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
}
/* last updated by eva 091202 */
/* Firefox and all other browsers */
html > body .theme_icon {
	height: 34px;
	width: 130px !important; /* katherine 20091124*//* last mod by eva 091205*/
	/*width: 125px;*//* commented by eva 091204 */
	/*top: 10px;
	right: 10px;*/			/* mod by Raymond 2009-12-01 */
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;/* last mod by eva 091205 15px*/
	/* margin-left: 5px; */	/* original */
	position: relative;		/* add by Raymond 2009-12-01 */
	margin-left: 5px; /* katherine 20091124*/
	background-image: url(../image/sub_header_feature_icon.gif);
	display: inline; /* katherine 20091124*/
}
.theme_icon_gray {
	height: 34px;
	width: 125px;
	background: url(../image/unews/unews_sub_feature_icon_bk.gif) no-repeat;
	top: 10px;
	right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #657360;
	float: left;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	display:inline; /*20091209 mike*/
}

/* last updated by eva 091202 */
/* IE */
.nav {
	width: 665px !important;/*katherine 20091122*/
	width /**/: 690px; /* katherine 20091124*/
	margin-left: 5px; /* katherine 20091124 -11px*/
	margin-right: 5px; /* katherine 20091124*/
	padding:10px 5px 5px 10px;	 /* katherine 20091124*/
	clear: both; /* katherine 20091124*/
	height: 16px; /* katherine 20091124*/
	font-size: 12px; /* katherine 20091124*/
	text-align: left;  /* katherine 20091124*/

}

/* Firefox and all other browsers */
html > body .nav  {
	clear: both;	
	font-size: 12px;/*091116 eva*/
	/*color: #657360;*//*091116 eva*/
	text-align: left;/*091116 eva*/
	padding:10px 5px 5px 10px;		
	margin-right: 5px;
	margin-left: 5px;
	height: 16px;
}
.nav_gray {
	clear: both;
	padding-left: 10px;
	font-size: 11px;
	color: #657360;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	height: 16px;
	background-image: url(../image/nav_gray.jpg);
}
/* last updated by eva 091202 */
.adbanner_area {
	width: 300px !important;
	width/**/: 295px; /* last modified by eva 091205 */
	/* width: 292px; */	/* mod by Raymond 2009-12-01 */
	/* clip: rect(-5px,auto,auto,auto); */
	margin:0 5px;/*091205 eva*/
	padding-right:0px !important;/*091206 eva*/
}


/* last updated by eva 091202 */
.adbanner_area_plana {
	width: 300px !important;
	width/**/: 295px;

	
	
	top:0px;									/* add by Raymond 2009-12-01 */
	padding-right: 0px !important;				/* add by Raymond 2009-12-04 */	
	padding-bottom: 5px;
}
.adbanner_area_planb           {
	width: 300px !important;
	width/**/: 295px;
	padding-right: 0px;/*091206 eva*/
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.adbanner_area_planc      {
	width: 300px !important;
	width/**/: 295px;
	padding-right: 0px !important;				/* add by Raymond 2009-12-04 */
	padding-right/**/: 0px;						/* add by Raymond 2009-12-04 */

	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* last updated by eva 091202 */
/* IE */
.page_title {
	margin:5px;
	padding: 15px 10px 0 10px;/*091206 eva*/

	width:660px !important;				/*20091202 mike*/
	width/**/:660px;/*091209 eva*/
	display:block;
	overflow:hidden;
	float:left;
	display:inline;/* katherine 20091203*/
	
	height:auto;	/* add by Raymond 2009-12-01 *//*091208 eva 22px*//*091209 eva*/
}

/* Firefox and all other browsers */
html > body .page_title {
	margin:5px;
	padding: 15px 10px 0 10px;/*091206 eva*/
	width:660px;				/*20091202 mike*/
	display:block;
	overflow:hidden;
	float:left;
	
	height:28px;	/* add by Raymond 2009-12-01 *//*091208 eva 22px*/
}
/* last updated by eva 091202 */
/* add by Raymond 2009-12-01 */
.title_img {
	width:auto;
	display:block;
	float:left;
	height:20px; /*091205 eva 22px*/
}
/*
.content {
	position:relative;
	top:0px;
	left:-16px;
}


html > body .content {
	position:relative;
	top:0px;
	left:0px;
} 091208 eva*/

.sort {
	display:block;
	width:auto; /* 091206 eva */
	/*width:300px; 091206 eva*/	/* mod by Raymond 2009-12-01 */
	float:right; 
	font-size:12px;	/*091114 eva*/
	padding:3px 0;
	

}


.sort ul {
	margin:0px;/*091206 eva :0 6px*/
	padding:0;
	display:block;
	float:right;
}

.sort ul li {/*091114 eva*/
	margin:0;
	margin-left:6px;/*091206 eva*/
	margin-right:0;/*091206 eva 6px*/
	padding:0;
	display:inline;
	float:left;
	width:auto;	
	height:16px;	
	line-height:13px;
	padding-top:2px;
	font-size:12px;
	vertical-align:bottom;
}

.sort ul li div {/*091114 1343 eva*/
	background:none;
	margin:0;
	margin-top:-2px;
	padding:2px 1px 0;	
	display: inline;
	float:left;
	height:14px;
	width:auto;	
	line-height:13px;
	
	vertical-align:bottom;
}
.sort ul li.current div {
	background:#657360;
	color:white;
}
.sort ul li div a{
	color:#657360;
}
/*.sort ul li div a:hover{
	text-decoration:underline;
}*/
.sort ul li.current div a{
	color:white;
}
/* last updated by eva 091202 */

.sort ul li .left {/*091114 1343 eva*/
	background:none;
	height:16px;
	width:6px;
	padding:0;
	margin:0;
	margin-top:-2px;
}
.sort ul li.current .left {
	background:transparent url(../image/sort_btn_bg_left.gif) no-repeat;
}

.sort ul li .right {/*091114 1343 eva*/
	background:none;
	height:16px;
	width:6px;	
	padding:0;
	margin:0;
	margin-top:-2px;
	
}
.sort ul li.current .right {
	background:transparent url(../image/sort_btn_bg_right.gif) no-repeat;
}


/* 091106 updated by eva ends here*/

/* 091105 updated by eva */
/* last updated by eva 091202 */
/* IE */
.pagination {
	display:block;
	overflow:hidden;
	float:left;	
	width:660px !important;/*katherine 20091203*/
	/*width *//**//*: 680px;*/ /* last modified by eva 091205*/
	width /**/: 660px;	 		/*20091125 mike*/
	margin:5px;	
	padding:0px 10px;	/* add by Raymond 2009-12-02 */	
	font-size:12px;
	display:inline ; /*katherine 20091203*/
	
}




/* add by Raymond 2009-12-02  end */

.pagination span.left{
	display:block;
	float:left;
	overflow:hidden;
	padding-top:5px;	
}

.pagination span.right{
	display:block;
	float:right;
	overflow:hidden;	
}

.pagination li{	
	float:left;	
	margin:0;
	margin-left:3px;	
	text-align: center;	
	border: 1px solid #A5CA7B;
	color:#657360;
	height:18px;
}

.pagination li.on{	
	border:1px solid #ffffff;
	color:#657360;
	font-weight:bold;
	padding: 1px 4px;
}

.pagination li.on:hover{	
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#657360;
	font-weight:bold;
}

.pagination li:hover{	
	border: 1px solid #A5CA7B;
	background-color:#A5CA7B;
	color:#ffffff;	
}

.pagination li a{	
	display:block;
	width:inherit;
	height:inherit;
	color:inherit;
	padding: 1px 6px;
}

.pagination li a:hover{	
	color:#ffffff;
}

.pagination li input{	
	display:block;
	width:30px;
	height:18px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	border:0px;
	padding-left:3px;
	
	
}
/* 091105 updated by eva ends here*/

/* 091110 12:19 updated by stanley*/
a.remove_righttop {
	background:url(../image/delete.gif) no-repeat;
	background-position:right top;
	width:11px;
	height:11px;
	display:block;
	margin:3px;
	padding:0;
	float:right; /*stanley added 17nov09 13:05*/
}

a.remove_righttop:hover {
	background:url(../image/delete_on.gif) no-repeat;
}
/* 091110 12:19 updated by stanley ends here*/





/*--12nov09 15:15 stanley updated--*/
/*--submenu --*/
.picpic{
	height:16px;
	width:16px;
	float:left;
}
.sortpic {
	display:block;
	width:400;
	float:right;
	font-size:11px;
	padding:5px 0;
	
}

.sortpic ul {
	margin:0 5px;
	padding:0;
	display:block;
	float:right;
}

.sortpic ul li {
	margin:0;
	margin-right:20px;
	padding:0;
	display:block;
	width:auto;
	float:left;
	height:14px;
}

.sortpic ul li div {
	background:none;
	padding:0 1px;
	width:auto;
	display:block;
	float:left;
	height:13px;
}
.sortpic ul li.current div {
	background:#657360;
	color:white;
}
.sortpic ul li div a{
	color:#657360;
}
/*.sort ul li div a:hover{
	text-decoration:underline;
}*/
.sortpic ul li.current div a{
	color:white;
}
.sortpic ul li .left {
	background:none;
	height:13px;
	width:6px;
	padding:0;
	margin:0;
}
.sortpic ul li.current .left {
	background:transparent url(../image/sort_btn_bg_left.gif) no-repeat;
}

.sortpic ul li .right {
	background:none;
	height:13px;
	width:6px;	
	padding:0;
	margin:0;
	
}
.sortpic ul li.current .right {
	background:transparent url(../image/sort_btn_bg_right.gif) no-repeat;
}

/*--12nov09 15:15 stanley updated ends here--*/
/*--stanley update 14nov09 17:30--*/
.member_sort {
	display:block;
	width:420px;
	float:right;
	font-size:11px;
	padding:3px 0;
	
}
.member_sort .display{
	float:left;
	padding:0px 0 0 80px;
	width:auto;
	text-align:right;
	
}
.member_sort ul {
	margin:0 6px;
	padding:0;
	display:block;
	float:right;
}

.member_sort ul li {
	margin:0;
	margin-right:6px;
	padding:0;
	display:block;
	width:auto;
	float:left;
}

.member_sort ul li div {
	background:none;
	padding:0 1px;
	width:auto;
	display:block;
	float:left;
}
/*.member_sort ul li.current div {
	background:#657360;
	color:white;
}
.member_sort ul li div a{
	color:#657360;
}
/*.sort ul li div a:hover{
	text-decoration:underline;
}*/

/*.member_sort ul li.current div a{
	color:white;
}*/
.member_sort ul li .center {
	background:none;
	width:auto;
	margin:0;
	text-align:center;
}
.member_sort .centerbkpic {
	width:72px;
	margin:0;
	text-align:center;
}
.member_sort .centerbkpic_on {
	background-image:url(../image/review/list_background.gif);
	background-position:7px;
	background-repeat:no-repeat;
	width:72px;
	margin:0;
	text-align:center;
	color:#ffffff;
}
.member_sort ul li .icons_list {
	background-image:url(../image/review/reviews_sort_list_icon.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	padding:0 0 0 0px;
	margin:0;
}
.member_sort ul li .icons_details	 {
	background-image:url(../image/review/reviews_sort_details_icon.gif);
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	padding:0 0 0 0;
	margin:0;
}
.member_sort ul li .icons_semidetails	 {
	background-image:url(../image/review/reviews_sort_semi_details_icon.gif);
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	padding:0 0 0 0;
	margin:0;
}
.member_sort ul li .left {
	background:none;
	width:6px;
	padding:0;
	margin:0;
}
.member_sort ul li.current .left {
	background:transparent url(../image/sort_btn_bg_left.gif) no-repeat;
}

.member_sort ul li .right {
	background:none;
	width:6px;	
	padding:0;
	margin:0;
	
}
.member_sort ul li.current .right {
	background:transparent url(../image/sort_btn_bg_right.gif) no-repeat;
}

/*--stanley update 14nov09 17:30 ends here--*/

/*--stanley update 17nov09 19:22 --*/


.rest_report, a.rest_report {
	background: url(../image/review/icon_report.gif)  no-repeat;
	text-align:right;
	font-size:11px;
	height:18px;
	/*vertical-align:baseline;*/
	vertical-align:bottom;
	display:block;
	float:right;
	padding-left:18px;
	margin-right:16px;
	color:#FF3366;
}
.rest_report a, .rest_report a:link{		
	color:#FF3366;
}

.rest_write_review, a.rest_write_review {
	background: url(../image/review/icon_write.gif)  no-repeat;
	text-align:right;
	font-size:11px;
	height:18px;
	/*vertical-align:baseline;*/
	vertical-align:text-bottom;
	display:block;
	float:right;
	padding-left:18px;
	margin-right:16px;
	color:#7EAE58;
}
.rest_write_review a, .rest_write_review a:link{		
	color:#7EAE58;
}
/* added by eva 091117 */
.frd_share, a.frd_share {
	background: url(../image/review/icon_frd.gif)  no-repeat;
	text-align:right;
	font-size:11px;
	height:18px;
	/*vertical-align:baseline;*/
	vertical-align:bottom;
	display:block;
	float:right;
	padding-left:18px;
	margin-right:16px;
	color:#657360;
}
.frd_share a, .frd_share a:link{		
	color:#657360;
}
.facebook_share, a.facebook_share {
	background: url(../image/facebook-icon.gif)  no-repeat;
	text-align:right;
	font-size:11px;	
	height:14px;
	vertical-align:bottom;
	display:block;
	float:right;
	padding-left:16px;
	color:#3b5998;
}

.facebook_share a, .facebook_share a:link{		
	color:#3b5998;
}

/*--stanley update 17nov09 19:22 ends here--*/
/* 091119 eva */
/*submit form*/
.form_submit {
	display:block;
	width:320px;								/* add by Raymond 2009-12-05 118px*/
	margin:10px auto 25px 100px; /*091126 eva*/
	padding:0;
	font-size:11px;
	text-align:center;
}

.form_submit_center {/*091209 eva*/
	display:block;
	clear:both;								
	margin:5px!important;
	margin-left/**/:0px; 
	margin-top:10px;
	
	padding-top:10px;
	font-size:11px;
	text-align:center;
}

.form_submit_center .buttons a{/*091209 eva*/
	float:none;
}

.form_submit_center a.form_reset{/*091209 eva*/
	padding-left:14px !important;
	padding-left/**/:0px;
}
.form_submit .buttons{ /*091209 eva*/
	display:inline;
	float:left;
	width:auto;
	text-align:center;
}
.form_submit input{	/*091126 eva*/
	margin:0;
	padding:0;	
}


.form_reset {
	background:url(../image/member_refill.gif) 0 2px no-repeat;	/*091125 eva*/
	padding-left:14px !important;
	padding-left/**/:0px;
	line-height:18px;/*091125 eva*/
	font-size:11px;/*091125 eva*/
	
	display: inline-block;  /* mod by Raymond 2009-12-14 */
	width: auto !important;  /* mod by Raymond 2009-12-14 */
	/*width/**//*: 85%; *//* mod by Raymond 2009-12-14 */
}


/* 091119 eva end here */
.feature_box-title {/*091205 katherine*/
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #657360; /*20091209 mike*/
	width: 130px;
}
.top_margin_17px{		/*20091203 mike*/
	margin-top:17px;/*091119 eva*/
}

.gen_report, a.gen_report {										/*20091204 mike*/
	background: url(../image/review/icon_report.gif)  no-repeat;
	text-align:right;
	font-size:11px;
	height:18px;
	vertical-align:bottom;
	float:left;
	padding-left:18px;
	color:#FF3366;
}
.gen_report a, .gen_report a:link{								/*20091204 mike*/
	color:#FF3366;



}

.red_text { /*091130 eva*/
	color:red;
	font-size:10px;
	float: left;
}

.red_text_share_friend { /*091130 kira*/
	color:red;
	font-size:10px;
}