@charset "utf-8";
/* CSS Document */

#estore_main {
	width: 979px;
	height: 1000px;
	margin: auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#estore_main .top_stripe {
	width: 1000px;
	height: 10px;
	background-color: #0077af;
	float: left;
	margin-top: 10px;
}
#estore_main a {
	font-size: 14px;
	color: #00a5f3;
	text-decoration: none;
	
}
	#estore_main a:hover, a:active, a:focus {
	color: #333333;
}
#estore_main .subcontainer1 {
	width: 966px;
	height: auto;
	float: left;
	margin: 10px 0 0 10px;
}
/*........... Left container ...............*/
#estore_main .left_container {
	width: 166px;
	height: 926px;
	border-right: 1px #e1e2e2 solid;
	float: left;
}
#estore_main .left_container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#estore_main .left_container ul li {
	background-image: url("../images/estore_bullets.png");
	background-repeat: no-repeat;
	line-height: 25px;
	margin-top: 8px;
	background-position: 90%;
	background-color: #F6F6F6;
	padding-left: 5px;
	height:25px;
	width:160px;
	color:#0091d5;
	
}
#estore_main .left_container_book ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#estore_main .left_container_book ul li {
	background-image: url("../images/estore_bullets.png");
	background-repeat: no-repeat;
	line-height: 25px;
	margin-top: 5px;
	background-position: 90%;
	background-color: #cccccc;
	padding-left: 5px;
	height:25px;
	width:160px;
	color:#0091d5;
	
}
#estore_main .left_container ul li { 
	cursor: hand; 
	cursor: pointer;
	 
}


#estore_main .left_container_book .menu_heading {

	width: 100px;
	height: auto;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
#estore_main .left_container .menu_heading {

	width: 100px;
	height: auto;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}

/*------------ left container ends --------------*/

/*------------ rught container starts --------------*/
#estore_main .right_container {
	width: 790px;
	height: auto;
	float: right;
	padding-right: 20px;
	
}

#estore_main a:hover {
text-decoration:underline;       
}

#estore_main .book_link{
		text-decoration: none;
	}
	.quest_link:hover{
		text-decoration: underline;
	}
#estore_main .right_container .estore_header {
	width: 790px;
	margin-top: 20px;
	height: 28px;
	float: left;
	border-bottom: 1px #cccccc solid;
}
#estore_main .right_container .heading {
	float: left;
	font-weight: bold;
	font-size: 18px;
}
#estore_main .right_container .estore_view_more {
	float: right;
	margin-top: 14px;
}
#estore_main .right_container .content_section {
	width: 790px;
	height: auto;
	float: left;
	padding-top: 20px;
	margin-bottom: 20px;
	
}

#estore_main .right_container .books {
	width: 190px;
	height: 240px;
	float: left;
	text-align: center;
}
#estore_main .right_container .books_hidden 
{
	display: none;
	width: 190px;
	height: 245px;
	float: left;
	text-align: center;
	margin-top: 37px;
}
#estore_main .right_container .product_box {
	width: auto;
	height: 123px;
	padding: 10px;
	float: left;
	margin: 30px 0 0 50px;
	border: 1px #cccccc solid;

}
	

#estore_main .right_container .book_details {
	width: 180px;
	height: auto;
	float: left;
	padding: 5px 0 0 0;
	font-size: 13px;
	text-align: center;
	
}
#estore_main .right_container .book_details {
	width: 180px;
	height: auto;
	float: left;
	padding: 5px 0 0 0;
	font-size: 13px;
	text-align: center;
}
#estore_main .right_container .book_details span {
	color: #bb0000;
}
#estore_main .right_container .online_courses1 {
	width: 373px;
	height: auto;
	float: left;
	text-align: center;
}
#estore_main .right_container .online_courses2 {
	width: 373px;
	height: auto;
	float: right;
	text-align: center;
}
#estore_main .right_container .course_product_box {
	width: auto;
	height: auto;
	padding: 10px;
	float: left;
	border: 1px #cccccc solid;
}
#estore_main .right_container .course_details {
	width: 370px;
	height: auto;
	float: left;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}
/*
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/


/*------------ rught container ends --------------*/