/*Model: Search Result [[*/

#search_result{
	width: 860px;
	margin:30px auto 20px auto;
	border-radius: 80px 20px 20px 20px;
}

#search_result .sr-hd{
	border: 0px solid #ff7979;
	border-radius: 80px 20px 0 0;
	background: #fff;
}

#search_result .sr-hd .img-cornor{
	width: 90px;
	height: 84px;
	background: url(../img/icon_corner_search_result.png)no-repeat;
	float: left;
	position: relative;
	top: -18px;
	left: -7px;
}


#search_result .sr-bd .arrows_left{
	width:38px;
	display:block;
	margin-left:10px;
	float:left;
	position:relative;
	top:295px;
	left:10px;
	right:10px;
}
	
#search_result .sr-bd .arrows_right{
	width:38px;
	display:block;
	margin-left:10px;
	float:right;
	position:relative;
	top:295px;
	left:10px;
	right:10px;
	background-image: url(../img/icon_arrow_left_orange.png) no-repeat;
	}

#search_result .sr-hd .img-cornor img {
	margin:32px 0 0 -10px;
}
#search_result .sr-hd h3 {
	font-size: 13px;
	color: #aaa;
	float:left;
	margin:18px 0 10px;
}
#search_result .bd-lf .book-info h3{
	width:260px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	 
	word-break:keep-all;
    font-size: 13px;
	}
#search_result .bd-lf .book-info p{ line-height:25px;}	
#search_result .sr-bd{
	background-color: #fff;
	padding: 0 20px 20px;
}

#search_result .sr-bd .bd-lf,
#search_result .sr-bd .book-card,
#search_result .sr-bd .book-info {
	float: left;
}
#search_result .sr-bd .bd-lf {
    height: 130px;
		width: 380px;
		margin:10px 10px;
}
#search_result .sr-bd .book-card {
	width: 100px;
}
#search_result .sr-bd .book-info .rate {
	margin-bottom: 20px;
}
#search_result .sr-bd .book-info .rate .five-stars {
	width: 64px;
	height: 10px;
	margin: 10px 0;
	background: url(../img/rate_star_gray.jpg) no-repeat;
} 
#search_result .sr-bd .book-info .rate a {
	font-size: 11px;
}
#search_result .sr-bd .book-info .sales p span {
	font-size:20px;
	font-weight:bold;
}
#search_result .sr-bd .book-info .actions a {
	float: left;
	width:24px;
	height:24px;
	border-radius: 12px;
	background: #eee;
	margin: 10px 10px 10px 0;
	overflow: hidden;
}

#search_result .sr-bd .book-description{
	width: 480px;
	float: left;
}
#search_result .sr-bd .book-description h5 p{
	font-size: 15px;
	font-weight: bold;
	padding: 3px 20px;
	background: #f5f5f5;
	border-radius: 6px 6px 0 0;
	float: left;
}
#search_result .sr-bd .book-description .content{
	padding: 10px 20px;
	background: #f5f5f5;
}

#search_result .sr-ft{
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	padding: 0 40px 20px 40px;
}


/*clear float*/
#search_result .sr-bd:before,#search_result .sr-hd:before,#search_result .sr-bd .book-description h5:before,
#search_result .sr-bd:after, #search_result .sr-hd:after, #search_result .sr-bd .book-description h5:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
#search_result .sr-bd:after, #search_result .sr-hd:after, #search_result .sr-bd .book-description h5:after {clear: both;}
#search_result .sr-bd, #search_result .sr-hd, #search_result .sr-bd .book-description h5 {zoom: 1;} /* IE < 8 */


/*Model: Search Result ]]*/

/*Model: VIP Recommend [[*/
#vip_recommend {}
#vip_recommend h3 {
	padding-left:10px;
}
#vip_recommend  p {
	margin: 5px 10px;
}
#friend_email {
	background: #eee;
	margin: 5px 10px;
	font-size: 12px;
	padding: 3px;
}
.recommend-error{
	width:250px;
	padding:5px 10px;
	color:red;
	text-align:center;    
}

.recommend-info{
	width:250px;
	padding:5px 10px;
	color:green;
	text-align:center;    
}

#friend_email input {
	width: 150px;
	height: 18px;
	border:0;
}
#vip_recommend .send_invite p {
	width: 155px;
	font-size: 12px;
	float: left;
	color:#999;
}
#vip_recommend .send_invite input.btn-green {
	margin-top:10px;
}



/*clear float*/
#vip_recommend .send_invite:before,
#vip_recommend .send_invite:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
#vip_recommend .send_invite:after {clear: both;}
#vip_recommend .send_invite {zoom: 1;} /* IE < 8 */

/*Model: VIP Recommend ]]*/

/*Model: VIP Register [[*/
#vip_register {
	margin-bottom: 50px;
}
#vip_register h1 {
	text-align: center;
	margin:10px 0;
	padding-left:10px;
}
#vip_register  p {
	padding-bottom: 20px;
	margin: 5px 10px;
}
#vip_register .roundcorner-box-white {
	background:#fffae6;
	padding:0;
}
#vip_register .roundcorner-box-orange {
	box-shadow: #fca600 0px 2px 10px;
}

#vip_register .login dt,
#vip_register .login dd {
	float: left;
	height: 30px;
}
#vip_register .login dt {
	width:90px;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align:right;
}
#vip_register .login dd {
	width:170px;
	margin: 0;
	padding: 0;
} 
#vip_register .login dd input {
	width:150px;
	height:24px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px;
	margin: 3px 0;
}

#vip_register .login span#user_last_name_zh,
#vip_register .login span#user_first_name_zh,
#vip_register .login span#user_last_name_en,
#vip_register .login span#user_first_name_en {
	display:inline-block;
	border-radius:  10px;
	background: #fdb41a;
	padding-left:3px;
	margin: 3px 0;
} 
#vip_register .login span#user_last_name_zh,
#vip_register .login span#user_first_name_zh {
	margin-right:3px;
}
#vip_register .login span#user_last_name_zh input,
#vip_register .login span#user_first_name_zh input {
	width:70px;
	margin: 0;
}
#vip_register .login span#user_last_name_en input,
#vip_register .login span#user_first_name_en input {
	width: 85px;
	margin: 0;
}

#vip_register .login dd select {
	width:170px;
	height:24px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px;
	margin: 3px 0;
	text-align: right;
}
#vip_register .login .form_footer {
	text-align: center;
	padding:20px 0 0;
}


/*Model: VIP Register ]]*/

/*Model: Subscript [[*/
#subscript {
	padding-top: 60px;
    width: 700px;
    height: 148px;
    margin:0 auto; 

}
#subscript.right-column {
	margin-top: 20px;
}
#subscript a {
	display: block;
	width: 148px;
	height: 148px;
	border-radius: 74px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
	color: #555;
    float: left;
}
#subscript a:hover {
	box-shadow: #c20f0e 0px 0px 10px;
}
#subscript a p:first-child {
	margin-top: 60px;
}

#subscript a p.f-big {
	font-size:15px;
	font-weight: bold;
}
#subscript a p.f-normal {
	font-size:13px;
	font-weight: bold;
	line-height:15px;
}
#subscript a p.f-small {
	font-size:10px;
	font-weight: bold;
	line-height:12px;
}

#subscript a.gold {
	background: url(../img/btn_subscript_gold.png) no-repeat;
}
#subscript a.silver {
	background: url(../img/btn_subscript_silver.png) no-repeat;
}
#subscript a.copper {
	background: url(../img/btn_subscript_copper.png) no-repeat;
}
#subscript a.gold:hover {
	background: url(../img/btn_subscript_gold_hover.png) no-repeat;
}
#subscript a.silver:hover {
	background: url(../img/btn_subscript_silver_hover.png) no-repeat;
}
#subscript a.copper:hover {
	background: url(../img/btn_subscript_copper_hover.png) no-repeat;
}
#subscript a.trial {
	background: url(../img/btn_subscript_tri.png) no-repeat;
}
#subscript a.trial:hover {
	background: url(../img/btn_subscript_tri_hover.png) no-repeat;
}
#subscript a.sponsor {
	background: url(../img/btn_subscript_inc.png) no-repeat;
}
#subscript a.sponsor:hover {
	background: url(../img/btn_subscript_inc_hover.png) no-repeat;
}

/*Model: Subscript ]]*/

/*Model: Subscript Plan [[*/
#subscript_plan{
	width: 920px;
	background: #02a0e9;
	margin:40px auto 20px;
	border-radius: 10px;
	padding: 10px 0;
    min-height: 400px;
}
#subscript_plan li .f-big {
	font-size:20px;
}
#subscript_plan li .f-normal {
	font-size:13px;
}
#subscript_plan li .f-small {
	font-size:11px;
}

#subscript_plan li {
	margin: 5px 20px;
}
#subscript_plan .sp-hd{
	background: #fff;
	margin:0 10px 5px 10px;
	padding: 10px 0;
}
#subscript_plan .sp-bd{
	background: #e7e7e7;
	margin: 0 10px;
	padding: 10px 0;
    min-height: 300px;
}
#subscript_plan .sp-bd input {
	width:20px;
	height:24px;
	border: 0;
	background: #fff;
	line-height: 24px;
	padding: 0;
	margin: 3px;
}

#subscript_plan .li-submit input {
	font-size: 11px;
	border: 0;
	color: #555;
	display: inline-block;
	width: 85px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(../img/bg_btns.png) no-repeat 0 -58px;
}

#subscript_plan .li-select input {
    background-color: #e7e7e7;
}

#subscript_plan .sp-bd .form-ft {
	padding:10px 20px;
	float: none;
}
#subscript_plan .sp-bd .form-ft a {
	text-align: center;
	margin-right:10px;
}
#subscript_plan .sp-ft{
	color: #fff;
	margin: 0 10px 10px;
	padding: 10px 0;
}
#subscript_plan .sp-ft p {
	margin: 0 20px;
}


/*Model: Subscript Plan ]]*/

/*Model: Vip Profile [[*/
#vip_profile{
	width: 920px;
	background: #02a0e9;
	margin:40px auto;
	border-radius: 10px;
	padding: 10px 0;
}
#vip_profile .form {
	float: left;
	width: 560px;
}
#vip_profile li span em,
#vip_profile li .f-big {
	font-size:20px;
}
#vip_profile li span em {
	font-style: normal;
}
#vip_profile li .f-normal {
	font-size:15px;
}
#vip_profile li .f-small {
	font-size:11px;
}

#vip_profile li {
	margin: 10px 20px;
}
#vip_profile .vp-hd{
	background: #fff;
	margin:0 10px 5px 10px;
	padding: 10px 0;
    height:40px;
}
#vip_profile .vp-hd h2 {
	margin:20px 0 0 20px;
    float:left;
}
#vip_profile .vp-bd{
	background: #e7e7e7;
	margin: 0 10px;
	padding: 10px 0;
}
#vip_profile .vp-bd .form-aside .vr-bd {
	float:left;
	width: 280px;
	font-size: 14px;
	border-radius: 40px;
	background: #fff;
	margin: 20px;
	padding: 10px;
}
#vip_profile .vp-bd .form-add {
	float:left;
	font-size: 14px;
	margin:10px 0 0 10px;

}

.form .fields li label {
display: inline-block;
width: 80px;
margin-left: 10px;
}

.form .fields .lb-width {
display: inline-block;
width: 130px;
margin-left: 10px;
}

.form .fields .message-error {
font-weight: 700;
color: red;
}

.form .fields .result{
font-weight:700;
color:red;
}

.required {
color: red;
}

.field-validation-error {
font-weight: 700;
color: red;
}

#input_device{ padding-left:135px;}
#home_form  .vr-bd {
	float:left;
	width: 280px;
	font-size: 14px;
	border-radius: 40px;
	box-shadow:0px 0px 15px #fca600;
	background: #fff;
	margin: 20px;
	padding:10px;
}

#home_form  .vr-bd h3 {
	margin-top:20px;
}
#home_form  p {
	margin: 5px 10px;
	color:#000;
}


#home_form .send_invite p {
	width: 160px;
	font-size: 12px;
	float: left;
	color:#666;
    height:30px;
}
#home_form .send_invite input.btn-green {
	margin-top:10px;
}

/*clear float*/
#home_form .send_invite:before,
#home_form .send_invite:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
#home_form .send_invite:after {clear: both;}
#home_form .send_invite {zoom: 1;} /* IE < 8 */


#vip_profile .vp-bd .form-aside .vr-bd h3 {
	margin-top:20px;
}
#vip_profile .vp-bd .form-ft {
	padding:10px 20px;
}
#vip_profile .vp-bd .form-ft a {
	text-align: center;
	margin-right:10px;
}
#vip_profile .vp-bd .devices-label{
	display:inline-block;
	vertical-align:top;
}

#vip_profile .vp-bd .devices-list{
	display:inline-block;
	vertical-align:top;
	width:400px;
	padding:0px;
}
#vip_profile .vp-bd .devices-list .device-row{
	height:20px;
	width:75%;
    margin-top:0;
}
#vip_profile .vp-bd .devices-list .device-row a{
	float:right;
	color:red;
	background:url(../img/delete.png) center no-repeat;
	width:20px;
	height:20px;
	
}
#vip_profile .vp-bd .devices-list .device-row a:hover{	
	color:#FF8500;
	cursor:pointer;
}

#vip_profile .vp-ft{
	color: #fff;
	margin: 0 10px 10px;
	padding: 10px 0;
}
#vip_profile .vp-ft p {
	margin: 0 20px;
}

/*clear float*/
#vip_profile .vp-bd:before,
#vip_profile .vp-bd:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
#vip_profile .vp-bd:after {clear: both;}
#vip_profile .vp-bd {zoom: 1;} /* IE < 8 */

/*Model: Vip Profile ]]*/

/*Model: My Books [[*/
#books_frame{}
#books_frame .bf-bd {
	
}
#books_frame .bf-bd .bd-lf {
	/*padding-left: 12px;
	background: url(../img/bg_books_frame_border_left.png) left 0 repeat-y;*/
}
#books_frame .bf-bd .bd-rf {
	/*padding-right: 12px;
	background: url(../img/bg_books_frame_border_right.png) right 0 repeat-y;*/
}



/*Model: My Books ]]*/


/* start */
.ratinginactive{height:16px;width:80px;background:url(../img/star-x-inactive.png) 0 0 repeat-x;}
.ratingactive{float:left;height:16px;background:url(../img/star-x-active.png) 0 0 repeat-x;}

.f-right {
	font-size: 20px;
	float: right;
	line-height: 37px;
	margin-top: 0px;
	background: url(../img/right_icon.png) no-repeat left center;
	text-indent: 46px;
    margin-right: 40px;
}


#subscript_plan .sp-bd .pattern_of_payment li {
	width:100%;
	line-height:25px;
}

#subscript_plan .sp-bd .form-ft {
	padding:20px 20px;                               
	text-align:right;
}

#subscript_plan .sp-bd .pay_success, 
#subscript_plan .sp-bd .pay_failure 
 {
	 font-size:24px;
	 line-height:52px;
	 text-indent: 60px;
	 margin:auto;
	 }
#subscript_plan .sp-bd .pay_success{
	background:url(../img/succee_icon.png) no-repeat left center;	 
	width:30%;} 
#subscript_plan .sp-bd .pay_failure { 
     background:url(../img/failure_icon.png) no-repeat left center;
	 width:45%;
}

.li-payment {
    margin-top: 15px;
    color: #030303
}
