
body {
	direction: rtl;
	font: 78.5%/1.6em "Tahoma", Arial, geneva, sans-serif;
	color:#444;
	margin:-3px 20px 20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width:expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	background:url(../images/innerwrapper.jpg) top repeat-x;
	margin:1px 1px 1px 1px;
	padding:10px;
}

#login input {
	width:180px;
	padding:2px;
	border:2px solid #f6f6f6;
	font:115% "Tahoma", Arial;
	color:#999;
	margin-bottom:5px;
}

#login input:hover {
	border:2px solid #ccc;
}

#login input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#login {
	float:right;
	padding:10px;
	float:left;
	width:230px;
	margin:-20px 0 0 -20px !important;
	margin:-20px 0 0 -10px;
	border:none;
}

#login input.button {
	background:#7A8CA5;
	border:medium none;
	color:#FFFFFF;
	height:30px;
	padding:0 8px;
	width:100px;
	cursor:pointer;
}

#login span {
	font-size: 90%;
}

#header h1 {
	padding:1px;
	width:330px;
	height:120px;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	background:url(../images/logo.gif) no-repeat 0 0;
	
}

#header h2 {
	padding:1px;
	width:500px;
	height:120px;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	background:url(../images/logo2.gif) no-repeat 0 0;
	
}

#social {
	text-align:center;
}


#header h1 a {
	color:#333;
	height:90px;
	display:block;
}

#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 0 10px 10px !important;
	padding:4px 0 10px 10px;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:150% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 0 0 1px;
}

#header #nav #register {
}

#tip {
	background:#FFFFCC url(../images/tip.png) no-repeat right 2px;
	border: 3px solid #FDFD00;
	padding:2px 60px 2px 2px;
	margin:5px;
}
#tip h3 {
	padding-top:0px;
}
#tip p {
	//color:#FFF;
	font-weight:bold;
}

#news {
	background:#E7F2F8 url(../images/news.gif) no-repeat 0 0;
	padding:0 15px 10px;
	margin:15px 0;
}

#lastBooks h3, #lastMembers h3 {
	margin-bottom:10px;
}

.blueTable {
	border-collapse:collapse;
	text-align:right;
}
.blueTable th {
	background-color:#B9C9FE;
	text-align:right;
	padding:10px;
	font-size:110%;
}
.blueTable td {
	background:#E8EDFF none repeat scroll 0 0;
	border-top:1px solid #FFFFFF;
	color:#343838;
	padding:10px;
	min-width:150px;
}
.blueTable tbody tr:hover td
{
	background:#d0dafd;
}


#sidebar {
	background:#333;
	width:28%;
	padding:0 20px 20px;
	margin-bottom:20px;
	float:left;
	color:#999;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
}

#sidebar h3 {
	font:160% "Tahoma", Arial;
	color:#ddd;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 a {
	color:#ddd;
}


#sidebar h3 {
	color:#4F9EC9;
	font:200% Arial;
	font-weight:bold;
	//letter-spacing:2px;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	color:#E7E7E7;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:left;
	font:80% Arial;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#98D158;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#98D158;
}

#sidebar .subnav li a b {
	float:left;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#D6D6D6;
	border:1px solid #222;
	color:#222;
	font: Arial;
	width:150px;
}
#sidebar #search #searchInput {
	float:right;
	margin:0 10px;
	
}
#sidebar input:focus {
	background-color:#fff;
}

#sidebar #search a {
	color:#ddd;

}

#sidebar #search #searchSubmit {
	background-color:#D3D3D3;
	width:60px;
	cursor:pointer;
	height:23px;
}

#content {
	margin:0 0 0 32%;
	padding:5px 0 0 20px;
}

#siteDesc {
	background-position: top left; background-color:;
	margin-bottom:0px; 
	padding-left:0; 
	padding-right:10px; 
	padding-top:0px; 
	padding-bottom:0px; 
	background-image:url('../images/book.gif'); 
	background-repeat:no-repeat; 
	background-attachment:scroll
}
#siteDesc h3 {
	border-bottom:none;
}
.greenTitle {
	color:#B9BF53;
	padding: 10px 0 0;
}

#bookInfo {
	border-collapse:collapse;
	font-size:12px;
	margin:45px;
	text-align:right;
	width:480px;
}
#bookInfo td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#bookInfo	 tr:hover td
{
	color: #339;
	background: #eff2ff;
}

p {
	margin:10px 0;
	line-height:22px;
}

h3 {
	font:190% "Tahoma", Arial;
	color:#343838;
	padding-top:10px;
}

h3 a {
	color:#343838;
	text-decoration:none;
}


#footer {
	background-color:#333333;
	clear:both;
	color:#ccc;
	border-top:1px solid #eee;
	padding:10px;
	font-weight:120%;
	margin:30px 0 0;
}
#footer a {
	color:#fff;
}

.left {
	float:left;
}

a {
	text-decoration:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}


#content ul {
	margin:15px 20px 15px 0;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}

img {
	padding:1px;
	border:none;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
	text-align:right;
}

label {
	color:#444444;
	display:block;
	margin:5px 0;
	width:125px;
}
.content label {
  width: 100%;
}

input {
	width:170px;
	padding:4px;
	border:1px solid #777;
	font:Arial;
	color:#333;
	margin-bottom:4px;
}

textarea {
	padding:4px;
	font: Arial;
	border:1px solid #eee;
	display:block;
	color:#777;
}

p img {
	float:right;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 0 0 10%;
	line-height:30px;
}

/* Top toolbar */
#menubar_container{
	background-color:#3B5998;
	height:34px;
	margin:0;
	position:relative;
	top:0;
	left:0;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
}

#control ul {
	padding: 2px 10px;
	clear:both;
	height:34px;
}
#control li {
	float: right;
	display:inline;
	list-style:none;
	margin:2px 10px 0 0;
	font-weight:bold;
	padding: 4px;
	font-size: 90%;
}
#control li a {
	color:#FFF;
}
#control #logout {
	float: left;
	padding-left: 20px;
}

/* Slider */
#content .carousel {
	direction: ltr;
	margin:0 0 20px 10px;
	padding:10px 0 0;
	position:relative;
}
#content .main {
	margin:0 20px 0 100px;
	overflow:hidden;
}

#content .carousel button {
	float:left;
}
#content .carousel a.prev,
#content .carousel a.next {
	background: url("../images/slider/prev.gif") left 60px no-repeat;
	display:block;
	float:left;
	height:110px;
	text-decoration:none;
	width:30px;
	border: none
}
#content .carousel a.next {
	background: url("../images/slider/next.gif") right 60px no-repeat;
}
#content .carousel a:hover, #content .carousel a:active {
	border: none;
	outline: none;
}
#content .carousel .jCarouselLite {
	background-color:#EFEFEF;
	border:1px solid #CCC;
	float:left;
	left:-5000px;
	position:relative;
	visibility:hidden;
}
#content .carousel ul {
	margin:0;
}
#content .carousel li img, #content .carousel li p {
	background-color:#FFFFFF;
	height:140px;
	margin:10px;
	width:110px;
}
#content .widget img {
	cursor:pointer;
}
#content .mid {
	height:120px;
	margin-left:80px;
	width:400px;
}
#content .imageSlider li img, #content .imageSlider li p, #content .imageSliderExt li img, #content .imageSliderExt li p {
	height:300px;
	width:400px;
}

.clear {
	clear:both;
}

/* Registeration window */
#registerWindow ul {
	list-style-type:none;
}
#registerWindow .button {
	margin:10px 0 0;
	cursor:pointer;
}

/* ContactUsWindow window */
#ContactUsWindow ul {
	list-style-type:none;
}
#ContactUsWindow .button {
	margin:10px 0 0;
	cursor:pointer;
}

/* Facebox */
#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tr.png);
}

#facebox .tr {
  background:url(../images/facebox/tl.png);
}

#facebox .bl {
  background:url(../images/facebox/br.png);
}

#facebox .br {
  background:url(../images/facebox/bl.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 5px;
  text-align: left;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}