/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

div, img, object, embed, form {
  margin: 0;
  padding: 0;
  border-width: 0;
}

input {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;
}

a {
  color: #586BAA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  text-align: justify;
}

h2, h3, h4 {
  color:#586BAA;
}

h3 span {
  display: none;
}

dl dt {
  font-weight: bold;
  font-size: 16px;
}

dl dd {
  margin-left: 20px;
}

/* -------------------------------------------------------------------------- */

.clearfix {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

input.button {
  width: auto;
  height: 32px;
  background:#FFFFFF url(/art/menu.gif) repeat-x scroll 0%;
  color: #586BAA;
  font-weight: bold;
}

input.button:hover, input.button:focus {
  background-image: url(/art/menu_hover.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

textarea.banner {
  width: 700px;
  height: 48px;
  overflow: hidden;
}

.advert {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 20px;
  width: 960px;  
}

.advert img, .advert object, .advert embed {
  margin: 0 3px 0 3px;
}

.advert embed {
  float: right;
}

/* -------------------------------------------------------------------------- */

div#top_bg {
  background-image: url(/art/top_2.gif);
  /*background-image: url(/art/karacsony/karacsony_top.gif);*/
  background-repeat: repeat-x;
  /*background-position: 0 -50px;*/
  background-position: 0 0;
  width: 100%;
}

div#top, div#body, div#bottom { 
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
}

div#top {
  /*background-image: url(/art/karacsony/karacsony_fa.gif);*/
  /*background-image: url(/art/karacsony/hoember.gif);*/
  background-position: 610px 14px;
  background-repeat: no-repeat;
/*  padding-bottom: 10px;*/
/*  height: 150px;*/  
}

div#body {
  min-height: 300px;
}

div#body div#body_left {
  float: left;
  width: 750px;
}

div#body div#body_right {
  float: right;
  text-align: right;
  width: 190px;
  padding-bottom: 20px;
}

div#bottom_bg {
  background-image: url(/art/bottom.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

div#bottom {
  height: 30px;
  text-align: center;
  padding-top: 20px; 
}

/* -------------------------------------------------------------------------- */

div#menu {
  float: left;
/*  width: 580px;*/
  width: 960px;
}

div#menu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
/*  padding: 25px 0 0 0;*/
  padding: 0;
}

div#menu ul li {
  display: inline;
}

div#menu ul li a {
  background:#FFFFFF url(/art/menu.gif) repeat-x scroll 0%;
  color: #586BAA;
  display: block;
  float: left;
  font-weight: bold;
  height: 32px;
  margin-left: 1px;
  padding: 13px 25px 0pt;
  text-align: center;
  text-decoration: none;
}

div#menu ul li a:hover {
  background-image: url(/art/menu_hover.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

div#menu ul li.on a, div#menu ul li.on a:hover {
  background-image: url(/art/menu_on.gif);
  border-color: #479AC6;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #479AC6;
  font-weight: bold;
  height: 36px;
  margin-top:-4px;
}

/* -------------------------------------------------------------------------- */

div#logo {
  padding-top: 5px;
  font-size: 18px;
  font-weight: normal;
  color: #479AC6;
  font-style: italic;
  text-decoration: none;
  float: right;
  width: 310px;
  text-align: right;
  height: 70px;  
}

div#logo a {
  text-decoration: none;
}

div#logo h1 {
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------- */

form#search {
  margin: 10px 0 0 0;
  padding: 0 5px 0 5px;
/*  height: 43px;*/
  background-image: url(/art/search_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #FEFDF8;
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
}

form#search div.mini {
  background-image: url(/art/search_icon.jpg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  height: 43px;
  padding: 0 0 0 56px;
}

form#search div.mini label {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

form#search div.mini input, form#search div.mini select {
  font-size: 14px;
  padding: 2px;
  margin: 5px 5px 0px 5px;
}

form#search div.mini input#kw {
  height: 18px;
  width: 500px;
}

form#search div.mini select#h {
  height: 22px;
  width: 195px;
  padding: 0;
}

form#search div.mini input.button {
  margin-top: 6px;
  width: 140px;
  height: 32px;
  background:#FFFFFF url(/art/menu.gif) repeat-x scroll 0%;
}

form#search div.mini input.button:hover, form#search div.mini input.button:focus {
  background-image: url(/art/menu_hover.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

form#search div.full {
  height: 135px;
}

form#search div.left {
  float: left;
  display: block;
  width: 360px;
  margin-left: 61px;
}

form#search div.right {
/*  float: right;*/
  display: block;
  width: 360px;
  text-align: left;
/*  margin-right: 139px;*/
  float: left;
  margin-left: 8px;
}

form#search div label.title {
  font-weight: bold;
  font-size: 16px;
  margin-left: 1px;
}


/* -------------------------------------------------------------------------- */

div.scroll_input {
  display: block;
  height: 100px;
  width: 340px;
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  overflow: auto;
  text-align: left;
  background-color: #FFFFFF;
}

div.scroll_input input.scroll_item, div.scroll_input label {
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
}

div.scroll_input input.scroll_item {
  margin: 4px;
}

/* -------------------------------------------------------------------------- */

div.box_big {
  margin-bottom: 10px;
  width: 100%;
}

div.box_small, div.box_small_left {
  margin-bottom: 10px;
  width: 370px;
  float: left;
}

div.box_small_right {
  margin-bottom: 10px;
  width: 370px;
  float: right;
}

div.box_yellow {
  margin-bottom: 10px;
}

div.box_big h2, div.box_small h2, div.box_small_left h2, div.box_small_right h2 {
  height: 31px;
  font-weight: normal;
  padding: 5px 0 0 20px;
  margin: 0;  
}

div.box_yellow h2 {
  background-image: url(/art/yellow_h2.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #CC0000;
  font-size: 20px;
  height: 31px;
  padding: 5px 0pt 0pt 20px;
  text-align: left;
  margin: 0;
  font-weight: normal;
}

div.box_body {
  background-image: url(/art/box_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  padding: 20px 20px 10px;
  text-align: justify;
  font-size: 14px;
}

div.box_yellow div.box_body {
  text-align: left;
  background-image: url(/art/yellow_body.gif);
  background-position: top left;
  background-repeat: repeat-x;
  margin-top: 1px;
}

/* -------------------------------------------------------------------------- */

div.search_links {
  text-align: justify;
}

div.search_links a {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}

div.search_links a span {
  display: none;
}

ul.torrents {
/*
  margin: 0;
  padding: 0 10px 0 10px;
  list-style-image: url(/art/list.gif);
*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.torrents li {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  color: #586BAA;
  background-image: url("/art/list.gif");
  background-position: 0 2px;
  background-repeat: no-repeat;
}

ul.torrents li a span {
  display: none;
}

ul.trackers li {
  padding-bottom: 3px;
}

/* -------------------------------------------------------------------------- */

table.list {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}

table.list th {
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  background:#FFFFFF url(/art/menu_on.gif) repeat-x scroll 0%;
}

table.list td, table.list th {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

table.list td {
  background-color: #FEFDF8;
  background-image: url(/art/search_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

table.list td.right {
  text-align: right;
}

table.list td a span {
  display: none;
}

div.nav {
  text-align: right;
  clear: both;
  padding: 10px 0 10px 0;
}

div.scroll {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  max-height: 200px;
  overflow: auto;
  width: 650px;
  text-align: left;
}

div.large_scroll {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  max-height: 500px;
  overflow: auto;
  width: 650px;
  text-align: left;
}

dl.torrent {
}

dl.torrent dt {
  font-size: 16px;
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */

form#offer {
  margin: 10px 0 10px 0;
  padding: 5px;
  background-image: url(/art/search_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #FFFFFF;
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
}


form#offer label {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

form#offer input {
  font-size: 14px;
  height: 18px;
  padding: 2px;
  margin: 2px;
  width: 180px; 
  color: #586BAA;
  font-weight: bold;
}

form#offer input#url {
  position: relative;
}


form#offer input.button {
  width: auto;
  height: 32px;
  background:#FFFFFF url(/art/menu.gif) repeat-x scroll 0%;
}

form#offer input.button:hover, form#search input.button:focus {
  background-image: url(/art/menu_hover.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

/* -------------------------------------------------------------------------- */

form#mobil {
}

form#mobil p {
  margin: 0;
  text-align: justify;
}

form#mobil div {
  margin: 5px 0 5px 0;
}

form#mobil input {
  width: 150px;
}

/* -------------------------------------------------------------------------- */

form#login {
}

form#login div {
  margin: 0 0 5px 0;
}

form#login input {
  width: 150px;
}

form#login ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* -------------------------------------------------------------------------- */

form.banner {
}

form.banner div {
  margin: 0 0 5px 0;
}

form.banner label {
  width: 140px;
  display: block;
  float: left;
}

form.banner input {
  width: 500px;
}

form.banner input.button {
  margin: 0 0 0 140px;
  width: auto;
}

/* -------------------------------------------------------------------------- */

div.uzenet {
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  border-color: #CC0000;
  border-style: dashed;
  border-width: 1px;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/art/yellow_body.gif);
  background-position: 0 -40px;
  background-repeat: repeat-x;
}

div.uzenet * {
  color: #CC0000;
}

div.uzenet2 {
  text-align: center;
  color:#586BAA;
  font-size: 12px;  
  background-image:url(/art/box_bg.gif);
  background-position:0 -2px;
  background-repeat:repeat-x;
  padding: 5px;
  margin: 0 0 10px 0;
  border-color: #91C2DD;
  border-style: dashed;
  border-width: 1px;
}

div.alert {
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  border-color: #91C2DD;
  border-style: dashed;
  border-width: 1px;
  color: #586BAA;  
}

div.alert * {
  color: #586BAA;
}

/*div.nav a {
  white-space: nowrap;
  padding: 3px;
  font-size: 10px;
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFFF;
}

div.nav a.selected {
  font-weight: bold;
  border-width: 2px;
}*/



/*
div.blank_format * {
  display: inline;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  margin: 0;
  padding: 0 3px 0 3px;
  text-decoration: none;
}
*/

/* -------------------------------------------------------------------------- */

div.prize {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-color: #91C2DD;
  border-style: dashed;
  border-width: 0 0 1px 0;  
}

div.prize h3 {
  text-align: center;
}

div.prize div {
  padding: 0 0 10px 0;
}

div.prize div.image {
  text-align: center;  
}

div.prize div.image img {
  width: 300px;
  border-color: #91C2DD;
  border-style: solid;
  border-width: 1px;  
}

div.prize div.description {
  text-align: center;
  font-size: 12px;
}

div.prize form {
  background-color: #FEFDF8;
  background-image: url(/art/search_bg.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px solid #479AC6;
  padding: 5px 5px 0 5px;
  height: 145px;
  margin: 0 0 10px 0;
}

div.prize form div {
  padding: 0 0 5px 0;
}

div.prize form div.email {
  float: left;
  width: 520px; 
}

div.prize form div.email label {
  padding-right: 20px;
}

div.prize form div.email input {
  width: 400px;
}

div.prize form div.button {
  float: right;
  width: 160px;
}

div.prize form div.button input {
  width: 160px;
}

div.prize div.offerer {
  font-weight: bold;
}

div.prize div.offerer span.slogen {
  font-weight: normal;
  font-style: italic;
}

div.prize div.lot, div.prize div.date {
  font-size: 12px;
}

div.prize div.alert {
  padding: 5px;  
}

/* -------------------------------------------------------------------------- */

form#lottery_email_form {  
}

form#lottery_email_form div {
  margin: 0 0 5px 0;
}

form#lottery_email_form label {
  width: 140px;
  display: block;
  float: left;
}

form#lottery_email_form input {
  width: 500px;
}

form#lottery_email_form input.button {
  margin: 0 0 0 140px;
  width: auto;
}

