.right_panel_viewer{
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
position: relative;
width:230px;
float: right;
	}
.bookviewer{
background-color:#FFFFFF;
border-right:2px solid #EEEEEE;
border-left:2px solid #EEEEEE;
}

.viewer_panel{
background-image:url(../../images/bottom.png);
background-repeat: repeat-x;
background-position:bottom;
border-top:3px solid #333333;
margin-bottom:10px;
/*border-right:3px solid #333333;
border-left:3px solid #333333;*/
background-color:#333;
/*border-bottom:3px solid #333333;*/
}
/*-----------------right panel------------------------*/
.book_info{
/*background-image:url(../../images/info_bg.jpg);
background-repeat: repeat-y;
background-position:right;*/
background-color: #fff;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
margin-bottom:10px;
}
.info_title{
/*background-image: url(../../images/top.png);
background-repeat:no-repeat;*/
font-weight:bold;
color:#a60000;
font-size:14px;
line-height:20px;
border-bottom:1px dashed #ccc;
/*background-color:#e4e4e4;*/
/*z-index:1;
position:relative;*/
padding-top:5px;
padding-left:10px;
padding-right:10px;
width:208px;
padding-bottom:5px;
}
.related{
background-color:#FFFFFF;
padding:5px 10px 10px 10px;
/*border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;*/
/*background-image:url(../../images/middle.png);
background-repeat: repeat-y;*/
/*padding-right:7px;*/
/*width:223;*/
/*padding-left:7px;*/
}
.box_bg{
/*border:solid 1px #ccc;*/
/*background-image:url(../../images/middle.png);*/
/*background-repeat: repeat-y;
padding-left:14px;
padding-right:7px;
z-index:9;*/
padding:5px 10px 10px 10px;
background-color:#FFFFFF;
/*position:relative;
width:205px;*/}

/*.bottom{
background-image:url(../../images/bottom.png);
background-repeat:no-repeat;
height:30px;
margin-top:-20px;
}*/
/*.more_details{
text-align:right;
}*/
/*---------------comments-----------------*/
.user_name{
color:#cc9933;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
margin:3px 3px 0px 0px;
padding-left:10px;
}

.user_date{
font-size:11px;
color: #999999;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left:10px;

}

.user_comment{
padding-left:10px;
padding-bottom:0px;
}
div.comments.user_comment span{
white-space:nowrap;}
.facebook{    display: inline-block;
    width: 100%;
}
.comments{
background-color:#f9f9f9;
border-top:2px solid #EEEEEE;
/*background-color:#ededed;*/
/*margin-left:10px;
margin-right:10px;
width:680px;*/
}
.comments_bottom{
/*border-top:1px solid #DBDBDB;*/
/*border-bottom:1px solid #EBEBEB;*/
/*background-color:#E4E4E4;*/
/*padding-top:5px;*/
}
.rich-list-item{
list-style-type:none;
padding:0px;
}
.rich-datalist{
padding:0px;
}
.tag_input{
margin-left:10px;
color: #666666;
width:120px;
height:14px;
margin-bottom:5px;
}
.add_tag{
background-color:#fff;
margin-top:-12px;
margin-bottom:30px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-top:none;}
.folder_un{
font-size:11px;
float:right;
padding-right:10px;}
.related_img{
border:1px solid #333333;
background-color:#333333; }
/*-------------------------------tag cloud------------------------------------*/
.cloud{
      padding: 0px 0px 18px 10px;
      margin:0;
}

ul.cloud li {
      color: #3377DD;
      display: inline;
      padding: 0 4px;
	  text-decoration:none;
}

ul.cloud a.size1 {
      font-family:  "Trebuchet MS";
      font-size:10px !important;
	  color: #CCCCCC;
	  text-decoration:none;
}

ul.cloud a.size2 {
      font-family: "Trebuchet MS";
      font-size:14px!important;
	  color:#999999;
	  text-decoration:none;
}

ul.cloud a.size3 {
      font-family: "Trebuchet MS";
      font-size:18px !important;
	  color: #666666;
	  text-decoration:none;
}

ul.cloud a.size4 {
      font-family:"Trebuchet MS";
      font-size:22px !important;
	  color: #333333;
	  text-decoration:none;
}

ul.cloud a.size5 {
      font-family: "Trebuchet MS";
      font-size:26px !important;
	  color: #000000;
	  text-decoration:none;
}
ul.cloud a.size5:hover , ul.cloud a.size4:hover , ul.cloud a.size3:hover , ul.cloud a.size2:hover , ul.cloud a.size1:hover{
text-decoration:none;
color:#e7a103;}