/********************************************************************* 
  base css */

body {
	font-family: Georgia, Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #b7b7b7;
	background-color: #181818;
}

#bodybackground {
	background: url(images/body_background.jpg) top center repeat-x #181818;
}

a, link, a:link {
	text-decoration: underline;
	color: #ffe4a5;
	font-weight: normal;
 }

a:visited {
	text-decoration: underline;
	color: #ffe4a5;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

h1 {
	font-weight: normal;
	margin: 0 0 25px -18px;
	font-size: 2.2em;
	color: #ffe4a5;
	line-height: 110%;
}

h2 {


}

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

.grey { 
	color: #202020;
}

.yellow {
	color: #ffe4a5;
}

.white {
	color: #dadada;
}

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

.bigger { 
	font-size: 1.2em;
}

.smaller {
	font-size: 0.8em;
}

.clear {
	clear: both;
}

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

.georgia { 
	font-family: Georgia, Tahoma, Helvetica;
}

.tahoma {
	font-family: Tahoma, Arial, Helvetica;
}

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

.left { 
	float: left;
}

.right {
	float: right;
}

.textleft { 
	text-align: left;
}

.textright { 
	text-align: right;
}

.center {
	text-align: center;
}

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

#bottomshadow{
	background: url(images/footer_background.png) bottom center repeat-x transparent;
}


.container{
	width: 958px;
	margin:auto;
}

.title {
	font-size: 2.2em;
	font-style: italic;
	margin-bottom: 8px;
}

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

#header {
	background: url(images/header_background.png) top center no-repeat #040404;
	height: 127px;
	padding: 17px 15px 0 15px;
}

#header a, #header link, #header a:link, #header a:visited {
	color: #8f8078;
 }

#header span iframe {
	margin-left: 13px;
}


#headline {
	width: 280px;
	border-left: 1px solid #8f8078;
	padding-left: 30px;
	line-height: 160%;
	margin-top:30px;
}

/*********************************************************************/
#menucont {
	background: url(images/content_background.png) top center repeat-y transparent;
}

#hmenu {
	margin: 0 19px;
	padding: 0;
	text-align: center;
	border: 0;
	font-size: 1.2em;
	height: 43px;
	background: url(images/menu_level1_background.png) top center repeat-x transparent;
}

#hmenu a {
	display: block;
	font-weight: normal;
	color: #202020;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	position: relative;
}

#hmenu a:hover {
	text-decoration: none;
	display: block;
}

/* TOPMENU */
#hmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#hmenu ul li {
	display: inline;
	float:left;
}

#hmenu ul li a, #hmenu ul li a:hover, #hmenu ul li a:visited {
/*	color: #ffffff;*/
	text-decoration: none;
	padding: 13px 25px;
	display: block;
	font-weight: normal;
	margin: 0;
}

/* SUBMENU */
#hmenu ul ul {
	position: absolute;
	display: none;
	z-index: 100;
}

#hmenu ul ul li {
	float: none;
	height: auto;
	display: block;
	min-width: 150px;
	background: #f6dca4;
}

#hmenu ul ul li a, #hmenu ul ul li a:hover, #hmenu ul ul li a:visited {
	font-size: 1em;
	font-weight: normal;
	border-right:0;

}

#hmenu ul ul li a:hover {
	background: #dec283;
}

#hmenu ul li:hover ul, #hmenu ul li:hover a {
/* 	display: block; */
	background: #f6dca4;
}

#hmenu ul ul li {
	border-bottom: 1px solid #dec283;
}

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

#bodycont {
	background: url(images/content_background.png) top center repeat-y transparent;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#bodycont_static {
	background: url(images/content_background_simple.png) top center transparent;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.content {
	line-height: 160%;
	width: 500px;
	margin: 0 30px 0 48px;
	padding: 30px 0;
	font-size: 1.2em;
}

.content table {
	color: #ffffff;
	font-size: 1.2em;
}

.content_right {
	float: right;
	padding: 30px;
	width: 305px;	
}

#foglalas input  {
	background-color: #111111;
	border-color: #000000;
	border-bottom-color: #666666;
	border-style: solid;
	border-width:1px;
	color: #FFFFFF; 
	margin: 7px 0px 15px 20px;
	padding: 3px 3px 3px 3px;
	font-weight:normal;
	position: relative;
	font-size: 1.5em;
}

#foglalas textarea {
	background-color: #111111;
	border-color: #000000;
	border-bottom-color: #666666;
	border-style: solid;
	border-width:1px;
	color: #FFFFFF; 
	margin: 7px 0px 15px 20px;
	padding: 3px 3px 3px 3px;
	font-weight:normal;
	position: relative;
	font-size: 1.5em;
	width: 470px;
	height: 180px;
}

#foglalas select  {
	background-color: #181818;
	border-color: #666666;
	border-style: solid;
	border-width:1px;
	color: #FFFFFF; 
	margin: 7px 0px 15px 20px;
	padding: 3px 3px 3px 3px;
	font-weight:normal;
	position: relative;
	font-size: 1.5em;
}

#foglalas  {
	margin: 20px 0px 0px 0px;
}

.content hr  {
	color: #704A1D;
	border-right:0;
	border-bottom:0;
	height: 1px;
	margin: 15px 0;
}

div.paypal {
	line-height: 200%;
}

div.paypal h1 {
	font-size: 1.4em;
	color: #FFCC33;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

div.paypal form {
	margin: 0px;
	padding: 0px;
}

div.paypal input {
	margin: 15px 0px 0px 0px;
	padding: 5px;
	position: relative;
	border: 0px;
}

.index_black {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border0-radius: 5px;
	text-align: center;
	background-color: #000000;
	margin-bottom: 20px;
}

div.likeboxwrap {
	width:303px;
	height:62px;
	overflow:hidden;
}

div.likeboxwrap iframe {
	margin:-1px;
}

.menutable {
	margin-left: -13px;
	margin-right: -13px;
	width: 540px;
}

.menutable tr {
	display: none;
}

.trover:hover {
	background: url(/new.aranykaviar.hu/images/td_background.png);
	color: #000000;
}

.tddetail {
	position: absolute;
	border: 5px solid #D0A15A;
	background-color: #000000;
	padding: 5px;
	margin-left: 95px;
	z-index: 5;
}

#contentclose {
	clear:both;
}

.menulist {
	float: right;
	padding: 30px 0;
	width: 365px;	
	z-index: 2;
	position: relative;
	min-height: 500px;
}

.menulist a {
	color: #9a9a9a;
	text-decoration: none;
	display: block;
	padding: 10px 30px;
	font-size: 1.2em;
}

.menulist a.selected {
	color: #ffe4a5;
	background: url(images/selected_category.png) top center repeat-y transparent;
}

.breadcrumbs {
	color: #ffffff;
	margin-left:-18px;
	font-size: 0.8em;
}

.breadcrumbs a {
	color: #ffffff;
}

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

.bottommenu {
	border-top: 1px solid #555555; 
	padding: 0;
	height: 55px;
	margin-top: 20px
}

.bottommenu a {
	display: block;
	padding: 10px 15px 10px 0;
	float: left;
	text-decoration: none;
	color: #888;
}

.bottommenu a:hover {
	color: #fff;
}

.fb {
	padding: 0 30px;
	margin-top: -25px
}

#footer {
	clear:both;
	padding: 20px 0 40px 0;
	background: #181818;
	color: #ffffff;
}


/* CMS */

div.tabmenu {
	height: 25px;
	border-collapse: collapse;
	border-bottom: 1px solid #5F5F5F;	
	padding-left: 15px;
    margin-top:15px;
	line-height:120%;
}

div.tabmenu a {
	border: 1px solid #5F5F5F;
	border-bottom:0;
	float:left;
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: #8F8078;
	text-decoration: none;
	padding: 0px 10px 3px;
	margin: 4px 2px 0 0;
	background:#000000;
}

div.tabmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background:#52340E;
}

div.tabmenu a.selected {
	margin: 0 2px 0 0;
	padding: 6px 10px 2px;
	color: #F6DCA4;
}

/********************************************************************* 
tab pages part  */

div.tabpage  {
	padding: 15px;
	border: 1px solid #5F5F5F;
	border-top:0;
	background:#000000;
}	

div.tabpage table {
}	

div.tabpage td {
	padding:8px;
	text-align:center;
	background: #1C1606;
	width: 214px;
}

div.tabpage td img {
	border: 7px solid #FFFFFF;
	margin-bottom: 7px;
}

/* BOOKMARKING TOOL */

.addthis_default_style {
	background:#333333;
	width: 160px;
}

/* Bejegyzesek */

div.bejegyzes {
	margin-bottom: 18px;
	border-bottom: 1px solid #F3D8A0;
}

div.bejegyzes #title {
	font-weight: normal;
	margin: 0 0 25px -18px;
	font-size: 2.0em;
	color: #ffe4a5;
	line-height: 110%;
	text-decoration: underline;
}

div.params {
	color: #888888;
	padding-bottom: 8px;
	font-size: 0.95em;
	margin-left: -18px;
}

div.bejegyzes #params a {
	color: #888888;
}

div.bejegyzes #kep {
	float:left;
	margin: 5px 10px 0 0;
}

/* Kommentek */

form.addkomment {
	background-color: #5B4627;
	padding: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border0-radius: 5px;
	margin: 0 8px;
}

form.addkomment #left {
	width: 150px;
}

form.addkomment table {
	margin-bottom: 10px;
}

form.addkomment td {
	padding: 0;
}

form.addkomment input[type=text] {
	width: 250px;
}

form.addkomment textarea {
	width: 100%;
	height: 100px;
	margin: 8px 0;
}

/* ---- */

div.komment {
	margin: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border0-radius: 10px;
	background: #000000;
	padding: 8px;
}

div.komment #user {
	color: #888888;
	margin-bottom: 3px;
	font-size:1em;
}

div.komment #user a, div.komment #user span {
	font-size:1.2em;
	font-weight: bold;
	color: #F3D8A0;
}

div.komment #cont {
}
