/***********************************************************************/
/* Spiritual books                                                     */
/***********************************************************************/
/* Right panel                                                         */
/***********************************************************************/

#pr
{
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/***********************************************************************/

#pr .bt
{
    float: left;
}

#pr .bt h3
{
    width: 160px;
    padding: 8px 10px;
    background-color: #848E97;
    color: #ffffff;
}

/***********************************************************************/
/* Pane center with links                                              */
/***********************************************************************/

#pr .bc
{
    float: left;
    width: 180px;
}

#pr a
{
    float: left;
    width: 170px;
    padding: 10px 0px 10px 10px;
    font-weight: bold;
    background-color: #F1F2F4;
	border-bottom: dotted 1px #848E97;
}

#pr a:hover
{
    color: #ffffff;
    background-color: #F5BA22;
}

#pr a.lnkcurr
{
    color: #ffffff;
    background-color: #F5BA22;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pr .bb
{
    float: left;
    width: 180px;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pr .news .bc
{
    width: 170px;
    height: 120px;
    padding: 50px 5px 5px 5px;
    background-image: url(/csi/302481408/302546946/i/bdr/newsletter.gif);
    background-repeat: no-repeat;
}

#pr .news .bc form label
{
	float: left;
	padding: 2px 5px 5px 5px;
}

#pr .news .bc form .inputtext, #pl .bc form .inputtext_light
{
	width: 140px;
	margin: 4px 10px;
	padding: 4px;
	border: solid 1px #BFBFBF;
}

#pr .news .bc form .inputtext_light
{
	color: #C4C4C4;
	font-style: italic;
}

#pr .news .bc form .submit
{
	float: right;
	margin-right: 10px;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pr .pbnr
{
    float: left;
}

#pr .pbnr a
{
    float: left;
    padding: 0px;
    margin: 0px;
}

/***********************************************************************/
