@charset "utf-8";
/* CSS Document */
/* PSYO */

#root .editable_slot {position: relative; border:0px; }
#root .editable_slot .edit_button { position: absolute; top: 0; right: 0; z-index:500;}

.editable_slot {
/*top:200px;
right:200px;
background-color:#FF0000;
color:#FFFF00;
*/
}

/*RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.cleaner {
  /*width:100%;
  font-size:0px;
  line-height:0px;
 clear:both;*/
  
}
/*X RESET */


* {
	font-family:Tahoma, Verdana, Ariel, sans-serif;
}

a {
	color:#99ccff;	
}

#root {
	width:960px;
	margin:0 auto;
	background-image:url(/images/template/sidebars_bg.gif);
	background-repeat:repeat-y;

}

#top {
	width:960px;
	height:35px;
	background-image:url(/images/template/top.gif);
	background-color:#000;
}

#top_obal {
	width:200px;
	margin-top:10px;
	float:right;
	text-align:center;
	
}

#top_obal a {
	width:100%;
	font-size:10px;
	color:#99ccff;
	text-decoration:none;
}

#top_obal a:hover {
	text-decoration: underline;
}

#head {
	width:960px;
	height:80px;
	background-color:#000;
}

#menu {
	width:950px;
	min-height:145px;
	_height:145px;
	background-color:#000;	
	padding:0px;
	padding-left:10px;
}

.menu_tab_search {
	width:180px;
	height:115px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:10px;
}

.menu_tab_search p {
	color:#666666;
	margin:0px;
	padding:0px;
	font-size:10px;
}

.menu_tab_search a {
	color:#99ccff;
	font-size:10px;
	text-decoration:none;
}

.menu_tab_search em, .menu_tab_search em p {
	color:#999999;
	font-size:12px;
}

.menu_tab_navi {
	width:170px;
	height:115px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:0px;
	padding-left:10px;
	border-left:1px solid #333333;
}

.menu_tab_navi ul {
	list-style:none;
}

.menu_tab_navi ul li a {
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

.menu_tab_navi ul li a:hover {
	color:#99ccff;
}

/*.tab_search_select {
	width:150px;
}*/

.tab_search_text {
	height:50px;
}

#sb_left {
	width:200px;
	float:left;
}

#main {
	width:560px;
	_width:545px;/*560*/
	margin-left:200px;
	background-color:#FFFFFF;
/*	float:left;*/
}

#main_obal, #main_obal #psyoArticle ul li {
	margin:10px;
	font-size:12px;
	color:#666666;
}


#main_obal a, #main_obal #psyoArticle ul li a {
	color:#6699cc;
	text-decoration:none;
}

#main_obal a:hover, #main_obal #psyoArticle ul li a:hover {
	text-decoration:underline;
}

#main_obal strong, #main_obal #psyoArticle ul li strong {
	font-weight:bold;
}

#main_obal h1, #main_obal #psyoArticle ul li h1 {
	font-size:16px;
	font-weight:bold;
	color:#6699cc;
	margin-bottom:20px;
}

#main_obal h2, #main_obal #psyoArticle ul li h2 {
	font-size:12px;
	font-weight:bold;
	color:#6699cc;
}

#main_obal h3, #main_obal #psyoArticle ul li h3 {
	font-size:12px;
	font-weight:normal;
	/*color:#6699cc;*/
}

#main_obal h1, #main_obal p, #main_obal #psyoArticle p, #psyoArticle ul li p {
	margin-bottom:2em;
}

#main_obal #psyoArticle.list ul.normal li p {
  font-size:10px; !important
}

#main_obal table tr td p {
	margin:0px;
}

#main_uvod {
  margin:0px 0px 0px 10px;
  padding:10px;
  /*border:1px solid #6699cc;*/
  background-color:#eeeeee;
  width:500px;
  _width:490px;
  margin-bottom:20px;
}

/* CLANKY --------------------------------------------------------------------*/
#main_obal #psyoArticle ul {
LIST-STYLE-IMAGE: none;
}

#psyoArticle ul li .date {
  font-size:10px;
  color:#6699cc;
  margin-top:3px;
  border-top:1px solid #6699cc;
}


#main_obal #psyoArticle ul li * a {
	color:#6699cc;
	text-decoration:none;	
}

#main_obal #psyoArticle.detail ul li ul, #main_obal ul {
	list-style:url(/images/template/li.gif);
	/*margin-left:10px;	*/
}

#main_obal #psyoArticle ul li * a:hover {
	text-decoration: underline;
}

#main_obal * td, #main_obal #psyoArticle ul li * td {
	border:1px dotted #6699cc;
}

#main_obal #psyoArticle ul li>a {
	margin-top:10px;
	font-size:12px;
	color:#6699cc;
}

#main_obal #psyoArticle UL LI {
  margin-bottom:30px;
}

#sb_right {
	width:200px;
	float:right;
}

.sb_content {
	margin:10px;
	margin-bottom:50px;
}

#sb_right .login {
  font-size:12px;
  color:#ccc;
  margin:10px;
  padding:0px;
  padding:5px;
  background-color:#333;
}

#sb_right .login a {
  font-size:12px;
	color:#99ccff;
  text-decoration:none; 
  text-align:right;
}

#sb_right .login a:hover {
  text-decoration:underline; 
}

.sb_content .login a:hover {
  text-decoration:underline; 
}

.sb_content #psyoArticle ul {
	list-style:none;
}

.sb_content #psyoArticle ul li h2 {
	font-size:12px;
	color:#99ccff;
	margin-bottom:2px;
}


.sb_content #psyoArticle ul li p {
	font-size:10px;
	color:#999999;
	border:1px dotted #99ccff;
	padding:5px;
}

.sb_content #psyoArticle ul li p a {
	color:#99ccff;
	text-decoration:none;
}

.sb_content #psyoArticle ul li p a:hover {
	text-decoration:underline;
}

.sb_content #psyoArticle ul li .date {
  display:none;
}

#calendar_h2 {
	font-size:12px;
	color:#99ccff;
	margin-bottom:2px;
	text-align:center;
}

#foot {
	width:960px;
	height:30px;
	clear:both;
	background-color:#000000;
}

#foot_obal {
	margin:5px;
	font-size:10px;
	color:#999999;
}

/* searching */
/* SEARCH RIGHT */
/* OLD */
/*
#searchform {
	background: #333 url(/images/template/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 180px;

}

#searchform #searchinput{
	background: #ffffff url(/images/template/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 118px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(/images/template/search-btn.png) no-repeat left top;
	_background: url(/images/template/search-btn.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

*/

#searchform {
	background: url(/images/template/sr_search_bg.gif) no-repeat right bottom;
	height: 20px;
	width: 180px;
	padding-top:1px;
}

#searchform #searchinput{
	background: none ;
	height: 12px;
	width: 110px;
	margin: 0px 5px 0px 10px;
	padding:0px;
	_padding-bottom:5px;
	&padding-bottom:5px;
	
	color: #999999;
	border: none;
	font-size:12px;
}

#searchform #searchsubmit {
	background:none;
	height: 20px;
	width: 40px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 0px;
	cursor:pointer;
}

/* SKINED SELECT */
.sselect {
    background: url('/images/template/select.gif') no-repeat scroll 0pt 100%;
    height: 19px;
	position:relative;
	margin-bottom:6px;
	overflow:hidden;
}

.sselect select {
	font-size:10px;
	color:#999999;
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: ;
}

.sselect_text {
    float: left;
    text-indent: 10px;
    line-height: 19px;
    width: 130px;
    margin-right:20px;
	color:#999999;
		overflow:hidden;
/*	position:relative;*/
}
  
.sselect_text, .sselect select option {
    font-size: 10px;
	color:#999999;
}


.dodavatele_quickform select, .poskytovatele_quickform select, .poradenstvi_quickform select {
    width: 150px;
    margin-left: -150px;
}
.menu_tab_search {
	position:relative;
}

.menu_tab_search input[type=submit] {
	cursor:pointer;	
/* 	skin pravo */
	width:20px;
	height:45px;
	border:0px;
	background-image:url(/images/template/submit2.gif);
	background-color:#000000;
	position:absolute;
	top:50px;
	left:155px;
/* skin dole */
/*
	width:150px;
	height:19px;
	border:0px;
	background-image:url(/images/template/submit3.gif);

*/
}


/* KALENDAR */
.calendar {
	width:180px;
	padding:5px;
	border:1px dotted #99ccff;
	font-size:10px;	
}


.calendar th {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;

}

.calendar th, .calendar td {
	text-align:center;
}

.calendar .heading {
	color:#99ccff;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.calendar .heading a {
	color:#99ccff;
	text-decoration:none;
}


.calendar .prev_month, .calendar .next_month {
	color:#000000;
	
}
.calendar .curr_month {
	color:#99ccff;
}

.calendar .today {
	color:#ffffff;
}

.calendar a {
	font-weight:bold;
	color:#f00;
	text-decoration:none;
}

.calendar a:hover {
	text-decoration:underline;
}

/* KALENDAR VYPIS */
#psyoEvent em {
	font-size:10px;
	font-weight:bold;
}

/* MAIN BLOCK ---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Výpis firem a pod.. */
.main_block {
	width:525px;
	margin-bottom:20px;
}

.main_block_head {
	/* KLASIKA */
  width:525px;
	height:30px;
	background-image:url(/images/template/main_block_head.gif);
	background-position:right;
	background-color:#333333;
}

.main_block_head .paid {
	/* PREDNOSTNI */
  width:525px;
	height:30px;
	background-image:url(/images/template/main_block_head2.gif);
	background-position:right;

}

.main_block_head h3 {
	padding:7px 30px 0px 10px;
}

.main_block_head h3 {
color:#fff; !important
}

.main_block_body {
	border-left:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px;
}

.main_block_image {
	float:right;
	margin: 10px;
}

/* UNDERCONST */
div.underconstruction p {
	padding:0px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.underconstruction {
	width:100%;
	height:20px;
	background-color:#FF0000;
}

/* searching */
.search-results p {
	font-size:12px;
}
.search-results li {
	border:1px dotted #cccccc;
	padding:10px;
	margin-bottom:10px;
	color:#666666;
}

.search-results ol {
	list-style:none;
}

.search-results * a {
	color:#6699cc;
}

.search-results * a:hover {
	text-decoration:underline;
}

.search-results li a  {
	font-weight:bold;
	display:block;
}

.search-results li h3 a  {
	font-weight:bold;
	display:inline;
}

/* BANNER */
.main_banner {
	width:100%;
	height:60px;
	text-align:center;
	margin-bottom:20px;
}

/* sfGuardUser REGISTER ----------------------------------------------------- */
#sfGuardUser.register h3 {
	font-weight:bold;
	font-size:12px;
	color:#6699cc;
	margin-bottom:10px;	
	margin-top:10px;	
}

#sfGuardUser.register table {
	width:100%;
}

#sfGuardUser.register table td {
	border:none;
	text-align:left;
}

#sfGuardUser.register .text {
	font-size:12px;
	color:#666;
	text-align:left;
}

#sfGuardUser.register table th {
	width:25%;
	font-size:12px;
	color:#6699cc;
}

#sfGuardUser.register table th .required{
	font-size:9px;
	color:#666666;
	text-transform:uppercase;
}

#sfGuardUser.register table td {
	width:75%;

}

#sfGuardUser.register table td input {
	width:95%;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	font-size:12px;
}

#sfGuardUser.register [type=submit] {
	width:100%;
	border:1px solid #6699cc;
	background:#6699cc;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:20px;
}

#sfGuardUser.register .form-error-msg {
	color:#FF0000;
	font-size:10px;
	margin-bottom:3px;
}

/* sfGuardUser PROFILE ------------------------------------------------------ */
#sfGuardUser.profile h3 {
	font-weight:bold;
	font-size:12px;
	color:#6699cc;
	margin-bottom:10px;	
	margin-top:10px;	
}

#sfGuardUser.profile table {
	width:100%;
}

#sfGuardUser.profile fieldset {
	margin:10px 0px 10px 0px;
}

#sfGuardUser.profile legend {
	font-weight:bold;
	/*color:#6699cc;*/
	margin-bottom:10px;
	
}

#sfGuardUser.profile table td {
	border:none;
	text-align:left;
}

#sfGuardUser.profile .text {
	font-size:12px;
	color:#666;
	text-align:left;
}

#sfGuardUser.profile table th {
	width:25%;
	font-size:12px;
	color:#6699cc;
}

#sfGuardUser.profile table th .required{
	font-size:9px;
	color:#666666;
	text-transform:uppercase;
}

#sfGuardUser.profile table td {
	width:75%;

}

#sfGuardUser.profile table td input {
	width:95%;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	font-size:12px;
}

#sfGuardUser.profile [type=submit] {
	width:200px;
	border:1px solid #6699cc;
	background:#6699cc;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:20px;
}
#sfGuardUser.profile #psyo_news_mail {
  float:left;
  width:15px;
}

#sfGuardUser.profile .form-error-msg {
	color:#FF0000;
	font-size:10px;
	margin-bottom:3px;
}

/*----------------------------------------------------------------------------*/
* ul {
	list-style:none;
}

/* INZERATY  LIST ------------------------------------------------------------*/
#psyoAdvert.list {
}


#psyoAdvert.list .list_item {	
	border:1px dotted #6699cc;
	border-left:5px solid #6699cc;
	padding:10px;
	margin-bottom:10px;
	color:#666666;
	position:relative;
	width:500px;	
}

#psyoAdvert.list .list_item {
  font-size:12px;
}
#psyoAdvert.list .list_item h1 {
  margin-bottom:10px;
}

#psyoAdvert.list .list_item h2 {
	font-size:12px;
	font-weight:bold;
	color:#6699cc;
}

#psyoAdvert.list .list_item .thumbnail {
  float:right; 
}

#psyoAdvert.list .list_item .more {
	color:#6699cc;
	text-decoration:none;
	font-size:12px;
}

#psyoAdvert.list .paid {
	border:1px solid #339999;
	border-left:5px solid #339999;
	width:500px;
	margin-bottom:20px;
}

#psyoAdvert.list .paid h2 {
  color: #339999;
}

#psyoAdvert.list .paid .more {
  color: #339999;
}

#psyoAdvert.list .tip {
  display:none;
}

#psyoAdvert.list .paid .tip {
  display:block;
  position:absolute;
  width:30px;
  height:30px;
  background-image:url(/images/template/tip.gif);
  top:-10px;
  right:-10px;
}


#psyoAdvert.list .tip_ico, #psyoAdvert.list .tip_ico_hasimage, #psyoAdvert.detail .tip_ico, #psyoAdvert.detail .tip_ico_hasimage {
  float:left;
  width:65px;
  height:65px;
  margin-right:10px;
}

#psyoAdvert.list .dodavatele {
  background:url(/images/template/dodavatele_gray.gif) repeat-x;
}

#psyoAdvert.list .paid .dodavatele {
  background:url(/images/template/dodavatele.gif) repeat-x;
}

#psyoAdvert.list .poskytovatele {
  background:url(/images/template/poskytovatele_gray.gif) repeat-x;
}

#psyoAdvert.list .paid .poskytovatele {
  background:url(/images/template/poskytovatele.gif) repeat-x;
}

#psyoAdvert.list .poradenstvi {
  background:url(/images/template/poradenstvi_gray.gif) repeat-x;
}

#psyoAdvert.list .paid .poradenstvi {
  background:url(/images/template/poradenstvi.gif) repeat-x;
}
#psyoAdvert.list .paid .tip_ico {
  height:85px;
}
/* INZERATY DETAIL -----------------------------------------------------------*/
#psyoAdvert.detail .description {
  border:0px;
  font-size:12px;
	color:#666666; 
	min-height:70px;
	_height:70px;
}

#psyoAdvert.detail * th {
  border:0px;
  font-size:12px;
  /*font-weight:bold;*/
	color:#6699cc;
	margin-right:10px;
}

#psyoAdvert.detail * td {
  border:0px;
  font-size:12px;
	color:#666666;
}

#psyoAdvert.detail .dodavatele {
  background:url(/images/template/dodavatele_gray.gif) repeat-x;
}

#psyoAdvert.detail .paid .dodavatele {
  background:url(/images/template/dodavatele.gif) repeat-x;
}

#psyoAdvert.detail .poskytovatele {
  background:url(/images/template/poskytovatele_gray.gif) repeat-x;
}

#psyoAdvert.detail .paid .poskytovatele {
  background:url(/images/template/poskytovatele.gif) repeat-x;
}

#psyoAdvert.detail .poradenstvi {
  background:url(/images/template/poradenstvi_gray.gif) repeat-x;
}

#psyoAdver.detail .paid .poradenstvi {
  background:url(/images/template/poradenstvi.gif) repeat-x;
}

#head_column1, #head_column2 {
  padding-bottom:2px;
  margin-right:30px;
  border-bottom:1px solid #6699cc;
}

#head_column1 .thumbnail, #head_column2 .thumbnail {
  float:right;
}


/* INZERATY MOJE ------------------------------------------------------------*/

#psyoAdvert.my a {
  text-decoration:none;
  color:#6699cc;
  font-size:12px;
}

/* INZERATY EDIT ------------------------------------------------------------*/

#psyoAdvert.edit {
}

#psyoAdvert.edit h1 {
  font-size:16px;
}

#psyoAdvert.edit table, #parameters table {
  width:450px;
  table-layout: fixed;
  _table-layout: auto;
  display:block;
}

#psyoAdvert.edit table th, #parameters table th {
  width:100px;
  display:block;
  color:#666;
  padding:5px;
}

#psyoAdvert.edit table td {
  width:350px;
  padding:5px;
  border:none;
}

#psyoAdvert.edit * legend {
  border:0px;
  font-size:12px;
  font-weight:bold;
	color:#6699cc;
	margin-bottom:5px;
	margin-top:15px;
}

#psyoAdvert.edit * textarea {
  border:1px solid #cccccc;
  width:340px;
  padding:3px;
  margin-bottom:10px;
  overflow:hidden;
  height:12px;
  _height:18px;
}



#psyoAdvert.edit select, #psyoAdvert.edit input {
  width:345px;
}

#psyoAdvert.edit input[type=submit] {
  background-color:#6699cc
  color:#fff;
  width:100%;
  border:none;
}

#psyoAdvert.edit input[type=text] {
  border:1px solid #ccc;
}

#psyoAdvert.edit * {
  font-size:12px;
}

#psyoAdvert.edit .payable {
  font-weight:bold;
  color:#f00;
  margin-left:10px;
}

#psyoAdvert.edit #psyo_advert_item_want_pay {
  width:15px;
}

#psyoAdvert.edit #scopes input {
  width:15px;
  /*float:right;*/
}

#psyoAdvert.edit #scopes tr td ul li ul li {
  font-weight:bold;
  color:#333;
}

#psyoAdvert.edit #scopes tr td ul li ul li ul li {
  font-weight:bold;
  color:#666;  
}

#psyoAdvert.edit #scopes tr td ul li ul li ul li ul * {
  font-weight:normal;
}


#scopes ul, #scopes li {
  list-style-image:none;
}


/* CASOPIS ------------------------------------------------------------------*/
#vypis-casopisu {
  width:100%;
}


#vypis-casopisu td {
  padding:2px;
  font-size:10px;
  text-align:center;  
}

#vypis-casopisu th {
  padding:2px;
  font-size:10px;
  font-weight:bold;
  color:#666;
  text-align:center;
  border:1px dotted #6699cc;
}

#vypis-casopisu .months {
  background-color:	#6699cc;
}

#vypis-casopisu .months th {
  color:#fff;
  font-weight:bold;
  text-align:center;
  font-size:10px;

}

#vypis-casopisu {
  margin-bottom:20px;
}

/* PSYOFORM ------------------------------------------------------------------*/

#main_obal #psyoForm td {
  border:none;
  padding:5px;
}

#main_obal #psyoForm th {
  border:none;
  font-weight:bold;
  padding:5px;
}

#main_obal #psyoForm input {

}


#main_obal #psyoForm input[type=text] {
  border:1px solid 	#6699cc;
  background:none;
  color:#666;
}

#main_obal #psyoForm input[type=submit] {
  border:none; 	
  background-color:#6699cc;
  color:#fff;
}


#main_obal #psyoAdvert.list h1 {
  color:#666;
}

/* sf_guard_auth_form --------------------------------------------------------*/

#sf_guard_auth_form {
  width:400px;
  margin:20px 0px 0px 20px;
}

#sf_guard_auth_form .form-row {
  margin-bottom:10px;
}

#sf_guard_auth_form label {
  float:left;
  display:block;
  width:100px;
  color:#6699cc;
}

#sf_guard_auth_form #username, #sf_guard_auth_form #password {
  border:1px solid #ccc;
  width:200px;
}

#sf_guard_auth_form [type='submit'] {
  width:100px;
  border:none;
  background-color:#6699cc;
  color:#fff;
}

#sf_guard_auth_form .registrovat {
  margin-top:20px;
}

#sf_guard_auth_form .registrovat a {
  color:#6699cc;
  text-decoration:none;
  font-size:12px;
  display:block;
  padding-top:10px;
  font-weight:bold;
}

#sf_guard_auth_form .registrovat a:hover {
  text-decoration:underline;

}

/*FAQ ------------------------------------------------------------------------*/
#psyoFaq.index li {
  margin-bottom:5px;
}

#psyoFaq.index h2 {
  margin-bottom:5px;
}

#psyoFaq.list .list_item {
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}

#psyoFaq.list h2 {
  font-size:16px;
  margin-bottom:20px;
}

#psyoFaq.list h3 {
  font-size:12px;
  margin-bottom:5px;
  color:#6699cc;
  font-weight:bold;
}

#psyoFaq.list .faq_new {
  padding:10px;
  border:1px dotted #6699cc;
  margin-bottom:20px;
}

#psyoFaq.list .faq_new h3 {
  color:#6699cc;
  font-size:12px;  
}

#psyoFaq.list .faq_new p {
  margin:0px;
}

#psyoFaq.edit {

}

#psyoFaq.edit table tr {
  border:none;
}

#psyoFaq.edit table th {
  border:none;
  font-size:12px;
  font-weight:bold;
}

#psyoFaq.edit table td {
  border:none;
}

#psyo_faq_question {
  border:1px solid #ccc;
  width:250px;
  height:200px;
  font-size:12px;
}

#psyo_faq_psyo_faq_category_id {
  width:250px;
  overflow:hidden;
}

#psyoFaq.edit [type=submit] {
  width:250px;
  background-color:#6699cc;
  color:#fff;
  border:none;  
}

/* ANKETA --------------------------------------------------------------------*/
.poll {
  /*background-color:#222;
  padding:5px 0px 5px 0px;*/
}
.poll h1 {
  font-size:12px;
  margin:0px;
  padding:5px;
  color:#99ccff;
  
}

.poll input {
  display:none;
}

.poll .playground {
  width:166px;
  _width:170px;
  background-color:#333;
  display:block;
  padding:7px;
}

.poll .answer {
  color:#99CCFF;
  font-size:10px;
  float:left;
  margin-bottom:3px;
  width:100%;
}

.poll .status_bg {
  display:block;
  float:left;
  height:8px;
  margin-bottom:5px;
  overflow:hidden;
  width:130px;
  background-color:#000;
}

.poll .status {
  display:block;
  background-color:#99CCFF;
  height:8px;
  float:left;  
}

.poll .pc {
  display:block;
  color:#fff;
  font-size:10px;
  float:left;
  margin-left:5px;
}

.poll .votes {
  margin-top:2px;
  font-size:10px;
  color:#99ccff;  
  padding:5px;
}

.poll .cleaner {
  clear:both;
  width:100%;
  font-size:0px;
  line-height:0px;
}

/* NEWS ----------------------------------------------------------------------*/
.slide {
	border:1px dotted #99ccff;
	padding:5px;
}

.slide .heading {
  color:#99CCFF;
  font-size:12px;
}

/* NAPRAVUJEM CO JSME SPACKALI :) ACH TO CSS ---------------------------------*/

#main_obal.staticpage {

}

#main_obal.staticpage blockquote {
  margin-left:20px;
}

#main_obal.staticpage ul li {
  margin-left:20px;
 list-style-image:url(/images/template/li.gif);
}

#main_obal.staticpage ol li {
  margin-left:20px;
 list-style-type:decimal;
}

/* EVENT ---------------------------------------------------------------------*/

/* CLANKY --------------------------------------------------------------------*/

.psyoEventItem {
	border:1px dotted #cccccc;
	padding:10px;
	margin-bottom:20px;
}

#psyoEvent.detail h2 {
  font-size:12px;
  color:#6699cc;
  padding-bottom:3px;
  border-bottom:1px solid #6699cc;
  margin-bottom:10px;
}
 
#step2 table tr td #psyo_advert_item_description_i18n_cs, #parameters table tr td #parameter_2_20 {
  height:45px;
}

.sb_content ul.psyoMenu a {
	font-size:11px;
	text-decoration:none;
}

.sb_content ul.psyoMenu a:hover {
	text-decoration:underline;
}

.sb_content ul.psyoMenu {
	border:1px dotted #99CCFF;
	padding:5px;
}





/* ROLETKY 2 --------------------------------------------------------------------*/
#root.roletky2 #head
{
	height:115px;
	background:url(/images/template/head2.jpg);
}

#root.roletky2 .dodavatele_quickform select, #root.roletky2 .poskytovatele_quickform select, #root.roletky2 .poradenstvi_quickform select {
    width: 251px;
    margin-left: -251px;
}





#root.roletky2 .sselect {
    background: url('/images/template/select-long.gif') no-repeat scroll 0pt 100%;
}

#root.roletky2 .sselect_text {
    width: 231px;
}

#root.roletky2 .menu_tab_search {
	width:280px;
	margin-right:10px;
}

#root.roletky2 .menu_tab_search input[type=submit] {
	left:255px;
	background-color:transparent;
}

#root.roletky2 .menu_tab_navi {
	margin-left:0; padding-left:0; border-left:0;
	width:155px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #333333;
}

#root.roletky2 .menu_tab_search em, .menu_tab_search em p {
	color:#99CCFF;
}

.menu_tab_search p {
	color:#999;
}