﻿

.solidblockmenu {
margin: 0;
padding: 0;
float: left;
font: 11px Verdana;
width: 98%;
overflow: hidden;
margin-bottom: 1em;
border-bottom: 10px #fff solid;
border: 2px solid #FFFFFF;
border-radius: 5px;
background: black url(images/colorful_menu_back.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 18px 7px;
text-decoration: none;
font-weight:bold;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
/* mohit css */

.play:hover {
    background:url(images/new2.png) no-repeat;
	
}
.play {
    background:url(images/new1.png) no-repeat;
	margin: -39px 0px 0px;
height: 30px;
width: 30px;
position: relative;
z-index: 10;
opacity: 0.8;
	
	
}

.time3 {
    color: #FFF;
    font-weight: bold;
    margin-top: -13px;
    margin-right: 4px;
    position: relative;
    float: right;
}
.time3 span {
    background: none repeat scroll 0% 0% rgba(53, 49, 49, 0.7);
    padding: 0px 3px;
}
 .god_r_button{ background:url(images/button_backgroun.png) no-repeat; width:200px; height:50px;
    }
	
.book_master{
		width: 95%;
padding: 25px;
color: #000;
font-size: 14px;
text-align: justify;
font-family: verdana;
border: 2px solid #00F;
float: left;
background: none repeat scroll 0% 0% #FFF;
line-height: 26px;
}
.book_head{
		width:100%; font-family:verdana; padding:15px 0; font-size:20px; font-weight:bold; color:#b3002c; text-decoration:none; text-align:center;
}
.book_sub_head{
		width:100%; font-family:verdana; padding: 34px 0px 6px 0px; font-size:19px; color:#e93c67; 
}
.book_sub_head label{width:100%; text-decoration:underline;}
.book_sub2_head{ line-height:1px; color:#000; font-weight:bold; font-size:15px; text-decoration:none;}

.fixed_menu{ 

position: fixed;
top: 171px;
right: 31;
z-index:4000000;
}


#accordion {
    list-style: none;
    padding: 0;
	float:right;
    width: 288px; 
}
#accordion div {
    display: block;
    background-color: #B3002C;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
	color:#fff;
    padding: 5px 5px 7px;
	
	    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#accordion ul {
    list-style: none;
    padding: 0 ;
}
#accordion ul{
    display: none;
}
#accordion ul li {
font-weight: normal;
cursor: auto;
padding:2px 7px;
background:#fff;
border-bottom: 1px solid #B3002C;
}
#accordion a {
text-decoration: none;
padding: 5px;
color: #000;
font-weight: bold;
font-size: 14px;

}
#accordion ul li:hover{
	display:block;
    background-color: #e93c67; color:#fff;

}

.border_box{ border:1px solid #000; padding:10px;}
#book_table{ width:600px;  border:1px solid #ccc;}
#book_table tr{ border:1px solid #ccc;}
#book_table td{ border:1px solid #ccc;}