body{
	  font: 13px Georgia, serif;
	  }

a{
 color: #452d03;
}
	  
h1 {
	font-size: 20px;
	color: #302214;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
b {
	font-size: 13px;
}

table{
	text-align: left;
}

li{
	margin: 0;
	padding: 0;
}

fieldset{
	  font: 12px Georgia, serif;
	  border: 1px solid #705a5c;
	  }
	  
hr{
	border: thin solid #705a5c;
}

label{
font: 12px Georgia, serif;
color: #9b2021;
}


.tt{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #302214;
	margin: 0; }
.tt td {
	border: 1px solid #302214;
    width:50%;
	word-wrap:break-word;
}

.link_sort{
font-size: 15pt;
color: #452d03;
}

.rzip, rzip2{
cursor: pointer;
float: right;
}

/*
.rek_book{
			display: block;
			position: relative;
			float:left;
		    padding: 5px;
		    margin: 100px 10px 50px 52px;;
		    width: 320px;
		    	border: 1px dashed #302214;

		   }

.info_book{padding: 0px 5px;}
a:link, a:visited, a:hover, a:active{ text-decoration: none;}
*/
 /*************************************************MENU*************************************************/


strong{ font-weight: bold;}

ul.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	text-align: left;
}

ul.tabs a
{  text-decoration: none;
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}


ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #ffb35a;
	border: 1px solid #b8a12b;
	display: block;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(/img/drophighlight.png) no-repeat center 27px;
}

#menu ul li a
{
	color: #9b2021;
	padding-left: 4px;
}

#menu ul li a h4 img
{
	vertical-align: middle;
}

#menu ul li a:hover
{
	background: url(/img/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
	display: block;
	padding: 0 7px 0 7px;
}

#menu ul li a:hover span
{
	background: url(/img/topselectionright.png) top right;
}

#menu ul.dropdown
{
	padding: 0 5px;
	background: #ffb35a;
	overflow: hidden;
	border-bottom: 1px solid #dc902f;
	width: 290px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #e5cd8e;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(/img/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}