

/* könyvismertető */

div.abstract
{
	font-weight: bold;
	text-align: justify;
}

div.source
{
	color: #c55628;
	font-style: italic;
}

img.bookimage,
img.numberimage
{
	border: solid 1px #81807e;
	padding: 1px;
	margin-bottom: 5px; 
	float: left;
}

div.bookinfo,
div.numberinfo
{
	margin-left: 5px; 
}

div.bookname,
div.numbername,
div.authorname,
div.numberauthorname
{
	padding-left: 5px;	
}

div.bookname,
div.numbername,
div.topicname
{
	color: #c55628;
	font-size: 15px;
	font-weight: bold;
}

div.numbername
{
	color: #000;
}

div.authorname,
div.numberauthorname
{
	font-weight: bold;
	font-size: 14px;
}

hr.bookhr,
hr.numberhr,
hr.topichr
{
	border: 0px;
	background-color: #d1c8c1;
	height: 1px;
}

/* megrendelő táblázat */

table.ordertable
{
	width: 90%;
	margin: 0 auto;
}

table.ordertable th
{
	height: 25px;
	background-color: #deddc5;
}

table.ordertable td
{
	padding: 2px;
	background-color: #f6f3f1;
	color: #bb3d08;
	text-align: center;
}

table.ordertable th,
table.ordertable td
{
	width: 25%;
	border: solid 1px #7b7a6d;
}

table.ordersubmitfield
{
	background-color: #f2e9cf;
	width: 100%;
	height: 30px;
}

table.pmethodtable
{
	/*width: 100%;*/
}

table.pmethodtable td
{
	border: none;
	text-align: left;
	padding: 0px;
}

table.pmethodtable td.rb
{
	width: 5%;
	text-align: right;
}

table.pmethodtable td.rbtxt
{
	width: 95%;
}

/* cikkek */

div.articlename
{
	/*color: #c55628;*/
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

div.articleauthorname
{
	color: #c55628;
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 12px;
}

/* bal panelek */

div.leftpanel
{
	padding-right: 5px;
}

/* fizetős, nem fizetős tanulmányok */

ul.free li
{
	background-image: url('images/icons/free.jpg');
	
}

ul.nf
{
	margin-left: 3px;
}

ul.nf li
{
	list-style-type: none;
}

ul.nf li.nonfree a,
ul.nf li.free a
{
	background-image: url('images/icons/nonfree.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
	display: block;
}

ul.nf li.free a
{
	background-image: url('images/icons/free.jpg');
}

div.essayAuthor
{
	padding-left: 20px;
}