@import "general.css";

div.books
{
	margin-top:3px;
	width:750px;
	height: 100%;
	direction:rtl
}

div.navPages
{
	color:#0063A4 !IMPORTANT;
	font-size:20px;
	text-align:left;
	padding-left:30px;
}

div.navPages a
{
	color:#0063A4 !IMPORTANT;
	font-size:20px;
	
	float:left;
	
	border:0px solid red;
	
}

div.navPages a:hover
{
	color:#0063A4 !IMPORTANT;
	font-size:20px;
	text-decoration:underline;
	float:left;
}
div.navPages p.nav
{
	
}

div.stripOverBookContent
{
	width: 750px;
	height:22px;
}

div.bookContent
{

	height: 320px;	
	width: 750px;
	background-image: url(../images/books/sep2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 
}

div.bookSide1Strip
{

	display: inline;
	width:40px;
	height: 320px		
}

div.bookSide2Strip
{	
	/*
	border-style:solid;
	border-width:1px;
	*/

	display: inline;
	width:24px;
	height: 320px		
}

div.bookImage
{
	display: inline;
	width:202px;
	height: 320px;
	vertical-align:top;
}

div.bookText
{
	padding-right: 7px;
	display: inline;
	width:483px;
	height: 320px;
	text-align: right;
	vertical-align:top;
}

div.bookImageTopLinks
{
	direction: rtl;
}

div.bookTextText
{
	margin-top:23px;
	padding-bottom: 22px;
	/*background-image: url(../images/books/sepDot1.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
}

div.bookTranslations 
{
	margin-top:25px;
	border:0px solid red;
	
}

span.trans
{
	color: #020202;
	font-weight: bold;		
}

img.flag
{
	margin-left: 2px;
}

p
{
	margin:2px;
}

span.bookName
{
	text-decoration: underline;
	color: #020202;
	font-weight: bold;
}

span.publishers
{
	color: black;
}

div#stripBelowContent
{
	border-style:solid;
	border-width:0px;
	height: 147px;
}

span.bookEmp
{
	font-weight:bold;
}


a.barHomeLink
{
	width:184px;
	height:22px;
	color:#594C36 ! important;
	margin-left:10px;
	margin-right:45px;
	font-size:17px;
	font-weight:bold;
	border:0px solid red;width:100%;
}

a.barLink
{
	
	height:22px;
	color:#594C36 ! important;
	margin-left:10px;
	margin-right:10px;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	border:0px solid red;
}

a.barLink:hover
{
	text-decoration:underline;
	color:#330000 ! important;
	font-size:17px;
	font-weight:bold;
}

a.barLinkSelected
{
	text-decoration:none;
	color:red ! important;
	font-size:17px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

.barHomeLinkTD{border:0px solid green;width:180px;}