/* ========== BOOK DETAILES ========== */

/* BOOK IMAGE */

.bookView {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 2%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
    margin-top:10px
}
.bookView ul.bookImg {
	width: 20%;
	margin: 0px;
	margin-right: 2%;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.bookView ul.bookImg li {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0px;
}
.bookView ul.bookImg li img {
	width: 99%;
}
.bookView ul.bookImg li img.offerTag {
	width: 92px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.bookView ul.bookImg li span {
	width: 92px;
	position: absolute;
	top: 33px;
	right: 5px;
	text-align: center;
	font: 700 24px 'open sans', 'BYekan';
	color: #fff;
}
.bookView ul.bookImg li small {
	width: 92px;
	position: absolute;
	top: 60px;
	right: 5px;
	text-align: center;
	font: 500 12px 'open sans', 'BYekan';
	color: #fff;
}

.bookView ul.bookImg li button {
	width: 48%;
	height: 25px;
	padding: 4px 11px;
	margin: 8px 0 0 0;
	font: 200 12px'Open Sans', 'BYekan';
	color: #fff;
	background: #09f;
	border: none;
	border-bottom: 2px solid #0185c6;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.bookView ul.bookImg li a.pdf {
    height: 18px;
    padding: 4px 11px;
    margin: 8px 0 0 2%;
    font: 200 12px'Open Sans', 'BYekan';
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #F97E07;
    text-decoration: none;
    color: #fff;
    border-bottom-color: #E4701D;
    /* line-height: 40px; */
    display: block;
    text-align: center;
    width:86%;
}
}
.bookView ul.bookImg li a.pdf:hover {
    background:#ED7739;
}
.bookView ul.bookImg li button:hover {
	background: #0185c6;
}
.bookView ul.bookImg li button img {
	width: 12px;
	height: 12px;
	float: left;
	/*	background: url(images/icons/icon-facebook.png);*/
	margin: 2px 5px 0 0;
}
.bookView ul.bookImg li button.active {
	background: #E5615A;
	border-bottom: 2px solid #EA314D;
}
.bookView ul.bookImg li button.active:hover {
	background: #e93c33;
}
.bookView ul.bookImg li.qAccess {
	font: normal 18px'Open Sans', 'BYekan';
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px dashed #999;
}
.bookView ul.bookImg li a {
	text-decoration: none;
	color: #0185c6;
}
.bookView ul.bookImg li.goTo {
	margin-top: 5px;
	margin-left: 30px;
    font-family: tahoma;
}


/* BOOK INFO */

.bookView ul.bookInfo {
	width: 54%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
.bookView ul.bookInfo li {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0px;
	margin-bottom: 1%;
	border-bottom: 1px solid #ccc;
}
.bookView ul.bookInfo li:last-child {
	border-bottom: none;
}
.bookView ul.bookInfo li h2 {
	font: 500 20px'Open Sans', 'BYekan';
	line-height: 30px;
	color: #2d3746;
	margin-bottom: 1%;
}
.bookView ul.bookInfo li h3 {
	font: normal 14px'Open Sans', 'BYekan';
	line-height: 19px;
	color: #999;
	margin-bottom: 2%;
	float: left;
    width:100%;
}
.bookView ul.bookInfo li h3 a {
	color: #09f;
}
.bookView ul.bookInfo li h3 a:hover {
	text-decoration: none;
}
.bookView ul.bookInfo li h4 {
	font: normal 14px'Open Sans', 'BYekan';
	line-height: 20px;
	color: #2d3746;
	margin-bottom: 2%;
	float: left;
}
.bookView ul.bookInfo li span.seprator {
	font: normal 14px'Open Sans', 'BYekan';
	line-height: 18px;
	color: #999;
	padding: 0px 10px;
	float: left;
}
.bookView ul.bookInfo li h5 {
	font: 200 24px'Open Sans', 'BYekan';
	line-height: 30px;
	color: #2d3746;
	margin: 1% 0px;
}
.bookView ul.bookInfo li p {
	font: 500 14px'Open Sans', 'BYekan';
	padding-bottom: 10px;
}
.bookView ul.bookInfo li p span {
	font: normal 14px'Open Sans', 'BYekan';
	padding-left: 5px;
}
.bookView ul.bookInfo li p.description {
	text-align: justify;
}
.bookView ul.bookInfo li p.description span {
	font: 200 14px'Open Sans', 'BYekan';
}
.bookView ul.bookInfo li p.description a {
	font: 200 14px'Open Sans', 'BYekan';
	color: #0185c6;
	margin-left: 10px;
	text-decoration: none;
}
.bookView ul.bookInfo li p.description a:hover {
	color: #09f;
	text-decoration: underline;
}
.bookView ul.bookInfo li button {
	width: auto;
	height: 21px;
	padding: 2px 11px;
	margin: 0px 0px 3px 3px;
	font: normal 12px'Open Sans', 'BYekan';
	color: #fff;
	background: #ddd;
	border: none;
	border-radius: 15px;
	cursor: default;
}
.bookView ul.bookInfo li button a {
	color: #0185c6;
	text-decoration: none;
}
.bookView ul.bookInfo li button a:hover {
	text-decoration: underline;
}
.bookView ul.bookInfo li button.active {
     background:#FAA762;
}
.bookView ul.bookInfo li button.active a {
	color: #fff;
}
.bookView ul.bookInfo li button img {
	width: 12px;
	height: 12px;
	float: left;
	margin: 3px 7px 0 -5px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s ease-out;
}
.bookView ul.bookInfo li button img:hover {
	opacity: 1;
}
/* CART */

.bookView ul.cart {
	width: 21%;
	margin-left: 2%;
	padding: 0px;
	overflow: hidden;
	float: left;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 10px;
	border: 1px solid #ccc;
}
.bookView ul.cart li {
	width: 87%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding-bottom: 2%;
	margin: 1% 7%;
	border-bottom: 1px solid #ccc;
}
.bookView ul.cart li:last-child {
	border-bottom: none;
}
.bookView ul.cart h3 {
	width: 100%;
	font: 400 22px 'Open Sans', 'BYekan';
	text-align: center;
	color: #61666C;
	background: #fff;
	padding: 15px 0px;
	margin-bottom: 3%;
	border-bottom: 1px solid #ccc;
}
.bookView ul.cart li p {
	width: 28%;
	float: left;
	font: 600 14px'Open Sans', 'BYekan';
	padding-left: 2%;
	margin: 8px 4% 5px 0px;
	color: #6C6868;
}
.bookView ul.cart li span {
	/* width: 90%; */
	/* float: right; */
	font: 200 14px'Open Sans', 'BYekan';
    
	text-align:center;
	/* padding-left: 8%; */
}
.bookView ul.cart li span.price {
	color: #f28628;
	font-weight: 400;
	/* margin-top: 26px; */
    line-height:30px;
}
.bookView ul.cart li span.disable,
.bookView ul.cart li label.disable {
	color: #ccc;
}
.bookView ul.cart li p.quantity {
	width: 43%;
	/* margin-top: 4px; */
	margin: 7px 4% 7px 0px;
}
.bookView ul.cart li input[type="number"] {
	width: 35px;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding-left: 11px;
	padding-right: 0px;
}
.bookView ul.cart li select {
    height: 33px;
    font: normal 14px'Open Sans', 'BYekan';
    float: left;
    padding: 5px 2%;
    margin: 3px 0px 5px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-right: 0px;
}
.bookView ul.cart li button {
	width: auto;
	height: 25px;
	padding: 2px 20px;
	margin: 10px 18%;
	font: 200 14px'Open Sans', 'BYekan';
	color: #fff;
	background: #3c3;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.bookView ul.cart li button:hover {
	background: #393;
}
.bookView ul.cart li button img {
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 7px 0 0;
}
/* ========== OFFERS ========== */

.offer {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	/*	padding-bottom: 2%;*/
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
	position: relative;
}
.offer h3 {
	font: 400 24px'Open Sans', 'BYekan';
	margin-bottom: 1%;
	color: #737373;
}
.offer ul {
	width: 100%;
}
.offer ul li {
	width: 25%;
	height: 160px;
	font: normal 13px'Open Sans', 'BYekan';
	background: #fff;
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: -moz-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
	box-shadow: 0px 2px 5px #ccc;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	margin: 0px 0.5%;
	padding: 1%;
	float: left;
    padding-bottom:0;
    
	margin-bottom: 30px;
    position:relative;
}
    .offer ul li a {
        max-height: 50px;
        overflow: hidden;
    }
.offer ul li:hover {
	box-shadow: 0px 2px 8px #999;
}
.offer ul li.plus {
	width: 1.5%;
	height: 100%;
	padding: 4% 1%;
	margin: 0px;
	background: none;
	box-shadow: none;
	text-align: center;
      font: normal 42px'Open Sans';
      color: #898989;
}
.offer ul li:last-child {
	margin-right: 0px;
}
.offer ul li img {
	width: 20%;
	float: left;
	margin-right: 3%;
    margin-bottom:5px;
}
.offer ul li a {
	width: 77%;
	float: left;
	margin-bottom: 3%;
	color: #09f;
	text-decoration: none;
}
.offer ul li a:hover {
	text-decoration: underline;
}
.offer ul li span {
	width: 77%;
	float: left;
	margin-bottom: 1%;
}
.offer ul li span.price {
	color: #f28628;
    margin-bottom:0px;
    padding-bottom:0px;
    
	width: 100%;
    position: absolute;
      bottom: 7px;
      left: 12px;
}
.offer ul li.addBtn {
	width: 100%;
    height:5px;
	padding: 2% 0px;
	background: none;
	box-shadow: none;
	font: normal 19px'Open Sans', 'BYekan';
}
.offer ul li.addBtn p {
	width: auto;
	float: left;
	margin-right: 30px;
}
.offer ul li.addBtn p span {
	width: auto;
	float: none;
	color: #f28628;
}
.offer ul li.addBtn button {
	width: auto;
	height: 25px;
	padding: 2px 11px;
	margin: -5px 0px 0px 3px;
	font: normal 13px'Open Sans', 'BYekan';
	color: #fff;
	background: #3c3;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.offer ul li.addBtn button:hover {
	background: #393;
}
.offer ul li.addBtn button img {
	width: 16px;
	height: 16px;
	margin: 1px 7px 0 0;
}
/* ========== SEE ALSO ========== */

.seeAlso {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 2%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
	position: relative;
	font: 400 24px'Open Sans', 'BYekan';        color: #737373;
}
.seeAlso h3 {
	margin-bottom: 1%;
	font: 400 24px'Open Sans', 'BYekan';    color: #737373;
}
.seeAlso ul {
	width: 100%;
	margin-left: 50px;
}
.seeAlso ul li {
	width: 20%;
	height: 300px;
	font: normal 13px'Open Sans', 'BYekan';
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: all 0.3s ease-out;
	padding: 1%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.seeAlso ul li:hover {
	background: #fff;
}
.seeAlso ul li:last-child {
	margin-right: 0px;
}
.seeAlso ul li img {
	width: 115px;
	float: left;
	margin: 2% 19%;
	height: 150px;
}
.seeAlso ul li a {
	width: 98%;
	height: 36px;
	overflow: hidden;
	float: left;
	margin: 3% 0px;
	color: #09f;
	text-decoration: none;
}
.seeAlso ul li a:hover {
	text-decoration: underline;
}
.seeAlso ul li span {
	width: 98%;
	height: 36px;
	overflow: hidden;
	float: left;
	margin-bottom: 2%;
    color:#2d3746;
}
.seeAlso ul li span.edition {
	height: 18px;
}
.seeAlso ul li button {
	width: auto;
	height: 22px;
	padding: 2px 11px;
	margin: 5px 0px 0px 30%;
	font: normal 13px'Open Sans', 'BYekan';
	color: #fff;
	background: #09f;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.seeAlso ul li button:hover {
	background: #09c;
}
.seeAlso ul li button img {
	width: 12px;
	height: 12px;
	margin: 3px 7px 0 -3px;
}
/* ========== FROM AUTHOR ========== */

.fromAuthor {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 2%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.fromAuthor h3 {
	font: 200 24px'Open Sans', 'BYekan';
	margin-bottom: 1%;
}
.fromAuthor ul {
	width: 100%;
}
.fromAuthor ul li {
	width: 12.8%;
	height: 300px;
	font: normal 13px'Open Sans', 'BYekan';
	background: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: all 0.3s ease-out;
	padding: 1%;
	margin-right: 2%;
	float: left;
    margin-bottom:10px;
}
.fromAuthor ul li:hover {
	background: rgba(255, 255, 255, 0.5);
}
.fromAuthor ul li:last-child {
	margin-right: 0px;
}
.fromAuthor ul li img {
	width: 60%;
	float: left;
	margin: 2% 19%;
}
.fromAuthor ul li a {
	width: 98%;
	height: 36px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 3% 0px;
	color: #09f;
	text-decoration: none;
}
.fromAuthor ul li a:hover {
	text-decoration: underline;
}
.fromAuthor ul li span {
	width: 98%;
	height: 36px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-bottom: 2%;
}
.fromAuthor ul li span.edition {
	height: 18px;
}
.fromAuthor ul li button {
	width: auto;
	height: 22px;
	padding: 2px 11px;
	margin: 5px 0px 0px 30%;
	font: normal 13px'Open Sans', 'BYekan';
	color: #fff;
	background: #09f;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.fromAuthor ul li button:hover {
	background: #09c;
}
.fromAuthor ul li button img {
	width: 12px;
	height: 12px;
	margin: 3px 7px 0 -3px;
}
/* ========== PREVIOUS EDITION ========== */

.previous {
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.previous h3 {
	font: 200 24px'Open Sans', 'BYekan';
	margin-bottom: 1%;
}
.previous ul {
	width: 100%;
}
.previous ul li {
	width: 10%;
	height: auto;
	font: normal 13px'Open Sans', 'BYekan';
	background: none;
	transition: all 0.3s ease-out;
	padding: 0px 1%;
	margin-right: 1%;
	float: left;
}
.previous ul li:last-child {
	margin-right: 0px;
}
.previous ul li a img {
	width: 80%;
	float: left;
	margin: 0px 9% 9% 9%;
}
.previous ul li span {
	width: 98%;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-bottom: 1%;
}
.SelectedButt{
    background: #5F4CB6;
    border-bottom-color: #A393DB;
}

.bookView ul.bookImg li button.SelectedButt{
    background: #7661DA;
    border-bottom-color: #A393DB;
}
.GotItButt{
	width: 100%;
	height: 25px;
	padding: 4px 11px;
	margin: 8px 1% 0 0;
	font: bold 12px'Open Sans', 'BYekan';
	color: #fff;
	background: #393;
	border: none;
	border-bottom: 2px solid #63D071;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}


/* ========== COMMENTS ========== */
.comment {
	width: 96%;
	height: auto;
	margin-left: 2%;
	float: left;
	overflow: hidden;
	font: normal 13px 'Open Sans', 'BYekan';
	color: #333;
	position: relative;
	margin-bottom: 10px;
}
.comment li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.comment li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.comment li.reply {
	width: 95%;
	padding-left: 5%;
}
.comment h4 {
    font: 400 24px'Open Sans', 'BYekan';
    /* margin-bottom: 2%; */
    color: #737373;
}
.comment img {
	width: 75px;
	height: 75px;
	float: left;
	padding: 1px;
	margin: 0px 20px 0px 0px;
	border: 1px solid #999;
	border-radius: 5px;
}
.comment strong {
	font: 500 14px'Open Sans', 'BYekan';
}
.comment span {
	font: 200 13px'Open Sans', 'BYekan';
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #999;
}
.comment p {
	font: normal 14px'Open Sans', 'BYekan';
	margin-top: 5px;
}
.comment a {
	font: 200 13px'Open Sans', 'BYekan';
	color: #09f;
}
.comment a:hover {
	text-decoration: none;
}

.commentWrite {
	width: 96%;
	height: auto;
	margin-left: 2%;
	padding-bottom: 1%;
	float: left;
	overflow: hidden;
	font: normal 13px 'Open Sans', 'BYekan';
	color: #333;
}
.commentWrite h4 {
	font: 200 24px'Open Sans', 'BYekan';
	margin-bottom: 1%;
}
.commentWrite span {
	font: 200 14px'Open Sans', 'BYekan';
	margin-bottom: 1%;
	width: 100%;
	float: left;
}
.commentWrite a {
	font: 200 14px'Open Sans', 'BYekan';
	color: #09f;
}
.commentWrite a:hover {
	text-decoration: none;
}
.commentWrite textarea {
	width: 64%;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 1%;
	margin-bottom: 1%;
	float: left;
	background: #f9f9f9;
	font: 200 14px'Open Sans', 'BYekan';
	transition: all 0.3s ease-out;
}
.commentWrite textarea{
	border-color: #999;
	background: #fff;
}
.commentWrite textarea {
	border-color: #09f;
	background: #fff;
	outline: none;
}
.commentWrite input[type='button'] {
    width: 12%;
    height: 122px;
    border: none;
    border-bottom: 3px solid #0185c6;
    border-radius: 10px;
    float: left;
    background: #09f;
    font: 200 24px'Open Sans', 'BYekan';
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    margin-left: 2%;
}
.commentWrite input[type='button'].Red {
    background-color: #de2828;
	border-bottom: 3px solid #C6011F;
}

.commentWrite input[type='button'].Red:hover {
	background: #C6011F;
}

.commentWrite input[type='button']:hover {
	background: #0185c6;
}


.comment button {
	width: auto;
	height: 21px;
	padding: 2px 11px;
	margin: 9px 0px 0px 0px;
	font: normal 12px'Open Sans', 'BYekan';
	color: #fff;
	background: #ddd;
	border: none;
	border-radius: 15px;
	cursor: default;
}
.comment button.red{
    background:#F4A1A1;
}
.comment button.red a {
    color:#fff;
}
.comment button a {
	color: #0185c6;
	text-decoration: none;
}
.comment button a:hover {
	text-decoration: underline;
}
.comment button.active {
 background:#FAA762;
}
.comment button.active a {
	color: #fff;
}
.comment button img {
	width: 12px;
	height: 12px;
	float: left;
	margin: 2px 7px 0 -5px;
	cursor: pointer;
    border:none;
}
.comment button img:hover {
	opacity: 1;
}
/* new */
a h6 {
	width: auto;
	float: right;
	font: 200 14px'Open Sans', 'BYekan';
	line-height: 34px;
	color: #0185c6;
}

