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

.greay-bar {
border-bottom: 1px solid #ccc;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.title-tag-line {
	color:#6699CC;
	margin-top:11px;
	line-height: 31px;
}
.greay-bar-home {
background:url(../images/home-bar.png);
}
.page-title {
	color:#6699cc;
	margin-top:11px;
	font-weight:bold;
	font-size:15px;
	line-height:31px;
}
.padding-l-r-0 {
	padding:0;
}
.side-bar-heading {
	background:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#6699CC;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #ddd;
}
.content-news {
	background:#e5e5e5;
	color:#444;
	font-weight:normal;
	padding:8px;
        padding-bottom: 14%;
}
.content-news p {
	font-style:italic;
	font-size:13px;
}
.white-text {
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.goodies-form {
	padding-top:20px;
	background:#6699CC;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.product-container {
	padding:-3px 12px 10px 12px;
}
.product-short-dis {
	width:100%;
	height:auto;
}
.product-title {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#6699cc;
	margin-bottom: 15px;
}
.product-box {
	width:100%;
	height:auto;
}
.product-thumb {
	width:30.5%;
	float:left;
	height:auto;
}
.prduct-thumb-img {
	width:100%;
	height:auto;
}
.product-price {
/*	text-align:center;*/
margin-left:29px;
	font-size:16px;
	font-weight:bold;
	color:#6699cc;
        margin-top: -19px;
}
.product-type {
/*	text-align:center;*/
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
}
.product-details {
	width:68%;
	height:auto;
	
font-size: 11px;
}
.blue-links {
	color:#6699cc;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.blue-links:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
.my-footer {
	width:100%;
	height:auto;
}
.footer-menu {
	width:100%;
	height:24px;
	background:url(../images/back_bottom.gif);
}
.footer-menu .list-inline li a {
	color:#336699;
	text-decoration:none;
}
.creadits {
	width:100%;
	height:auto;
}
.credit-left {
	width:63.5%;
	height:auto;
	float:left;
}
.creadit-right {
	width:36.5%;
	height:auto;
	float:right;
}
.menu-bar {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.menu-bar ul {
  z-index: 1; /* added by ashutosh */
  text-align: left;
  display: table-row;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  border-bottom:1px solid #336799;
  background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
.menu-bar ul li {
  font: bold 12px/18px sans-serif;
  display: table-cell;
  text-align:center;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
border-right:1px solid #336799;
}
.menu-bar a:hover {
	text-decoration:none;
}
.menu-bar ul li a {
	font-size:12px;
	color:#777;
}
.menu-bar ul li:hover {
  background: rgb(152,203,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(152,203,254,1) 0%, rgba(106,157,208,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,203,254,1)), color-stop(100%,rgba(106,157,208,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(152,203,254,1) 0%,rgba(106,157,208,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(152,203,254,1) 0%,rgba(106,157,208,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(152,203,254,1) 0%,rgba(106,157,208,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(152,203,254,1) 0%,rgba(106,157,208,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98cbfe', endColorstr='#6a9dd0',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
.menu-bar ul li:hover a {
	color:#fff;
}
.menu-bar ul li ul {
  background:#fff;
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 275px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menu-bar ul li ul li { 
  background: none; 
  display: block; 
  color: #336699;
  text-align:left;
}
.menu-bar ul li:hover ul li a {
	color:#336699;
	font-weight:bold;
	font-size:12px;
}
.menu-bar ul li:hover ul li {
	padding-top:5px;
	padding-bottom:5px;
}
.menu-bar ul li ul li:hover { background: none; }
.menu-bar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.content-right-bg {
	background:#E5E5E5;
}
.book-snaps-block {
	width:100%;
	height:auto;
	border-bottom:1px solid #336699;
}
.book-title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#6699cc;
	margin-bottom: 15px;
	margin-top:15px;
}
.autor-name {
    margin-top: 2px;
    margin-left: 9%;
    width: 93%;
	text-align:center;
	color:#fff;
	padding-top:7px;
	padding-bottom:10px;
	background:#336699;
}
.book-short-discription {
	
}
.book-discription-short {
	border-bottom:1px solid #000;
	clear:left;
}
.border-l-r {
	border-left:1px solid #336699;
	border-right:1px solid #336699;
}
.side-bar-two {
	border-right:1px solid #336699;
	border-left:1px solid #ccc;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
   top: 0;
}

.carousel.vertical .next {
   top: 400px;
}

.carousel.vertical .prev {
   top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
   top: 0;
}

.carousel.vertical .active.left {
   top: -400px;
}

.carousel.vertical .active.right {
   top: 400px;
}

.carousel.vertical .item {
   left: 0;
}


