

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt 
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body{
	font-size:12px;
	color: #444444;
	font-family:helvetica,arial,sans-serif;	
	background: #FFFFFF;
}
.clearfix:after {  
	content:".";  
	display:block;  
	height:0;  
	clear:both;  
	visibility:hidden;  
	overflow: hidden;
	}  
.clearfix{
	display:inline-block;
	clear: both;
	width:0px;
	height:0px; 
	overflow: hidden;
}  
/* Hide from IE Mac */  
.clearfix {
	display:block;
	overflow: hidden;
	clear: both;
	width:0px;
	height:0px; 
}  
/* End hide from IE Mac */  
.left{
	float: left; 
	clear: none;
}
.right{
	float: right;
	clear: none;
}
textarea{
	font-size: 14px;
	color: #AE145D;
}
input{
	color: #AE145D;
}
a{ text-decoration: none; color: #AE145D;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
div.hidden { display: none; }


/* Header */
#header{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#header .adaptive{
	border: 0px;
}
	#top_box{
		width: 100%;
		height: 32px;
		overflow: hidden;
		font-family: Tahoma;
		color: #fff;
		background: url(../images/bg.png) left -840px repeat-x;
	}
		/*********** Menu Box *********/
		#menu_box{
			width: auto;
			height: 26px;
			margin-top: 3px;
			padding-left: 5px;
			overflow: hidden;
		}
			#menu_box ul li{
				width: auto;
				height: 26px;
				padding:0 6px;
				float: left;
				overflow: hidden;
			}
				#menu_box ul li a{
					width: auto;
					padding-right:4px;
					display: inline-block;
				}
					#menu_box ul li a span{
						height: 24px;
						padding-top: 2px;
						display: inline-block;
						cursor: pointer;
						color: #fff;
						font-size: 13px;
						font-weight: bold;
						padding-left:10px;
						padding-right:6px;
					}					
				#menu_box ul li a:hover,
				#menu_box ul li.active a{
					text-decoration: none;
					background: url(../images/bg.png) right -945px no-repeat;
				}
					#menu_box ul li a:hover span,
				#menu_box ul li.active a span{	
						color: #FFFFFF;
						background: url(../images/bg.png) -932px -919px no-repeat;
					}
					
			/*********** Login Box *********/		
			.login_box{
				height: 22px;
				overflow: hidden;
				margin-top: 5px;
				text-align: right;
			}
			.login_box a:hover{
				text-decoration: none;
			}
			#before_login{
				
			}
			#after_login{
			}
				.login_box .login_input{
					width: 90px;
					height: 18px;					
					overflow: hidden;
					padding: 2px 5px;
					margin-right: 5px;
					float: left;
					background: url(../images/bg.png) -490px -919px no-repeat;
				}
					.login_box .login_input .input_text{
						width:90px; 
						height: 16px;
						overflow: hidden;
						border: 0px;
						color: #666;
						background: transparent;
					}
				.login_box .login_check{
					overflow: hidden;
					float: left;
					margin-top: 3px;
					*margin-top: 0px;
				}
				.login_box .login_label{
					overflow: hidden;
					font-size: 13px;
					margin-right: 5px;
					*margin-right: 3px;
				}
			
				.login_box .login_link{
					color: #dfedfa;
					overflow: hidden;
					margin-right: 5px;
					display: inline;
					*margin-right: 3px;
				}
					.login_box .login_link a{
						color: #dfedfa;
						font-weight: bold;
						margin:0 5px;
					}
						.login_box .login_link a img{
							width: 14px;
							height: 14px;							
							_margin-top: 3px;
							vertical-align:middle;
							margin-right: 3px;
						}
						
					.login_box .login_link em{
						color: #fff;
						margin: 0 5px;
						font-weight: bold;
					}
		
			.login_box .login_button a{
				display: inline-block;
				color: #fff;
				margin-right: 10px;
				text-decoration: underline;
				font-weight: bold;
			}			
				.login_box .login_button a img{
					vertical-align: middle;
				}
			.login_box .login_button a:hover{
				font-weight: bold;
				text-decoration: none;
			}

.logo_search{
	width: 1000px;
	margin: 0 auto;
}
			
/************* Logo Style Start *************/	
#logo{
	width: 180px;
	height: 70px;
	overflow: hidden;
	margin: 10px;
	margin: 5px 25px 0px 5px;
	display: block;
	float: left;
}
/************* Logo Box Style End *************/

.container{
	width: 1000px;
	padding-bottom:10px; 
	margin-left: auto;
	margin-right: auto;
}
.adaptive{
	width: 100%;
	display: inline-block;
	border: 0px solid #c2d1df;
}
.container998{
	width: 998px;
	margin: 0 auto;
	display: inline-block;
	padding-bottom:10px; 
	border: 1px solid #c2d1df;
}
.fixed1032{
	width:1032px;
	margin: 0px auto 10px auto;
}

.payoff{
	color: #747371;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align: center;
}

/************* Search Box Style Start *************/	
.head_search{
	margin-top: 20px;
	float: left;
}

.search_box{
	width:542px;
	height: 47px;
	overflow: hidden;
}
	.search_box .search_input{
		width: 436px;
		height: 47px;
		overflow: hidden;
		background: url(../images/bg.png) -490px -872px no-repeat;
	}
		.search_box .search_input .input_text{
			width: 410px;
			height: 20px;
			overflow: hidden;
			margin:8px 10px;
			border: 0px;
			color: #AE145D;
			font-size: 16px;
			padding: 5px;
			font-weight: bold;
			background: #fff;
		}
	.search_box .search_button{
		width: 106px;
		height: 47px;
		overflow: hidden;
		background: url(../images/bg.png) right -872px no-repeat;
	}
		.search_box .search_button .input_button{
			width: 100px;
			height: 35px;
			overflow: hidden;
			margin:6px 0px;
			border: 0px;
			cursor: pointer;
			background: transparent;
		}
	
/************* Search Box Style End *************/	
	
/* Footer */		
#footer_box{
	width: 1000px;
	margin: 0 auto;
	margin-top: 175px;
	overflow: hidden;
	bottom: 0px;
	/*height: 100px;	*/
	clear: both;
	text-align: center;
	color: #444444;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	float: center;
}	
	#footer_box #footer_nav{
		overflow: hidden;
		height: 40px;
		color: #444444;
		line-height: 40px;
		margin-bottom: 0px;
		float: center;

	}	
		#footer_box #footer_nav a{
			color: #444444;
			margin: 0px 10px;
		}

/********** Pages Style Start *************/
	.pages{
		width: 300px;
		height: 25px;
		line-height: 25px;
		float: right;
		padding-right: 10px;
		margin-right: 10px;
		text-align: right;
		font-size: 12px;

	}
		.pages a{
			color: #3b5998;
			border: 1px solid #c2d1df;
			padding: 2px 6px;
			margin-right: 5px;
		}
		.pages a:hover {
			color: #3b5998;
			border: 1px solid #3b5998;
			text-decoration: none;
		}
		.pages span.current {
			padding: 2px 6px;
			margin-right: 5px;
			color: #3b5998;
			font-weight: bold;
			border: 1px solid #3b5998;
			background: #c2d6ed;
			font-size: 12px;
		}
		.pages span.disabled {
			color: #fff;
			border: 1px solid #ccc;
			padding: 1px 5px;
			margin-right: 5px;
			background: #fff;
		}
/********** Pages Style End *************/

/*******************************************************/
/******************* Common Stye End ***********8*******/
/*******************************************************/



/*********** Index Style Start ***********/		
#index_container{
	width: 100%;
}
/* Index Logo*/
#index_logo{
	width:335px;
	height: 162px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	background: url(../images/zero11.png) right bottom no-repeat; 
}
#index_logo a{
	width:435px;
	height: 162px;
	overflow: hidden;
	/*display: block;*/
}

#index_badge{
 position:absolute;
 top:45px;
 right:25px;
 z-index: 98;
}

#index_skyscreaper{
 position:absolute;
 /*top:10px;*/
 bottom: 0px;
 left:25px;
 z-index: 99;
 }

/* Search Box */
#index_search_box{
	margin: 0 auto;
	margin-top: 3px;
}
#index_msg{
	width:542px;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
	#index_msg #msg-box{
		width:407px;
		height: 48px;
		padding: 0px 15px;
		line-height: 37px;
		overflow: hidden;
		font-size: 17px;
		font-color: #DDDDDD;
		background: url(../images/bg.png) -320px -452px no-repeat;
	}
		#index_msg #msg-box em {
			font-weight: bold;
		}

#index_tweet{
	width:542px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 35px;
	text-indent: 100px;
	font-size: 15px;
	background: url(../images/tweet.gif) 50px center no-repeat;
}

	#index_tweet em{
		font-style: italic;
	}

#index_bookmarks{
	width:542px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 65px;
	text-align: center;
	margin-bottom: 100px;
}
	#index_bookmarks a{
		margin: 0 10px;
	}
/*********** Index Style Start ***********/	


/**************** Search Results Style Start **************/
#search_side .side_box_top{
	background: url(../images/bg.png) -236px -30px no-repeat;
}
#search_side .refine_search{
	border-bottom: 1px solid #c2d1df;
}
	#search_side .page_bg{
		width: 998px;
		height: 80px;
		overflow: hidden;
		border-bottom:1px solid #c2d1df;
	}
	
#search_side .txt_button{
	width: 190px;
	margin: 0px 6px;
	margin-top: 9px;
	height: 26px;
	overflow: hidden;
	clear: both;
	display: block;
}	
	#search_side .txt_button dt{
		width: 100px;
		float: left;
		font-size: 13px;
	}
	#search_side .txt_button dd{
		width: 26px;
		height: 26px;
		line-height: 25px;
		text-align: center;
		overflow: hidden;
		float: left;
		font-size: 11px;
		margin-right: 4px;
		cursor: pointer;
		background: url(../images/bg.png) -75px -60px no-repeat;
	}
	#search_side .txt_button dd.active{		
		font-weight: bold;
		background: url(../images/bg.png) -49px -60px no-repeat;
	}
		#search_side .bg_color span{
			width: 24px;
			height: 24px;
			margin: 1px;
			text-indent: -999px;
			overflow: hidden;
			display: block;
		}
			#search_side .bg_color dd.white_bg span{
				background: url(../images/bg.png) -149px -60px no-repeat;
			}
			#search_side .bg_color dd.black_bg span{
				background: url(../images/bg.png) -125px -60px no-repeat;
			}
			#search_side .bg_color dd.none_bg span{
				background: url(../images/bg.png) -101px -60px no-repeat;
			}
#search_side .license{
	height: 60px;
}			
	#search_side .license dt{
		width: 49px;
		display: block;
		height: 60px;
	}
	#search_side .license dd{
		width: 133px;
		*width: 137px;
		display: block;
		float: right;
		font-size: 13px;
		text-align: left;
		background: none;
	}
		#search_side .license dd input{
			float: left;
			margin-top: 5px;
			margin-right:5px;
			*margin-right:0px;
			*margin-top: 3px;
		}

#search_side .search_info{
	width: 186px;
	margin: 0px 6px;
}
	#search_side .search_info dl{
		width: 186px;
		margin-top: 8px;
	}
	
	#search_side .search_info dt{
		width: 186px;
		height: 30px;
		font-size: 13px;
		line-height: 30px;
		overflow: hidden;
	}
		#search_side .search_info dt label{
			float: left;
		}
		#search_side .search_info dt img{
			float: right;
			margin-top: 8px;
		}
		#search_side .search_input dd{
			width:182px;
			height: 27px;
			margin: 2px;
			overflow: hidden;
			background: url(../images/bg.png) -0px -30px no-repeat;
		}
		#search_side .search_input dd input{
			width:145px;
			height: 21px;
			padding-top: 4px;
			overflow: hidden;
			margin: 1px;
			margin-left: 28px;
			border: 0px;
			background: transparent;
		}
	
		#search_side .size_range dt span{
			float: right;
			font-size: 12px;
		}
		#search_side .size_range dd{
			height: 15px;
			overflow: hidden;
			position: relative;
			padding:5px 9px 1px 8px;
		}
			#search_side .size_range .size_area{				
				width:182px;
				margin: 10px 2px;
				height: 3px;
				overflow: hidden;
				text-indent: -999px;
				background: url(../images/bg.png) -0px -57px no-repeat;
			}
			#search_side .size_range .size_arrow{
				height: 13px;
				width: 14px;
				cursor: e-resize;
				position: absolute;
				text-indent: -999px;
				margin-top: -18px;
				margin-left:20px;
				background: url(../images/bg.png) -182px -30px no-repeat;	
			}				
	
	#search_side .color_filter dd{
		width:183px;
		height: 50px;
		overflow: hidden;
	}
		#search_side .color_filter ul{
			width: 146px;
			height: 48px;
			float: left;
			overflow: hidden;
		}
			#search_side .color_filter ul li{
				width: 16px;
				height: 16px;
				overflow: hidden;
				cursor: pointer;
				float: left;
				text-indent: -999px;
				margin-right: 6px;
				margin-bottom: 6px;
				border: 1px solid #999;
			}
				#search_side .color_filter ul li:hover{					
					width: 18px;
					height: 18px;
					margin: 0px 4px 4px 0px;
					border: 1px solid #000;
				}
			#search_side .color_filter ul li.red{
				background: red;
			}
			#search_side .color_filter ul li.orange{
				background: orange;
			}
			#search_side .color_filter ul li.yellow{
				background: yellow;
			}
			#search_side .color_filter ul li.green{
				background: green;
			}
			#search_side .color_filter ul li.aqua{
				background: aqua;
			}
			#search_side .color_filter ul li.blue{
				background: blue;
			}
			#search_side .color_filter ul li.purple{
				background: purple;
			}
			#search_side .color_filter ul li.pink{
				background: pink;
			}
			#search_side .color_filter ul li.white{
				background: white
			}
			#search_side .color_filter ul li.grey{
				background: grey;
			}
			#search_side .color_filter ul li.black{
				background: black;
			}
			#search_side .color_filter ul li.brown{
				background: brown;
			}
			#search_side .color_filter ul li.active{
				width: 18px;
				height: 18px;
				margin: 0px 4px 4px 0px;
				border: 1px solid #000;
			}
		#search_side .color_filter dd span{
			width: 37px;
			height: 42px;
			line-height: 42px;
			text-align: center;
			background: #e3e8f4;
			float: right;
			font-size: 15px;
			cursor: pointer;
			background: url(../images/bg.png) -12px -60px no-repeat;				
		}
		#search_side .color_filter dd span.active{
			font-weight: bold;
		}

		
	#search_side .select_box_dl{
		width: 200px;
		height: 90px;
		margin: 0px;
		float: none;
	}
		#search_side .select_box_dl dt{
			width: 49px;
			margin-top: 5px;
		}
		#search_side .select_box_dl dd{
			margin-top: 5px;
		}
	
#search_side .rate_search{
	width: 198px;
	margin-top: 0px;
	border-left: 1px solid #c2d1df;
	border-right: 1px solid #c2d1df;
	border-top:1px solid #fff; 
	background: #fafdff;
}	
	#search_side .rate_search .side_box_main{
		border:0px;
	}
	#search_side .rate_search .side_box_top{
		background: none;
		background-color: #e3e8f4;
		border-bottom: 1px solid #c2d1df;
	}
		#search_side .rate_search .votes_box{
			width:175px;
			display: inline-block;
			margin: 5px 15px;
		}
			#search_side .rate_search .votes_box dt{
				width: 60px;
				float: left;
				height: 26px;
				line-height: 26px;
				font-size: 13px;
			}
			#search_side .rate_search .votes_box dd{
				width: 115px;
				margin-top: 5px;
				height: 21px;
				float: right;
			}
#search_side .looking_for .side_box_main{
	border-bottom:1px solid #c2d1df; 
	height: auto;
	overflow: hidden;
}
	#search_side .looking_for ul{
		width:180px;
		margin: 8px;
	} 
		#search_side .looking_for ul li{
			float: left;
			width: 90px;
			height: 24px;
			line-height: 24px;
			overflow: hidden;
		}
			#search_side .looking_for ul li a{
				font-weight: bold;
			}
#search_side .side_box_bottom{
	height: 5px;
	background: url(../images/bg.png) -236px -60px no-repeat;
}


/* Open &Close */
.sidebar_arrow{
	width:6px;
	height: 580px;
	margin-top: 10px;
	overflow: hidden;
}
	.sidebar_arrow span{
		width:6px;
		height: 160px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		cursor: pointer;
		margin-top: 210px;
	}
	#side_open span{
		background: url(../images/bg.png) -0px -60px no-repeat;
	}
	#side_close span{
		background: url(../images/bg.png) -6px -60px no-repeat;
	}
		
		

/**************** Detail Style Start **************/
.detail_box {
	margin-top: 10px;
}

/**************** Detail Style End **************/






/************Sign Box Start***********/
.sign_box_left{
	width: 500px;
}
.sign_box_right{
	width: 490px;
}

.sign_box{
	width: 500px;
	margin-top:10px;
}
	.sign_box .box_main{
		width: 458px;
		padding: 20px 20px;
	}
	.sign_box p{
		font-size: 14px;
	}
		.sign_box p em{
			font-weight: bold;
		}
	.sign_box li{
		width: 460px;
		margin-top: 10px;
		display: inline-block;
	}
	.sign_box .form_name{
		width: 110px;
		float: left;
		padding-right:10px;
		text-align: right;
	}
	.sign_box .form_input{
		width: 300px;
		float: left;
		background: url(../images/bg.png) -174px -72px no-repeat;
	}
		.sign_box .form_input .input_text{
			width: 280px;
			overflow: hidden;
		}

	.sign_box li.button_area{
		width: 320px;
		margin-left: 120px;
		height: 45px;
		margin-top: 0px;
	}
	.sign_box li.two_button{
		width: 400px;
		margin-left: 60px;
		text-align: center;
		margin-top: 10px;
	}
		.sign_box li.button_area .form_checkbox{
			float: left;
			margin-top: 15px;
		}
			.sign_box li.button_area input{
				float: left;
				margin-top:2px;
				*margin-top:-1px;
				margin-right: 3px;
				*margin-right: 0px;
			}
			.sign_box li.button_area .form_button{
				float: left;
				margin-right: 20px;
			}
	
.why_box{
	width: 490px;
	margin-top:10px;
}
	.why_box .box_main{
		width: 448px;
	}
	.why_box .box_main ol{
		margin-top: 34px;
		*margin-top: 32px;
	}
	.why_box li{
		margin: 10px 0px;
		margin-left: 50px;
		font-size: 14px;
		line-height: 31px;
	}
		.why_box li img{
			position: absolute;
			margin-left: -30px;
			margin-top: -4px;
		}
	.why_box li.button_area{
		margin-left: 140px;
	}
	
	.form_msg{
		font-size: 11px;
		clear: both;
		display: inline-block;
	}
	.sign_box .form_msg{
		padding-left: 120px;
	}
	.sign_box li.checkbox_area{
		width: 320px;
		margin-left: 120px;
		*margin-left: 115px;
		margin-top: 5px;
		display: inline-block;
	}
	.form_checkbox{
		float: left;
		margin-top: 2px;
		*margin-top: 0px;
		margin-right: 5px;
		*margin-right: 0px;
	}
	.form_checkbox_name{
		float: left;
		font-size: 13px;
	}
	.why_box_main{
		height: 403px;
		*height: 380px;
	}
	
/************Sign Box End***********/


		


/*
_____________________________
Search suggestion
_____________________________
*/

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}

.suggest-box{
	width:100%; 
	text-align: center;
}

#search_suggest {
	width: 424px;
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF; 
	text-align: center; 	
}

#search_suggest li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 3px;
}

.suggest-name{
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.suggest-rank{
	width: 100%;
	text-align: right;
	cursor: pointer;
}


.select-box{
	width: 100%; 
	text-align: center;
	margin-top: 10px;
}

.under-text-box{
	width:100%; 
	text-align: center;
}

/* 
_________________
Advanced Search
_________________
*/

h1{
	font: 1.2em Arial Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #656565;
	/*border-top: 1px dotted #808080;*/
	padding: 18px;
	}
	
h2{
	font: 1.2em Arial Helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
	/*border-top: 1px dotted #808080;*/
	/*padding: 13px;*/
	font-weight: bold;
	}

.advancedsearch-form{
	width: 520px;	
	font-size: 10pt;
	color: #747371;
	/*border: 1px dotted #808080;*/
	margin-top: 16px;
	padding: 23px;
	margin-left: auto;
  	margin-right: auto;
  	align: center;
}

input.txt {
	color: #000000;
	background-color: #ffffff;
	border: 1px dotted #ae145d;
	width: 250px;
	padding: 5px;
	margin-top: 5px;
	}

input.btn {
	color: #FFFFFF;
	background-color: #ae145d;
	border: 1px outset #ae145d;
	padding: 5px;
	align: center;
	margin-left: 180px;
  	margin-right: auto;
  	margin-top: 20px;
  	cursor: pointer;
	}
	
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
form p label {
	float: left;
	width: 25%;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top: 5px;
	}

.legend {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #00008B;
	background-color: #FFFFFF;
}


/*
___________________
header
___________________
*/

.logo-top{
	padding-left: 0px;
	margin-right: -250px;
	font-size: 36pt;
	color: #ada9aa;
	float: left;
	border: 0;
}

.paginator{
	align: right;
	padding-right: 0px;
	text-align: right;
}

.didyou{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

/*
_____________
Book detail
_____________
*/

.book-detail{
	width: 1000px;
	margin-left: auto;
  	margin-right: auto;	
	
	}

.book-title-detail{

	font: 1.2em Arial Helvetica, sans-serif;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #AE145D;


	}
	
.book-info{
	width: 1000px;
	margin-left: auto;
  	margin-right: auto;	
  	padding: 25px;
  	
	
	/*padding-left: 250px;
	margin-bottom: 10px;
	width: 600px;*/
}

.detail-info table{
	margin-top: 50px;
	/*margin-left: 300px;*/
	text-align: left;
}

.buy-container{
	width: 1000px;
	margin-left: auto;
  	margin-right: auto;	

}



/*
_______________
Search.jsp
_______________
*/


.container2 {
	width: 1000px;

	margin-right: auto;
	margin-left: auto;
	float: center;
	}

.box_top {
	width: 100%;

	}
	
.book_pack {
	width: 100%;

	
	}

.box_main {
	width: 100%;

	}

.info_page {
	width: 100%;
	height: 25px;

	margin-bottom: 15px;
	}

.box_page {

   }
   
.pages {

	}   

.book-result {
	margin-top: 0px;
	border-bottom-style:dotted;
	border-width:1px;
	border-color: #808080;
	}
	
.entry-number2 {
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;	
	}

.book-thumb2 {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 30px;	
	margin-top: 25px;
}

.title-link2 {
	color: #ae145d;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;	
}

/*
_________________
contact-us
_________________
*/

.contactus-form {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
.elem {
	margin-top: 15px;
	margin-left: 25px;
	align: center;
	}


/*
______________________
Detail Page
______________________
*/

.preview{
	width: 100%;
	height: 100%;
	text-align: center;
}

.detail_info2 {
	width: 100%;
	margin-top: 25px;
	margin-left: 50px;
	}	
	
.book-thumb3 {
	float: center;
	width: 120px;
	height: 120px;
	margin-right: 30px;	
	margin-left: 100px;
	margin-top: 35px;
	align: center;
}

.book-detail2 {
	margin-left: 50px;
	}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 30%; margin: 1em auto; margin-right: 0px;}

/* Slider (stats) */

.scrollable {
	position:relative;
	overflow:hidden;
	width: 860px;
	height:1400px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.itemsdiv {
	float:left;
	width: 860px;
	padding-top: 20px;
}

.navi li{
	display:inline;
}
.statwrapper{
   position: relative;
   float: left;
   left: 0px;
   width: 860px;
   margin-bottom: 10px;
   border-color: gray;
border-bottom-style: dotted;
border-width: 1px;
}

.statleft{
   position: relative;
   float: left;
   left: 5px;
   width: 150px;
   height: 130px;
   text-align: center;
}
.statleftnumber{
   position: relative;
   float: left;
   left: 5px;
   padding-top: 10px;
   width: 20px;
   height: 130px;
   text-align: center;
   /*color: #ae145d;*/
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
}
.statright{
   position: relative;
   float: left;
   left: 15px;
   width: 650px;
   height: 130px;
   padding-top:15px;
}

.navi li.current {
	padding: 2px 6px;
	margin-right: 5px;
	color: #3b5998;
	font-weight: bold;
	border: 1px solid #3b5998;
	background: #c2d6ed;
	font-size: 12px;
}
