@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro');

#rental-info {
	margin: 0 auto;
	width: 1000px;
}

.landing_title{
	font-family: Source Sans Pro;
	font-size: 24px;
	color: #353b41;
	font-weight: bold;
	width: 1000px;
}

.landing_subheadlines{
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #353b41;
	font-style: italic;
	padding-left: 19px;
}

.landing_steps, .ls_title, .ls_box{
	width: 1000px;
	overflow: hidden;
}

.ls_title{
	margin-bottom: 20px;
}

.ls_box{
	margin-bottom: 40px;
}

.lst_style, .lsts_namber, .lsts_text{
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #353b41;
	font-weight: bold;
	margin-left: 50px;
	width: 300px;
	float: left;
	overflow: hidden;
}

.lsts_namber{
	width: 17px;
	margin-left: 0px;
}

.lsts_text{
	width: 283px;
	margin-left: 0px;
}

.lst_style:first-child{
	margin-left: 0;
}

.ls_box_style, .ls_ul_style{
	width: 300px;
	float: left;
	margin-left: 50px;
	background-color: #98c8ff;
	border-radius: 5px;
}

.ls_box_style:first-child{
	margin-left: 0px;
}

.ls_ul_style{
	width: 650px;
	background-color: #fff;
}

.lsb_rsf{
	width: 290px;
	height: 230px;
	margin: 5px;
}

.lsb_rental_step1{
	background-image: url('/img/service/rental/rentals_step1.jpg');
}

.lsb_rental_step2{
	background-image: url('/img/service/rental/rentals_step2.jpg');
}

.lsb_rental_step3{
	background-image: url('/img/service/rental/rentals_step3.jpg');
}


.ls_remember{
	overflow: hidden;
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #353b41;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ls_remember li{
	overflow: hidden;
	margin-bottom: 23px;
}

.landing_page_icons{
	width: 45px;
	height: 25px;
	float: left;
	margin-right: 10px;
}

.lpi_note, .lpi_shipping, .lpi_book, .lpi_period{
	background-image: url('/img/service/rental/rental_icons.png');
}

.lpi_shipping{
	background-position: 0 -25px;
}

.lpi_book{
	background-position: 0 -50px;
}

.lpi_period{
	background-position: 0 -75px;
}

.lp_bottom_text_style{
	width: 1000px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #353b41;
	margin-bottom: 25px;
}

.main_text_link{
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #1f72cb;
	text-decoration: none;
}
.main_text_link:hover{
	text-decoration: underline;
}

.lp_search_box{
	width: 1000px;
	height: 160px;
	overflow: hidden;
}

.lps_lable{
	width: 1000px;
	height: 30px;
	font-family: Source Sans Pro;
	font-size: 17px;
	color: #353b41;
}

.lps_blue_box{
	width: 1000px;
	height: 85px;
	background-color: #98c8ff;
	border-radius: 5px;
	overflow: hidden;
}

#ih-search-by input[type=text] {
	width: 790px;
	height: 45px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	font: italic 16px Source Sans Pro;
	color: #353b41;
	margin: 20px;
}
.ie #ih-search-by input[type=text] {
	line-height: 45px;
	width: 785px;
}

#ih-search-by > a {
	width: 110px;
	padding: 0;
	float: right;
	text-align: center;
	display: block;
	border: none;
}

#search-by-isbn{
	font-family: Source Sans Pro;
}

.orange-button-rounded{
	display: block;
	background-color: #EF9300;
	width: auto;
	height: 45px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font: bold 18px Source Sans Pro;
	line-height: 45px;
	color: white;
	padding: 0 15px;
}

.orange-button-rounded:hover{
	background-color: #ce6700;
}

.not-selectable{
	width: 110px;
	padding: 0;
	float: right;
	text-align: center;
	display: block;
	border: none;
	margin: 20px;
}


.lps_form_lable{
	font: 17px Source Sans Pro;
	color: #353b41;
	width: 300px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: right;
	margin: 20px;
}