/* CSS Document */
/*
	BARVY
	
- oranzova 	#e67a1b		- odkazy, nadpisy h1, h2
- svetlounce oranzova #fdefd3 - pozadi help

- modra		#00b4ff	 	- mes_day, h2, rychle heldani (0099d3)
- modra		#40b8e9		- text ramecek aktivni (focus)
- svetle modra #dcf5ff	- focus pozadi
- svetlounce modra  #ecf5f9 - pozadi info
- modra 	#008df8		- pozadi but2

- zelena	#00ba0d		- text info linka OK

- svetle seda #f5f5f5 	- pozadi leveho sloupce
- svetle seda #e1e1e1	- pozadi cele stranky
- seda        #d6d6d6	- footer bg, ramecky v menu
- tmave seda  #545454	- nadpis, footer
- seda		  #8a8a8a	- ramecky text apod.
- tmave seda  #6e7072	- pozadi but2

- cervena	  #ff0000	- povinny ramecek, vystrahy
- svetle cervena #fff5ec - pozadi povinneho

*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color: #e1e1e1;	
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #e67a1b; 
/*	color: #00b4ff; */
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	background-color: #e67a1b;
	color: #fff;
}
a.link {
	text-decoration: none;
/*	font-weight: normal; */
}
a.more {
	padding-right: 15px;
	background-image: url(/graphics/icons/arrow_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}
a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a.no-border:hover img, a.no-border img, a.no-border {
	border: none;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 10px 0px 0px 0px; 
	line-height: 1.3em;
}

h1 {
	padding: 0px;
	margin: 5px 0px;
	color: #e67a1b;
	font-size: 2.5em;
	font-weight: lighter;
	border-bottom: 1px solid #e67a1b;
}

h2 {
	font-size: 1.5em; 
	font-weight: bold;
	margin: 15px 0px 3px 0px;
	padding: 0px; 
	color: #00b4ff;
}
h3 {
	font-size: 1.25em;
	font-weight: bolder;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #e67a1b;
}

blockquote {
	margin: 10px 10px 10px 30px;
	padding-left: 10px;
	color: #666;
	border-left: 1px dashed #666;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-top: 3px;
}

dl {
	margin: 0.5em 0em;
}

dt {
	margin-top: 0.4em;
	font-weight: bold;
}

ol.big_alpha {
	list-style-type: upper-alpha !important;
}
ol.small_alpha {
	list-style-type: lower-alpha;
}

.bold {
	font-weight: bold;
}

form {
	margin: 0px;
}

fieldset {
	display: block;
	position: relative;
	width: 650px;
	margin: 10px auto;
	padding: 5px 15px 15px 15px;
	border: 1px solid #00b4ff;
	background-color: #fff;
	clear: both;
}

fieldset p {
	clear: both;
}

fieldset p.notice {
	font-style: italic;
	color: #333;
}

legend {
	padding: 2px 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #00b4ff;
}

label {
	font-weight: bold;
	width: 190px;
	margin-right: 5px;
	cursor: pointer;
}

input, select {
	font-size: 1em; 
}

input.text, textarea, select {
	background-color: #fefefe;
	border: 1px solid #8a8a8a;
	vertical-align: middle;
	width: 165px;
}

input.text_width, select.text_width, textarea.text_width {
	background-color: #fefefe;
	border: 1px solid #8a8a8a;
	vertical-align: middle;
	width: 400px;	
}

.width60, input.width60 {
	width: 60px;
}
.width130 {
	width: 130px;
}
.width500 {
	width: 500px;
}
.width600 {
	width: 600px;
}
.width175 {
	width: 175px; 
}
.width250 {
	width: 250px; 
}

input.required, select.required, textarea.required {
	border: 2px solid #e67a1b; /*#f00;*/
	background-color: #fff9f0;
}

input.text:focus, select:focus, textarea:focus, input.text_width:focus, select.text_width:focus, textarea.text_width:focus {
	border-color: #40b8e9;
	background-color: #dcf5ff;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #070B55;
	color: #070B55;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* musi to tu byt, jinak nefunguje */
	background-image: url(/graphics/bg_button2_grey.gif);
	background-color: #6e7072;
	color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #cad0c4;
	border-bottom-color: #989e92;
	border-right-color: #989e92;
	font-weight: bold;
	margin: 0px 1px; 
	text-decoration: none;
	cursor: pointer;
}
input.button {
	overflow: visible;   /* finta pro IE, jinak dela velky padding */
	padding: 2px 4px; 
	font-size: 10px; 
	width: auto;
}
a.button {
	padding: 3px 5px;
	white-space: nowrap;
	font-size: 10px; 
}

input.button:hover, a.button:hover {
	color: #070b55;
	background-color: #d6d6d6;
	border: 1px solid #070B55;
}
input.bluebg, a.bluebg {
	background-image: url(/graphics/bg_button_blue.gif);
	border-color: #4ea6ca;
	border-bottom-color: #247797;
	border-right-color: #247797;
	background-color: #09b7ff;
	color: #fff;
}
input.yellowbg, a.yellowbg {
	background-image: url(/graphics/bg_button_yellow.gif);
	background-color: #f7d13e;
	color: #000;
}
input.greybg, a.greybg {
	background-image: url(/graphics/bg_button.gif);
	background-color: #d6d6d6;
	color: #333;
}
input.but_search, a.but_search {
	background-image: url(/graphics/but_search.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #f7d13e;
	padding-left: 20px;
	color: #000;
}
input.but_search2, a.but_search2 {
	background-image: url(/graphics/but_search2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #d6d6d6;
	padding-left: 20px;
	color: #000;
}
input.but_next, a.but_next {
	background-image: url(/graphics/but_next.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #09b7ff;
	padding-right: 23px;
	color: #fff;
}
input.but_prev, a.but_prev {
	background-image: url(/graphics/but_prev.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #09b7ff;
	padding-left: 23px;
	color: #fff;
}

input.b2_grey, a.b2_grey {
	background-image: url(/graphics/bg_button2_grey.gif);
	background-color: #6e7072;
	color: #fff;
}
input.b2_blue, a.b2_blue {
	background-image: url(/graphics/bg_button2_blue.gif);
	background-color: #008df8;
	color: #fff;
}

p.noteunder {
	margin-top: 30px;
	border-top: 1px solid #333;
	color: #333;
	font-size: 0.9em;
}

.but_pad {
	padding: 4px 0px;
}

div#last_advert {
	padding: 0px 10px;
	clear: both;
}
div#last_advert table {
	border: 1px solid #d6d6d6;
	width: 99%;
}

div#recommended {
	padding: 0px 10px;
	clear: both;
}
div.box_RA {
	width: 275px; 
	height: 70px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	border: 1px solid #d6d6d6;
	background-image: url(../graphics/bg_box.gif);
	background-position: right bottom;
}
div.box_RA:hover {
	border: 1px solid #48c9ff; 
}
div.box_RA img {
	float: left;
	padding: 5px 10px 5px 5px;
}
div.box_RA a {
	color: #00b4ff;
}
div.box_RA a:hover {
	color: #fff;
}


div#welcome {
	padding: 10px 10px 10px 90px;
	background-image: url(/graphics/i_welcome.gif);
	background-repeat: no-repeat;
}
div#welcome h2 {
	padding: 0px;
	margin: 5px 0px;
	color: #e67a1b;
	font-size: 2.5em;
	font-weight: lighter;
	border: none;
}
div.box_HS {
	width: 192px;  /* 616/2=308-20-20=268-85=183  */
	height: 135px;
	overflow: hidden;
	margin: 5px;
	padding: 0px 10px 10px 90px;
	border: 1px solid #d6d6d6; 
	background-repeat: no-repeat;
}
div.box_HS:hover {
	border: 1px solid #48c9ff; 
}
div.why_realista {
	background-image: url(/graphics/i_proc.gif);
} 
div.how_works {
	background-image: url(/graphics/i_funguje.gif);
} 
div.auction {
	background-image: url(/graphics/i_aukce.gif);
} 
div.centrum {
	background-image: url(/graphics/i_centrum.gif);
} 

p.more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.box_kudykam {
	width: 258px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #d6d6d6; 
	margin: 5px;
	padding: 10px 110px 10px 10px;
	background-repeat: no-repeat;
}
div.box_kudykam:hover {
	border: 1px solid #48c9ff; 
}
div.box_kudykam p {
	margin: 0px;
}
div.box_kudykam h3 {
	margin: 0px;
}
div.k_sluzby {
	background-image: url(/graphics/k_sluzby.gif);
	height: 75px;
}
div.k_udaje {
	background-image: url(/graphics/k_udaje.gif);
	height: 75px;
}
div.k_heslo {
	background-image: url(/graphics/k_heslo.gif);
	height: 75px;
}
div.k_logout {
	background-image: url(/graphics/k_logout.gif);
	height: 75px;
}
div.k_nemovitosti {
	background-image: url(/graphics/k_nemovitosti.gif);
}
div.k_hledani {
	background-image: url(/graphics/k_hledani.gif);
}
div.k_nova {
	background-image: url(/graphics/k_nova.gif);
}
div.k_oblibene {
	background-image: url(/graphics/k_oblibene.gif);
}
div.k_foto {
	background-image: url(/graphics/k_foto.gif);
}
div.k_moje_hledani {
	background-image: url(/graphics/k_moje_hledani.gif);
}
div.k_prohlidky {
	background-image: url(/graphics/k_prohlidky.gif);
}
div.k_moje_prohlidky {
	background-image: url(/graphics/k_moje_prohlidky.gif);
}
div.k_aukce {
	background-image: url(/graphics/k_aukce.gif);
}
div.k_moje_aukce {
	background-image: url(/graphics/k_moje_aukce.gif);
}

div.advertisment {
	position: relative;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #fefefe;
	padding: 10px 0px;
}

div.advertisment p, div.advertisment h2 {
	padding-left: 10px;
	padding-right: 10px;
}

div.advert {
	clear: both;
	text-align: center;
	margin: 20px 0px;
}

.center {
	text-align: center;
}

.left {
	position: relative;
	float: left;
	display: block;
}

.right {
	position: relative;
	float: right;
	display: block;
}

.normal, .normal_text {
	font-weight: normal;
	font-style: normal;
}

.halfwidth {
	width: 390px;
}

.nowrap {
	white-space: nowrap;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

div#left_bar p {
	margin: 5px 10px 0px 10px;
}
div#right_bar p {
	margin: 5px 10px 0px 10px;
	padding: 0px;
}
div#left_bar p.buttons {
	text-align: center;
	margin: 15px 0px;
}
div#left_bar label {
	font-weight: normal;
}
div#left_bar h2, div#right_bar h2 {
	padding: 0px 10px;
	margin: 3px 0px;
	font-size: 1.2em;
}
div#right_bar div h2 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 1.2em;
	color: #000;
}

div#left_bar h2.user {
	color: #545454;
	background-image: url(/graphics/icons/user.gif);
	background-position: 95%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d6d6d6;
	margin: 0px;
	padding: 10px 10px 3px 10px; 
}
div#left_bar h2.fast_search {
	color: #00b4ff;
	border-bottom: 1px solid #00b4ff;
	background-image: url(/graphics/icons/search.gif);
	background-position: 95%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 10px 3px 10px; 
}
div#left_bar h2.menuh, div#right_bar h2.menuh {
	position: relative;
	color: #e77a1f;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px;
	padding: 10px 10px 3px 10px; 
	background-position: 95%;
	background-repeat: no-repeat;
}
div#left_bar h2.prokazdeho {
	background-image: url(/graphics/icons/realista3.gif);
}
div#left_bar h2.nabizejici {
	background-image: url(/graphics/icons/realista2.gif);
}
div#left_bar h2.poptavajici {
	background-image: url(/graphics/icons/realista1.gif);
}


.light_blue {
	background-color: #dbe5e7;
}

.light_red {
	background-color: #fcffd9;
}

div.item_left {
	float: left;
	margin-right: 5px;
}
p.item {
	clear: both;
	text-align: right;
	font-weight: bold;
	color: #3F568C;
}
p.item span {
	display: block;
	float: left;
	color: #000;
}

p.uperline {
	border-top: 1px solid #bbb;
}

hr {	
	height: 1px;
	color: #888;
	margin: 0.5em 0em;
	padding: 0px;
	border: none; 
	border-top: 1px solid #888;
}

p.error {
	background-image: url(/graphics/icons/error.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	text-align: left;
	font-weight: bold;
	color: #f30;
	font-size: 1.2em;
}

.marked_size {
	font-size: 1.3em;
}

.marked_color {
	color: #d10;
}

.col_red {
	color: #e67a1b;
}

.col_auction {
	color: #e67a1b;
}

.col_reserve {
	color: #630;
}

.col_package {
	color: #da251c;
}

.col_new {
	color: #f00;
}

.col_blue {
	color: #00b4ff;
}

.col_green {
	color: #00a854;
}

.col_grey {
	color: #666;
}

.margin {
	margin: 10px 0px;
}

h1.error {
	color: #f30;
	background-color: #fff5d7;
	padding: 5px 10px;
}

hr.cleaner {
	clear: both;
	height: 1px;
	background: none transparent scroll repeat 0% 0%;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	visibility: hidden;
}

div.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
}

.important {
	font-weight: bold;
	color: #f30;
	font-size: 1.2em;
}

.headline {
	font-weight: bold;
	color: #F20D2F;
	font-size: 1.5em;
	text-align: center;
}

div#mes_day {
	background-color: #fafeff;
	background-image: url(/graphics/bg_message.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #48c9ff;
	border-top: 1px solid #bdecff;
	color: #00b4ff;
	text-align: center;
	font-size: 1.8em;
	font-weight: bolder;
	padding: 10px;
	height: 50px;
}

div#mes_day2 {
	background-color: #fafeff;
	background-image: url(/graphics/bg_message.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #48c9ff;
	border-top: 1px solid #bdecff;
	color: #00b4ff;
	text-align: center;
	font-size: 1.8em;
	font-weight: bolder;
	padding: 10px;
	height: 25px;
	margin: 10px 0px 40px 0px;
}

ul.menu_user {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

ul.menu_user li, ul.admin li {
	margin: 0px;
}

ul.menu_user li a {
	display: block;
	width: 168px; /* kvuli IE */
	font-weight: normal;
	color: #434343;
	background-image: url(/graphics/icons/vetsi.gif);
	background-repeat: no-repeat;
	background-position: 95%;
	text-decoration: none;
	padding: 5px 10px; 
	margin: 0px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #fff;
}
ul.menu_user li a:hover {
	width: 173px;
	color: #00b4ff;	/*070b55*/
	background-color: #e1e1e1; 
	padding-left: 15px;
	padding-right: 0px;
}

ul.admin li a {
	color: #d10;
}
ul.admin li a:hover {
	color: #970704;
}

.info {
	width: 95%;
	width: auto;
	margin: 20px 5px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #fdefd3;
	background-color: #ecf5f9;
	font-style: italic;
	background-image: url(/graphics/icons/info.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	cursor: help;
}
.info:hover {
	border: 1px solid #e67a1b;
}

.help {
/*	font-style: italic;*/
	color: #333;
	background-image: url(/graphics/icons/help.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #fdefd3;
	border: 1px solid #ecf5f9;
	margin: 10px 5px;
	padding: 5px 5px 5px 25px;
	cursor: help;
}
.help:hover {
	border: 1px solid #00b4ff;
}

span.price {
	position: relative;
	float: right;
	display: block;
	font-weight: bold;
}

ol.services_list {
/*	position: relative; */  /* vadi pro IE a cotojatko */
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: decimal; 
}

ol.services_list li {
/*	position: relative; */
	margin: 0px; 
	padding: 5px 0px 0px 0px; 
	font-weight: bold;
	clear: both; 
}

ol.services_list li span, h3 span {
	position: relative;
	display: block; 
	float: right; 
	text-align: right;
} 
ol.services_list li em {
	font-weight: normal;
	font-style: normal;
}
ol.services_list ol {
	list-style-type: lower-alpha;
}
ol.services_list ol li, ol.services_list ol li label {
	font-weight: normal
}

fieldset.services {
	width: 730px;
}

fieldset.services a:hover {
	background: none;
}

fieldset.services a img, fieldset.services a:hover img {
	border: none;
}

p.services_header {
	position: relative;
	padding: 5px 10px 3px 10px;
	text-align: right;
	font-weight: bold;
	background-color: #e67a1b;
	color: #fff;
}
p.services_header span {
	padding: 0px 10px 3px 10px;
	display:block; 
	float:left;
	color: #fff;
}

div.columns {
	position: relative;
	width: 786px;
	cursor: default;
	clear: both;
}
div.column {
	position: relative;
	float: left;
	background-color: #fff;
	background-color: #f0efef;
} 
div.columns div.c1 {
	width: 272px;
}
div.columns div.c2 {
	width: 276px;
	margin: 0px 10px;
}
div.columns div.c3 {
	width: 216px;
}
div.advertDetail div.column div, div.advertDetail div.val {
	border-top: 1px solid #fff;
	padding: 3px 5px;
	background-color: #f0efef;
	color: #000; 
	clear: both;
}
div.advertDetail div.columns div.pictures {	
	border-top: 10px solid #fff;
	background-color: #fff;
}

div.advertDetail div.columns div.column div.spic {
	position: relative;
	float: left;
	clear: none;
	width: 88px;
	height: 67px;
	line-height: 67px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: none;
}
div.advertDetail div.columns div.column div.spic img {
	vertical-align: middle;
}

div.advertDetail div.columns div.column div#allpic {
	border: none;
	margin: 0px;
	padding: 0px;
}

div.show_switch {
	text-align: right;
	border: none !important;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
div.show_switch:hover {
	text-decoration: none;
}

div.advertDetail div.columns div.title {
	border-top: 10px solid #fff;
	padding: 5px;
	font-weight: bold;
	background-color: #3a3a3a;
	color: #fff;
}
div.advertDetail div.columns div.title a {
	color: #fff;
}
div.advertDetail div.columns div.title a:hover {
	background: none;
	text-decoration: none;
	color: #fff;
}
div.advertDetail div.columns div.highlight {
	background-color: #c2eeff;
	font-weight: bold;
}
div.advertDetail label {
	position: relative;
	float: left;
	display: block;
	font-weight: normal;
	padding-bottom: 3px;
	width: 140px;
	cursor: default;
	color: #676767;
}
div.advertDetail label.address {
	width: 85px;
}

img.text_right {
	display: block;
	float: right;
	padding: 5px 10px;
	background-color: #fff;
}
img.text_left {
	display: block;
	float: left;
	padding: 10px;
	background-color: #fff;
}

div.contact {
	width: 450px;
	margin: 0px auto;
}

/* table */

table {
	width: 785px;
	margin: 1em auto;
	border-collapse: collapse;
	cursor: default;
	clear: both;
}
table a {
	color: #00b4ff;
}

table a img {
	border: none;
}
table a:hover img {
	border: none;
}

th {
	padding: 7px 5px 4px 15px;
	background-color: #ef8c09;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

td {
	padding: 5px;
	background-color: #f0f8ff;
	color: #000; 	
}

th a {
	color: #fff;
	text-decoration: none;
	display: block;
}

table tr:hover td {
	background-color: #fcc967;
}

tr.alternate td {
	background-color: #fff;
}

table.search {
	cursor: pointer;
}

table.link_table th {
	background-image:url(/graphics/sort/sortable.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.link_table th a {
	color: #fff;
	text-decoration: none;
	display: block;
}
table.link_table th a:hover {
	background: none;
	color: #070b55;
}

td.title {
	font-weight: bold;
	background-color: #3a3a3a;
	color: #fff;
}

div.advertDetail h2 {
	color: #00b4ff;
	font-size: 1.5em;
}

/* ---------------- */

div.photo {
	margin: 20px 0px;
	text-align: center;
}

div.photo img {
	border: 1px solid #000;
}

div.photos {
	margin: 10px 0px;
	padding: 5px;
	text-align: center;
	overflow: auto;
	background-color: #eee;
	border: 1px solid #666;
}

div.photos a:hover {
	background: none;
}

div.photos img {
	margin: 0px 10px;
}

a img {
	border: 2px solid #3F568C;
}

a:hover img {
	border: 2px solid #d10;
}

div.photos img.actual {
	border: 5px solid #000;
}

div.photos a:hover img.actual {
	border: 5px solid #d10;
}

div.buttons {
	margin: 20px 0px;
	text-align: center;
}

/* tooltip pro tooltip.js */

.tooltip {
	border: 1px solid #aca39e;
	color: #3c3525;
	background-color: #fdf6da;
	padding: 3px 5px; 
}


/* hledani */

fieldset.search {
	position: relative;
	width: 750px; 
	padding: 5px 10px 15px 10px;	
}

fieldset.search p {
	padding-top: 3px;
}

div.line {
	position: relative;
	clear: both;
	margin: 5px 0px;
	padding-top: 3px;
}

fieldset.search label {
/*	width: 175px; */
	padding-top: 3px; 
	margin: 0px;
}

div.form_block {
	position: relative;
	width: 525px; /* potreba kvuli IE */
	margin-left: 175px;
}
div.form_block label {
	font-weight: normal;
}

div.city_part {
	margin: 15px 5px;
}
div.city_part label {
	position: relative;
	display: block; 
	width: auto;
}
div.city_part input {
	width: 1.2em;
	height: 1.2em;
	margin: 1px 2px 1px 4px;
	padding: 0px;
}

div.items_col_1 {
	position: relative;
	float: left;
	width: 135px;
	height: 220px;
	overflow: hidden;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
div.items_col_2 {
	position: relative;
	float: left;
	width: 135px;
	height: 201px;
	padding-top: 19px;
	overflow: hidden;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.page_control {
	margin: 20px 0px 10px 0px;
	padding: 5px 0px;
	border-top: 1px solid #6f310b;
	text-align: center;
}

div.page_control span.actual {
	font-weight: bold;
	font-size: 1.2em;
}

.nodisplay {
	display: none;
}

div.advert_info {
	color: #545454;
	padding: 2px 15px;
	font-size: 9px;
	background-image: url(/graphics/icons/advert.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border-top: 1px solid #d6d6d6;
}

div.advertisment a, div.advertisment a img {
	border: none;
	padding: 0px;
	margin: 0px;
}

div.advertisment a:hover, div.advertisment a:hover img {
	background: none;
	color: #e67a1b;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Sorting */
table th.table-sortable {
	cursor:pointer;
	background-image:url(/graphics/sort/sortable.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table th.table-sorted-asc {
	background-image:url(/graphics/sort/sorted_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table th.table-sorted-desc {
	background-image:url(/graphics/sort/sorted_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table th.table-sortable:hover, table th.table-sorted-desc:hover, table th.table-sorted-asc:hover {
	color: #070b55;
}

/* suggestion */

ul#suggest {
	position: absolute;
	left: 175px;  
	top: 0px;
	z-index: 10;
	width: 250px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	overflow: auto;
	display: none;
	list-style: none;
	font-size: 11px;
	cursor: default;
	background-color: #fff;
}
ul#suggest li {
	display: block;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	width: 247px;
}
ul#suggest li.act{
	background-color: highlight; 
	color: highlighttext;
}


/* adFox */
div#adfox-l2 {
	border: 1px solid #e67a1b;
	font-size: 1em;
	background-color: #fff;
	color: #333;
}
div#adfox-l2 h2 {
	padding: 0px !important;
}
div#adfox-l2 h2 a {
	display: block;
	background-color: #e67a1b;
	color: #fff;
	font-size: 1em;
	text-align: right;
	text-decoration: none;
}
div.adfox-box {
	padding: 5px;
}
div.adfox-box h3 {
	margin: 0px !important;
	font-size: 1em !important;
}
div.adfox-box h3 a {
	color: #00b4ff;
	font-size: 1em !important;
}
div.adfox-box h3 a:hover {
	color: #fff;
	background-color: #00b4ff;
}
div.adfox-box p {
	margin: 0px !important;
}
div.adfox-box div {
	text-align: right;
}
div.adfox-box div a {
	font-weight: normal;
}

/* --- */

.toplist {
	border: none; 
	width:1px; 
	height:1px;
}

